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@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