Date: Sun, 7 Apr 2002 00:23:12 +0200 (CEST) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36825: Update port: www/swish++ to 5.7, take maintainership Message-ID: <20020406222312.A090A5A545@nemesis.informatik.unibw-muenchen.de>
next in thread | raw e-mail | index | archive | help
>Number: 36825 >Category: ports >Synopsis: Update port: www/swish++ to 5.7, take maintainership >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: Sat Apr 06 14:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: * Update www/swish++ from 5.6 to 5.7 * want to take maintainership Regards, Olli >How-To-Repeat: >Fix: diff -ruN swish++.old/Makefile swish++/Makefile --- swish++.old/Makefile Sun Jan 13 05:19:26 2002 +++ swish++/Makefile Sun Apr 7 00:19:39 2002 @@ -7,11 +7,11 @@ # PORTNAME= swish++ -PORTVERSION= 5.6 +PORTVERSION= 5.7 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obraun@informatik.unibw-muenchen.de RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget @@ -31,7 +31,7 @@ ${SED} '/^#error/d' config.h > config.h.tmp ; \ ${MV} -f config.h.tmp config.h) .for file in searchd searchmonitor - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file} + @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in .endfor post-install: diff -ruN swish++.old/distinfo swish++/distinfo --- swish++.old/distinfo Sun Jan 13 05:19:26 2002 +++ swish++/distinfo Sun Apr 7 00:15:58 2002 @@ -1 +1 @@ -MD5 (swish++-5.6.tar.gz) = 788811eea199c239931583bca1dc88d6 +MD5 (swish++-5.7.tar.gz) = 6666adfd023eead15fae04386b987b6e diff -ruN swish++.old/files/patch-GNUmakefile swish++/files/patch-GNUmakefile --- swish++.old/files/patch-GNUmakefile Sun Jan 13 05:19:27 2002 +++ swish++/files/patch-GNUmakefile Sun Apr 7 00:03:54 2002 @@ -1,6 +1,6 @@ ---- GNUmakefile.orig Wed Dec 19 12:24:07 2001 -+++ GNUmakefile Sun Jan 13 12:04:59 2002 -@@ -192,13 +192,13 @@ +--- GNUmakefile.orig Sun Apr 7 00:01:09 2002 ++++ GNUmakefile Sun Apr 7 00:02:15 2002 +@@ -193,7 +193,7 @@ cd $(I_BIN) && $(STRIP) $(CPP_TARGET) install_lib: $(I_LIB) @@ -9,10 +9,3 @@ install_man: @$(MAKE) -C man install - - install_conf: -- $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf /etc -+ $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf ${PREFIX}/etc - - $(I_BIN) $(I_LIB): - $(MKDIR) $@ diff -ruN swish++.old/files/patch-config::config.mk swish++/files/patch-config::config.mk --- swish++.old/files/patch-config::config.mk Sun Jan 13 05:19:27 2002 +++ swish++/files/patch-config::config.mk Sun Apr 7 00:07:36 2002 @@ -1,5 +1,5 @@ ---- config/config.mk.orig Sun Jan 13 11:38:36 2002 -+++ config/config.mk Sun Jan 13 11:41:51 2002 +--- config/config.mk.orig Sun Apr 7 00:04:51 2002 ++++ config/config.mk Sun Apr 7 00:07:14 2002 @@ -35,8 +35,8 @@ # ############################################################################### @@ -19,24 +19,7 @@ else PTHREAD_LIB:= -lpthread endif -@@ -118,7 +117,6 @@ - # The command to remove files recursively and ignore errors; - # usually "rm -fr" for Unix or "erase" for Windows. - --PERL:= /usr/local/bin/perl - # The full path to the Perl 5 executable; usually "/bin/perl" or - # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for - # Windows. You need this only if you intend on using -@@ -145,15 +143,14 @@ - # - ############################################################################### - --#CC:= g++ --CC:= /usr/local/bin/g++ -+CC:= g++ - # The C++ compiler you are using; usually "CC" or "g++". - - #DEBUG:= true +@@ -152,7 +151,7 @@ ifdef DEBUG OPTIM:= -g else @@ -45,7 +28,7 @@ # The optimization level. Many compilers allow a digit after the # O to specify the level of optimization; if so, set yours to the # highest number your compiler allows without eliciting problems -@@ -196,7 +193,7 @@ +@@ -195,7 +194,7 @@ INSTALL:= $(ROOT)/install-sh # Install command; usually "$(ROOT)/install-sh". >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?20020406222312.A090A5A545>