Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail re-alpine, alpine: remove workarounds for netbsd<5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a82ab1d3e3e
branches:  trunk
changeset: 430291:8a82ab1d3e3e
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 20:28:46 2020 +0000

description:
re-alpine, alpine: remove workarounds for netbsd<5

diffstat:

 mail/alpine/Makefile    |  6 +-----
 mail/re-alpine/Makefile |  6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 7b5b23705f6c -r 8a82ab1d3e3e mail/alpine/Makefile
--- a/mail/alpine/Makefile      Wed Apr 29 20:27:03 2020 +0000
+++ b/mail/alpine/Makefile      Wed Apr 29 20:28:46 2020 +0000
@@ -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 @@
 
 .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
diff -r 7b5b23705f6c -r 8a82ab1d3e3e mail/re-alpine/Makefile
--- a/mail/re-alpine/Makefile   Wed Apr 29 20:27:03 2020 +0000
+++ b/mail/re-alpine/Makefile   Wed Apr 29 20:28:46 2020 +0000
@@ -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 @@
 
 .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