Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 12:02:30 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23625: Update port: graphics/libwmf to 0.1.21
Message-ID:  <200012182002.eBIK2Uj27774@freefall.freebsd.org>
Resent-Message-ID: <200012182010.eBIKA2c30766@freefall.freebsd.org>

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

>Number:         23625
>Category:       ports
>Synopsis:       Update port: graphics/libwmf to 0.1.21
>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 Dec 18 12:10:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.21

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/libwmf/Makefile graphics/libwmf/Makefile
--- /usr/ports/graphics/libwmf/Makefile	Mon Nov 13 20:25:36 2000
+++ graphics/libwmf/Makefile	Mon Dec 18 23:15:48 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libwmf
-PORTVERSION=	0.1.20
+PORTVERSION=	0.1.21
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	wvware
@@ -20,14 +20,13 @@
 USE_XLIB=	yes
 USE_XPM=	yes
 USE_FREETYPE=	yes
-INSTALLS_SHLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/freetype \
-		          -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB=	yes
 
 pre-configure:
-	(cd ${WRKSRC}; ${LN} -s xgd-1.7.3 xgd)
-	(cd ${WRKSRC}/libdib; ${LN} -s ../bytelevel.c)
+	(cd ${WRKSRC}; ${LN} -sf xgd-1.7.3 xgd)
+	(cd ${WRKSRC}/libdib; ${LN} -sf ../bytelevel.c)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/libwmf/distinfo graphics/libwmf/distinfo
--- /usr/ports/graphics/libwmf/distinfo	Mon Nov 13 20:25:36 2000
+++ graphics/libwmf/distinfo	Mon Dec 18 23:15:37 2000
@@ -1 +1 @@
-MD5 (libwmf-0.1.20.tar.gz) = 5f1b9cce9cce6ce60e061722a73eea79
+MD5 (libwmf-0.1.21.tar.gz) = d9db1ec2a1264245e7808d42bc686b97
diff -urN /usr/ports/graphics/libwmf/files/patch-aa graphics/libwmf/files/patch-aa
--- /usr/ports/graphics/libwmf/files/patch-aa	Mon Nov 13 20:25:44 2000
+++ graphics/libwmf/files/patch-aa	Mon Dec 18 22:33:52 2000
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Wed Oct 11 04:16:15 2000
-+++ Makefile.in	Sat Nov  4 19:52:07 2000
+--- Makefile.in.orig	Tue Nov 14 19:32:08 2000
++++ Makefile.in	Mon Dec 18 22:28:07 2000
 @@ -19,6 +19,7 @@
  SHELL=/bin/sh
  
@@ -8,14 +8,7 @@
  INSTALL_DATA = @INSTALL_DATA@
  
  INCLUDEDIR = @includedir@
-@@ -30,13 +31,13 @@
- libdir = @libdir@
- mandir = @mandir@
- 
--CFLAGS = @CFLAGS@ @DEFS@ -I. @XPM_CFLAGS@ -I./libxfig -I./libdib -I./xgd-1.7.3 @TTF_CFLAGS@
-+CFLAGS = @CFLAGS@ @DEFS@ -I. @XPM_CFLAGS@ -I./libxfig -I./libdib -I./xgd-1.7.3 @TTF_CFLAGS@ @CPPFLAGS@
- 
- MKINSTALLDIRS = $(srcdir)/mkinstalldirs
+@@ -36,7 +37,7 @@
  
  SHELL = /bin/sh
  
diff -urN /usr/ports/graphics/libwmf/files/patch-ab graphics/libwmf/files/patch-ab
--- /usr/ports/graphics/libwmf/files/patch-ab	Mon Nov 13 20:25:44 2000
+++ graphics/libwmf/files/patch-ab	Mon Dec 18 22:33:52 2000
@@ -1,19 +1,11 @@
---- xgd-1.7.3/Makefile.in.orig	Wed Oct 11 04:16:16 2000
-+++ xgd-1.7.3/Makefile.in	Sat Nov  4 20:01:31 2000
-@@ -29,14 +29,14 @@
- 
- #If you don't have FreeType and/or Xpm installed, including the
- #header files, uncomment this (default).
--CFLAGS=@CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@
-+CFLAGS=@CFLAGS@ @DEFS@ -I../ @PNG_CFLAGS@ @ZLIB_CFLAGS@ @TTF_CFLAGS@ @XPM_CFLAGS@ @CPPFLAGS@
- #If you do have FreeType and/or Xpm fully installed, uncomment a
- #variation of this and comment out the line above. See also LIBS below.
- #CFLAGS=-O -DHAVE_XPM -DHAVE_LIBTTF
+--- xgd-1.7.3/Makefile.in.orig	Tue Nov 14 19:32:11 2000
++++ xgd-1.7.3/Makefile.in	Mon Dec 18 22:29:49 2000
+@@ -36,7 +36,7 @@
  
  #If you don't have FreeType and/or Xpm fully installed, uncomment this
  #(default).
 -LIBS= -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ -lm
-+LIBS= -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ @LIBS@ -lm
++LIBS=@LIBS@ -lxgd @PNG_LIBS@ @ZLIB_LIBS@ @TTF_LIBS@ @XPM_LIBS@ @X_LIBS@ @X11@ @X_EXTRA_LIBS@ -lm
  
  #If you do have FreeType and/or Xpm fully installed, uncomment a 
  #variation of this and comment out the line above. Note that
diff -urN /usr/ports/graphics/libwmf/files/patch-ad graphics/libwmf/files/patch-ad
--- /usr/ports/graphics/libwmf/files/patch-ad	Mon Nov 13 20:25:45 2000
+++ graphics/libwmf/files/patch-ad	Mon Dec 18 23:25:37 2000
@@ -1,11 +1,11 @@
---- libdib/Makefile.in.orig	Fri Sep 22 04:14:36 2000
-+++ libdib/Makefile.in	Sat Nov  4 20:27:35 2000
+--- libdib/Makefile.in.orig	Tue Nov 14 19:32:10 2000
++++ libdib/Makefile.in	Mon Dec 18 22:33:23 2000
 @@ -22,30 +22,34 @@
  libdir = @libdir@
  mandir = @mandir@
  
--CFLAGS = @CFLAGS@ @DEFS@ -I.
-+CFLAGS = @CFLAGS@ @DEFS@ -I. -I..
+-CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I.
++CFLAGS = @CPPFLAGS@ @CFLAGS@ @DEFS@ -I. -I..
  
  MKINSTALLDIRS = $(srcdir)/mkinstalldirs
  


>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?200012182002.eBIK2Uj27774>