diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 15:06:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 15:06:53 +0000 |
commit | 35cd3c10b16083d522ddc499b6abe6a4d24a62bf (patch) | |
tree | a22a627a7ef43006075dfc66f8fe10c3b5f26578 /net/libIDL/Makefile | |
parent | 0b2049f0c319cc24c9ec6adf5b5efb515c746fd0 (diff) | |
download | pkgsrc-35cd3c10b16083d522ddc499b6abe6a4d24a62bf.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/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |