Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 13:51:36 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40623: Update port: graphics/libwmf to 0.2.6
Message-ID:  <200207152051.g6FKpalI082052@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         40623
>Category:       ports
>Synopsis:       Update port: graphics/libwmf to 0.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 15 14:00:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.6

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/libwmf/Makefile graphics/libwmf/Makefile
--- /usr/ports/graphics/libwmf/Makefile	Tue May 21 21:46:46 2002
+++ graphics/libwmf/Makefile	Sat Jul 13 21:59:41 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libwmf
-PORTVERSION=	0.2.5
-PORTREVISION=	1
+PORTVERSION=	0.2.6
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	wvware
@@ -20,9 +19,10 @@
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS=	--enable-magick --with-sys-gd=no \
+CONFIGURE_ARGS=	--with-sys-gd=no \
 		--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
 		--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
 INSTALLS_SHLIB=	yes
@@ -37,10 +37,10 @@
 .endif
 
 pre-patch:
-	@${PERL} -pi -e 's|src include fonts doc|src include fonts|g' \
+	@${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \
 		${WRKSRC}/Makefile.in
-	@${PERL} -pi -e 's|\@LT_CURRENT\@|2|g ; \
-		 s|-release \$$\(LT_RELEASE\)||g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e 's|\@LT_CURRENT\@|2|g ; \
+		 s|-release [\$$][(]LT_RELEASE[)]||g' ${WRKSRC}/src/Makefile.in
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/graphics/libwmf/distinfo graphics/libwmf/distinfo
--- /usr/ports/graphics/libwmf/distinfo	Sat May 18 16:47:58 2002
+++ graphics/libwmf/distinfo	Sat Jul 13 20:59:02 2002
@@ -1 +1 @@
-MD5 (libwmf-0.2.5.tar.gz) = 86b7f808a7809af991bfa90ec64c9dd2
+MD5 (libwmf-0.2.6.tar.gz) = 618dd6c361ee749449e3d19228b402b4
diff -urN /usr/ports/graphics/libwmf/pkg-plist graphics/libwmf/pkg-plist
--- /usr/ports/graphics/libwmf/pkg-plist	Tue May 21 21:46:47 2002
+++ graphics/libwmf/pkg-plist	Sat Jul 13 22:01:28 2002
@@ -3,7 +3,6 @@
 bin/wmf2eps
 bin/wmf2fig
 bin/wmf2gd
-bin/wmf2magick
 bin/wmf2svg
 %%X11%%bin/wmf2x
 include/libwmf/api.h
@@ -26,8 +25,6 @@
 include/libwmf/gd.h
 include/libwmf/ipa.h
 include/libwmf/macro.h
-include/libwmf/magick.h
-include/libwmf/plot.h
 include/libwmf/svg.h
 include/libwmf/types.h
 include/libwmf/x.h
@@ -126,6 +123,7 @@
 %%PORTDOCS%%share/doc/libwmf/html/defs_8h.html
 %%PORTDOCS%%share/doc/libwmf/html/doxygen.css
 %%PORTDOCS%%share/doc/libwmf/html/doxygen.gif
+%%PORTDOCS%%share/doc/libwmf/html/doxygen.png
 %%PORTDOCS%%share/doc/libwmf/html/eps_2bmp_8h.html
 %%PORTDOCS%%share/doc/libwmf/html/eps_2device_8h.html
 %%PORTDOCS%%share/doc/libwmf/html/eps_2draw_8h.html
@@ -185,6 +183,8 @@
 %%PORTDOCS%%share/doc/libwmf/html/stream_8c.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfAPI__Options.html
+%%PORTDOCS%%share/doc/libwmf/html/struct__wmfAttributeStore.html
+%%PORTDOCS%%share/doc/libwmf/html/struct__wmfAttributes.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfBMP.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfBMP__Draw__t.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfBMP__Read__t.html
@@ -222,8 +222,10 @@
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfROP__Draw__t.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfStream.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfUserData__t.html
+%%PORTDOCS%%share/doc/libwmf/html/struct__wmfWriteFileInfo.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfXML__FontData.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmfXML__FontInfo.html
+%%PORTDOCS%%share/doc/libwmf/html/struct__wmfXML__InputData.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__eps__t.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__fig__t.html
 %%PORTDOCS%%share/doc/libwmf/html/struct__wmf__fig__t_1_1__wmf__fig__image.html
@@ -255,6 +257,8 @@
 %%PORTDOCS%%share/doc/libwmf/html/xgd_2device_8h.html
 %%PORTDOCS%%share/doc/libwmf/html/xgd_2draw_8h.html
 %%PORTDOCS%%share/doc/libwmf/html/xgd_8c.html
+%%PORTDOCS%%share/doc/libwmf/html/xml_8c.html
+%%PORTDOCS%%share/doc/libwmf/html/xml_8h.html
 %%PORTDOCS%%share/doc/libwmf/index.html
 %%PORTDOCS%%share/doc/libwmf/smlogo2.gif
 %%PORTDOCS%%share/doc/libwmf/tutapi.html

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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