From owner-svn-ports-all@freebsd.org Mon Sep 7 08:40:11 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED0719BBCB2; Mon, 7 Sep 2015 08:40:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0E5CE6; Mon, 7 Sep 2015 08:40:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t878eBII032368; Mon, 7 Sep 2015 08:40:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t878eBu8032367; Mon, 7 Sep 2015 08:40:11 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509070840.t878eBu8032367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 7 Sep 2015 08:40:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396254 - head/multimedia/sabbu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2015 08:40:12 -0000 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' \