Subject: pkg/23603: net/libIDL update to 0.8.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Min Sik Kim <minskim@bawi.org>
List: netbsd-bugs
Date: 11/30/2003 14:49:45
>Number: 23603
>Category: pkg
>Synopsis: net/libIDL update to 0.8.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Nov 30 20:54:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Min Sik Kim
>Release: NetBSD 1.6ZF
>Organization:
>Environment:
System: NetBSD mike.infnis.com 1.6ZF NetBSD 1.6ZF (MIKE) #8: Sat Nov 22 02:01:55 CST 2003 root@mike.infnis.com:/usr/obj/sys/arch/i386/compile/MIKE i386
Architecture: i386
Machine: i386
>Description:
Changes since 0.8.0:
2003-05-08 Jody Goldberg <jody@gnome.org>
* lexer.l (__IDL_lex_cleanup) : newer versions of flex do not require
YY_NEW_FILE.
2003-05-03 Michael Meeks <michael@ximian.com>
* Version 0.8.1
2003-04-28 Nick Lewycky <nicholas@metrix.on.ca>
* lexer.l (escaped_ident): add '_' escaped keyword
identifier support.
* BUGS: upd.
* util.c: add TODO
2003-04-12 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* Makefile.am: add -no-undefined to libIDL_2_la_LDFLAGS.
* IDL.h.new.in, tstidl.c: use G_PLATFORM_WIN32 and G_OS_WIN32
instead of _WIN32.
* configure.in: add AC_LIBTOOL_WIN32_DLL call and check for
unistd.h, popen(), symlink() and access().
* util.c, util.h: use HAVE_UNISTD_H, HAVE_POPEN, HAVE_SYMLINK and
HAVE_ACCESS instead of _WIN32, NO_POPEN, NO_SYMLINK and NO_ACCESS.
2002-10-17 Mark McLoughlin <mark@skynet.ie>
* Makefile.am: don't distribute built sources.
Hopefully this fixes #88977, there's no point
in distributing these anymore since we now
require flex.
* configure.in: remove warning about not having
flex. We error out earlier if we don't have flex.
* libIDL-config.in: rename to libIDL-config-2.in
and only distribute libIDL-config-2.
* libIDLConf.sh.in: kill this cruft.
2002-09-20 Mark McLoughlin <mark@skynet.ie>
* libIDL-config.in: use pkg-config --(libs|cflags) glib-2.0.
instead of glib-config. The script is still going to go
away at soe stage though :-)
Patch from john.sun@sun.com and Jay Yan <jay.yan@sun.com>,
Fixes #93496.
2002-09-09 Mark McLoughlin <mark@skynet.ie>
* libIDL-config.in: s/-lIDL/-lIDL-2/. This script
should be removed by rights.
2002-08-27 Thomas Vander Stichele <thomas@apestaart.org>
* configure.in: make failures to find a usable flex and yacc
critical
2002-08-18 Havoc Pennington <hp@pobox.com>
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4"
2002-06-06 jacob berkman <jacob@ximian.com>
* IDL.h.new.in:
* configure.in: use %q rather than %ll on bsd (fixes bug #80439)
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/libIDL/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 2003/08/09 11:16:19 1.15
+++ Makefile 2003/11/30 20:31:58
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.15 2003/08/09 11:16:19 seb Exp $
#
-DISTNAME= libIDL-0.8.0
-PKGREVISION= 2
+DISTNAME= libIDL-0.8.2
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libIDL/0.8/}
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +17,7 @@
PKGCONFIG_OVERRIDE= ${WRKSRC}/libIDL-2.0.pc.in
INFO_FILES= libIDL2.info
-.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
Index: buildlink2.mk
===================================================================
RCS file: /cvsroot/pkgsrc/net/libIDL/buildlink2.mk,v
retrieving revision 1.6
diff -u -r1.6 buildlink2.mk
--- buildlink2.mk 2003/07/13 13:52:55 1.6
+++ buildlink2.mk 2003/11/30 20:31:58
@@ -12,9 +12,8 @@
BUILDLINK_FILES.idl= include/libIDL-2.0/libIDL/*
BUILDLINK_FILES.idl+= lib/libIDL-2.*
-.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
BUILDLINK_TARGETS+= idl-buildlink
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/libIDL/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo 2003/01/22 08:58:38 1.4
+++ distinfo 2003/11/30 20:31:58
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.4 2003/01/22 08:58:38 jmmv Exp $
-SHA1 (libIDL-0.8.0.tar.bz2) = 4e31bc9b59e8c919460fe9c50869c495d7eb5105
-Size (libIDL-0.8.0.tar.bz2) = 274885 bytes
+SHA1 (libIDL-0.8.2.tar.bz2) = 20fdf39db5d5f9d6570eec67037152653ba539a4
+Size (libIDL-0.8.2.tar.bz2) = 253014 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: