pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gv add Darwin to the list of architectures to no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0db7657e4f2
branches:  trunk
changeset: 463405:a0db7657e4f2
user:      danw <danw%pkgsrc.org@localhost>
date:      Mon Nov 10 02:45:01 2003 +0000

description:
add Darwin to the list of architectures to not try to override setenv on.

diffstat:

 print/gv/distinfo         |  4 ++--
 print/gv/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r ec10745ac661 -r a0db7657e4f2 print/gv/distinfo
--- a/print/gv/distinfo Mon Nov 10 02:26:53 2003 +0000
+++ b/print/gv/distinfo Mon Nov 10 02:45:01 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2003/07/29 15:59:58 mrg Exp $
+$NetBSD: distinfo,v 1.6 2003/11/10 02:45:01 danw Exp $
 
 SHA1 (gv-3.5.8.tar.gz) = 5c67b41ee19887bf1efed4e958d09d3845a857aa
 Size (gv-3.5.8.tar.gz) = 369609 bytes
-SHA1 (patch-aa) = 27e158efd12d67776e1977bba2bbb8f464aa6101
+SHA1 (patch-aa) = a1a3a3006d9e8a3b98da6110afd0ac9962bf6d3d
 SHA1 (patch-ab) = 219c5b4b9402dd68dc4855eb8179f44d60e9d8af
 SHA1 (patch-ac) = 19c9eb3db6b670f41996a7e5d10aaca1b1f92835
 SHA1 (patch-ae) = c9ff70c144a793b3cb058aa039dd51e8991d8036
diff -r ec10745ac661 -r a0db7657e4f2 print/gv/patches/patch-aa
--- a/print/gv/patches/patch-aa Mon Nov 10 02:26:53 2003 +0000
+++ b/print/gv/patches/patch-aa Mon Nov 10 02:45:01 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2003/03/31 02:43:11 jschauma Exp $
+$NetBSD: patch-aa,v 1.8 2003/11/10 02:45:01 danw Exp $
 
 --- config.Unix.orig   Fri Jun  6 18:00:00 1997
 +++ config.Unix        Sun Mar 30 21:25:38 2003
@@ -30,7 +30,7 @@
  XCOMM --- Use extra code for setenv() and getenv() ?
  XCOMM --------------------------------------------------------------------
 -#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
-+#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture)
++#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture) && !defined(NetBSDArchitecture) && !defined(OpenBSDArchitecture) && !defined(DarwinArchitecture)
  #   define USE_SETENV_CODE
  #endif
  



Home | Main Index | Thread Index | Old Index