From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 30 10:20:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8EB37B401 for ; Wed, 30 Jul 2003 10:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D8D43FA3 for ; Wed, 30 Jul 2003 10:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6UHKEUp079302 for ; Wed, 30 Jul 2003 10:20:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6UHKElQ079301; Wed, 30 Jul 2003 10:20:14 -0700 (PDT) Resent-Date: Wed, 30 Jul 2003 10:20:14 -0700 (PDT) Resent-Message-Id: <200307301720.h6UHKElQ079301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FF6737B404 for ; Wed, 30 Jul 2003 10:16:31 -0700 (PDT) Received: from nik.isi.edu (nik.isi.edu [128.9.168.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB38D43F3F for ; Wed, 30 Jul 2003 10:16:30 -0700 (PDT) (envelope-from larse@nik.isi.edu) Received: from nik.isi.edu (localhost [127.0.0.1]) by nik.isi.edu (8.12.9/8.12.9) with ESMTP id h6UHGUYM041929 for ; Wed, 30 Jul 2003 10:16:30 -0700 (PDT) (envelope-from larse@nik.isi.edu) Received: (from root@localhost) by nik.isi.edu (8.12.9/8.12.9/Submit) id h6UHGUd3041928; Wed, 30 Jul 2003 10:16:30 -0700 (PDT) Message-Id: <200307301716.h6UHGUd3041928@nik.isi.edu> Date: Wed, 30 Jul 2003 10:16:30 -0700 (PDT) From: Lars Eggert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55073: Maintainer update: www/privoxy+ipv6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lars Eggert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 17:20:16 -0000 >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 >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: