pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libIDL Update to 0.8.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0ce579bc66
branches:  trunk
changeset: 546654:3c0ce579bc66
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 15:06:53 2008 +0000

description:
Update to 0.8.11:

=========================== 0.8.11 ========================

2008-06-02  Tor Lillqvist  <tml%novell.com@localhost>

        Bug 536165 - Make libIDL correctly parse cl's pre-processor output

        * lexer.l: Further change needed when using MSVC's cl.exe as the
        preprocessor. Patch by Marcelo Vanzin.

2008-05-19  Tor Lillqvist  <tml%novell.com@localhost>

        Bug 522697 - Patch: make libIDL work with Microsoft's compilers

        Patch by Marcelo Vanzin, applied with modifications.

        * configure.in: Define Automake confitional OS_WIN32.

        * Makefile.am: Use --export-symbols libIDL.def on Windows.

        * Makefile.msc.in: Significant changes. Build a DLL with the same
        name as libtool does. Use pkg-config.

        * util.c: Make it work also in the !HAVE_CPP_STDIN && !HAVE_SYMLINK case.

        * util.h: Make __IDL_tmp_filename const.

        * include/libIDL/IDL.h.in: Rework the dllimport logic. Use
        LIBIDL_VAR to decorate imported variables, similar to
        GLIB_VAR. Unlike Marcelo's patch, I decided not to decorate
        functions. Maybe later I can be convinced it would be a good idea,
        but for now just use the .def file to export them and let them be
        imported automatically.

        * README.win32
        * libIDL.def: Update.

2008-03-18  Christian Persch  <chpe%gnome.org@localhost>

        * configure.in: Update glib version req. Bug #517088, patch by
        Mart Raudsepp.

diffstat:

 net/libIDL/Makefile |  4 ++--
 net/libIDL/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 300c7d41a10f -r 3c0ce579bc66 net/libIDL/Makefile
--- a/net/libIDL/Makefile       Sat Sep 06 15:04:46 2008 +0000
+++ b/net/libIDL/Makefile       Sat Sep 06 15:06:53 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2008/02/13 19:33:26 drochner Exp $
+# $NetBSD: Makefile,v 1.47 2008/09/06 15:06:53 wiz Exp $
 
-DISTNAME=      libIDL-0.8.10
+DISTNAME=      libIDL-0.8.11
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libIDL/0.8/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 300c7d41a10f -r 3c0ce579bc66 net/libIDL/distinfo
--- a/net/libIDL/distinfo       Sat Sep 06 15:04:46 2008 +0000
+++ b/net/libIDL/distinfo       Sat Sep 06 15:06:53 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2008/02/13 19:33:26 drochner Exp $
+$NetBSD: distinfo,v 1.15 2008/09/06 15:06:53 wiz Exp $
 
-SHA1 (libIDL-0.8.10.tar.bz2) = 643d1aa2a4be94dd568f8d585d7df22e69706cdd
-RMD160 (libIDL-0.8.10.tar.bz2) = 9d02e51bd12a5f05ccca134717d0304e7746d3aa
-Size (libIDL-0.8.10.tar.bz2) = 372665 bytes
+SHA1 (libIDL-0.8.11.tar.bz2) = 6e0c5ef5716a96bcad5193853b7c3bf417c680e6
+RMD160 (libIDL-0.8.11.tar.bz2) = 1ffe518c0b63996fb01013d0a5af7b043156ab6a
+Size (libIDL-0.8.11.tar.bz2) = 407443 bytes



Home | Main Index | Thread Index | Old Index