From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 18:24:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A09F286; Sun, 2 Feb 2014 18:24:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D26A11D2; Sun, 2 Feb 2014 18:24:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12IO1v6073252; Sun, 2 Feb 2014 18:24:01 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12IO1dG073250; Sun, 2 Feb 2014 18:24:01 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402021824.s12IO1dG073250@svn.freebsd.org> From: Antoine Brodin Date: Sun, 2 Feb 2014 18:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342353 - head/graphics/cinepaint 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.17 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, 02 Feb 2014 18:24:02 -0000 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 .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