From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 16:04:09 2014 Return-Path: Delivered-To: svn-ports-all@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 66FACDC8; Fri, 11 Apr 2014 16:04:09 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 536CB1BEB; Fri, 11 Apr 2014 16:04:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BG498B019975; Fri, 11 Apr 2014 16:04:09 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BG485U019973; Fri, 11 Apr 2014 16:04:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111604.s3BG485U019973@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 16:04:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350996 - head/graphics/gegl 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.17 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: Fri, 11 Apr 2014 16:04:09 -0000 Author: bapt Date: Fri Apr 11 16:04:08 2014 New Revision: 350996 URL: http://svnweb.freebsd.org/changeset/ports/350996 QAT: https://qat.redports.org/buildarchive/r350996/ Log: Support stage USES=libtool Modified: head/graphics/gegl/Makefile head/graphics/gegl/pkg-plist Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Fri Apr 11 16:02:32 2014 (r350995) +++ head/graphics/gegl/Makefile Fri Apr 11 16:04:08 2014 (r350996) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/geg MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework -LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl +LIB_DEPENDS= libbabl-0.1.so:${PORTSDIR}/x11/babl OPTIONS_DEFINE= CAIRO ENSCRIPT EXIV2 FFMPEG PIXBUF GRAPHVIZ JASPER JPEG \ LUA OPENEXR OPENRAW SIMD PANGO PNG LIBRSVG2 SDL SPIRO V4L @@ -21,12 +21,13 @@ ENSCRIPT_DESC= Enscript support SPIRO_DESC= Spiro support #UMFPACK_DESC= UMFpack support -USES= gettext gmake pathfix pkgconfig shebangfix tar:bzip2 +USES= gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2 USE_GNOME= glib20 intltool USE_LDCONFIG= ${PREFIX}/lib/gegl-0.2 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_execinfo_h=no CONFIGURE_ARGS= --without-vala --disable-docs +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl @@ -41,7 +42,6 @@ EXAMPLES= 2geglbuffer csugar float-looku SHEBANG_FILES= tools/xml_insert.sh -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPIXBUF} @@ -53,7 +53,7 @@ PLIST_SUB+= GDK="@comment " .endif .if ${PORT_OPTIONS:MCAIRO} -LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo PLIST_SUB+= CAIRO="" .else CONFIGURE_ARGS+=--without-cairo @@ -80,7 +80,7 @@ BUILD_DEPENDS+= enscript:${PORTSDIR}/pri .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= avformat:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavformat.so:${PORTSDIR}/multimedia/ffmpeg PLIST_SUB+= FFMPEG="" .else CONFIGURE_ARGS+=--without-libavformat @@ -88,13 +88,13 @@ PLIST_SUB+= FFMPEG="@comment " .endif .if ${PORT_OPTIONS:MGRAPHVIZ} -LIB_DEPENDS+= cgraph:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS+= libcgraph.so:${PORTSDIR}/graphics/graphviz .else CONFIGURE_ARGS+=--without-graphviz .endif .if ${PORT_OPTIONS:MJASPER} -LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper +LIB_DEPENDS+= libjasper.so:${PORTSDIR}/graphics/jasper PLIST_SUB+= JP2="" .else CONFIGURE_ARGS+=--without-jasper @@ -102,7 +102,7 @@ PLIST_SUB+= JP2="@comment " .endif .if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .else CONFIGURE_ARGS+=--without-libjpeg @@ -116,7 +116,7 @@ CONFIGURE_ARGS+=--without-lua .endif .if ${PORT_OPTIONS:MOPENEXR} -LIB_DEPENDS+= IlmImf:${PORTSDIR}/graphics/OpenEXR +LIB_DEPENDS+= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR PLIST_SUB+= OPENEXR="" .else CONFIGURE_ARGS+=--without-openexr @@ -124,7 +124,7 @@ PLIST_SUB+= OPENEXR="@comment " .endif .if ${PORT_OPTIONS:MOPENRAW} -LIB_DEPENDS+= libopenraw.so:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= liblibopenraw.so.so:${PORTSDIR}/graphics/libopenraw PLIST_SUB+= OPENRAW="" .else CONFIGURE_ARGS+=--without-libopenraw @@ -137,7 +137,7 @@ CONFIGURE_ARGS+=--disable-mmx \ .endif .if ${PORT_OPTIONS:MPNG} -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else CONFIGURE_ARGS+=--without-libpng @@ -145,7 +145,7 @@ PLIST_SUB+= PNG="@comment " .endif .if ${PORT_OPTIONS:MLIBRSVG2} -LIB_DEPENDS+= rsvg-2:${PORTSDIR}/graphics/librsvg2 +LIB_DEPENDS+= librsvg-2.so:${PORTSDIR}/graphics/librsvg2 PLIST_SUB+= RSVG="" .else CONFIGURE_ARGS+=--without-librsvg @@ -161,7 +161,7 @@ PLIST_SUB+= SDL="@comment " .endif .if ${PORT_OPTIONS:MSPIRO} -LIB_DEPENDS+= spiro:${PORTSDIR}/graphics/libspiro +LIB_DEPENDS+= libspiro.so:${PORTSDIR}/graphics/libspiro .else CONFIGURE_ARGS+=--without-libspiro .endif @@ -184,7 +184,7 @@ PLIST_SUB+= UMFPACK="@comment " #.endif .if ${PORT_OPTIONS:MEXIV2} -LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 +LIB_DEPENDS+= libexiv2.so:${PORTSDIR}/graphics/exiv2 PLIST_SUB+= EXIV2="" .else CONFIGURE_ARGS+=--without-exiv2 @@ -225,20 +225,21 @@ post-build: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/gallery + ${MKDIR} ${STAGEDIR}${DOCSDIR}/gallery (cd ${WRKSRC}/docs && \ - ${COPYTREE_SHARE} \*.html ${DOCSDIR} && \ - ${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${DOCSDIR} && \ - ${INSTALL_DATA} gallery/OpenRaster* ${DOCSDIR}/gallery && \ - ${INSTALL_DATA} gallery/clones* ${DOCSDIR}/gallery && \ - ${INSTALL_DATA} gallery/index.html ${DOCSDIR}/gallery ) + ${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} ChangeLog gegl.css gegl.devhelp devhelp.css ${STAGEDIR}${DOCSDIR} && \ + ${INSTALL_DATA} gallery/OpenRaster* ${STAGEDIR}${DOCSDIR}/gallery && \ + ${INSTALL_DATA} gallery/clones* ${STAGEDIR}${DOCSDIR}/gallery && \ + ${INSTALL_DATA} gallery/index.html ${STAGEDIR}${DOCSDIR}/gallery ) .endif .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR}/data - ${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${EXAMPLESDIR}/data + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/data + ${INSTALL_DATA} ${WRKSRC}/examples/data/surfer.png ${STAGEDIR}${EXAMPLESDIR}/data .for ex in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/${ex}.c ${STAGEDIR}${EXAMPLESDIR} .endfor .endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gegl-0.2/*.so .include Modified: head/graphics/gegl/pkg-plist ============================================================================== --- head/graphics/gegl/pkg-plist Fri Apr 11 16:02:32 2014 (r350995) +++ head/graphics/gegl/pkg-plist Fri Apr 11 16:04:08 2014 (r350996) @@ -290,7 +290,8 @@ lib/gegl-%%GEGL_VER%%/xor.la lib/gegl-%%GEGL_VER%%/xor.so lib/libgegl-%%GEGL_VER%%.la lib/libgegl-%%GEGL_VER%%.so -lib/libgegl-%%GEGL_VER%%.so.%%GEGL_MINOR%% +lib/libgegl-%%GEGL_VER%%.so.0 +lib/libgegl-%%GEGL_VER%%.so.0.199.1 libdata/pkgconfig/gegl-%%GEGL_VER%%.pc %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/api.html