Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 18:54:33 -0800 (PST)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9739: Update to math/metis port
Message-ID:  <199901280254.SAA24620@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9739
>Category:       ports
>Synopsis:       Update to math/metis port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 19:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        2.2.7-R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
site and tarball have changed and the first patch required minimal
changes.
>How-To-Repeat:

>Fix:
diff -rNu metis.old/Makefile metis/Makefile
--- metis.old/Makefile	Sat Oct 10 05:19:03 1998
+++ metis/Makefile	Wed Jan 27 21:32:52 1999
@@ -8,7 +8,7 @@
 
 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 -rNu metis.old/files/md5 metis/files/md5
--- metis.old/files/md5	Sat Oct 10 05:19:03 1998
+++ metis/files/md5	Wed Jan 27 21:24:03 1999
@@ -1 +1 @@
-MD5 (metis-4.0.tar.gz) = d8e46ff88441800fb0782b61b99048ff
+MD5 (metis-4.0.tar.gz) = 4a1562dddc72c630ccd9ac0643497e4c
diff -rNu metis.old/patches/patch-aa metis/patches/patch-aa
--- metis.old/patches/patch-aa	Sat Oct 10 05:19:03 1998
+++ metis/patches/patch-aa	Wed Jan 27 21:49:24 1999
@@ -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 = 
-  

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901280254.SAA24620>