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:   maya
Date:           Wed Apr 29 20:28:46 UTC 2020

Modified Files:
        pkgsrc/mail/alpine: Makefile
        pkgsrc/mail/re-alpine: Makefile

Log Message:
re-alpine, alpine: remove workarounds for netbsd<5


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/mail/alpine/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/re-alpine/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/alpine/Makefile
diff -u pkgsrc/mail/alpine/Makefile:1.44 pkgsrc/mail/alpine/Makefile:1.45
--- pkgsrc/mail/alpine/Makefile:1.44    Sat Jan 18 21:49:44 2020
+++ pkgsrc/mail/alpine/Makefile Wed Apr 29 20:28:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/01/18 21:49:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.45 2020/04/29 20:28:46 maya Exp $
 
 DISTNAME=      alpine-2.21
 PKGREVISION=   1
@@ -29,10 +29,6 @@ INSTALLATION_DIRS=   bin ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M4.99.*) && empty(OS_VERSION:M[5-9]*)
-CONFIGURE_ARGS+=       --without-pthread
-.endif
-
 # mach/mach.h defines panic, differently.
 SUBST_CLASSES.Darwin+= panic
 SUBST_STAGE.panic=     pre-configure

Index: pkgsrc/mail/re-alpine/Makefile
diff -u pkgsrc/mail/re-alpine/Makefile:1.20 pkgsrc/mail/re-alpine/Makefile:1.21
--- pkgsrc/mail/re-alpine/Makefile:1.20 Fri Apr 24 11:23:08 2020
+++ pkgsrc/mail/re-alpine/Makefile      Wed Apr 29 20:28:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/04/24 11:23:08 nia Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/29 20:28:46 maya Exp $
 #
 
 DISTNAME=      re-alpine-2.03
@@ -34,10 +34,6 @@ INSTALLATION_DIRS=   bin ${PKGMANDIR}/man1
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M4.99.*) && empty(OS_VERSION:M[5-9]*)
-CONFIGURE_ARGS+=       --without-pthread
-.endif
-
 SUBST_CLASSES.MirBSD+=         mirbsd
 SUBST_STAGE.mirbsd=            pre-configure
 SUBST_FILES.mirbsd=            configure



Home | Main Index | Thread Index | Old Index