ports/99761: audio/amarok: install fails when GPOD options is off
Jason E. Hale
bsdkaffee at gmail.com
Tue Jul 4 03:20:25 UTC 2006
>Number: 99761
>Category: ports
>Synopsis: audio/amarok: install fails when GPOD options is off
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 04 03:20:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Jason E. Hale
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD black.attbi.com 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Tue May 9 14:40:50 EDT 2006 Jason at black.attbi.com:/usr/obj/usr/src/sys/BLACK i386
>Description:
audio/amarok version 1.4.0a fails to install if the GPOD OPTION is OFF,
>How-To-Repeat:
Try to install audio/amarok with the GPOD OPTION OFF.
>Fix:
It is a mere typo...a diff is attached.
--- 2006-07-03-amarok.diff begins here ---
diff -ruN amarok.orig/Makefile amarok/Makefile
--- amarok.orig/Makefile Mon Jul 3 22:54:52 2006
+++ amarok/Makefile Mon Jul 3 22:55:20 2006
@@ -51,7 +51,7 @@
.endif
.if !defined(WITH_GPOD)
-PLIST_SUB+= GPOD="@comment"
+PLIST_SUB+= GPOD="@comment "
.else
LIB_DEPENDS+= gpod.302:${PORTSDIR}/audio/libgpod
CONFIGURE_ARGS+=--with-libgpod
--- 2006-07-03-amarok.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list