From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 14 13:20:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 8DEFA16A4E0 for ; Mon, 14 Aug 2006 13:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D85F43D53 for ; Mon, 14 Aug 2006 13:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7EDKALO075548 for ; Mon, 14 Aug 2006 13:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7EDKAfi075546; Mon, 14 Aug 2006 13:20:10 GMT (envelope-from gnats) Resent-Date: Mon, 14 Aug 2006 13:20:10 GMT Resent-Message-Id: <200608141320.k7EDKAfi075546@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, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E8A16A4DD for ; Mon, 14 Aug 2006 13:19:49 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1234043D46 for ; Mon, 14 Aug 2006 13:19:47 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.6/8.13.6) with ESMTP id k7EDJWXv087323 for ; Mon, 14 Aug 2006 14:19:32 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.13.6/8.13.6/Submit) id k7EDJWq4087322; Mon, 14 Aug 2006 14:19:32 +0100 (BST) (envelope-from matthew) Message-Id: <200608141319.k7EDJWq4087322@happy-idiot-talk.infracaninophile.co.uk> Date: Mon, 14 Aug 2006 14:19:32 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102011: [maintainer] sysutils/p5-FreeBSD-Portindex respect DESTDIR/TARGETDIR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 13:20:14 -0000 >Number: 102011 >Category: ports >Synopsis: [maintainer] sysutils/p5-FreeBSD-Portindex respect DESTDIR/TARGETDIR >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 14 13:20:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 6.1-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.1-STABLE FreeBSD 6.1-STABLE #2: Mon Aug 7 21:20:41 BST 2006 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: >How-To-Repeat: >Fix: --- p5-FreeBSD-Portindex.diff begins here --- diff -Nur /usr/ports/sysutils/p5-FreeBSD-Portindex/Makefile p5-FreeBSD-Portindex/Makefile --- /usr/ports/sysutils/p5-FreeBSD-Portindex/Makefile Sun Jul 23 23:43:53 2006 +++ p5-FreeBSD-Portindex/Makefile Mon Aug 14 14:16:14 2006 @@ -19,7 +19,7 @@ USE_BZIP2= yes PERL_CONFIGURE= yes -CACHE_DIR?= /var/db/portindex +CACHE_DIR?= ${DESTDIR}/var/db/portindex CACHE_OWNER?= root CACHE_GROUP?= operator CACHE_MODE?= 0775 @@ -45,7 +45,7 @@ install-conf: cd ${WRKSRC} ; \ - ${INSTALL_DATA} ${CFG_FILE}.sample ${PREFIX}/etc/${CFG_FILE}.sample + ${INSTALL_DATA} ${CFG_FILE}.sample ${TARGETDIR}/etc/${CFG_FILE}.sample cd ${PREFIX}/etc ; \ if ${TEST} ! -f ${CFG_FILE} ; then \ ${CP} -p ${CFG_FILE}.sample ${CFG_FILE} ; \ --- p5-FreeBSD-Portindex.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: