Date: Sun, 21 Jul 2002 12:07:51 +0200 (CEST) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40827: [MAINTAINER UPDATE] Update port: www/swish++ -> 5.9.3 Message-ID: <20020721100751.409D78B9@unsane.de>
next in thread | raw e-mail | index | archive | help
>Number: 40827 >Category: ports >Synopsis: [MAINTAINER UPDATE] Update port: www/swish++ -> 5.9.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 21 03:10:08 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 11 15:55:17 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386 >Description: Update www/swish++ from 5.9.2 to 5.9.3. This fixes bentos fetch error. ${SED} -> ${REINPLACE_CMD} Regards, Olli >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/swish++/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2002/06/25 08:21:32 1.7 +++ Makefile 2002/07/21 10:05:23 @@ -7,7 +7,7 @@ # PORTNAME= swish++ -PORTVERSION= 5.9.2 +PORTVERSION= 5.9.3 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ @@ -16,6 +16,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_PERL5= yes +USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= GNUmakefile MAKE_ENV= PTHREAD_LIB=${PTHREAD_LIBS} \ @@ -27,9 +28,7 @@ MAN8= searchd.8 searchmonitor.8 post-patch: - @(cd ${WRKSRC} ; \ - ${SED} '/^#error/d' config.h > config.h.tmp ; \ - ${MV} -f config.h.tmp config.h) + @(cd ${WRKSRC} ; ${REINPLACE_CMD} '/^#error/d' config.h) .for file in searchd searchmonitor @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in .endfor Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/swish++/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 2002/06/25 08:21:32 1.7 +++ distinfo 2002/07/21 10:05:23 @@ -1 +1 @@ -MD5 (swish++-5.9.2.tar.gz) = b27117f89c31a20b431f7d36e67cf0dd +MD5 (swish++-5.9.3.tar.gz) = fa604c8d9f073a6c9b4f8a56c426d942 Index: files/patch-GNUmakefile =================================================================== RCS file: /home/ncvs/ports/www/swish++/files/patch-GNUmakefile,v retrieving revision 1.2 diff -u -r1.2 patch-GNUmakefile --- files/patch-GNUmakefile 2002/04/07 01:31:38 1.2 +++ files/patch-GNUmakefile 2002/07/21 10:05:23 @@ -1,6 +1,15 @@ ---- GNUmakefile.orig Sun Apr 7 00:01:09 2002 -+++ GNUmakefile Sun Apr 7 00:02:15 2002 -@@ -193,7 +193,7 @@ +--- GNUmakefile.orig Sat Jun 1 01:19:02 2002 ++++ GNUmakefile Sun Jul 21 11:53:01 2002 +@@ -159,7 +159,7 @@ + ## + + extract: $(E_OBJECTS) +- $(CC) $(CFLAGS) -o $@ $^ $(E_LINK) ++ $(CC) $(CFLAGS) -o $@ $^ $(PTHREAD_LIB) + + index: $(I_OBJECTS) $(CHARSET_LIB) $(ENCODING_LIB) $(MOD_LIBS) + $(CC) $(CFLAGS) $(CHARSET_LIB_PATH) $(ENCODING_LIB_PATH) \ +@@ -208,7 +208,7 @@ cd $(I_BIN) && $(STRIP) $(CPP_TARGET) install_lib: $(I_LIB) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020721100751.409D78B9>