ports/161994: [maintainer] update lang/petite-chez from 8.3 to 8.4

Vitaly Magerya vmagerya at gmail.com
Tue Oct 25 12:30:13 UTC 2011


>Number:         161994
>Category:       ports
>Synopsis:       [maintainer] update lang/petite-chez from 8.3 to 8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 25 12:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vitaly Magerya
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
>Description:
Routine update of lang/petite-chez to 8.4.
The changelog is at [1] (no breaking changes).

Along with the update is a change that prevents the port from linking with devel/ncurses libraries when that port is installed; it now always links with the system ncurses instead. This is to avoid unrecorded dependencies.

[1] http://scheme.com/csv8.4/8.4.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN petite-chez.orig/Makefile petite-chez/Makefile
--- petite-chez.orig/Makefile	2011-10-25 14:05:57.000000000 +0300
+++ petite-chez/Makefile	2011-10-25 15:15:05.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	petite-chez
-PORTVERSION=	8.3
+PORTVERSION=	8.4
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://www.scheme.com/download/ \
 		http://tx97.net/pub/distfiles/
@@ -70,7 +70,9 @@
 .endif
 
 post-configure:
-	@${REINPLACE_CMD} -e 's|C=gcc|C=${CC}|' \
+	@${REINPLACE_CMD} \
+		-e 's|C=gcc|C=${CC}|' \
+		-e 's|-L/usr/local/lib|-L/usr/lib -L${LOCALBASE}/lib|' \
 		${WRKSRC}/Mf-${CHEZ_MACHTYPE}
 
 .include <bsd.port.post.mk>
diff -ruN petite-chez.orig/distinfo petite-chez/distinfo
--- petite-chez.orig/distinfo	2011-10-25 14:05:57.000000000 +0300
+++ petite-chez/distinfo	2011-10-25 14:13:07.000000000 +0300
@@ -1,8 +1,8 @@
-SHA256 (pcsv8.3-i3fb.tar.gz) = 690e313b0776c49734df61364a057325d5e94f622deca586dacdcad9f7af6141
-SIZE (pcsv8.3-i3fb.tar.gz) = 1336464
-SHA256 (pcsv8.3-ti3fb.tar.gz) = 40f6d5e762dac224f56ae007e59bbe2f9a16e223688f2a2328eec41c13e2ae04
-SIZE (pcsv8.3-ti3fb.tar.gz) = 1359932
-SHA256 (pcsv8.3-a6fb.tar.gz) = f1abe6981c4ff34dd0575910823bbd416d2bbec24dead6e0c2043f85413984e6
-SIZE (pcsv8.3-a6fb.tar.gz) = 1330661
-SHA256 (pcsv8.3-ta6fb.tar.gz) = 977583389d7e4be8318a3d99bb16619445f531e3039ce04e209df2f948b611f3
-SIZE (pcsv8.3-ta6fb.tar.gz) = 1356079
+SHA256 (pcsv8.4-a6fb.tar.gz) = b064d16e250a2221526ce06d8ddd4d1f5a7593290655d9573b27f7fc9618c20d
+SIZE (pcsv8.4-a6fb.tar.gz) = 1334688
+SHA256 (pcsv8.4-i3fb.tar.gz) = 9d5310fb0f9d06914cf1a7eb88b9833f42ff215d0cb8f5bedaf44683e06d43d5
+SIZE (pcsv8.4-i3fb.tar.gz) = 1341605
+SHA256 (pcsv8.4-ta6fb.tar.gz) = e0088685a8d02d7e5568c0d8dd2b9c99e8cf6017466d02bd8366f0006f399e13
+SIZE (pcsv8.4-ta6fb.tar.gz) = 1361058
+SHA256 (pcsv8.4-ti3fb.tar.gz) = efb7dbf75457a9fb456b5ef3816dd1a0696b535a8b09f198d7de37eadb4029e2
+SIZE (pcsv8.4-ti3fb.tar.gz) = 1365420


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



More information about the freebsd-ports-bugs mailing list