From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 27 03:30:18 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 7C75D16A4CE for ; Sat, 27 Dec 2003 03:30:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DDE43D54 for ; Sat, 27 Dec 2003 03:30:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBRBUFFR055110 for ; Sat, 27 Dec 2003 03:30:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBRBUF3U055109; Sat, 27 Dec 2003 03:30:15 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 27 Dec 2003 03:30:15 -0800 (PST) Resent-Message-Id: <200312271130.hBRBUF3U055109@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 6B93716A4CE for ; Sat, 27 Dec 2003 03:25:24 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA50843D46 for ; Sat, 27 Dec 2003 03:25:20 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) hBRBPDca002891 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 27 Dec 2003 11:25:13 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id hBRBPD7T002890; Sat, 27 Dec 2003 11:25:13 GMT (envelope-from matthew) Message-Id: <200312271125.hBRBPD7T002890@happy-idiot-talk.infracaninophile.co.uk> Date: Sat, 27 Dec 2003 11:25:13 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60611: www/mod_musicindex -- ${APACHE_PORT} usage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 27 Dec 2003 11:30:18 -0000 >Number: 60611 >Category: ports >Synopsis: www/mod_musicindex -- ${APACHE_PORT} usage >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 27 03:30:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.9-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #45: Sat Dec 20 13:48:38 GMT 2003 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: The www/mod_musicindex port uses ${APACHE_PORT} in a manner inconsistent with the great majority of ports that depend on apache. >How-To-Repeat: >Fix: --- mod_musicindex.diff begins here --- --- Makefile.bak Sat Dec 27 11:19:27 2003 +++ Makefile Sat Dec 27 11:20:30 2003 @@ -15,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Apache module in C implements Perl module Apache::MP3 -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ id3tag.2:${PORTSDIR}/audio/libid3tag \ mad.2:${PORTSDIR}/audio/libmad @@ -33,12 +33,12 @@ MODULE_EXT= la MAKEFILE= Makefile.apache2 PLIST_SUB+= MOD_DIR=libexec/apache2 -APACHE_PORT?= ${PORTSDIR}/www/apache2 +APACHE_PORT?= www/apache2 MAKE_TARGET= all .else MODULE_EXT= so PLIST_SUB+= MOD_DIR=libexec/apache -APACHE_PORT?= ${PORTSDIR}/www/apache13 +APACHE_PORT?= www/apache13 .endif post-patch: --- mod_musicindex.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: