Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2005 13:58:58 +0100
From:      Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/76959: Update port: math/polymake: patches has grown once again
Message-ID:  <16895.32018.931160.978566@sokol.math.tu-berlin.de>
Resent-Message-ID: <200502011300.j11D0mmJ065081@freefall.freebsd.org>

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

>Number:         76959
>Category:       ports
>Synopsis:       Update port: math/polymake: patches has grown once again
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 13:00:48 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ewgenij Gawrilow
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Technische Universitaet Berlin, Germany
>Environment:
Any.

>Description:

Checksums for the patch files must be updated;
install script was simplified a little bit.

>How-To-Repeat:
	n/a
>Fix:
--- port.diff begins here ---
diff -Nur -I '\$FreeBSD' polymake/distinfo /homes/combi/gawrilow/polymake/Packages/FreeBSD/distinfo
--- polymake/distinfo	2005-01-10 02:16:26.000000000 +0100
+++ /homes/combi/gawrilow/polymake/Packages/FreeBSD/distinfo	2005-02-01 13:44:35.000000000 +0100
@@ -1,6 +1,6 @@
 MD5 (polymake-2.1.0.tar.bz2) = 76857a92faccc0b5371becad44f3724a
 SIZE (polymake-2.1.0.tar.bz2) = 2883560
-MD5 (polymake-2.1.0-p1.diff.bz2) = 1de60e375b5d7abbacdfe3bd249b0134
-SIZE (polymake-2.1.0-p1.diff.bz2) = 9411
+MD5 (polymake-2.1.0-p1.diff.bz2) = 9f4a2731177bbf0699073bbf46453e76
+SIZE (polymake-2.1.0-p1.diff.bz2) = 12070
 MD5 (polymake-2.1.0-p2.diff.bz2) = a761bdbb2189722f27524c9f3e1f4330
 SIZE (polymake-2.1.0-p2.diff.bz2) = 8072
diff -Nur -I '\$FreeBSD' polymake/Makefile /homes/combi/gawrilow/polymake/Packages/FreeBSD/Makefile
--- polymake/Makefile	2005-01-10 02:16:26.000000000 +0100
+++ /homes/combi/gawrilow/polymake/Packages/FreeBSD/Makefile	2005-02-01 13:42:59.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	polymake
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.math.tu-berlin.de/pub/combi/polymake/
 
@@ -42,6 +42,7 @@
 	  echo Cflags='${CFLAGS} -I${PREFIX}/include'; \
 	  echo CXXflags='${CXXFLAGS} -I${PREFIX}/include'; \
 	  echo LDflags='-L${PREFIX}/lib'; \
+	  echo PREFIX='${PREFIX}'; \
 	  echo InstallTop='$${PREFIX}/share/polymake'; \
 	  echo InstallArch='$${PREFIX}/libexec/polymake'; \
 	  echo InstallDoc='$${PREFIX}${DOCSDIR:S,^${PREFIX},,}'; \
@@ -53,9 +54,7 @@
 	rm -f `find ${WRKSRC} -name '*.orig'`
 
 post-install:
-	${AWK} '/InstallTop=/ { print "PREFIX=${PREFIX}" } { print }' \
-	   ${PREFIX}/libexec/polymake/Makefile >${PREFIX}/libexec/polymake/Makefile.devel
-	cp -p ${PREFIX}/libexec/polymake/Makefile.devel ${PREFIX}/libexec/polymake/Makefile
+	cp -p ${PREFIX}/libexec/polymake/Makefile ${PREFIX}/libexec/polymake/Makefile.devel
 	rm ${PREFIX}/bin/polymake
 	${SED} -e '/^use lib/ s|"[^"]*/perlx"|"${PREFIX}/libexec/polymake/perlx"|' \
 	   ${PREFIX}/share/polymake/perl/polymake >${PREFIX}/bin/polymake
--- port.diff ends here ---

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



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