pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Sun Dec 26 14:28:00 UTC 2021

Modified Files:
        pkgsrc/mail/milter-greylist: Makefile
        pkgsrc/mail/spamass-milter: Makefile

Log Message:
mail/milter-graylist and spamass-milter: add MKPIE_SUPPORTED=no

These packages can currently not be built with PIE because the
libmilter.a library they used is not built that way.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/mail/milter-greylist/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/spamass-milter/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/milter-greylist/Makefile
diff -u pkgsrc/mail/milter-greylist/Makefile:1.85 pkgsrc/mail/milter-greylist/Makefile:1.86
--- pkgsrc/mail/milter-greylist/Makefile:1.85   Wed Dec  8 16:05:28 2021
+++ pkgsrc/mail/milter-greylist/Makefile        Sun Dec 26 14:28:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2021/12/08 16:05:28 adam Exp $
+# $NetBSD: Makefile,v 1.86 2021/12/26 14:28:00 rhialto Exp $
 
 DISTNAME=      milter-greylist-4.4.3
 PKGREVISION=   22
@@ -13,6 +13,7 @@ LICENSE=      original-bsd
 
 # yacc rule moving to y.tab.c and renaming
 MAKE_JOBS_SAFE=                no
+MKPIE_SUPPORTED=       no # libmilter.a is not PIC
 
 GNU_CONFIGURE=         YES
 BUILD_TARGET=          milter-greylist

Index: pkgsrc/mail/spamass-milter/Makefile
diff -u pkgsrc/mail/spamass-milter/Makefile:1.36 pkgsrc/mail/spamass-milter/Makefile:1.37
--- pkgsrc/mail/spamass-milter/Makefile:1.36    Sat Jan 18 23:32:49 2020
+++ pkgsrc/mail/spamass-milter/Makefile Sun Dec 26 14:28:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/01/18 23:32:49 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2021/12/26 14:28:00 rhialto Exp $
 #
 
 DISTNAME=      spamass-milter-0.4.0
@@ -16,6 +16,7 @@ DEPENDS+=     spamassassin>=2.44:../../mail/
 
 GNU_CONFIGURE= YES
 USE_LANGUAGES= c c++
+MKPIE_SUPPORTED= no    # libmilter.a is not PIC
 
 CPPFLAGS.SunOS+=       -Du_int8_t=uint8_t
 



Home | Main Index | Thread Index | Old Index