pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libsetenv Explicitly mask as not for DragonFly n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41351097428e
branches:  trunk
changeset: 532500:41351097428e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 21 16:31:51 2007 +0000

description:
Explicitly mask as not for DragonFly nor Darwin. Both of these systems
are modern and have setenv(3). However their prototypes differ slightly
from the other BSDs, causing this package to fail in bulk builds.

diffstat:

 devel/libsetenv/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b08d0649f648 -r 41351097428e devel/libsetenv/Makefile
--- a/devel/libsetenv/Makefile  Tue Aug 21 15:43:46 2007 +0000
+++ b/devel/libsetenv/Makefile  Tue Aug 21 16:31:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/03 21:30:59 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2007/08/21 16:31:51 tnn Exp $
 #
 
 DISTNAME=      libsetenv-0.1
@@ -14,6 +14,8 @@
 NO_CONFIGURE=  yes
 USE_LIBTOOL=   yes
 
+NOT_FOR_PLATFORM=      DragonFly-*-* Darwin-*-*
+
 do-extract:
        cp -R ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index