Date: 25 Mar 2003 13:58:47 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50276: [MAINTAINER] Update devel/bglibs to 1.007 Message-ID: <20030325135847.59129.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>Number: 50276 >Category: ports >Synopsis: [MAINTAINER] Update devel/bglibs to 1.007 >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 Mar 25 06:00:26 PST 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE >Description: - Update to 1.007 - Use REINPLACE to hack around GCC strictness under -CURRENT (patch submitted to the bglibs' author) NOTE: requires the following PRs to be committed: - ports/48900: initial submission of deve/bglibs - ports/49962: update to 1.006 >How-To-Repeat: >Fix: --- bglibs-1.007.patch begins here --- diff -ruN bglibs-1.006/Makefile bglibs/Makefile --- bglibs-1.006/Makefile Thu Mar 20 15:47:00 2003 +++ bglibs/Makefile Tue Mar 25 13:48:43 2003 @@ -6,7 +6,7 @@ # PORTNAME= bglibs -PORTVERSION= 1.006 +PORTVERSION= 1.007 CATEGORIES= devel MASTER_SITES= http://untroubled.org/bglibs/ @@ -14,13 +14,16 @@ COMMENT= One stop library package by Bruce Guenter USE_REINPLACE= yes -DOCS= ANNOUNCEMENT NEWS README TODO BGLIBS_ROOT?= ${PREFIX} +DOCS= NEWS README TODO + pre-build: ${ECHO_CMD} ${BGLIBS_ROOT} > ${WRKSRC}/conf-home ${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + ${REINPLACE_CMD} -e 's/^int msg_show_pid/const int msg_show_pid/' \ + ${WRKSRC}/msg/common.c do-install: cd ${WRKSRC} && ./installer diff -ruN bglibs-1.006/distinfo bglibs/distinfo --- bglibs-1.006/distinfo Thu Mar 20 15:47:00 2003 +++ bglibs/distinfo Thu Mar 20 15:54:34 2003 @@ -1 +1 @@ -MD5 (bglibs-1.006.tar.gz) = e023fa039d59fb08fccee0135b7a5a98 +MD5 (bglibs-1.007.tar.gz) = 929b22bacda6fa6de9b0e0f523cc0b51 --- bglibs-1.007.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325135847.59129.qmail>