pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gettext-tools
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 4 17:22:22 UTC 2019
Modified Files:
pkgsrc/devel/gettext-tools: Makefile
Added Files:
pkgsrc/devel/gettext-tools: PLIST.Linux
Log Message:
gettext-tools: Copy the workaround for preloadable_libintl.so for Linux
from gettext.
probably need to do better at detecting glibc specifically.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/gettext-tools/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gettext-tools/PLIST.Linux
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gettext-tools/Makefile
diff -u pkgsrc/devel/gettext-tools/Makefile:1.37 pkgsrc/devel/gettext-tools/Makefile:1.38
--- pkgsrc/devel/gettext-tools/Makefile:1.37 Mon May 27 13:21:41 2019
+++ pkgsrc/devel/gettext-tools/Makefile Tue Jun 4 17:22:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/05/27 13:21:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/04 17:22:22 nia Exp $
.include "../../devel/gettext/Makefile.common"
@@ -37,6 +37,14 @@ BUILDLINK_TRANSFORM.Cygwin+= rm:-Wl,--di
#bug 20453 in bug-gzip list, passed onto gnulib
CONFIGURE_ENV.AIX+= ac_cv_header_wctype_h=no
+PLIST_VARS+= glibc
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+PLIST.glibc= yes
+.endif
+
post-install:
cd ${WRKSRC}/gettext-tools/its && ${MAKE} install DESTDIR=${DESTDIR}
cd ${WRKSRC}/gettext-tools/misc && ${MAKE} install DESTDIR=${DESTDIR}
Added files:
Index: pkgsrc/devel/gettext-tools/PLIST.Linux
diff -u /dev/null pkgsrc/devel/gettext-tools/PLIST.Linux:1.1
--- /dev/null Tue Jun 4 17:22:22 2019
+++ pkgsrc/devel/gettext-tools/PLIST.Linux Tue Jun 4 17:22:22 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2019/06/04 17:22:22 nia Exp $
+${PLIST.glibc}lib/preloadable_libintl.so
Home |
Main Index |
Thread Index |
Old Index