pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gv limit the SunOS test to 5.[6789] since 5.10 d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86de0a9b71b3
branches:  trunk
changeset: 524306:86de0a9b71b3
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Jan 23 13:24:42 2007 +0000

description:
limit the SunOS test to 5.[6789] since 5.10 does not need the --enable-setenv-code configure argument.  Noted by Gilles Dauphin.

diffstat:

 print/gv/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 21d56625aa51 -r 86de0a9b71b3 print/gv/Makefile
--- a/print/gv/Makefile Tue Jan 23 12:56:41 2007 +0000
+++ b/print/gv/Makefile Tue Jan 23 13:24:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2007/01/22 13:49:31 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.64 2007/01/23 13:24:42 dmcmahill Exp $
 
 DISTNAME=      gv-3.6.2
 PKGREVISION=   2
@@ -23,8 +23,10 @@
 XAW_TYPE=              3d
 .endif
 
-# Solaris-2.9/sparc is missing setenv() and unsetenv()
-.if ${OPSYS} == "SunOS"
+# Solaris-2.{8,9}/sparc are missing setenv() and unsetenv()
+# it is probably true that 5.6, 5.7, 5.8, and 5.9 all have
+# this problem.  It appears that 5.10 does not need this flag.
+.if ${OPSYS} == "SunOS" && !empty(OS_VERSION:M5.[6789])
 CONFIGURE_ARGS+=       --enable-setenv-code
 .endif
 



Home | Main Index | Thread Index | Old Index