Date: Wed, 1 Feb 2006 13:29:18 +0100 From: "Pawel Pekala" <c0rn@o2.pl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: arved@FreeBSD.org Subject: ports/92678: [PATCH] multimedia/kaffeine fix plist creation Message-ID: <1138796958.782@blaviken.slowicza.org> Resent-Message-ID: <200602011230.k11CU81Y076080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92678 >Category: ports >Synopsis: [PATCH] multimedia/kaffeine fix plist creation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 12:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.4-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE-p10 #1: Wed Jan 25 18:36:04 CET 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: wrong PLIST_SUB settings >How-To-Repeat: >Fix: --- kaffeine.patch begins here --- diff -ur /usr/ports/multimedia/kaffeine/Makefile kaffeine/Makefile --- /usr/ports/multimedia/kaffeine/Makefile Tue Jan 31 20:11:55 2006 +++ kaffeine/Makefile Wed Feb 1 13:23:22 2006 @@ -6,7 +6,7 @@ PORTNAME= kaffeine PORTVERSION= 0.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kaffeine @@ -22,9 +22,9 @@ .ifndef (WITHOUT_GSTREAMER) USE_GSTREAMER= yes -PLIST_SUB+= NOGSTREAMER="@comment " -.else PLIST_SUB+= NOGSTREAMER="" +.else +PLIST_SUB+= NOGSTREAMER="@comment " .endif USE_AUTOTOOLS= libtool:15:inc --- kaffeine.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1138796958.782>