svn commit: r359672 - in head: audio/mp3plot graphics/ImageMagick graphics/converseen graphics/fpc-imagemagick graphics/gimp-gmic-plugin graphics/inkscape graphics/pfstools
Koop Mast
kwm at FreeBSD.org
Sat Jun 28 08:10:28 UTC 2014
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 <acm at FreeBSD.org>
# $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
More information about the svn-ports-all
mailing list