aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-04-13 10:54:20 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-04-13 10:54:20 +0000
commita757f9340aac7b4accad2bf8af2229530c2b4d29 (patch)
tree13fe6d43c15b7b630351ee32b2a6da64ae67c592 /math
parentec5a7187b9044dbe0020dbc89963b8a8443bc12a (diff)
downloadports-a757f9340aac7b4accad2bf8af2229530c2b4d29.tar.gz
ports-a757f9340aac7b4accad2bf8af2229530c2b4d29.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/metis/Makefile4
-rw-r--r--math/metis/distinfo2
-rw-r--r--math/metis/files/patch-aa33
-rw-r--r--math/metis/files/patch-ab17
-rw-r--r--math/metis4/Makefile4
-rw-r--r--math/metis4/distinfo2
-rw-r--r--math/metis4/files/patch-aa33
-rw-r--r--math/metis4/files/patch-ab17
8 files changed, 16 insertions, 96 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile
index 959bd95b90b8..5ed79ed02858 100644
--- a/math/metis/Makefile
+++ b/math/metis/Makefile
@@ -3,12 +3,12 @@
# Date created: 26 Oct 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id: Makefile,v 1.1.1.1 1998/04/26 03:55:22 mph Exp $
+# $Id: Makefile,v 1.2 1998/10/10 05:40:54 steve Exp $
#
DISTNAME= metis-4.0
CATEGORIES= math
-MASTER_SITES= http://www.cs.umn.edu/~karypis/metis/metis/files/
+MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/
MAINTAINER= ports@FreeBSD.org
diff --git a/math/metis/distinfo b/math/metis/distinfo
index f5f67327e6ca..7377d9a4cfff 100644
--- a/math/metis/distinfo
+++ b/math/metis/distinfo
@@ -1 +1 @@
-MD5 (metis-4.0.tar.gz) = d8e46ff88441800fb0782b61b99048ff
+MD5 (metis-4.0.tar.gz) = 0aa546419ff7ef50bd86ce1ec7f727c7
diff --git a/math/metis/files/patch-aa b/math/metis/files/patch-aa
index 631f79263f9e..4fd89068c251 100644
--- a/math/metis/files/patch-aa
+++ b/math/metis/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.in.orig Fri Oct 9 20:16:24 1998
---- Makefile.in Fri Oct 9 20:17:42 1998
+*** Makefile.in.orig Fri Oct 2 16:28:35 1998
+--- Makefile.in Wed Jan 27 21:48:36 1999
***************
*** 1,9 ****
@@ -7,40 +7,17 @@
! CC = cc
# What optimization level to use
-! OPTFLAGS = -O2
+! OPTFLAGS = -O2
# What options to be used by the compiler
COPTIONS =
--- 1,9 ----
# Which compiler to use
-! # CC = cc
+! CC ?= gcc
# What optimization level to use
-! # OPTFLAGS = -O2
+! 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 4b0d3c27f638..133b607e0b18 100644
--- a/math/metis/files/patch-ab
+++ b/math/metis/files/patch-ab
@@ -17,20 +17,3 @@
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/metis4/Makefile b/math/metis4/Makefile
index 959bd95b90b8..5ed79ed02858 100644
--- a/math/metis4/Makefile
+++ b/math/metis4/Makefile
@@ -3,12 +3,12 @@
# Date created: 26 Oct 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
-# $Id: Makefile,v 1.1.1.1 1998/04/26 03:55:22 mph Exp $
+# $Id: Makefile,v 1.2 1998/10/10 05:40:54 steve Exp $
#
DISTNAME= metis-4.0
CATEGORIES= math
-MASTER_SITES= http://www.cs.umn.edu/~karypis/metis/metis/files/
+MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/metis/files/
MAINTAINER= ports@FreeBSD.org
diff --git a/math/metis4/distinfo b/math/metis4/distinfo
index f5f67327e6ca..7377d9a4cfff 100644
--- a/math/metis4/distinfo
+++ b/math/metis4/distinfo
@@ -1 +1 @@
-MD5 (metis-4.0.tar.gz) = d8e46ff88441800fb0782b61b99048ff
+MD5 (metis-4.0.tar.gz) = 0aa546419ff7ef50bd86ce1ec7f727c7
diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa
index 631f79263f9e..4fd89068c251 100644
--- a/math/metis4/files/patch-aa
+++ b/math/metis4/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.in.orig Fri Oct 9 20:16:24 1998
---- Makefile.in Fri Oct 9 20:17:42 1998
+*** Makefile.in.orig Fri Oct 2 16:28:35 1998
+--- Makefile.in Wed Jan 27 21:48:36 1999
***************
*** 1,9 ****
@@ -7,40 +7,17 @@
! CC = cc
# What optimization level to use
-! OPTFLAGS = -O2
+! OPTFLAGS = -O2
# What options to be used by the compiler
COPTIONS =
--- 1,9 ----
# Which compiler to use
-! # CC = cc
+! CC ?= gcc
# What optimization level to use
-! # OPTFLAGS = -O2
+! 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/metis4/files/patch-ab b/math/metis4/files/patch-ab
index 4b0d3c27f638..133b607e0b18 100644
--- a/math/metis4/files/patch-ab
+++ b/math/metis4/files/patch-ab
@@ -17,20 +17,3 @@
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: