pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libwmf Update to release 0.2.8.3. From releas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7967130b2172
branches:  trunk
changeset: 476266:7967130b2172
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Jun 05 22:53:54 2004 +0000

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

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

diffstat:

 graphics/libwmf/Makefile |  4 ++--
 graphics/libwmf/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 370d282a92f0 -r 7967130b2172 graphics/libwmf/Makefile
--- a/graphics/libwmf/Makefile  Sat Jun 05 22:52:26 2004 +0000
+++ b/graphics/libwmf/Makefile  Sat Jun 05 22:53:54 2004 +0000
@@ -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 -r 370d282a92f0 -r 7967130b2172 graphics/libwmf/distinfo
--- a/graphics/libwmf/distinfo  Sat Jun 05 22:52:26 2004 +0000
+++ b/graphics/libwmf/distinfo  Sat Jun 05 22:53:54 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index