pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Nov 29 11:03:58 UTC 2024

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: Use REPLACE_SH for the icu-config script.

Fixes runtime issues on at least illumos where 'echo -n' handling is
different between the configured pkgsrc shell and /bin/sh, as well as
fixing builds of various packages that parse the output.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/textproc/icu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.158 pkgsrc/textproc/icu/Makefile:1.159
--- pkgsrc/textproc/icu/Makefile:1.158  Thu Nov 14 22:13:25 2024
+++ pkgsrc/textproc/icu/Makefile        Fri Nov 29 11:03:57 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.158 2024/11/14 22:13:25 wiz Exp $
+# $NetBSD: Makefile,v 1.159 2024/11/29 11:03:57 jperkin Exp $
 
 DISTNAME=      icu4c-76_1-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=unicode-org/}
 GITHUB_PROJECT=        icu
@@ -104,6 +105,8 @@ PLIST_SUBST+=               MH_NAME=mh-unknown
 PKGCONFIG_OVERRIDE+=           config/icu*.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-build
 
+REPLACE_SH=    config/icu-config-top
+
 # work around ICU-20533 (build failure on big endian machines)
 post-configure:
        ${MKDIR} ${WRKSRC}/data/out



Home | Main Index | Thread Index | Old Index