Date: Wed, 12 Feb 2014 01:42:55 +0100 From: Matthias Andree <mandree@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: kwm@FreeBSD.org Subject: ports/186668: [PATCH] graphics/swfdec: modernize, stageify Message-ID: <E1WDNuh-0008wu-Dp@apollo.emma.line.org> Resent-Message-ID: <201402120050.s1C0o0VY063045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WDNuh-0008wu-Dp>