diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 05:40:57 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 05:40:57 +0000 |
commit | 6d49bf9c8729227f4e8e56b41a94947c3fc9e722 (patch) | |
tree | b289fc441e5508a5a4f76ce5274da2f75163170c /math/metis/files | |
parent | 1a8e7c6a371aa8aa79315e18c9f51d243e2cb65a (diff) | |
download | FreeBSD-ports-6d49bf9c8729227f4e8e56b41a94947c3fc9e722.zip FreeBSD-ports-6d49bf9c8729227f4e8e56b41a94947c3fc9e722.tar.gz |
Update to version 4.0.
PR: 8243
Submitted by: old maintainer
Diffstat (limited to 'math/metis/files')
-rw-r--r-- | math/metis/files/patch-aa | 73 | ||||
-rw-r--r-- | math/metis/files/patch-ab | 56 | ||||
-rw-r--r-- | math/metis/files/patch-ac | 30 | ||||
-rw-r--r-- | math/metis/files/patch-ad | 30 |
4 files changed, 120 insertions, 69 deletions
diff --git a/math/metis/files/patch-aa b/math/metis/files/patch-aa index 702a963..631f792 100644 --- a/math/metis/files/patch-aa +++ b/math/metis/files/patch-aa @@ -1,27 +1,46 @@ ---- Makefile.in.orig Sat Apr 25 23:41:58 1998 -+++ Makefile.in Sat Apr 25 23:43:23 1998 -@@ -1,9 +1,9 @@ - - # Which compiler to use --CC = cc -+# CC = cc - - # What optimization level to use --OPTFLAGS = -O2 -+# OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = -@@ -12,10 +12,10 @@ - LDOPTIONS = - - # What archiving to use --AR = ar rv -+# AR = ar rv - - # What to use for indexing the archive --RANLIB = ranlib -+# RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - +*** Makefile.in.orig Fri Oct 9 20:16:24 1998 +--- Makefile.in Fri Oct 9 20:17:42 1998 +*************** +*** 1,9 **** + + # Which compiler to use +! CC = cc + + # What optimization level to use +! OPTFLAGS = -O2 + + # What options to be used by the compiler + COPTIONS = +--- 1,9 ---- + + # Which compiler to use +! # CC = cc + + # What optimization level to use +! # OPTFLAGS = -O2 + + # What options to be used by the compiler + COPTIONS = +*************** +*** 12,21 **** + LDOPTIONS = + + # What archiving to use +! AR = ar rv + + # What to use for indexing the archive +! RANLIB = ranlib + # RANLIB = ar -ts + # RANLIB = + +--- 12,21 ---- + LDOPTIONS = + + # What archiving to use +! # AR = ar rv + + # What to use for indexing the archive +! # RANLIB = ranlib + # RANLIB = ar -ts + # RANLIB = + diff --git a/math/metis/files/patch-ab b/math/metis/files/patch-ab index 6597235..4b0d3c27 100644 --- a/math/metis/files/patch-ab +++ b/math/metis/files/patch-ab @@ -1,20 +1,36 @@ ---- Lib/Makefile.orig Sat Apr 25 23:43:54 1998 -+++ Lib/Makefile Sat Apr 25 23:44:31 1998 -@@ -2,7 +2,7 @@ - - INCLUDES = -I./ - --CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) -+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L./ - - -@@ -17,7 +17,7 @@ - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -- $(AR) $@ $(OBJS) -+ $(AR) $(ARFLAGS) $@ $(OBJS) - $(RANLIB) $@ - - checkin: +*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998 +--- Lib/Makefile Fri Oct 9 20:20:32 1998 +*************** +*** 2,8 **** + + INCLUDES = -I. + +! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + LD = $(CC) -L. + + +--- 2,8 ---- + + INCLUDES = -I. + +! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + LD = $(CC) -L. + + +*************** +*** 21,27 **** + $(CC) $(CFLAGS) -c $*.c + + ../libmetis.a: $(OBJS) +! $(AR) $@ $(OBJS) + $(RANLIB) $@ + + clean: +--- 21,27 ---- + $(CC) $(CFLAGS) -c $*.c + + ../libmetis.a: $(OBJS) +! $(AR) $(ARFLAGS) $@ $(OBJS) + $(RANLIB) $@ + + clean: diff --git a/math/metis/files/patch-ac b/math/metis/files/patch-ac index dca2c77..1bb1f46 100644 --- a/math/metis/files/patch-ac +++ b/math/metis/files/patch-ac @@ -1,11 +1,19 @@ ---- Programs/Makefile.orig Sat Apr 25 23:44:50 1998 -+++ Programs/Makefile Sat Apr 25 23:46:35 1998 -@@ -3,7 +3,7 @@ - BINDIR = .. - - INCLUDES = -I../Lib --CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) -+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L./ -L../ +*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998 +--- Programs/Makefile Fri Oct 9 20:22:16 1998 +*************** +*** 3,9 **** + BINDIR = .. + + INCLUDES = -I../Lib +! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. +--- 3,9 ---- + BINDIR = .. + + INCLUDES = -I../Lib +! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis/files/patch-ad b/math/metis/files/patch-ad index 05210ee..0e00327 100644 --- a/math/metis/files/patch-ad +++ b/math/metis/files/patch-ad @@ -1,11 +1,19 @@ ---- Test/Makefile.orig Sat Apr 25 23:46:45 1998 -+++ Test/Makefile Sat Apr 25 23:46:53 1998 -@@ -3,7 +3,7 @@ - BINDIR = ./ - - INCLUDES = -I../Lib --CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) -+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L../ +*** Test/Makefile.orig Fri Oct 9 20:23:24 1998 +--- Test/Makefile Fri Oct 9 20:23:40 1998 +*************** +*** 3,9 **** + BINDIR = ../Graphs + + INCLUDES = -I../Lib +! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. +--- 3,9 ---- + BINDIR = ../Graphs + + INCLUDES = -I../Lib +! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. |