git: 8e5fbc751355 - main - print/libmspub01: Mostly revert ca315094f93a92aed537fab6a0efba9c4330ec77

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 28 Jan 2025 19:02:27 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e5fbc751355d0cca4f79a7e3ce8edd5d0a0abf8

commit 8e5fbc751355d0cca4f79a7e3ce8edd5d0a0abf8
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-01-28 18:59:21 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-01-28 19:02:10 +0000

    print/libmspub01: Mostly revert ca315094f93a92aed537fab6a0efba9c4330ec77
    
    Commit introduces several regressions and did undocumented
    changes. Revert to previous version and keep LICENSE_FILE definition.
    
    Approved by:    portmgr (blanket, just fix it)
---
 print/libmspub01/Makefile                 | 10 +++---
 print/libmspub01/files/patch-configure    | 52 -------------------------------
 print/libmspub01/files/patch-configure.ac | 11 +++++++
 3 files changed, 17 insertions(+), 56 deletions(-)

diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile
index 58e96a114189..06a94e986534 100644
--- a/print/libmspub01/Makefile
+++ b/print/libmspub01/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libmspub
-PORTVERSION=	0.1.4
+DISTVERSION=	0.1.4
 PORTREVISION=	24
 CATEGORIES=	print graphics devel
 MASTER_SITES=	LODEV/${PORTNAME}
@@ -16,11 +16,13 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs
 LIB_DEPENDS=	libicui18n.so:devel/icu \
 		librevenge-0.0.so:textproc/librevenge
 
-USES=		compiler:c++11-lib libtool localbase pathfix pkgconfig tar:xz
+USES=		autoreconf compiler:c++11-lib libtool localbase pathfix \
+		pkgconfig tar:xz
+USE_LDCONFIG=	yes
 
-CONFIGURE_ARGS=	--disable-werror --without-docs
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
+
+CONFIGURE_ARGS=	--disable-werror --without-docs
 
 .include <bsd.port.mk>
diff --git a/print/libmspub01/files/patch-configure b/print/libmspub01/files/patch-configure
deleted file mode 100644
index 44c9a1679326..000000000000
--- a/print/libmspub01/files/patch-configure
+++ /dev/null
@@ -1,52 +0,0 @@
---- configure.orig	2018-02-28 12:02:05 UTC
-+++ configure
-@@ -18856,12 +18856,12 @@ if test -n "$ICU_CFLAGS"; then
-     pkg_cv_ICU_CFLAGS="$ICU_CFLAGS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"icu-i18n\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "icu-i18n") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"icu-i18n icu-uc\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "icu-i18n icu-uc") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-i18n" 2>/dev/null`
-+  pkg_cv_ICU_CFLAGS=`$PKG_CONFIG --cflags "icu-i18n icu-uc" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -18873,12 +18873,12 @@ if test -n "$ICU_LIBS"; then
-     pkg_cv_ICU_LIBS="$ICU_LIBS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"icu-i18n\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "icu-i18n") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"icu-i18n icu-uc\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "icu-i18n icu-uc") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-i18n" 2>/dev/null`
-+  pkg_cv_ICU_LIBS=`$PKG_CONFIG --libs "icu-i18n icu-uc" 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -18899,14 +18899,14 @@ fi
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--	        ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n" 2>&1`
-+	        ICU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n icu-uc" 2>&1`
-         else
--	        ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n" 2>&1`
-+	        ICU_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n icu-uc" 2>&1`
-         fi
- 	# Put the nasty error message in config.log where it belongs
- 	echo "$ICU_PKG_ERRORS" >&5
- 
--	as_fn_error $? "Package requirements (icu-i18n) were not met:
-+	as_fn_error $? "Package requirements (icu-i18n icu-uc) were not met:
- 
- $ICU_PKG_ERRORS
- 
diff --git a/print/libmspub01/files/patch-configure.ac b/print/libmspub01/files/patch-configure.ac
new file mode 100644
index 000000000000..c2316cbe73e6
--- /dev/null
+++ b/print/libmspub01/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2025-01-04 20:17:51 UTC
++++ configure.ac
+@@ -104,7 +104,7 @@ AC_CHECK_HEADERS(
+ # ========
+ # Find icu
+ # ========
+-PKG_CHECK_MODULES([ICU], [icu-i18n])
++PKG_CHECK_MODULES([ICU], [icu-i18n icu-uc])
+ AC_SUBST(ICU_CFLAGS)
+ AC_SUBST(ICU_LIBS)
+