Date: Mon, 7 Sep 2015 08:40:11 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396254 - head/multimedia/sabbu Message-ID: <201509070840.t878eBu8032367@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Sep 7 08:40:11 2015 New Revision: 396254 URL: https://svnweb.freebsd.org/changeset/ports/396254 Log: - Remove BROKEN statement that is not true: port configures and builds fine - While here, define LICENSE (GPLv2) and kill stray whitespace at EOL Modified: head/multimedia/sabbu/Makefile Modified: head/multimedia/sabbu/Makefile ============================================================================== --- head/multimedia/sabbu/Makefile Mon Sep 7 07:24:55 2015 (r396253) +++ head/multimedia/sabbu/Makefile Mon Sep 7 08:40:11 2015 (r396254) @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Program used to time subtitles +LICENSE= GPLv2 + LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libsndfile.so:${PORTSDIR}/audio/libsndfile @@ -17,7 +19,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib +LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib LDFLAGS+= -lswscale0 -lgmodule-2.0 OPTIONS_DEFINE= GTKSPELL @@ -35,10 +37,6 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= WITH_NLS="@comment " .endif -.if ${ARCH} == "powerpc" -BROKEN= Does not configure on powerpc -.endif - post-patch: @${REINPLACE_CMD} \ -e 's,ffmpeg/avformat,libavformat/avformat,g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509070840.t878eBu8032367>