From owner-svn-ports-head@freebsd.org Sun Oct 4 10:43:33 2015 Return-Path: Delivered-To: svn-ports-head@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 7DA96A0FABC; Sun, 4 Oct 2015 10:43:33 +0000 (UTC) (envelope-from pi@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 6C7161891; Sun, 4 Oct 2015 10:43:33 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94AhXPU060778; Sun, 4 Oct 2015 10:43:33 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94AhT4V060762; Sun, 4 Oct 2015 10:43:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201510041043.t94AhT4V060762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 4 Oct 2015 10:43:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398569 - in head: devel/etl devel/etl/files devel/synfig devel/synfig/files graphics/synfigstudio graphics/synfigstudio/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 10:43:33 -0000 Author: pi Date: Sun Oct 4 10:43:28 2015 New Revision: 398569 URL: https://svnweb.freebsd.org/changeset/ports/398569 Log: devel/etl: 0.4.18 -> 0.04.19 devel/synfig: 1.0 -> 1.0.1 graphics/synfigstudio: 1.0 -> 1.0.1 PR: 201175 Submitted by: Ben Woods (maintainer) Modified: head/devel/etl/Makefile head/devel/etl/distinfo head/devel/etl/files/patch-ETL___stringf.h head/devel/etl/files/patch-ETL___surface.h head/devel/synfig/Makefile head/devel/synfig/distinfo head/devel/synfig/files/patch-src__synfig__main.cpp head/devel/synfig/files/patch-src__synfig__transform.cpp head/devel/synfig/pkg-plist head/graphics/synfigstudio/Makefile head/graphics/synfigstudio/distinfo head/graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp head/graphics/synfigstudio/pkg-plist Modified: head/devel/etl/Makefile ============================================================================== --- head/devel/etl/Makefile Sun Oct 4 10:24:30 2015 (r398568) +++ head/devel/etl/Makefile Sun Oct 4 10:43:28 2015 (r398569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= etl -PORTVERSION= 0.04.18 +PORTVERSION= 0.04.19 CATEGORIES= devel lang MASTER_SITES= SF/synfig/releases/${SYNFIG_VERSION}/source/ DISTNAME= ETL-${PORTVERSION} @@ -10,13 +10,15 @@ DISTNAME= ETL-${PORTVERSION} MAINTAINER= woodsb02@gmail.com COMMENT= Voria Extended Class and Template Library -WRKSRC= ${WRKDIR}/${DISTNAME} +LICENSE= GPLv2 # (or later) + +NO_ARCH= yes OPTIONS_DEFINE= DOCS -SYNFIG_VERSION= 1.0 +SYNFIG_VERSION= 1.0.1 -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes post-install: Modified: head/devel/etl/distinfo ============================================================================== --- head/devel/etl/distinfo Sun Oct 4 10:24:30 2015 (r398568) +++ head/devel/etl/distinfo Sun Oct 4 10:43:28 2015 (r398569) @@ -1,2 +1,2 @@ -SHA256 (ETL-0.04.18.tar.gz) = 53953e477a37d2e870e3be4b22f519474c24537b0e6eb1633e3402273a684a98 -SIZE (ETL-0.04.18.tar.gz) = 370705 +SHA256 (ETL-0.04.19.tar.gz) = 21696881fab1b9a3458aaa77a8b10c899c297b2d132e3ed4cfb7ffa29cd8b8fe +SIZE (ETL-0.04.19.tar.gz) = 371439 Modified: head/devel/etl/files/patch-ETL___stringf.h ============================================================================== --- head/devel/etl/files/patch-ETL___stringf.h Sun Oct 4 10:24:30 2015 (r398568) +++ head/devel/etl/files/patch-ETL___stringf.h Sun Oct 4 10:43:28 2015 (r398569) @@ -1,4 +1,4 @@ ---- ETL/_stringf.h.orig +--- ETL/_stringf.h.orig 2015-03-28 15:08:17 UTC +++ ETL/_stringf.h @@ -57,7 +57,7 @@ Modified: head/devel/etl/files/patch-ETL___surface.h ============================================================================== --- head/devel/etl/files/patch-ETL___surface.h Sun Oct 4 10:24:30 2015 (r398568) +++ head/devel/etl/files/patch-ETL___surface.h Sun Oct 4 10:43:28 2015 (r398569) @@ -1,4 +1,4 @@ ---- ETL/_surface.h.orig +--- ETL/_surface.h.orig 2015-03-28 10:15:00 UTC +++ ETL/_surface.h @@ -34,6 +34,7 @@ #include "_misc.h" Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Sun Oct 4 10:24:30 2015 (r398568) +++ head/devel/synfig/Makefile Sun Oct 4 10:43:28 2015 (r398569) @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= synfig -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source MAINTAINER= woodsb02@gmail.com COMMENT= Vector based 2D animation package -LICENSE= GPLv3 +LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= etl>=0.04.17:${PORTSDIR}/devel/etl +BUILD_DEPENDS= etl>=0.04.19:${PORTSDIR}/devel/etl LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \ libltdl.so:${PORTSDIR}/devel/libltdl \ libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \ @@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_program_options.so libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libdv.so:${PORTSDIR}/multimedia/libdv -USES= gettext iconv jpeg libtool pathfix pkgconfig +USES= iconv jpeg libtool pathfix pkgconfig USE_GNOME= cairo glibmm libxml++26 GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} @@ -34,6 +34,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ @@ -43,9 +49,7 @@ post-patch: s|no_NO|no| ; \ s|pl_PL|pl| ; \ s|sk_SK|sk| ; \ - s|sv_SE|sv| ; \ - s|=0.04.17:${PORTSDIR}/devel/etl +BUILD_DEPENDS= etl>=0.04.18:${PORTSDIR}/devel/etl LIB_DEPENDS= libsynfig.so:${PORTSDIR}/devel/synfig RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - shared-mime-info +USES= desktop-file-utils gmake libtool pathfix pkgconfig shared-mime-info USE_GNOME= gtkmm30 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb @@ -27,15 +26,22 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS JACK NLS +OPTIONS_SUB= yes + +JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack +JACK_CONFIGURE_ENABLE= jack + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +BROKEN_FreeBSD_9= Does not build on FreeBSD < 10.x post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \ - /DATADIRNAME/s|lib|share| ; \ - s|