From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 6 22:00:32 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 E24E716A4E2 for ; Sun, 6 Aug 2006 22:00:31 +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 013B443D53 for ; Sun, 6 Aug 2006 22:00:30 +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 k76M0UTY037136 for ; Sun, 6 Aug 2006 22:00:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k76M0UAt037135; Sun, 6 Aug 2006 22:00:30 GMT (envelope-from gnats) Resent-Date: Sun, 6 Aug 2006 22:00:30 GMT Resent-Message-Id: <200608062200.k76M0UAt037135@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, "Simon Olofsson" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA4216A4DA for ; Sun, 6 Aug 2006 21:50:45 +0000 (UTC) (envelope-from simon@olofsson.de) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B7F43D46 for ; Sun, 6 Aug 2006 21:50:44 +0000 (GMT) (envelope-from simon@olofsson.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 42C341640FD for ; Sun, 6 Aug 2006 23:50:43 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 361A5CE5E9 for ; Sun, 6 Aug 2006 23:50:43 +0200 (CEST) Received: from gul.lan.gath3n.de (dslb-084-060-180-226.pools.arcor-ip.net [84.60.180.226]) by mail-in-03.arcor-online.net (Postfix) with SMTP id 047EF19A367 for ; Sun, 6 Aug 2006 23:50:42 +0200 (CEST) Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Sun, 6 Aug 2006 23:50:42 +0200 Message-Id: <20060806215042.047EF19A367@mail-in-03.arcor-online.net> Date: Sun, 6 Aug 2006 23:50:42 +0200 From: "Simon Olofsson" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101532: [MAINTAINER] audio/snack: Respect TARGETDIR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 22:00:32 -0000 >Number: 101532 >Category: ports >Synopsis: [MAINTAINER] audio/snack: Respect TARGETDIR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 22:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simon Olofsson >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #28: Sat Aug 5 21:10:18 CEST >Description: - make this Port respect TARGETDIR Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- snack-2.2.10.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/audio/snack/Makefile /usr/home/simon/src/ports/audio/snack/Makefile --- /usr/ports/audio/snack/Makefile Tue Jul 11 02:16:57 2006 +++ /usr/home/simon/src/ports/audio/snack/Makefile Sun Aug 6 23:39:31 2006 @@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ --with-tk=${LOCALBASE}/lib/tk8.4 -MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} +MAKE_ENV= prefix=${TARGETDIR} exec_prefix=${TARGETDIR} CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 \ -I${LOCALBASE}/include --- snack-2.2.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: