pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libIDL
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 6 15:06:54 UTC 2008
Modified Files:
pkgsrc/net/libIDL: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/net/libIDL/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/net/libIDL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index