pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Use a more portable test construct ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/275367bd7589
branches: trunk
changeset: 464895:275367bd7589
user: sketch <sketch%pkgsrc.org@localhost>
date: Wed Dec 17 14:55:58 2003 +0000
description:
Use a more portable test construct for compatability with Solaris and
others. Remove -Wall to get the package building with USE_SUNPRO by
default.
diffstat:
devel/gnustep-make/distinfo | 4 +++-
devel/gnustep-make/patches/patch-ad | 13 +++++++++++++
devel/gnustep-make/patches/patch-ae | 18 ++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletions(-)
diffs (53 lines):
diff -r 3b522199bf60 -r 275367bd7589 devel/gnustep-make/distinfo
--- a/devel/gnustep-make/distinfo Wed Dec 17 14:40:04 2003 +0000
+++ b/devel/gnustep-make/distinfo Wed Dec 17 14:55:58 2003 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.6 2003/12/05 09:16:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2003/12/17 14:55:58 sketch Exp $
SHA1 (gnustep-make-1.8.0.tar.gz) = 7fcac2b059c269ebce2df4fa414658790bb9bb3a
Size (gnustep-make-1.8.0.tar.gz) = 359394 bytes
SHA1 (patch-aa) = 4969ea2cbd61e4bc2dab109abcbbdf5177ebdd8c
SHA1 (patch-ab) = c8ac2f268ffc046817b074e050964c528d10bb58
SHA1 (patch-ac) = bdc80e22663848eab3b805d34264c567ad323160
+SHA1 (patch-ad) = 7e480b05aa92340aae18cc1a6837acf87027e4dd
+SHA1 (patch-ae) = b7af49c45fed5fb72a7b455b533a23e78f6f20ce
diff -r 3b522199bf60 -r 275367bd7589 devel/gnustep-make/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnustep-make/patches/patch-ad Wed Dec 17 14:55:58 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2003/12/17 14:55:58 sketch Exp $
+
+--- configure.orig 2003-12-16 17:46:09.407424981 +0000
++++ configure 2003-12-16 17:47:23.653519718 +0000
+@@ -4472,7 +4472,7 @@
+
+ # What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x
+
+-if test ! ${GCC} = "yes" ; then
++if test "X${GCC}" != "Xyes" ; then
+ AUTO_DEPENDENCIES=""
+ echo "$as_me:$LINENO: result: no: it's not gcc" >&5
+ echo "${ECHO_T}no: it's not gcc" >&6
diff -r 3b522199bf60 -r 275367bd7589 devel/gnustep-make/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/gnustep-make/patches/patch-ae Wed Dec 17 14:55:58 2003 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2003/12/17 14:55:58 sketch Exp $
+
+--- GNUmakefile.in.orig 2003-12-16 17:56:20.509350958 +0000
++++ GNUmakefile.in 2003-12-16 17:56:41.441185161 +0000
+@@ -111,11 +111,11 @@
+ # used. (I mean: 'cd core/make; cd ..; mkdir make-build; cd
+ # make-build; ../make/configure --disable-import; make;' must work)
+ which_lib$(EXEEXT): which_lib.c config.h
+- $(CC) @CFLAGS@ -Wall -I. -o $@ $<
++ $(CC) @CFLAGS@ -I. -o $@ $<
+
+ user_home$(EXEEXT): user_home.c config.h
+ $(CC) @CFLAGS@ -DGNUSTEP_SYSTEM_ROOT=$(GNUSTEP_SYSTEM_ROOT) \
+- -Wall -I. -o $@ $<
++ -I. -o $@ $<
+
+ ifeq ($(messages),yes)
+ EC =
Home |
Main Index |
Thread Index |
Old Index