head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.54 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.52 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.50 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.48 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.46 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.44 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.42 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.40 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.38 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.36 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.34 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.32 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.30 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.28 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.26 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.24 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.22 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.20 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.18 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.16 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.14 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.12 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.10 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.8 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 buildlink2-base:1.6 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2; locks; strict; comment @# @; 1.6 date 2001.10.15.15.47.45; author kei; state dead; branches; next 1.5; 1.5 date 2001.07.09.18.51.39; author zuntum; state Exp; branches; next 1.4; 1.4 date 2001.03.04.15.45.43; author kei; state Exp; branches; next 1.3; 1.3 date 2000.11.16.18.25.24; author wiz; state Exp; branches; next 1.2; 1.2 date 2000.08.06.14.18.50; author wiz; state Exp; branches; next 1.1; 1.1 date 2000.08.05.02.36.38; author jlam; state Exp; branches; next ; desc @@ 1.6 log @updated libwmf package to latest version 0.2.1. The author says that 0.1.x series is no longer in active development. Please take a look at release note for more info of this version. http://www.alinameridon.com/libwmf/Readme.html converters/wv package will also be updated to latest version soon. @ text @$NetBSD: patch-ac,v 1.5 2001/07/09 18:51:39 zuntum Exp $ --- xgd-1.7.3/Makefile.in.orig Tue Nov 14 19:32:11 2000 +++ xgd-1.7.3/Makefile.in Sun Mar 4 15:50:03 2001 @@@@ -45,7 +45,9 @@@@ #Typical install locations for freetype, zlib, xpm and libpng header files. #If yours are somewhere else, change this. -INCLUDEDIRS= +#Put -I. first so that old versions of the gd library elsewhere +#on your system can't cause conflicts while building a new one. +INCLUDEDIRS=-I. #Typical install locations for freetype, zlib, xpm and libpng libraries. #If yours are somewhere else, other than a standard location @@@@ -80,18 +82,10 @@@@ BIN_PROGRAMS=pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng TEST_PROGRAMS=gdtest gddemo gd2time gdtestttf -all: libxgd.a $(PROGRAMS) +all: libxgd.a -install: libxgd.a $(BIN_PROGRAMS) +install: libxgd.a $(INSTALL) libxgd.a $(INSTALL_LIB)/libxgd.a - $(INSTALL) pngtogd $(INSTALL_BIN)/pngtogd - $(INSTALL) pngtogd2 $(INSTALL_BIN)/pngtogd2 - $(INSTALL) gdtopng $(INSTALL_BIN)/gdtopng - $(INSTALL) gd2topng $(INSTALL_BIN)/gd2topng - $(INSTALL) gd2copypal $(INSTALL_BIN)/gd2copypal - $(INSTALL) gdparttopng $(INSTALL_BIN)/gdparttopng - $(INSTALL) webpng $(INSTALL_BIN)/webpng - $(INSTALL) bdftogd $(INSTALL_BIN)/bdftogd $(INSTALL_DATA) gd.h $(INSTALL_INCLUDE)/gd.h $(INSTALL_DATA) gdcache.h $(INSTALL_INCLUDE)/gdcache.h $(INSTALL_DATA) gd_io.h $(INSTALL_INCLUDE)/gd_io.h @ 1.5 log @Converted to use buildlink.mk files @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2001/03/04 15:45:43 kei Exp $ @ 1.4 log @* updated to libwmf-0.1.21. From CHANGELOG: v 0.1.21 * F.J. Franklin patch cleaning up header files (add common.h, region.h). * F.J. Franklin patch improves TTF config. * Bob Bell syntax fixes. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2000/11/16 18:25:24 wiz Exp $ a4 9 @@@@ -29,7 +29,7 @@@@ #If you don't have FreeType and/or Xpm installed, including the #header files, uncomment this (default). -CFLAGS=@@CPPFLAGS@@ @@CFLAGS@@ @@DEFS@@ -I../ @@PNG_CFLAGS@@ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ +CFLAGS=@@CPPFLAGS@@ @@CFLAGS@@ @@DEFS@@ -I../ @@PNG_CFLAGS@@ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ -I${LOCALBASE}/include #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 @ 1.3 log @Update to libwmf-0.1.20. Changes since 0.1.17 are: Lots of bug fixes for wmftofig, font support, a scale-bmp option, and wmftoeps. pkgchange: Remove a lot of libintl-cruft. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- xgd-1.7.3/Makefile.in.orig Tue Oct 10 21:16:16 2000 +++ xgd-1.7.3/Makefile.in d9 2 a10 2 -CFLAGS=@@CFLAGS@@ @@DEFS@@ -I../ @@PNG_CFLAGS@@ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ +CFLAGS=@@CFLAGS@@ @@DEFS@@ -I../ @@PNG_CFLAGS@@ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ -I${LOCALBASE}/include @ 1.2 log @modify patch to make included gd library find png.h. @ text @d3 2 a4 2 --- xgd-1.7.3/Makefile.in.orig Thu Dec 16 16:31:47 1999 +++ xgd-1.7.3/Makefile.in Sun Aug 6 15:23:04 2000 d9 2 a10 2 -CFLAGS=@@CFLAGS@@ @@DEFS@@ -I../ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ +CFLAGS=@@CFLAGS@@ @@DEFS@@ -I../ @@ZLIB_CFLAGS@@ @@TTF_CFLAGS@@ @@XPM_CFLAGS@@ -I${LOCALBASE}/include @ 1.1 log @Change build and installation so we don't conflict with graphics/gd. Also install html documentation into PREFIX/share/doc/html. Bump version to 0.1.17nb1 @ text @d3 11 a13 2 --- xgd-1.7.3/Makefile.in.orig Thu Dec 16 10:31:47 1999 +++ xgd-1.7.3/Makefile.in Fri Aug 4 20:18:39 2000 @