Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2003 11:25:13 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/60611: www/mod_musicindex -- ${APACHE_PORT} usage
Message-ID:  <200312271125.hBRBPD7T002890@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200312271130.hBRBUF3U055109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312271125.hBRBPD7T002890>