Subject: CVS commit: pkgsrc/graphics/libwmf
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 06/05/2004 22:53:54
Module Name:	pkgsrc
Committed By:	reed
Date:		Sat Jun  5 22:53:54 UTC 2004

Modified Files:
	pkgsrc/graphics/libwmf: Makefile distinfo

Log Message:
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  <tml@iki.fi>]
  * libwm-config.in: Make installation-location-independent when run
    in a Cygwin shell. [Tor Lillqvist  <tml@iki.fi>]
  * src/Makefile.am: Don't use -lm on Windows. Add libwmflite.la to
    io_wmf_la_LIBADD. [Tor Lillqvist  <tml@iki.fi>]
  * 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  <tml@iki.fi>]
  * 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  <tml@iki.fi>]

I have been using this in my pkgsrc one a few systems for maybe two
months.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/graphics/libwmf/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/libwmf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.