Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 17:32:24 +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: r342347 - head/graphics/GraphicsMagick
Message-ID:  <201402021732.s12HWOEX053269@svn.freebsd.org>

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

Log:
  Stage support

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

Modified: head/graphics/GraphicsMagick/Makefile
==============================================================================
--- head/graphics/GraphicsMagick/Makefile	Sun Feb  2 17:29:56 2014	(r342346)
+++ head/graphics/GraphicsMagick/Makefile	Sun Feb  2 17:32:24 2014	(r342347)
@@ -15,13 +15,15 @@ COMMENT=	Fast image processing tools bas
 
 CONFLICTS=	GraphicsMagick-1.[23].* GraphicsMagick1[23]-*
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2	\
-		fpx.[2-9]:${PORTSDIR}/graphics/libfpx	\
-		jbig:${PORTSDIR}/graphics/jbigkit	\
-		png15:${PORTSDIR}/graphics/png		\
-		xml2:${PORTSDIR}/textproc/libxml2
-OTHERGRAPHICS=	jasper jpeg lcms tiff
-LIB_DEPENDS+=	${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|}
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libfpx.so:${PORTSDIR}/graphics/libfpx \
+		libjbig.so:${PORTSDIR}/graphics/jbigkit \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libxml2.so:${PORTSDIR}/textproc/libxml2 \
+		libjasper.so:${PORTSDIR}/graphics/jasper \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		liblcms.so:${PORTSDIR}/graphics/lcms \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
 OPTIONS_DEFINE=	Q8BIT TESTS X11 DOCS
 
@@ -36,13 +38,6 @@ USE_BZIP2=	yes
 USE_GHOSTSCRIPT=yes
 GNU_CONFIGURE=	yes
 
-MAN1=	GraphicsMagick++-config.1 \
-	GraphicsMagick-config.1 \
-	GraphicsMagickWand-config.1 \
-	gm.1
-MAN4=	miff.4
-MAN5=	quantize.5
-
 .ifndef WINDOWS_FONT_DIR
 # Use fonts installed by x11-fonts/webfonts by default
 WINDOWS_FONT_DIR=${LOCALBASE}/lib/X11/fonts/webfonts
@@ -59,7 +54,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include -I${LO
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 test check:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
@@ -77,9 +71,9 @@ CONFIGURE_ARGS+=	--with-windows-font-dir
 
 .if ${PORT_OPTIONS:MX11} == ""
 CONFIGURE_ARGS+=--without-x
-LIB_DEPENDS+=	wmflite:${PORTSDIR}/graphics/libwmf-nox11
+LIB_DEPENDS+=	libwmflite.so:${PORTSDIR}/graphics/libwmf-nox11
 .else
-LIB_DEPENDS+=	wmflite:${PORTSDIR}/graphics/libwmf
+LIB_DEPENDS+=	libwmflite.so:${PORTSDIR}/graphics/libwmf
 .endif
 
 .if ${PORT_OPTIONS:MQ8BIT}

Modified: head/graphics/GraphicsMagick/pkg-plist
==============================================================================
--- head/graphics/GraphicsMagick/pkg-plist	Sun Feb  2 17:29:56 2014	(r342346)
+++ head/graphics/GraphicsMagick/pkg-plist	Sun Feb  2 17:32:24 2014	(r342347)
@@ -81,6 +81,12 @@ lib/libGraphicsMagickWand.so.0
 libdata/pkgconfig/GraphicsMagick++.pc
 libdata/pkgconfig/GraphicsMagick.pc
 libdata/pkgconfig/GraphicsMagickWand.pc
+man/man1/GraphicsMagick++-config.1.gz
+man/man1/GraphicsMagick-config.1.gz
+man/man1/GraphicsMagickWand-config.1.gz
+man/man1/gm.1.gz
+man/man4/miff.4.gz
+man/man5/quantize.5.gz
 %%DATADIR%%/config/colors.mgk
 %%DATADIR%%/config/delegates.mgk
 %%DATADIR%%/config/log.mgk



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