Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 18:31:32 +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: r340632 - head/graphics/autotrace
Message-ID:  <201401211831.s0LIVWwD097676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan 21 18:31:31 2014
New Revision: 340632
URL: http://svnweb.freebsd.org/changeset/ports/340632
QAT: https://qat.redports.org/buildarchive/r340632/

Log:
  Stage support

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

Modified: head/graphics/autotrace/Makefile
==============================================================================
--- head/graphics/autotrace/Makefile	Tue Jan 21 18:22:31 2014	(r340631)
+++ head/graphics/autotrace/Makefile	Tue Jan 21 18:31:31 2014	(r340632)
@@ -13,39 +13,36 @@ COMMENT=	Convert bitmap to vector graphi
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 OPTIONS_DEFINE=	IMAGEMAGICK MING PSTOEDIT
 OPTIONS_DEFAULT=	IMAGEMAGICK PSTOEDIT
 MING_DESC=	Enable swf interface
 PSTOEDIT_DESC=	Convert postscript to other formats
 
-USES=	pathfix pkgconfig
+USES=		pathfix pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CPPFLAGS+=	$$(libpng-config --I_opts) ${PTHREAD_CFLAGS}
 LDFLAGS+=	$$(libpng-config --L_opts) ${PTHREAD_LIBS}
 
-MAN1=		autotrace.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMAGEMAGICK}
-LIB_DEPENDS+=	MagickWand:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	libMagickWand.so:${PORTSDIR}/graphics/ImageMagick
 .else
 CONFIGURE_ARGS+=	--without-magick
 .endif
 
 .if ${PORT_OPTIONS:MMING}
-LIB_DEPENDS+=	ming:${PORTSDIR}/graphics/ming
+LIB_DEPENDS+=	libming.so:${PORTSDIR}/graphics/ming
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/ming
 .else
 CONFIGURE_ENV+=	ac_cv_header_ming_h=no
 .endif
 
 .if ${PORT_OPTIONS:MPSTOEDIT}
-LIB_DEPENDS+=	pstoedit:${PORTSDIR}/graphics/pstoedit
+LIB_DEPENDS+=	libpstoedit.so:${PORTSDIR}/graphics/pstoedit
 .else
 CONFIGURE_ARGS+=	--without-pstoedit
 .endif

Modified: head/graphics/autotrace/pkg-plist
==============================================================================
--- head/graphics/autotrace/pkg-plist	Tue Jan 21 18:22:31 2014	(r340631)
+++ head/graphics/autotrace/pkg-plist	Tue Jan 21 18:31:31 2014	(r340632)
@@ -10,5 +10,6 @@ lib/libautotrace.la
 lib/libautotrace.so
 lib/libautotrace.so.3
 libdata/pkgconfig/autotrace.pc
+man/man1/autotrace.1.gz
 share/aclocal/autotrace.m4
 @dirrm include/autotrace



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