ports/60611: www/mod_musicindex -- ${APACHE_PORT} usage
Matthew Seaman
m.seaman at infracaninophile.co.uk
Sat Dec 27 11:30:18 UTC 2003
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list