From owner-svn-ports-all@FreeBSD.ORG Sat Jun 28 08:10:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC43FFD6; Sat, 28 Jun 2014 08:10:28 +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 A74452FED; Sat, 28 Jun 2014 08:10:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5S8ASNs016514; Sat, 28 Jun 2014 08:10:28 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5S8AQTb016500; Sat, 28 Jun 2014 08:10:26 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201406280810.s5S8AQTb016500@svn.freebsd.org> From: Koop Mast Date: Sat, 28 Jun 2014 08:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359672 - in head: audio/mp3plot graphics/ImageMagick graphics/converseen graphics/fpc-imagemagick graphics/gimp-gmic-plugin graphics/inkscape graphics/pfstools 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.18 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: Sat, 28 Jun 2014 08:10:28 -0000 Author: kwm Date: Sat Jun 28 08:10:26 2014 New Revision: 359672 URL: http://svnweb.freebsd.org/changeset/ports/359672 QAT: https://qat.redports.org/buildarchive/r359672/ Log: Update to 6.8.9-4. Document where the .la files are loaded from. Don't rebuild ghostscript as build dep for when building packages with PACKAGE_BUILDING, only for when the test suite is enabled. Actualy commit pkg-help, missed in the update to 6.8.9-3, woops. Bump libMagick++ users since that library version got bumped. Added: head/graphics/ImageMagick/pkg-help (contents, props changed) Modified: head/audio/mp3plot/Makefile head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist head/graphics/converseen/Makefile head/graphics/fpc-imagemagick/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/inkscape/Makefile head/graphics/pfstools/Makefile Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/audio/mp3plot/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-gd .endif .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= libMagick++.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick .else CONFIGURE_ARGS+= --disable-magick .endif Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/ImageMagick/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.8.9-3 -PORTREVISION= 2 +DISTVERSION= 6.8.9-4 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -34,7 +33,7 @@ COMMENT= Image processing tools #LICENSE= APACHE20 -# This port uses .la files, keep libtool:keepla! +# This port uses .la files, keep libtool:keepla! (magick/module.c) USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz SHEBANG_FILES= www/source/examples.pl USE_AUTOTOOLS= libltdl @@ -377,9 +376,7 @@ INSTALL_TARGET= install-strip install-do INSTALL_TARGET= install-strip .endif -# Test suite, requires installed ghostscript to pass - -.if defined(PACKAGE_BUILDING) || ${PORT_OPTIONS:MTESTS} +.if ${PORT_OPTIONS:MTESTS} USE_GHOSTSCRIPT_BUILD=yes .endif Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/ImageMagick/distinfo Sat Jun 28 08:10:26 2014 (r359672) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.8.9-3.tar.xz) = aca0c1af5b2db84a39dcb7ac109be542965af61ebab967c84d26541f475ba9d1 -SIZE (ImageMagick-6.8.9-3.tar.xz) = 7555684 +SHA256 (ImageMagick-6.8.9-4.tar.xz) = af89964a72ff9e54b754570842299784e2d644495cbb5e67ea391e67d262bcc5 +SIZE (ImageMagick-6.8.9-4.tar.xz) = 7544152 Added: head/graphics/ImageMagick/pkg-help ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ImageMagick/pkg-help Sat Jun 28 08:10:26 2014 (r359672) @@ -0,0 +1,8 @@ +What is meant with half support for the 16BIT_PIXEL option and HDRI +option is that either by disabling 16BIT_PIXEL or enabling HDRI the +library names change. The ImageMagick port works fine and package +correctly. But ports that depend on ImageMagick might not be able to +find ImageMagick libraries anymore via the port framework. + +So please keep that in mind if you need a port that ImageMagick and +you want to change these options. Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/ImageMagick/pkg-plist Sat Jun 28 08:10:26 2014 (r359672) @@ -412,8 +412,8 @@ lib/ImageMagick-%%PORTVERSION%%/config-% lib/libMagick++-6.%%QBIT%%%%HDRI%%.a lib/libMagick++-6.%%QBIT%%%%HDRI%%.la lib/libMagick++-6.%%QBIT%%%%HDRI%%.so -lib/libMagick++-6.%%QBIT%%%%HDRI%%.so.4 -lib/libMagick++-6.%%QBIT%%%%HDRI%%.so.4.0.0 +lib/libMagick++-6.%%QBIT%%%%HDRI%%.so.5 +lib/libMagick++-6.%%QBIT%%%%HDRI%%.so.5.0.0 lib/libMagickCore-6.%%QBIT%%%%HDRI%%.a lib/libMagickCore-6.%%QBIT%%%%HDRI%%.la lib/libMagickCore-6.%%QBIT%%%%HDRI%%.so Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/converseen/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -3,7 +3,7 @@ PORTNAME= converseen PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%200.7/ Modified: head/graphics/fpc-imagemagick/Makefile ============================================================================== --- head/graphics/fpc-imagemagick/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/fpc-imagemagick/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -1,7 +1,7 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics lang PKGNAMESUFFIX= -imagemagick Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/gimp-gmic-plugin/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.5.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/inkscape/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.48.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= SF MASTER_SITE_SUBDIR=${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Sat Jun 28 08:08:31 2014 (r359671) +++ head/graphics/pfstools/Makefile Sat Jun 28 08:10:26 2014 (r359672) @@ -3,6 +3,7 @@ PORTNAME= pfstools PORTVERSION= 1.8.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF