Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 18:24:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342353 - head/graphics/cinepaint
Message-ID:  <201402021824.s12IO1dG073250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  2 18:24:01 2014
New Revision: 342353
URL: http://svnweb.freebsd.org/changeset/ports/342353
QAT: https://qat.redports.org/buildarchive/r342353/

Log:
  Stage support

Modified:
  head/graphics/cinepaint/Makefile
  head/graphics/cinepaint/pkg-plist

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Sun Feb  2 18:07:42 2014	(r342352)
+++ head/graphics/cinepaint/Makefile	Sun Feb  2 18:24:01 2014	(r342353)
@@ -13,24 +13,23 @@ COMMENT=	Editing tool used for painting 
 LICENSE=	GPLv2 LGPL21 MIT
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics/OpenEXR \
-		ftgl:${PORTSDIR}/graphics/ftgl \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		lcms:${PORTSDIR}/graphics/lcms \
-		png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff \
-    		fltk:${PORTSDIR}/x11-toolkits/fltk
+LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
+		libftgl.so:${PORTSDIR}/graphics/ftgl \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		liblcms.so:${PORTSDIR}/graphics/lcms \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+    		libfltk.so:${PORTSDIR}/x11-toolkits/fltk
 
 OPTIONS_DEFINE=	OYRANOS PRINT
 OYRANOS_DESC=	ICC profile support via Oyranos
 PRINT_DESC=	Gutenprint (gimp-print) plugin
 
-USES=		gettext pkgconfig
+USES=		desktop-file-utils gettext gmake pkgconfig
 USE_XORG=	xmu
 USE_GNOME=	gtk20
 USE_GHOSTSCRIPT_RUN=yes
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
 LIBTOOLIZE_ARGS=--force
 ACLOCAL_ARGS=	-I aclocal
@@ -42,19 +41,16 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_SUB=	VER="${DISTVERSION}"
 
-MAN1=		cinepaint.1 cinepainttool.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOYRANOS}
-LIB_DEPENDS+=	oyranos:${PORTSDIR}/graphics/oyranos
+LIB_DEPENDS+=	liboyranos.so:${PORTSDIR}/graphics/oyranos
 .else
 CONFIGURE_ENV+=	ac_cv_path_OY_CONFIG=no
 .endif
 
 .if ${PORT_OPTIONS:MPRINT}
-LIB_DEPENDS+=	gutenprint:${PORTSDIR}/print/gutenprint-base
+LIB_DEPENDS+=	libgutenprint.so:${PORTSDIR}/print/gutenprint-base
 PLIST_SUB+=	PRINT=""
 .else
 CONFIGURE_ARGS+=	--disable-print

Modified: head/graphics/cinepaint/pkg-plist
==============================================================================
--- head/graphics/cinepaint/pkg-plist	Sun Feb  2 18:07:42 2014	(r342352)
+++ head/graphics/cinepaint/pkg-plist	Sun Feb  2 18:24:01 2014	(r342353)
@@ -117,6 +117,8 @@ lib/libcinepaint_fl_i18n.la
 lib/libcinepaint_fl_i18n.so
 lib/libcinepaint_fl_i18n.so.1
 libdata/pkgconfig/cinepaint-gtk.pc
+man/man1/cinepaint.1.gz
+man/man1/cinepainttool.1.gz
 share/aclocal/cinepaint.m4
 share/applications/cinepaint.desktop
 %%DATADIR%%/%%VER%%/brushes/10x10squareBlurf16.gbr



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