pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/ezmlm-idx
Module Name: pkgsrc
Committed By: schmonz
Date: Tue May 7 14:24:03 UTC 2019
Modified Files:
pkgsrc/mail/ezmlm-idx: Makefile
Log Message:
Fix relative rpaths in installed libraries on Darwin. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/mail/ezmlm-idx/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/ezmlm-idx/Makefile
diff -u pkgsrc/mail/ezmlm-idx/Makefile:1.49 pkgsrc/mail/ezmlm-idx/Makefile:1.50
--- pkgsrc/mail/ezmlm-idx/Makefile:1.49 Wed Apr 3 00:32:52 2019
+++ pkgsrc/mail/ezmlm-idx/Makefile Tue May 7 14:24:03 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2019/04/03 00:32:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2019/05/07 14:24:03 schmonz Exp $
#
DISTNAME= ezmlm-idx-${IDXVERSION}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= mail
IDXVERSION= 7.2.2
MASTER_SITES= http://untroubled.org/ezmlm/archive/${IDXVERSION}/
@@ -55,6 +55,15 @@ INSTALLATION_DIRS+= share/doc/${PKGBASE}
post-extract:
${GREP} -v '^#' < cf-files.mk | ${CUT} -f2 | ${SED} -e 's|^|share/examples/ezmlm-idx/|g' > ${WRKDIR}/PLIST.idxcf
+.include "../../mk/bsd.prefs.mk"
+
+post-build:
+. if ${OPSYS} == Darwin
+ cd ${WRKSRC} && for lib in *.so; do \
+ install_name_tool -id ${PREFIX}/lib/$${lib} $${lib}; \
+ done
+. endif
+
do-test:
cd ${WRKSRC} && ./ezmlm-test
Home |
Main Index |
Thread Index |
Old Index