ports/186668: [PATCH] graphics/swfdec: modernize, stageify

Matthias Andree mandree at FreeBSD.org
Wed Feb 12 00:50:00 UTC 2014


>Number:         186668
>Category:       ports
>Synopsis:       [PATCH] graphics/swfdec: modernize, stageify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 00:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 9.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014
>Description:
Fix all DEVELOPER=yes warnings, converting to staging.

STILL TODO: add LICENSE,
test build on others systems than 9.2-REL-amd64.

Port maintainer (kwm at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- swfdec-0.8.4_4.patch begins here ---
diff -ruN /usr/ports/graphics/swfdec/Makefile ./Makefile
--- /usr/ports/graphics/swfdec/Makefile	2014-01-22 18:00:46.000000000 +0100
+++ ./Makefile	2014-02-12 01:23:28.000000000 +0100
@@ -11,12 +11,12 @@
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Flash Rendering Library
 
-LIB_DEPENDS=	oil-0.3.0:${PORTSDIR}/devel/liboil \
-		soup-2.4.1:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS=	liboil-0.3.so:${PORTSDIR}/devel/liboil \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 
-USES=		pkgconfig
+USES=		pkgconfig pathfix
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack gtk20 ltverhack
+USE_GNOME=	gtk20 ltverhack
 USE_GSTREAMER=	core good mp3 ffmpeg
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -27,11 +27,10 @@
 OPTIONS_DEFINE=	PULSEAUDIO
 PULSEAUDIO_DESC="Enable the PulseAudio sound module"
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+=		pulse.0:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+=		libpulse.so:${PORTSDIR}/audio/pulseaudio
 CONFIGURE_ARGS+=	--with-audio=pulse
 .else
 CONFIGURE_ARGS+=	--with-audio=oss
--- swfdec-0.8.4_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list