pkgsrc/net/ORBit2/Makefile
jmmv b60d21a367 Update to 2.14.3:
2006-08-28  Brian Cameron  <brian.cameron@sun.com>

	* linc2/src/linc-connection.c: Patch to correct problem where
	  DHCP hostname changes caused login to block.

2006-08-16  Jules Colding  <colding@omesc.com>

	* src/orb/orb-core/corba-orb.c (ORBit_get_giop_recv_limit): Added
	gtk-doc documentation.

2006-08-08  Brian Cameron  <Brian.Cameron@sun.com>

	* linc2/src/linc-protocols.c: Modify ORBLocalOnly test for TCP/IP
	  connections so that differences in the port number does not cause
	  the test to fail.  Since the port number does not affect whether
          the IP address is local, this should make the test work properly
	  on platforms where the access () function fills in the port value
	  that is being compared.  On Solaris, this fixes a bug that causes
	  Java a11y to break, from an end-user perspective.

2006-08-07  Jules Colding  <colding@omesc.com>

	* configure.in (CFLAGS): Fix #147556

	* acinclude.m4: Added AX_CFLAGS_GCC_OPTION
2006-09-07 18:42:07 +00:00

41 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.49 2006/09/07 18:42:07 jmmv Exp $
#
DISTNAME= ORBit2-2.14.3
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ORBit2/2.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://orbit-resource.sourceforge.net/
COMMENT= High-performance CORBA ORB with C language support
PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS= linc>=1.1
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
#TEST_TARGET= check
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
PKGCONFIG_OVERRIDE= ORBit-2.0.pc.in
PKGCONFIG_OVERRIDE+= ORBit-CosNaming-2.0.pc.in
PKGCONFIG_OVERRIDE+= ORBit-imodule-2.0.pc.in
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; }
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"