ports/92678: [PATCH] multimedia/kaffeine fix plist creation

Pawel Pekala c0rn at o2.pl
Wed Feb 1 12:30:09 UTC 2006


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



More information about the freebsd-ports-bugs mailing list