pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/fox Add 'Forte Developer 7' to the list of matches...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a468c535827
branches:  trunk
changeset: 468712:9a468c535827
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Mon Feb 16 11:08:21 2004 +0000

description:
Add 'Forte Developer 7' to the list of matches for the Sun CC compiler.

diffstat:

 x11/fox/distinfo         |   4 ++--
 x11/fox/patches/patch-ae |  18 ++++++++++++++----
 2 files changed, 16 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r eee5046eae08 -r 9a468c535827 x11/fox/distinfo
--- a/x11/fox/distinfo  Mon Feb 16 10:41:57 2004 +0000
+++ b/x11/fox/distinfo  Mon Feb 16 11:08:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/08/29 10:16:12 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2004/02/16 11:08:21 sketch Exp $
 
 SHA1 (fox-1.0.43.tar.gz) = 1c56abb70c5d731226754808efa97bdad97a761d
 Size (fox-1.0.43.tar.gz) = 2132787 bytes
@@ -6,4 +6,4 @@
 SHA1 (patch-ab) = 705946d84fd48666479abbd4c59c4e75ca914436
 SHA1 (patch-ac) = c338e3747b5cb717794be526837ffa70330f9069
 SHA1 (patch-ad) = 33f032fcc13c32ab5e31a3224278626b5083838d
-SHA1 (patch-ae) = 5b2ddf420db89c6c0960e891c4778d639f728978
+SHA1 (patch-ae) = df65abd799df39f109e4314f65d9c6d82aa57e31
diff -r eee5046eae08 -r 9a468c535827 x11/fox/patches/patch-ae
--- a/x11/fox/patches/patch-ae  Mon Feb 16 10:41:57 2004 +0000
+++ b/x11/fox/patches/patch-ae  Mon Feb 16 11:08:21 2004 +0000
@@ -1,8 +1,18 @@
-$NetBSD: patch-ae,v 1.2 2003/08/29 10:16:13 xtraeme Exp $
+$NetBSD: patch-ae,v 1.3 2004/02/16 11:08:21 sketch Exp $
 
---- configure.orig     2003-08-29 10:26:11.000000000 +0200
-+++ configure  2003-08-29 10:26:44.000000000 +0200
-@@ -7782,7 +7782,7 @@
+--- configure.orig     2003-07-27 01:06:00.000000000 +0100
++++ configure  2004-02-16 10:14:25.688755000 +0000
+@@ -7149,6 +7149,9 @@
+ elif $CXX -V 2>&1 | egrep 'Sun WorkShop 6' > /dev/null; then
+ echo "$ac_t""Forte6" 1>&6
+ CXXFLAGS="${CXXFLAGS} -instances=global -features=anachronisms,no%conststrings"
++elif $CXX -V 2>&1 | egrep 'Forte Developer 7' > /dev/null; then
++echo "$ac_t""Forte7" 1>&6
++CXXFLAGS="${CXXFLAGS} -instances=global -features=anachronisms,no%conststrings"
+ else
+ echo "$ac_t""no" 1>&6
+ fi
+@@ -7782,7 +7785,7 @@
      GL_TESTS="gltest glviewer"
      if test "x$MESA" = "xHAVE_MESA" ; then
        CXXFLAGS="${CXXFLAGS} -DHAVE_MESA"



Home | Main Index | Thread Index | Old Index