summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+3
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-09-27Remove dependency on automake by patching the Makefile.in file instead ofjlam1-4/+2
the Makefile.am file.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-6/+6
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-1/+2
Bump PKGREVISION
2002-04-29LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.wiz1-4/+4
2002-04-25Upgrade to version 0.5.15 from 0.5.13nb1 of the ORBit package - diffsagc1-3/+2
provided by Thomas Klausner. Diffs from previous version: 2002-03-20 Michael Meeks <michael@ximian.com> * configure.in: copy the autoconf macro into here so we can rely on it not changing across autoconf versions. 2002-03-11 Michael Meeks <michael@ximian.com> * src/IIOP/giop-msg-buffer.c kill #define writev mess. (giop_send_buffer_write): handle EINTR, handle EAGAIN correctly, handle short writev's correctly, test thorougly. * src/ORBitutil/compat.c (g_writev): kill this abomination. 2002-02-11 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * src/orb/allocators.h, src/orb/allocators.c (ORBit_alloc_2, ORBit_free): Make the free marker really always sit directly in front of the memory block, not at some random lower position. 2002-02-09 Elliot Lee <sopwith@redhat.com> * src/ORBitutil/os-feature-alloca.h: Don't redefine alloca if it is already defined. 2002-01-27 Darin Adler <darin@bentspoon.com> * test/everything/Makefile.am: Added -lm -- can't build without it. 2002-01-25 Mark McLoughlin <mark@skynet.ie> * configure.in: (AC_CHECK_ALIGNOF): error out if an alignment is found to be zero. Thomas thought that the modification to src/IIOP/giop-msg-buffer.c to "kill #define writev mess" might mean that we could drop the NetBSD-specific wrapper for writev(2), but sadly this isn't so - configure undefines HAVE_LIMITED_WRITEV on NetBSD, and rightly so, since IOV_MAX (1024) iovecs can be written, not 50. However, we still have the basic "attempt to send more than IOV_MAX iovecs and you get EINVAL" problem with our writev(2) implementation.
2002-03-22Bump PKGREVISION to denote the version with the writev(2) fix. Thanksagc1-1/+2
for the nudge, Martti.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-01-15Update ORBit to 0.5.13. Changes are bugfixes and minor interfacerh1-4/+2
enhancements.
2001-12-28Pull in automake - otherwise we lose on arm32 1.5 a.out systems...abs1-1/+5
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-15Doesn't depend on automake anymore, so it doesn't BUILD_USE_GETTEXT_M4wiz1-2/+1
anymore either.
2001-10-08Don't include the buildlink glue code for "pth". It is automaticallytron1-2/+1
included by the buildlink glue code for "glib" which also knows that Solaris doesn't need this.
2001-10-04Define _POSIX_THREAD_SYSCALL_SOFT=1 so syscalls won't block other threads.rh1-1/+5
Bump version to 0.5.8nb1
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-4/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Add a few more files to REPLACE_BUILDLINK to prevent references tojlam1-2/+4
${BUILDLINK_DIR} from escaping into the installed files.
2001-10-03Remove dependency on automake since we don't patch any of the automakejlam1-2/+1
input files (Makefile.am, configure.in, etc.).
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-28Remove BUILD_DEPENDS on autoconf by patching configure instead ofskrll1-5/+1
configure.in.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-7/+4
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26Use REPLACE_BUILDLINK instead of repeating the post-build same code overjlam1-14/+2
and over again in the pkgsrc tree.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-18Regularize fixes to config scripts to use the same code.jlam1-9/+12
2001-06-16Converted to use buildlink.mk files.jlam1-13/+17
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-4/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-21Update ORBit to 0.5.8. Changes are bugfixes and new features needed byrh1-2/+3
bonobo-1.0.4 (sorry, no further details are known to me).
2001-04-06Update ORBit to 0.5.7. Changes are bugfixes only.rh1-5/+10
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-4/+7
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris.tron1-2/+2
2001-03-02msgfmt is not enough, we need gettext.m4. Noted by Bob Bernsteinwiz1-2/+2
in pkg/12205.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-07Make this build on m68k.fredb1-1/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-23add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configuredmcmahill1-1/+3
in some places and misses the -I${LOCALBASE}/include needed for libintl.h fixes recently noted build problems on 1.5 alpha.
2001-01-19Add dependence on "tcp_wrappers" under Solaris to get "libwrap".tron1-1/+7
2001-01-14Don't explictly check for the GNU "xgettext". The Solaris one works fine.tron1-1/+5
2000-12-31Update ORBit to 0.5.6. Changes are bugfixes only.rh1-6/+6
2000-11-27uses msgfmt, pull devel/gettext via BUILD_DEPENDSitojun1-1/+2
2000-11-14use USE_LIBINTL instead of explicit dependance on gettext pkg - the packagejdolecek1-2/+2
seem to work ok with gettext/libintl which is in -current tree
2000-10-17Update ORBit to 0.5.4. I couldn't find a list of changes from version,jlam1-7/+2
0.5.3 -- only that 0.5.4 is the latest stable version of ORBit. The pkgsrc-related changes are: * Compile and link libpopt statically into ORBit. This is really a small library, and there are more recent versions available if we with to add it to pkgsrc. Also don't install this library. * Compile the tcpd-specific code in libIIOP.
2000-09-05make libIDL install/deinstall cleanly on both ELF and a.out.dmcmahill1-1/+2
2000-08-09Update to 0.5.3, provided by Dan Winship. Changes are mainly bugfixes.wiz1-2/+2
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-25We depend on gettext-*, so actually find its headers.jlam1-2/+5
2000-07-10Thomas Klausner maintains this package at the moment.tron1-2/+2
2000-07-10Update to 0.5.2. Changes seem to be bugfixes (no ChangeLog available).wiz1-9/+3
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam1-14/+16