summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2008-09-06 15:06:53 +0000
committerwiz <wiz>2008-09-06 15:06:53 +0000
commitdd6bc47cc9e415e275ed64a04760c82c1d12e8b6 (patch)
treea22a627a7ef43006075dfc66f8fe10c3b5f26578 /net
parent0b225107f2d8b41543199e9771e8a14ddd6b680e (diff)
downloadpkgsrc-dd6bc47cc9e415e275ed64a04760c82c1d12e8b6.tar.gz
Update to 0.8.11:
=========================== 0.8.11 ======================== 2008-06-02 Tor Lillqvist <tml@novell.com> 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> 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> * configure.in: Update glib version req. Bug #517088, patch by Mart Raudsepp.
Diffstat (limited to 'net')
-rw-r--r--net/libIDL/Makefile4
-rw-r--r--net/libIDL/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile
index 4ca04b4826d..6720cf04349 100644
--- a/net/libIDL/Makefile
+++ b/net/libIDL/Makefile
@@ -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 --git a/net/libIDL/distinfo b/net/libIDL/distinfo
index e0935275b09..cfc7ff93970 100644
--- a/net/libIDL/distinfo
+++ b/net/libIDL/distinfo
@@ -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