ports/50560: [MAINTAINER] Unbreak devel/bglibs by upgrading to 1.008

Sergei Kolobov sergei at kolobov.com
Thu Apr 3 11:10:04 UTC 2003


>Number:         50560
>Category:       ports
>Synopsis:       [MAINTAINER] Unbreak devel/bglibs by upgrading to 1.008
>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:   Thu Apr 03 03:10:01 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 FreeBSD 4.7-STABLE #0: Thu Jan  2 03:13:48 MSK
>Description:
- Update to 1.008 (also unbreaking the port due to unfetchable 1.007 distfile)
- Remove USE_REINPLACE - patching in pre-build is no longer needed

>How-To-Repeat:
>Fix:

--- bglibs-1.008.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/bglibs/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2003/03/31 08:55:48	1.1
+++ Makefile	2003/04/03 10:59:30
@@ -6,15 +6,13 @@
 #
 
 PORTNAME=	bglibs
-PORTVERSION=	1.007
+PORTVERSION=	1.008
 CATEGORIES=	devel
 MASTER_SITES=	http://untroubled.org/bglibs/
 
 MAINTAINER=	sergei at kolobov.com
 COMMENT=	One stop library package by Bruce Guenter
 
-USE_REINPLACE=	yes
-
 BGLIBS_ROOT?=	${PREFIX}
 
 DOCS=		NEWS README TODO
@@ -22,8 +20,6 @@
 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
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/bglibs/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2003/03/31 08:55:48	1.1
+++ distinfo	2003/04/03 10:59:30
@@ -1 +1 @@
-MD5 (bglibs-1.007.tar.gz) = 929b22bacda6fa6de9b0e0f523cc0b51
+MD5 (bglibs-1.008.tar.gz) = 39478c4fe89d1e98316452e017fcd7c3
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/bglibs/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2003/03/31 08:55:48	1.1
+++ pkg-plist	2003/04/03 10:59:30
@@ -4,7 +4,10 @@
 include/uint16.h
 include/uint32.h
 include/uint64.h
+include/adt/common.h
 include/adt/ghash.h
+include/adt/gqueue.h
+include/adt/gstack.h
 @dirrm include/adt
 include/base64/base64.h
 @dirrm include/base64
--- bglibs-1.008.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list