ports/62223: graphics/pstoedit: enable emf/wmf backend

KOMATSU Shinichiro koma2 at jiro.c.u-tokyo.ac.jp
Sun Feb 1 17:00:39 UTC 2004


>Number:         62223
>Category:       ports
>Synopsis:       graphics/pstoedit: enable emf/wmf backend
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 09:00:36 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KOMATSU Shinichiro
>Release:        FreeBSD 4.7R
>Organization:
>Environment:
FreeBSD 4.7R

>Description:

EMF/WMF backend has been supported by pstoedit since version 3.32,
so enable this.
~

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/pstoedit/Makefile,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile
--- Makefile	20 Jan 2004 16:30:06 -0000	1.32
+++ Makefile	1 Feb 2004 16:40:57 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	pstoedit
 PORTVERSION=	3.33
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
 
@@ -18,12 +18,14 @@
 
 LIB_DEPENDS=	Magick++.6:${PORTSDIR}/graphics/ImageMagick \
 		ming.3:${PORTSDIR}/graphics/ming \
-		plotter.4:${PORTSDIR}/graphics/plotutils
+		plotter.4:${PORTSDIR}/graphics/plotutils \
+		EMF.1:${PORTSDIR}/graphics/libemf
 
 USE_GNOME=	gnometarget pkgconfig
 USE_LIBTOOL=	yes
 USE_REINPLACE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+=	--with-libemf-include=${LOCALBASE}/include/libEMF
 INSTALLS_SHLIB=	yes
 
 MAN1=	pstoedit.1
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/pstoedit/pkg-plist,v
retrieving revision 1.10
diff -u -u -r1.10 pkg-plist
--- pkg-plist	26 Oct 2003 11:08:44 -0000	1.10
+++ pkg-plist	1 Feb 2004 16:40:57 -0000
@@ -27,6 +27,9 @@
 lib/pstoedit/libp2edrvswf.a
 lib/pstoedit/libp2edrvswf.so
 lib/pstoedit/libp2edrvswf.so.0
+lib/pstoedit/libp2edrvwmf.a
+lib/pstoedit/libp2edrvwmf.so
+lib/pstoedit/libp2edrvwmf.so.0
 libdata/pkgconfig/pstoedit.pc
 share/aclocal/pstoedit.m4
 %%PORTDOCS%%%%DOCSDIR%%/changelog.htm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list