From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 5 18:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3C469 for ; Mon, 5 Nov 2012 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DEE408FC0A for ; Mon, 5 Nov 2012 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA5IA1Mt034730 for ; Mon, 5 Nov 2012 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA5IA1xS034729; Mon, 5 Nov 2012 18:10:01 GMT (envelope-from gnats) Date: Mon, 5 Nov 2012 18:10:01 GMT Message-Id: <201211051810.qA5IA1xS034729@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/172021: graphics/pstoedit: Update to version 3.61 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: KATO Tsuguru List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 18:10:02 -0000 The following reply was made to PR ports/172021; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172021: graphics/pstoedit: Update to version 3.61 Date: Tue, 6 Nov 2012 03:00:00 +0900 This is a multi-part message in MIME format. --Multipart=_Tue__6_Nov_2012_03_00_00_+0900_Ko.fDyWXJxckhG0r Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Tue__6_Nov_2012_03_00_00_+0900_Ko.fDyWXJxckhG0r Content-Type: text/x-diff; name="graphics_pstoedit.diff" Content-Disposition: attachment; filename="graphics_pstoedit.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile --- /usr/ports/graphics/pstoedit/Makefile 2012-11-05 18:10:01.000000000 +0900 +++ graphics/pstoedit/Makefile 2012-11-05 23:51:58.000000000 +0900 @@ -9,7 +9,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats -LICENSE= GPLv2 +LICENSE= GPLv2 # (or later) LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd @@ -20,13 +20,12 @@ PLOTUTILS_DESC= Enable libplot interface USE_GNOME= gnomehack -USE_PKGCONFIG= yes USE_GHOSTSCRIPT= yes +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_SAFE=yes -CFLAGS+= -DHAVE_LIBGD CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -35,7 +34,7 @@ .include .if ${PORT_OPTIONS:MMAGICK} -LIB_DEPENDS+= Magick++.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .else CONFIGURE_ARGS+= --without-magick @@ -43,7 +42,7 @@ .endif .if ${PORT_OPTIONS:MEMF} -LIB_DEPENDS+= EMF.1:${PORTSDIR}/graphics/libemf +LIB_DEPENDS+= EMF:${PORTSDIR}/graphics/libemf CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF PLIST_SUB+= EMF="" .else @@ -52,7 +51,7 @@ .endif .if ${PORT_OPTIONS:MMING} -LIB_DEPENDS+= ming.5:${PORTSDIR}/graphics/ming +LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ming PLIST_SUB+= MING="" .else CONFIGURE_ARGS+= --without-swf @@ -60,7 +59,7 @@ .endif .if ${PORT_OPTIONS:MPLOTUTILS} -LIB_DEPENDS+= plotter.4:${PORTSDIR}/graphics/plotutils +LIB_DEPENDS+= plotter:${PORTSDIR}/graphics/plotutils PLIST_SUB+= PLOTUTILS="" .else CONFIGURE_ARGS+= --without-libplot --Multipart=_Tue__6_Nov_2012_03_00_00_+0900_Ko.fDyWXJxckhG0r--