Date: Wed, 30 Jul 2003 10:16:30 -0700 (PDT) From: Lars Eggert <larse@isi.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55073: Maintainer update: www/privoxy+ipv6 Message-ID: <200307301716.h6UHGUd3041928@nik.isi.edu> Resent-Message-ID: <200307301720.h6UHKElQ079301@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55073 >Category: ports >Synopsis: Maintainer update: www/privoxy+ipv6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 30 10:20:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Eggert <larse@isi.edu> >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Jul 7 10:07:40 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.24 i386 >Description: Fix build problems found by bento. >How-To-Repeat: >Fix: diff -r -u p/Makefile privoxy+ipv6/Makefile --- p/Makefile Wed Jul 30 09:46:48 2003 +++ privoxy+ipv6/Makefile Wed Jul 30 10:14:00 2003 @@ -7,6 +7,7 @@ PORTNAME= privoxy+ipv6 PORTVERSION= 20030523 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ftp://ftp.deepspace6.net/pub/sources/privoxy/ DISTNAME= privoxy_CVS_${PORTVERSION}_ipv6_5 @@ -23,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOHEADER= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ diff -r -u p/files/patch-GNUmakefile.in privoxy+ipv6/files/patch-GNUmakefile.in --- p/files/patch-GNUmakefile.in Wed Jul 30 09:46:48 2003 +++ privoxy+ipv6/files/patch-GNUmakefile.in Wed Jul 30 09:46:32 2003 @@ -1,5 +1,5 @@ ---- GNUmakefile.in.orig Fri May 23 04:31:48 2003 -+++ GNUmakefile.in Fri Jun 20 22:50:22 2003 +--- G Wed Jul 30 09:43:10 2003 ++++ GNUmakefile.in Wed Jul 30 09:46:00 2003 @@ -174,7 +174,7 @@ ############################################################################# # We include these files in our distributions @@ -10,18 +10,17 @@ # are included here # and escape every '#' in the find. doh. @@ -945,10 +945,12 @@ - $(CAT) config >config~ ;\ - $(MV) config.base config ;\ - fi -- $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \ -- $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated -+ $(SED) 's+confdir .*+confdir $(CONF_DEST)+' config | \ -+ $(SED) 's+logdir .*+logdir $(LOG_DEST)+' >config.updated - $(MV) config config.base -- $(MV) config.updated config -+ $(MV) config.updated config -+ $(MV) config config.sample -+ $(CP) user.action user.action.sample + $(CAT) config >config~ ;\ + $(MV) config.base config ;\ + fi +- $(SED) 's+confdir .+confdir $(CONF_DEST)+' config | \ +- $(SED) 's+logdir .+logdir $(LOG_DEST)+' >config.updated ++ $(SED) 's+confdir .*+confdir $(CONF_DEST)+' config | \ ++ $(SED) 's+logdir .*+logdir $(LOG_DEST)+' >config.updated + $(MV) config config.base + $(MV) config.updated config ++ $(MV) config config.sample ++ $(CP) user.action user.action.sample - @# Install the config support files. Test for root install, and abort - @# if there is no privoxy user, and no other user or group was enabled + @# Install the config support files. Test for root install, and abort + @# if there is no privoxy user, and no other user or group was enabled Only in privoxy+ipv6: work >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307301716.h6UHGUd3041928>