Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 10:43:29 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
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
Message-ID:  <201510041043.t94AhT4V060762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <woodsb02@gmail.com> (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|<tr1/|<| ; \
-		 s|::tr1||' \
+		 s|sv_SE|sv|' \
 		${WRKSRC}/configure
 
 post-build:

Modified: head/devel/synfig/distinfo
==============================================================================
--- head/devel/synfig/distinfo	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/devel/synfig/distinfo	Sun Oct  4 10:43:28 2015	(r398569)
@@ -1,2 +1,2 @@
-SHA256 (synfig-1.0.tar.gz) = 1f2f9b209d49dff838049e9817b0458ac6987e912a56c061aa2f9c2faeb40720
-SIZE (synfig-1.0.tar.gz) = 4474980
+SHA256 (synfig-1.0.1.tar.gz) = 2386ebfdfbd68f46c25e9011928cbece525ce4c19a6367c81343b75f79172e50
+SIZE (synfig-1.0.1.tar.gz) = 4570667

Modified: head/devel/synfig/files/patch-src__synfig__main.cpp
==============================================================================
--- head/devel/synfig/files/patch-src__synfig__main.cpp	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/devel/synfig/files/patch-src__synfig__main.cpp	Sun Oct  4 10:43:28 2015	(r398569)
@@ -1,6 +1,6 @@
---- src/synfig/main.cpp.orig	2015-08-21 15:38:05.415768235 +0800
-+++ src/synfig/main.cpp	2015-08-21 15:42:18.215824597 +0800
-@@ -198,7 +198,7 @@
+--- src/synfig/main.cpp.orig	2015-03-28 10:15:01 UTC
++++ src/synfig/main.cpp
+@@ -198,7 +198,7 @@ synfig::Main::Main(const synfig::String&
  
  	unsigned int i;
  #ifdef _DEBUG
@@ -9,7 +9,7 @@
  	std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
  #endif
  #endif
-@@ -490,7 +490,11 @@
+@@ -490,7 +490,11 @@ synfig::get_binary_path(const String &fa
  
  	/* Read from /proc/self/exe (symlink) */
  	char* path2 = (char*)malloc(buf_size);
@@ -21,7 +21,7 @@
  
  	while (1) {
  		int i;
-@@ -524,9 +528,10 @@
+@@ -524,9 +528,10 @@ synfig::get_binary_path(const String &fa
  		/* path is a symlink. Continue loop and resolve this. */
  		strncpy(path, path2, buf_size - 1);
  	}
@@ -33,7 +33,7 @@
  	if (result == "")
  	{
  		/* readlink() or stat() failed; this can happen when the program is
-@@ -568,6 +573,7 @@
+@@ -568,6 +573,7 @@ synfig::get_binary_path(const String &fa
  		free(line);
  		fclose(f);
  	}

Modified: head/devel/synfig/files/patch-src__synfig__transform.cpp
==============================================================================
--- head/devel/synfig/files/patch-src__synfig__transform.cpp	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/devel/synfig/files/patch-src__synfig__transform.cpp	Sun Oct  4 10:43:28 2015	(r398569)
@@ -1,4 +1,4 @@
---- src/synfig/transform.cpp.orig
+--- src/synfig/transform.cpp.orig	2015-03-28 10:15:01 UTC
 +++ src/synfig/transform.cpp
 @@ -31,6 +31,7 @@
  

Modified: head/devel/synfig/pkg-plist
==============================================================================
--- head/devel/synfig/pkg-plist	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/devel/synfig/pkg-plist	Sun Oct  4 10:43:28 2015	(r398569)
@@ -15,6 +15,13 @@ include/synfig-1.0/synfig/cairolistimpor
 include/synfig-1.0/synfig/canvas.h
 include/synfig-1.0/synfig/canvasbase.h
 include/synfig-1.0/synfig/color.h
+include/synfig-1.0/synfig/color/cairocolor.h
+include/synfig-1.0/synfig/color/cairocoloraccumulator.h
+include/synfig-1.0/synfig/color/color.h
+include/synfig-1.0/synfig/color/color.hpp
+include/synfig-1.0/synfig/color/coloraccumulator.h
+include/synfig-1.0/synfig/color/common.h
+include/synfig-1.0/synfig/color/pixelformat.h
 include/synfig-1.0/synfig/context.h
 include/synfig-1.0/synfig/curve_helper.h
 include/synfig-1.0/synfig/curveset.h
@@ -36,21 +43,21 @@ include/synfig-1.0/synfig/importer.h
 include/synfig-1.0/synfig/interpolation.h
 include/synfig-1.0/synfig/keyframe.h
 include/synfig-1.0/synfig/layer.h
-include/synfig-1.0/synfig/layer_bitmap.h
-include/synfig-1.0/synfig/layer_composite.h
-include/synfig-1.0/synfig/layer_duplicate.h
-include/synfig-1.0/synfig/layer_group.h
-include/synfig-1.0/synfig/layer_meshtransform.h
-include/synfig-1.0/synfig/layer_mime.h
-include/synfig-1.0/synfig/layer_motionblur.h
-include/synfig-1.0/synfig/layer_pastecanvas.h
-include/synfig-1.0/synfig/layer_polygon.h
-include/synfig-1.0/synfig/layer_shape.h
-include/synfig-1.0/synfig/layer_skeleton.h
-include/synfig-1.0/synfig/layer_skeletondeformation.h
-include/synfig-1.0/synfig/layer_solidcolor.h
-include/synfig-1.0/synfig/layer_sound.h
-include/synfig-1.0/synfig/layer_switch.h
+include/synfig-1.0/synfig/layers/layer_bitmap.h
+include/synfig-1.0/synfig/layers/layer_composite.h
+include/synfig-1.0/synfig/layers/layer_duplicate.h
+include/synfig-1.0/synfig/layers/layer_group.h
+include/synfig-1.0/synfig/layers/layer_meshtransform.h
+include/synfig-1.0/synfig/layers/layer_mime.h
+include/synfig-1.0/synfig/layers/layer_motionblur.h
+include/synfig-1.0/synfig/layers/layer_pastecanvas.h
+include/synfig-1.0/synfig/layers/layer_polygon.h
+include/synfig-1.0/synfig/layers/layer_shape.h
+include/synfig-1.0/synfig/layers/layer_skeleton.h
+include/synfig-1.0/synfig/layers/layer_skeletondeformation.h
+include/synfig-1.0/synfig/layers/layer_solidcolor.h
+include/synfig-1.0/synfig/layers/layer_sound.h
+include/synfig-1.0/synfig/layers/layer_switch.h
 include/synfig-1.0/synfig/listimporter.h
 include/synfig-1.0/synfig/loadcanvas.h
 include/synfig-1.0/synfig/main.h
@@ -99,69 +106,69 @@ include/synfig-1.0/synfig/types.h
 include/synfig-1.0/synfig/uniqueid.h
 include/synfig-1.0/synfig/value.h
 include/synfig-1.0/synfig/valuenode.h
-include/synfig-1.0/synfig/valuenode_add.h
-include/synfig-1.0/synfig/valuenode_and.h
-include/synfig-1.0/synfig/valuenode_anglestring.h
-include/synfig-1.0/synfig/valuenode_animated.h
-include/synfig-1.0/synfig/valuenode_atan2.h
-include/synfig-1.0/synfig/valuenode_average.h
-include/synfig-1.0/synfig/valuenode_bline.h
-include/synfig-1.0/synfig/valuenode_blinecalctangent.h
-include/synfig-1.0/synfig/valuenode_blinecalcvertex.h
-include/synfig-1.0/synfig/valuenode_blinecalcwidth.h
-include/synfig-1.0/synfig/valuenode_blinereversetangent.h
-include/synfig-1.0/synfig/valuenode_bone.h
-include/synfig-1.0/synfig/valuenode_boneinfluence.h
-include/synfig-1.0/synfig/valuenode_bonelink.h
-include/synfig-1.0/synfig/valuenode_boneweightpair.h
-include/synfig-1.0/synfig/valuenode_compare.h
-include/synfig-1.0/synfig/valuenode_composite.h
-include/synfig-1.0/synfig/valuenode_const.h
-include/synfig-1.0/synfig/valuenode_cos.h
-include/synfig-1.0/synfig/valuenode_derivative.h
-include/synfig-1.0/synfig/valuenode_dilist.h
-include/synfig-1.0/synfig/valuenode_dotproduct.h
-include/synfig-1.0/synfig/valuenode_duplicate.h
-include/synfig-1.0/synfig/valuenode_dynamic.h
-include/synfig-1.0/synfig/valuenode_dynamiclist.h
-include/synfig-1.0/synfig/valuenode_exp.h
-include/synfig-1.0/synfig/valuenode_gradientcolor.h
-include/synfig-1.0/synfig/valuenode_gradientrotate.h
-include/synfig-1.0/synfig/valuenode_greyed.h
-include/synfig-1.0/synfig/valuenode_integer.h
-include/synfig-1.0/synfig/valuenode_intstring.h
-include/synfig-1.0/synfig/valuenode_join.h
-include/synfig-1.0/synfig/valuenode_linear.h
-include/synfig-1.0/synfig/valuenode_log.h
-include/synfig-1.0/synfig/valuenode_not.h
-include/synfig-1.0/synfig/valuenode_or.h
-include/synfig-1.0/synfig/valuenode_pow.h
-include/synfig-1.0/synfig/valuenode_radialcomposite.h
-include/synfig-1.0/synfig/valuenode_range.h
-include/synfig-1.0/synfig/valuenode_real.h
-include/synfig-1.0/synfig/valuenode_realstring.h
-include/synfig-1.0/synfig/valuenode_reciprocal.h
-include/synfig-1.0/synfig/valuenode_reference.h
-include/synfig-1.0/synfig/valuenode_repeat_gradient.h
-include/synfig-1.0/synfig/valuenode_scale.h
-include/synfig-1.0/synfig/valuenode_segcalctangent.h
-include/synfig-1.0/synfig/valuenode_segcalcvertex.h
-include/synfig-1.0/synfig/valuenode_sine.h
-include/synfig-1.0/synfig/valuenode_staticlist.h
-include/synfig-1.0/synfig/valuenode_step.h
-include/synfig-1.0/synfig/valuenode_stripes.h
-include/synfig-1.0/synfig/valuenode_subtract.h
-include/synfig-1.0/synfig/valuenode_switch.h
-include/synfig-1.0/synfig/valuenode_timedswap.h
-include/synfig-1.0/synfig/valuenode_timeloop.h
-include/synfig-1.0/synfig/valuenode_timestring.h
-include/synfig-1.0/synfig/valuenode_twotone.h
-include/synfig-1.0/synfig/valuenode_vectorangle.h
-include/synfig-1.0/synfig/valuenode_vectorlength.h
-include/synfig-1.0/synfig/valuenode_vectorx.h
-include/synfig-1.0/synfig/valuenode_vectory.h
-include/synfig-1.0/synfig/valuenode_weightedaverage.h
-include/synfig-1.0/synfig/valuenode_wplist.h
+include/synfig-1.0/synfig/valuenodes/valuenode_add.h
+include/synfig-1.0/synfig/valuenodes/valuenode_and.h
+include/synfig-1.0/synfig/valuenodes/valuenode_anglestring.h
+include/synfig-1.0/synfig/valuenodes/valuenode_animated.h
+include/synfig-1.0/synfig/valuenodes/valuenode_atan2.h
+include/synfig-1.0/synfig/valuenodes/valuenode_average.h
+include/synfig-1.0/synfig/valuenodes/valuenode_bline.h
+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalctangent.h
+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcvertex.h
+include/synfig-1.0/synfig/valuenodes/valuenode_blinecalcwidth.h
+include/synfig-1.0/synfig/valuenodes/valuenode_blinereversetangent.h
+include/synfig-1.0/synfig/valuenodes/valuenode_bone.h
+include/synfig-1.0/synfig/valuenodes/valuenode_boneinfluence.h
+include/synfig-1.0/synfig/valuenodes/valuenode_bonelink.h
+include/synfig-1.0/synfig/valuenodes/valuenode_boneweightpair.h
+include/synfig-1.0/synfig/valuenodes/valuenode_compare.h
+include/synfig-1.0/synfig/valuenodes/valuenode_composite.h
+include/synfig-1.0/synfig/valuenodes/valuenode_const.h
+include/synfig-1.0/synfig/valuenodes/valuenode_cos.h
+include/synfig-1.0/synfig/valuenodes/valuenode_derivative.h
+include/synfig-1.0/synfig/valuenodes/valuenode_dilist.h
+include/synfig-1.0/synfig/valuenodes/valuenode_dotproduct.h
+include/synfig-1.0/synfig/valuenodes/valuenode_duplicate.h
+include/synfig-1.0/synfig/valuenodes/valuenode_dynamic.h
+include/synfig-1.0/synfig/valuenodes/valuenode_dynamiclist.h
+include/synfig-1.0/synfig/valuenodes/valuenode_exp.h
+include/synfig-1.0/synfig/valuenodes/valuenode_gradientcolor.h
+include/synfig-1.0/synfig/valuenodes/valuenode_gradientrotate.h
+include/synfig-1.0/synfig/valuenodes/valuenode_greyed.h
+include/synfig-1.0/synfig/valuenodes/valuenode_integer.h
+include/synfig-1.0/synfig/valuenodes/valuenode_intstring.h
+include/synfig-1.0/synfig/valuenodes/valuenode_join.h
+include/synfig-1.0/synfig/valuenodes/valuenode_linear.h
+include/synfig-1.0/synfig/valuenodes/valuenode_log.h
+include/synfig-1.0/synfig/valuenodes/valuenode_not.h
+include/synfig-1.0/synfig/valuenodes/valuenode_or.h
+include/synfig-1.0/synfig/valuenodes/valuenode_pow.h
+include/synfig-1.0/synfig/valuenodes/valuenode_radialcomposite.h
+include/synfig-1.0/synfig/valuenodes/valuenode_range.h
+include/synfig-1.0/synfig/valuenodes/valuenode_real.h
+include/synfig-1.0/synfig/valuenodes/valuenode_realstring.h
+include/synfig-1.0/synfig/valuenodes/valuenode_reciprocal.h
+include/synfig-1.0/synfig/valuenodes/valuenode_reference.h
+include/synfig-1.0/synfig/valuenodes/valuenode_repeat_gradient.h
+include/synfig-1.0/synfig/valuenodes/valuenode_scale.h
+include/synfig-1.0/synfig/valuenodes/valuenode_segcalctangent.h
+include/synfig-1.0/synfig/valuenodes/valuenode_segcalcvertex.h
+include/synfig-1.0/synfig/valuenodes/valuenode_sine.h
+include/synfig-1.0/synfig/valuenodes/valuenode_staticlist.h
+include/synfig-1.0/synfig/valuenodes/valuenode_step.h
+include/synfig-1.0/synfig/valuenodes/valuenode_stripes.h
+include/synfig-1.0/synfig/valuenodes/valuenode_subtract.h
+include/synfig-1.0/synfig/valuenodes/valuenode_switch.h
+include/synfig-1.0/synfig/valuenodes/valuenode_timedswap.h
+include/synfig-1.0/synfig/valuenodes/valuenode_timeloop.h
+include/synfig-1.0/synfig/valuenodes/valuenode_timestring.h
+include/synfig-1.0/synfig/valuenodes/valuenode_twotone.h
+include/synfig-1.0/synfig/valuenodes/valuenode_vectorangle.h
+include/synfig-1.0/synfig/valuenodes/valuenode_vectorlength.h
+include/synfig-1.0/synfig/valuenodes/valuenode_vectorx.h
+include/synfig-1.0/synfig/valuenodes/valuenode_vectory.h
+include/synfig-1.0/synfig/valuenodes/valuenode_weightedaverage.h
+include/synfig-1.0/synfig/valuenodes/valuenode_wplist.h
 include/synfig-1.0/synfig/valueoperations.h
 include/synfig-1.0/synfig/valuetransformation.h
 include/synfig-1.0/synfig/vector.h
@@ -201,37 +208,41 @@ libdata/pkgconfig/synfig.pc
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TODO
-share/locale/ar/LC_MESSAGES/synfig.mo
-share/locale/bs/LC_MESSAGES/synfig.mo
-share/locale/ca/LC_MESSAGES/synfig.mo
-share/locale/cs/LC_MESSAGES/synfig.mo
-share/locale/da/LC_MESSAGES/synfig.mo
-share/locale/de/LC_MESSAGES/synfig.mo
-share/locale/el/LC_MESSAGES/synfig.mo
-share/locale/en_GB/LC_MESSAGES/synfig.mo
-share/locale/es/LC_MESSAGES/synfig.mo
-share/locale/eu/LC_MESSAGES/synfig.mo
-share/locale/eu_ES/LC_MESSAGES/synfig.mo
-share/locale/fa_IR/LC_MESSAGES/synfig.mo
-share/locale/fr/LC_MESSAGES/synfig.mo
-share/locale/gl/LC_MESSAGES/synfig.mo
-share/locale/he/LC_MESSAGES/synfig.mo
-share/locale/hu/LC_MESSAGES/synfig.mo
-share/locale/it/LC_MESSAGES/synfig.mo
-share/locale/ja/LC_MESSAGES/synfig.mo
-share/locale/lt/LC_MESSAGES/synfig.mo
-share/locale/nl/LC_MESSAGES/synfig.mo
-share/locale/no/LC_MESSAGES/synfig.mo
-share/locale/pl/LC_MESSAGES/synfig.mo
-share/locale/pt_BR/LC_MESSAGES/synfig.mo
-share/locale/ro/LC_MESSAGES/synfig.mo
-share/locale/ru/LC_MESSAGES/synfig.mo
-share/locale/si/LC_MESSAGES/synfig.mo
-share/locale/sk/LC_MESSAGES/synfig.mo
-share/locale/sr_RS/LC_MESSAGES/synfig.mo
-share/locale/sv/LC_MESSAGES/synfig.mo
-share/locale/tr/LC_MESSAGES/synfig.mo
-share/locale/uz@Latn/LC_MESSAGES/synfig.mo
-share/locale/zh-Hant/LC_MESSAGES/synfig.mo
-share/locale/zh_CN/LC_MESSAGES/synfig.mo
-share/locale/zh_TW/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/da/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/de/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/el/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/es/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/he/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/it/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/no/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/si/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfig.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfig.mo

Modified: head/graphics/synfigstudio/Makefile
==============================================================================
--- head/graphics/synfigstudio/Makefile	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/graphics/synfigstudio/Makefile	Sun Oct  4 10:43:28 2015	(r398569)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	synfigstudio
-PORTVERSION=	1.0
+PORTVERSION=	1.0.1
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	SF/synfig/releases/${PORTVERSION}/source
 
 MAINTAINER=	woodsb02@gmail.com
 COMMENT=	Vector-based 2D animation software package
 
-LICENSE=	GPLv3
+LICENSE=	GPLv2 # (or later)
 
-BUILD_DEPENDS=	etl>=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|<tr1/|<| ; \
-		 s|::tr1||' \
+		 /DATADIRNAME/s|lib|share|' \
 		${WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
 		's|el_GR|el| ; \
@@ -43,7 +49,8 @@ post-patch:
 		 s|no_NO|no| ; \
 		 s|pl_PL|pl| ; \
 		 s|sk_SK|sk| ; \
-		 s|sv_SE|sv|' ${WRKSRC}/po/LINGUAS
+		 s|sv_SE|sv|' \
+		${WRKSRC}/po/LINGUAS
 
 pre-build:
 # FIX LC_MESSAGES

Modified: head/graphics/synfigstudio/distinfo
==============================================================================
--- head/graphics/synfigstudio/distinfo	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/graphics/synfigstudio/distinfo	Sun Oct  4 10:43:28 2015	(r398569)
@@ -1,2 +1,2 @@
-SHA256 (synfigstudio-1.0.tar.gz) = 2b23916ca0be4073edad9b0cb92fd30311dd3b8f73372c836ba735100251ee28
-SIZE (synfigstudio-1.0.tar.gz) = 5005826
+SHA256 (synfigstudio-1.0.1.tar.gz) = d179046a93c642ba056cc2b35e08242d3b9724b5f3a3709f5a0d40970d49ca49
+SIZE (synfigstudio-1.0.1.tar.gz) = 5207441

Modified: head/graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp
==============================================================================
--- head/graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp	Sun Oct  4 10:43:28 2015	(r398569)
@@ -1,6 +1,6 @@
---- src/synfigapp/cvs.cpp.orig	2007-11-13 18:13:07.000000000 +0900
-+++ src/synfigapp/cvs.cpp	2008-03-14 19:39:08.000000000 +0900
-@@ -62,7 +62,7 @@
+--- src/synfigapp/cvs.cpp.orig	2015-03-28 10:15:01 UTC
++++ src/synfigapp/cvs.cpp
+@@ -62,7 +62,7 @@ using namespace synfigapp;
  #define HAVE_STRPTIME
  #endif
  

Modified: head/graphics/synfigstudio/pkg-plist
==============================================================================
--- head/graphics/synfigstudio/pkg-plist	Sun Oct  4 10:24:30 2015	(r398568)
+++ head/graphics/synfigstudio/pkg-plist	Sun Oct  4 10:43:28 2015	(r398569)
@@ -138,40 +138,44 @@ share/icons/hicolor/32x32/apps/synfig_ic
 share/icons/hicolor/48x48/apps/synfig_icon.png
 share/icons/hicolor/64x64/apps/synfig_icon.png
 share/icons/hicolor/scalable/apps/synfig_icon.svg
-share/locale/ar/LC_MESSAGES/synfigstudio.mo
-share/locale/bs/LC_MESSAGES/synfigstudio.mo
-share/locale/ca/LC_MESSAGES/synfigstudio.mo
-share/locale/cs/LC_MESSAGES/synfigstudio.mo
-share/locale/da/LC_MESSAGES/synfigstudio.mo
-share/locale/de/LC_MESSAGES/synfigstudio.mo
-share/locale/el/LC_MESSAGES/synfigstudio.mo
-share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
-share/locale/es/LC_MESSAGES/synfigstudio.mo
-share/locale/eu/LC_MESSAGES/synfigstudio.mo
-share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
-share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
-share/locale/fr/LC_MESSAGES/synfigstudio.mo
-share/locale/gl/LC_MESSAGES/synfigstudio.mo
-share/locale/he/LC_MESSAGES/synfigstudio.mo
-share/locale/hu/LC_MESSAGES/synfigstudio.mo
-share/locale/it/LC_MESSAGES/synfigstudio.mo
-share/locale/ja/LC_MESSAGES/synfigstudio.mo
-share/locale/lt/LC_MESSAGES/synfigstudio.mo
-share/locale/nl/LC_MESSAGES/synfigstudio.mo
-share/locale/no/LC_MESSAGES/synfigstudio.mo
-share/locale/pl/LC_MESSAGES/synfigstudio.mo
-share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
-share/locale/ro/LC_MESSAGES/synfigstudio.mo
-share/locale/ru/LC_MESSAGES/synfigstudio.mo
-share/locale/si/LC_MESSAGES/synfigstudio.mo
-share/locale/sk/LC_MESSAGES/synfigstudio.mo
-share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
-share/locale/sv/LC_MESSAGES/synfigstudio.mo
-share/locale/tr/LC_MESSAGES/synfigstudio.mo
-share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
-share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
-share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
-share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/cs_CZ/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/da/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/de/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/el/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/en_CZ/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/es/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/he/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/it/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/no/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/si/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/ur/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/synfigstudio.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
 share/mime-info/synfigstudio.keys
 share/mime-info/synfigstudio.mime
 share/mime/packages/synfigstudio.xml
@@ -179,6 +183,13 @@ share/pixmaps/sif_icon.png
 share/pixmaps/synfig_icon.png
 share/pixmaps/synfigstudio/about_icon.png
 share/pixmaps/synfigstudio/action_add_to_set_icon.png
+share/pixmaps/synfigstudio/action_doc_new_icon.png
+share/pixmaps/synfigstudio/action_doc_open_icon.png
+share/pixmaps/synfigstudio/action_doc_redo_icon.png
+share/pixmaps/synfigstudio/action_doc_save_icon.png
+share/pixmaps/synfigstudio/action_doc_saveall_icon.png
+share/pixmaps/synfigstudio/action_doc_saveas_icon.png
+share/pixmaps/synfigstudio/action_doc_undo_icon.png
 share/pixmaps/synfigstudio/action_export_icon.png
 share/pixmaps/synfigstudio/action_flat_interpolation_icon.png
 share/pixmaps/synfigstudio/action_interpolate_interpolation_icon.png
@@ -292,7 +303,6 @@ share/pixmaps/synfigstudio/preview_optio
 share/pixmaps/synfigstudio/rename_icon.png
 share/pixmaps/synfigstudio/render_options_icon.png
 share/pixmaps/synfigstudio/reset_colors_icon.png
-share/pixmaps/synfigstudio/saveall_icon.png
 share/pixmaps/synfigstudio/select_all_child_layers_icon.png
 share/pixmaps/synfigstudio/set_fill_color.png
 share/pixmaps/synfigstudio/set_icon.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041043.t94AhT4V060762>