Date: Mon, 03 Jul 2006 20:15:48 -0700 (PDT) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mich@FreeBSD.org Subject: ports/99761: audio/amarok: install fails when GPOD options is off Message-ID: <44a9dd64.50ddc504.4d55.2a89@mx.gmail.com> Resent-Message-ID: <200607040320.k643KNxM053793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44a9dd64.50ddc504.4d55.2a89>