summaryrefslogtreecommitdiff
path: root/net/ORBit2
AgeCommit message (Collapse)AuthorFilesLines
2010-10-22update to 2.14.19drochner3-11/+11
change: fix free on error of uninitialized IOR components
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-06-11update to 2.14.18drochner3-28/+6
changes: bugfixes
2010-01-24Added LICENSE information.heinz1-1/+2
2009-06-14Remove @dirrm related logic.joerg2-11/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2009-06-03Remove build dependency on gtk-doc, related to PR#41475.obache1-2/+5
It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
2009-05-26BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) towiz1-4/+2
get gtkdoc-rebase. Addresses PR 41475 by John D. Baker.
2009-04-13gtkdoc-rebase is required for installationschwarz1-1/+4
(cf. eg. http://lists.macosforge.org/pipermail/macports-tickets/2007-December/000903.html)
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-06Update to 2.14.17:wiz4-11/+25
ORBit2-2.14.17 - bug fixes + fix glib single includes (Cosimo Cecchi) + various fixes for cross-compiling (Fridrich Strba) + do fewer DNS lookups in linc (Jules Colding) + fix compiler warnings (Kjartan) + threading fixes (Tor Lillqvist) + win32 portability fixes (Tor Lillqvist)
2008-10-09Update to 2.14.16:wiz3-11/+11
ORBit2-2.14.16 - bug fixes + fix make check on Mac OS/X + The ORBNetID option was not consistent in relation to ORBIIOPIPName. This fix ensures that ORBIIOPIPName always takes precedence. (Jules Colding) ORBit2-2.14.15 - bug fixes + fix some leaks (Jules Colding) + fix for Mike's recent fixes (Mike Gorse) + fix potential make loop (Diego Pettenò)
2008-09-06Update to 2.14.14:wiz2-6/+6
ORBit2-2.14.14 - portability + Fix build on win32 (Tor) + Mac OS/X fixes (Jules Colding) - bug fixes + use ORBIT_SOCKETDIR to propagate the socket dir to children wherever possible: has two benefits: speeds up ORBit2 launch, and allows root owned apps to talk to the user's AT. (Mike Gorse) + other linc2 fixes (Michael, Mike) + Cleanups (JP, Jules Colding, dmacks at netspace org)
2008-06-13update to 2.14.13drochner2-6/+6
changes: build fixes, robustness fixes, Fixes for handling of local requests
2008-02-15Merge two commented out TEST_TARGET lines, one with a typo,wiz1-4/+2
one without.
2008-02-13update to 2.14.12drochner4-24/+35
changes: -Fix off by one in all method name lengths. Fixes interoperability with other ORBs -Fix the build with glib 2.15 pkgsrc fix: don't touch _res (resolver state) on NetBSD, it is not thread safe
2007-11-26Fix incorrect use of "glib2" inlining which breaks the build if C99tron2-1/+19
compliant inlining is used. This package builds again with the Mac OS X Leopard patch in the "glib2" package.
2007-10-31update to 2.14.10drochner2-6/+6
changes: minor bugfixes
2007-09-18update to 2.14.9drochner3-21/+6
changes: minor bugfixes and portability fixes
2007-08-18take notice of the 'inet6' package option,plunky4-2/+44
by default, inet6 support is built in, but it can be disabled for systems that do not have inet6 capability.
2007-08-05Don't run the IDL compiler multiple times due to a bogusjoerg2-1/+15
dependency, esp. not during the install phase. This is an attempt to workaround the random breakage I see on DragonFly, but it makes the build faster as well, which is a good thing.
2007-07-28Update to 2.14.8:wiz4-218/+6
ORBit2-2.14.8 * bug fixes + Fix GIOP timeouts and add unit tests (Jules Colding) + Code cleanups (Kjartan) + Fix pointer arithmetics (Roland Illig) + Fix crash with uninitialized exception (Vincent Untz) + ORBLocalOnly mode in Solaris fixes (Brian Cameron)
2007-07-09remove stale dependency on popt,drochner2-4/+3
perhaps pointed out by Kamel Derouiche on tech-pkg, bump PKGREVISION
2007-04-13add:gdt1-1/+4
# make sometimes spins forever MAKE_JOBS_SAFE= no
2007-03-18Update to 2.14.7:wiz2-6/+6
ORBit2-2.14.7 * bug fixes + Split up some asserts to ease debugging + Dist MAINTAINERS ORBit2-2.14.6 * bug fixes + Add uninstalled .pc files (Brian Cameron) + Improve debugging (Kees Cook) + Build fix (dmacks at netspace org)
2007-02-20Added two patches that remove void pointer arithmetic.rillig3-1/+212
2007-02-01update to 2.14.5drochner2-6/+6
changes: minor bugfixes
2007-01-06Updated ORbit2 to 2.14.4.rillig2-7/+6
ORBit2-2.14.4 * bug fixes + Cleanups and compiler warning fixes (Kjartan) + Win32 portability fixes (Tor) + Constification fixes (Georg Schwartz) + Portability and build fixes (dmacks at netspace org) + Build fixes, add g_cond_timed_wait and use it instead of g_cond_wait to avoid blocking indefinitely in some situations (Jules) + Build fixes (Christian)
2006-11-13migrate devhelp docs to share/gtk-doc/html, bump PKGREVISIONdrochner2-16/+16
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-1/+2
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-07Update to 2.14.3:jmmv2-6/+8
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-08-03update to 2.14.2drochner2-6/+6
changes: bugfixes
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 2.14.0:jmmv3-8/+9
ORBit2-2.14.0 * bug fixes + Fix build on Cygwin (Tor) + Fix giop test compilation/crash (Tor) ORBit2-2.13.3 * bug fixes + Fix crash on null adaptor (Michael) + Fix compiler warnings (Kjartan, Jens Granseuer) + Improve configure stage on Win32 (Tor) ORBit2-2.13.2 * bug fixes + realloc should update length/tracking information (Martin Blom) + Fix memory management and crashew when shutting down the ORB. (Anders Carlsson) + Build/correctness fixes (Tor, Jules) ORBit2-2.13.1 * features + More work on porting to Win32 (Tor) + Implement forward binding (Fernando Herrera) + Implement new ORB_init option ORBNetID (Jules Colding) * bug fixes + Build fix (James Henstridge) + Memory management fixes (Anders Carlsson) + Reset connection for forwarded objects (Anders) + Don't use -export-dynamic (Mark) + if we have failed on the unix socket, have IPv4 or IPv6 connections enabled and are on localhost, then don't connect on the corresponding port from the profiles (Arvind Samtur) + Fix a bunch of compiler warnings and make some code static (Kjartan) + Add threading libs to ORBIT_NAME (Michael) + Check for netdb.h (Sandie Vanderme) + Check for sys/sockio.h (James Andrewartha) * Other + Improve docs for users of ORBit2 (Jules Colding)
2006-02-07update to 2.12.5drochner3-8/+19
changes: bugfixes
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-2/+4
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-13Add commented out TEST_TARGET, but the test fails:wiz1-1/+2
Testing is_local checking ... UNIX IPv4 _res is not supported for multi-threaded programs. [1] Abort trap (core dumped) ${dir}${tst}
2005-10-07update to 2.12.4drochner2-6/+6
changes: -bugfixes
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-26update to 2.12.2drochner3-19/+7
changes are bugfixes only
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-05Update to 2.12.1:jmmv3-7/+18
* bug fixes + Fix mem leak on exception overwrite (Michael) + Fix demarshalling CORBA_any containing null or void values (Michael) + IDL generation (esp. skelimpl) fixes (Jules Colding) + Ongoing Win32 port work (Tor Lillqvist) + Fix linking on Darwin (Hans Petter Jansson)