ports/146344: [PATCH]math/aribas: update to 1.64, respect CFLAGS

bf bf1783 at gmail.com
Wed May 5 23:50:02 UTC 2010


>Number:         146344
>Category:       ports
>Synopsis:       [PATCH]math/aribas: update to 1.64, respect CFLAGS
>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:   Wed May 05 23:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -x 'old.*' -x 'new.*' -ruN aribas.orig/Makefile aribas/Makefile
--- aribas.orig/Makefile	2010-05-05 19:00:00.000000000 -0400
+++ aribas/Makefile	2010-05-05 19:18:10.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	aribas
-PORTVERSION=	1.63
+PORTVERSION=	1.64
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/ \
 		http://bsd-geek.de/FreeBSD/distfiles/
@@ -23,7 +23,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^CC/d;' \
-	       -e '/^CFLAGS/s/-O//' ${BUILD_WRKSRC}/Makefile
+	       -e '/^CFLAGS/{s/=/+=/;s/-O -v//;}' \
+		-e 's/CC) -o/CC) $$(CFLAGS) -o/' ${BUILD_WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/aribas ${PREFIX}/bin/
diff -x 'old.*' -x 'new.*' -ruN aribas.orig/distinfo aribas/distinfo
--- aribas.orig/distinfo	2010-05-05 19:00:00.000000000 -0400
+++ aribas/distinfo	2010-05-05 18:45:06.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (aribas-1.63.tar.gz) = b324aefc1a0c1ee82f532b96530d3998
-SHA256 (aribas-1.63.tar.gz) = 60d5367057780ded5bab012a5d55f192c3f98f315e1c8475092791ce216c9543
-SIZE (aribas-1.63.tar.gz) = 291939
+MD5 (aribas-1.64.tar.gz) = 61754a5ad89512330fdec0b5c16f6e21
+SHA256 (aribas-1.64.tar.gz) = 11b2a934774088e2c66a9d9397806dbb8d33f0da48d6c800a492c2a43c258169
+SIZE (aribas-1.64.tar.gz) = 293285


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



More information about the freebsd-ports-bugs mailing list