diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-05-09 16:30:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-05-09 16:30:24 +0000 |
commit | c3dee708c57891b192c464bbf33690030f88c578 (patch) | |
tree | 1725ea14c9d489d07c275d2caf40d7ddbc3401d7 /net/ORBit2/Makefile | |
parent | 8e205364e5fdf4972b12bc89a7c60fa35955f915 (diff) | |
download | pkgsrc-c3dee708c57891b192c464bbf33690030f88c578.tar.gz |
Update to 2.10.2:
2004-05-07 Michael Meeks <michael@ximian.com>
* Version 2.10.2
2004-05-07 Michael Meeks <michael@ximian.com>
* Branch for Gnome 2.6
2004-04-24 Dan Winship <danw@ximian.com>
* src/services/imodule/Makefile.am (LDADD): Remove
$(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking
against it.)
* src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS):
Likewise
2004-04-24 Frank Rehberger <frehberg@fresa.casa.in-berlin.de>
* MAINTAINERS: maintainer-ship handed over to frehberg@gnome-de.org
2004-04-21 Michael Meeks <michael@ximian.com>
* Version 2.10.1
2004-04-21 Michael Meeks <michael@ximian.com>
* src/orb/orb-core/iop-profiles.c
(CodeSetComponent_demarshal): don't spew a
g_warning, just a dprintf.
(IOP_UnknownComponent_marshal): actually marshal
the length of the sequence as well as the data.
2004-04-21 Bill Haneman <bill.haneman@sun.com>
* test/everything/basicServer.c
(TestFactory_getObjectCount, TestFactory_getObject):
hammer on some JavaORB stuff.
* test/everything/client.c (testIOR): impl.
(run_tests): upd.
2004-04-13 Joe Marcus Clarke <marcus@freebsd.org>
* ORBit-2.0.pc.in: add gthread dep.
2004-03-19 Mark McLoughlin <mark@skynet.ie>
* orbit2-config.in: return -lORBitCosNaming-2 with
--use-service=name rather than -lORBitCosNaming.
This script is still deprecated old cruft, though.
Diffstat (limited to 'net/ORBit2/Makefile')
-rw-r--r-- | net/ORBit2/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index 803b0adcfd6..18ad5e0160e 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/04/24 15:21:35 danw Exp $ +# $NetBSD: Makefile,v 1.31 2004/05/09 16:30:24 jmmv Exp $ # -DISTNAME= ORBit2-2.10.0 +DISTNAME= ORBit2-2.10.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.10/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +18,7 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_OVERRIDE= ORBit-2.0.pc.in PKGCONFIG_OVERRIDE+= ORBit-CosNaming-2.0.pc.in @@ -27,6 +27,10 @@ PKGCONFIG_OVERRIDE+= src/idl-compiler/ORBit-idl-2.0.pc.in CPPFLAGS.Darwin+= -DBIND_8_COMPAT +PRINT_PLIST_AWK+= /^@dirrm share\/idl$$/ \ + { print "@unexec $${RMDIR} %D/" $$2 \ + " 2>/dev/null || $${TRUE}"; next; } + .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" |