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 16:13:45 UTC 2021

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

Log Message:
mail//milter-greylist and spamass-milter: undo previous change.

It seems I cried wolf too soon.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/mail/milter-greylist/Makefile
cvs rdiff -u -r1.37 -r1.38 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.86 pkgsrc/mail/milter-greylist/Makefile:1.87
--- pkgsrc/mail/milter-greylist/Makefile:1.86   Sun Dec 26 14:28:00 2021
+++ pkgsrc/mail/milter-greylist/Makefile        Sun Dec 26 16:13:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2021/12/26 14:28:00 rhialto Exp $
+# $NetBSD: Makefile,v 1.87 2021/12/26 16:13:45 rhialto Exp $
 
 DISTNAME=      milter-greylist-4.4.3
 PKGREVISION=   22
@@ -13,7 +13,6 @@ 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.37 pkgsrc/mail/spamass-milter/Makefile:1.38
--- pkgsrc/mail/spamass-milter/Makefile:1.37    Sun Dec 26 14:28:00 2021
+++ pkgsrc/mail/spamass-milter/Makefile Sun Dec 26 16:13:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/12/26 14:28:00 rhialto Exp $
+# $NetBSD: Makefile,v 1.38 2021/12/26 16:13:45 rhialto Exp $
 #
 
 DISTNAME=      spamass-milter-0.4.0
@@ -16,7 +16,6 @@ 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