From a1177dd4da36b94b1ba2183190c5445a4e5dff9e Mon Sep 17 00:00:00 2001 From: reed Date: Sat, 5 Jun 2004 22:53:54 +0000 Subject: Update to release 0.2.8.3. From release notes: CygWin changes mostly (all thanks to Tor Lillqvist), though build-tools updates may make it build better on various systems. Has been tested by various people since February; thought it was well-past time to release this properly... ChangeLog says: * configure.ac: Don't use -lm on Windows. mingw has an (empty) dummy libm, but it confuses libtool.) [Tor Lillqvist ] * libwm-config.in: Make installation-location-independent when run in a Cygwin shell. [Tor Lillqvist ] * src/Makefile.am: Don't use -lm on Windows. Add libwmflite.la to io_wmf_la_LIBADD. [Tor Lillqvist ] * src/wmf.c: Don't use hardcoded path for WMF_FONTDIR on Windows. Instead, assume being built as a DLL, and look up the DLL location in a DllMain routine, and use that to build the font directory path at run-time. [Tor Lillqvist ] * src/font.c: Don't use hardcoded path for WMF_XTRA_FONTMAP either. (remap_font_file_name): On Windows, if a font file name starts with the build-time prefix, replace that with the run-time installation prefix. [Tor Lillqvist ] I have been using this in my pkgsrc one a few systems for maybe two months. --- graphics/libwmf/Makefile | 4 ++-- graphics/libwmf/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/libwmf') diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 357bb4a095e..2a336725c78 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2004/04/25 04:52:57 minskim Exp $ +# $NetBSD: Makefile,v 1.49 2004/06/05 22:53:54 reed Exp $ # -DISTNAME= libwmf-0.2.8.2 +DISTNAME= libwmf-0.2.8.3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} diff --git a/graphics/libwmf/distinfo b/graphics/libwmf/distinfo index 1aad3bdec2a..5e04d253db2 100644 --- a/graphics/libwmf/distinfo +++ b/graphics/libwmf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2004/03/02 09:03:10 adam Exp $ +$NetBSD: distinfo,v 1.11 2004/06/05 22:53:54 reed Exp $ -SHA1 (libwmf-0.2.8.2.tar.gz) = ba8f3af71a40976a1870dcb0b4d43b189f5480e3 -Size (libwmf-0.2.8.2.tar.gz) = 1642727 bytes +SHA1 (libwmf-0.2.8.3.tar.gz) = 7408b83ba9f8aebada94b7ffdb0a8baab3b19c96 +Size (libwmf-0.2.8.3.tar.gz) = 1750358 bytes SHA1 (patch-ad) = fb3308e3ab12272af841f6b4a564894248085d9b -- cgit v1.2.3