Commit graph

103 commits

Author SHA1 Message Date
drochner
41714bd979 update to 2.14.19
change: fix free on error of uninitialized IOR components
2010-10-22 19:45:30 +00:00
obache
f1abef0424 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:29:38 +00:00
drochner
fa66984336 update to 2.14.18
changes: bugfixes
2010-06-11 13:49:00 +00:00
heinz
d653ce6a74 Added LICENSE information. 2010-01-24 17:11:17 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
3900f91ff1 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:00:03 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
obache
0f20985595 Remove build dependency on gtk-doc, related to PR#41475.
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-06-03 12:40:32 +00:00
wiz
baf9544fec BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.

Addresses PR 41475 by John D. Baker.
2009-05-26 16:55:23 +00:00
schwarz
eb6a87cdbe gtkdoc-rebase is required for installation
(cf. eg. http://lists.macosforge.org/pipermail/macports-tickets/2007-December/000903.html)
2009-04-13 17:06:30 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
wiz
9ee9901726 Update to 2.14.17:
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)
2009-03-06 14:02:32 +00:00
wiz
4fac56153e Update to 2.14.16:
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-10-09 20:22:23 +00:00
wiz
290d7db0f5 Update to 2.14.14:
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-09-06 15:10:18 +00:00
drochner
8ca1d73cbc update to 2.14.13
changes: build fixes, robustness fixes,
	Fixes for handling of local requests
2008-06-13 10:34:26 +00:00
wiz
4578fd9181 Merge two commented out TEST_TARGET lines, one with a typo,
one without.
2008-02-15 07:40:39 +00:00
drochner
fcf2c54505 update to 2.14.12
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
2008-02-13 19:36:48 +00:00
tron
0f7788d98b Fix incorrect use of "glib2" inlining which breaks the build if C99
compliant inlining is used. This package builds again with the
Mac OS X Leopard patch in the "glib2" package.
2007-11-26 14:00:41 +00:00
drochner
3f37e5ed51 update to 2.14.10
changes: minor bugfixes
2007-10-31 19:48:32 +00:00
drochner
36f550034f update to 2.14.9
changes: minor bugfixes and portability fixes
2007-09-18 19:10:21 +00:00
plunky
ef975405dc take notice of the 'inet6' package option,
by default, inet6 support is built in, but it can be disabled for systems
that do not have inet6 capability.
2007-08-18 09:59:48 +00:00
joerg
86415d1043 Don't run the IDL compiler multiple times due to a bogus
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-08-05 20:48:47 +00:00
wiz
09cd8ff017 Update to 2.14.8:
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-28 08:39:34 +00:00
drochner
0f1a27959f remove stale dependency on popt,
perhaps pointed out by Kamel Derouiche on tech-pkg,
bump PKGREVISION
2007-07-09 16:56:15 +00:00
gdt
b23fec5113 add:
# make sometimes spins forever
MAKE_JOBS_SAFE=		no
2007-04-13 13:00:51 +00:00
wiz
e10a31d7b7 Update to 2.14.7:
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-03-18 21:00:55 +00:00
rillig
03d9c31e3f Added two patches that remove void pointer arithmetic. 2007-02-20 15:08:59 +00:00
drochner
b089c6421a update to 2.14.5
changes: minor bugfixes
2007-02-01 12:52:24 +00:00
rillig
ab6e956366 Updated ORbit2 to 2.14.4.
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)
2007-01-06 19:05:00 +00:00
drochner
0adc28e196 migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION 2006-11-13 20:55:46 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
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
drochner
cae897e8fc update to 2.14.2
changes: bugfixes
2006-08-03 17:30:45 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
jmmv
ac6b006460 Update to 2.14.0:
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-03-30 20:48:55 +00:00
drochner
209734aa11 update to 2.12.5
changes: bugfixes
2006-02-07 19:20:18 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
wiz
4e5a4ce543 Add commented out TEST_TARGET, but the test fails:
Testing is_local checking ...
 UNIX
 IPv4
_res is not supported for multi-threaded programs.
[1]   Abort trap (core dumped) ${dir}${tst}
2005-11-13 10:23:26 +00:00
drochner
2933edd071 update to 2.12.4
changes:
-bugfixes
2005-10-07 16:03:21 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
drochner
2fcdb5035e update to 2.12.2
changes are bugfixes only
2005-04-26 17:57:56 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
jmmv
e0c4697b09 Update to 2.12.1:
* 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)
2005-02-05 12:30:23 +00:00