pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove package-specific workarounds for the glibc-vs-e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27d302aef6ab
branches:  trunk
changeset: 491327:27d302aef6ab
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Mar 23 01:48:06 2005 +0000

description:
Remove package-specific workarounds for the glibc-vs-errno conflict.
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux
by default; if you were relying on that, set it explicitly.

diffstat:

 mail/qmail/options.mk |  6 +-----
 net/djbdns/Makefile   |  7 +------
 2 files changed, 2 insertions(+), 11 deletions(-)

diffs (39 lines):

diff -r 14b1b757380b -r 27d302aef6ab mail/qmail/options.mk
--- a/mail/qmail/options.mk     Wed Mar 23 01:45:34 2005 +0000
+++ b/mail/qmail/options.mk     Wed Mar 23 01:48:06 2005 +0000
@@ -1,13 +1,9 @@
-# $NetBSD: options.mk,v 1.7 2005/01/26 03:48:21 schmonz Exp $
+# $NetBSD: options.mk,v 1.8 2005/03/23 01:48:06 schmonz Exp $
 
 .if ${OPSYS} == "Darwin"
 PKG_DEFAULT_OPTIONS+=  darwin
 .endif
 
-.if ${OPSYS} == "Linux"
-PKG_DEFAULT_OPTIONS+=  netqmail        # for the errno patches
-.endif
-
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail
 PKG_SUPPORTED_OPTIONS+=        outgoingip qregex realrcptto sasl syncdir tls viruscan
diff -r 14b1b757380b -r 27d302aef6ab net/djbdns/Makefile
--- a/net/djbdns/Makefile       Wed Mar 23 01:45:34 2005 +0000
+++ b/net/djbdns/Makefile       Wed Mar 23 01:48:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2005/03/23 00:57:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.42 2005/03/23 01:48:06 schmonz Exp $
 # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
 #
 
@@ -37,11 +37,6 @@
 
 INSTALLATION_DIRS=     bin man man/man1 man/man5 man/man8 share/examples/djbdns
 
-.include "../../mk/compiler.mk"
-.if ${OPSYS} == "Linux" && !empty(CC_VERSION:Mgcc-*)
-CFLAGS+=               --include errno.h
-.endif
-
 .include "options.mk"
 
 post-install:



Home | Main Index | Thread Index | Old Index