summaryrefslogtreecommitdiff
path: root/net/ORBit
AgeCommit message (Collapse)AuthorFilesLines
2003-10-18Add RCS IDscjep1-0/+1
2003-10-09I am not really maintaining this one; drop to tech-pkg.wiz1-2/+2
2003-10-07Build orbit-ird dynamic, not static.hubertf2-7/+7
This makes this package compile on Solaris and Linux (plus - hey! - static linking is really from the past millennium!) Fixes PR 23032.
2003-09-26Workaround to allow ORBit to link against libpthread.so on Solaris.gavan1-1/+7
2003-08-29Use the IOV_MAX fix only in NetBSDmartti2-7/+10
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-03Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-07-11use PTHREAD_LDFLAGS instead of -lpthread for portability, andgrant3-5/+6
include pthread.buildlink2.mk.
2003-07-10parens style nitsgrant1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-01-19Replace wrap_writev with a simpler solution (old one had some problems).wiz3-43/+13
Fixes endless loop problems. Report and suggestion by Greg Troxel gdt at ir bbn com in private mail; some comments by Alistair Crooks; patch reviewed and okayed by Jaromir Dolecek. Bump PKGREVISION to 3.
2003-01-04share/idl is a shared directory between ORBit and ORBit2, so manage itjmmv1-2/+2
properly.
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv1-2/+1
not try to remove it, even if empty.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-11-26Bump the PKGREVISION as a result of conditionalizing the gindentjlam1-2/+2
dependency.
2002-11-25* NetBSD's (and most likely Linux's) indent program is sufficient for ORBit,jlam4-18/+63
so don't depend on devel/gindent on these two platforms. * USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO. * Don't use the hackish test for libwrap supplied in the configure script. Instead, just specify the necessary variables to link against libwrap in the package Makefile. This closes PR 18712 by Greg A. Woods.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh4-26/+4
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-10-08Unused.wiz1-78/+0
2002-09-27Remove dependency on automake by patching the Makefile.in file instead ofjlam3-10/+8
the Makefile.am file.
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+2
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-3/+2
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-23/+49
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.rh4-2/+27
Bump PKGREVISION
2002-04-29LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE.wiz1-4/+4
2002-04-26s/BUILDLINK_FILES.ORBit=/BUILDLINK_FILES.ORBit+=/ so that libIDL-1.0rh1-2/+2
includes are actually copied to the buildlink directory.
2002-04-25Upgrade to version 0.5.15 from 0.5.13nb1 of the ORBit package - diffsagc10-52/+55
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-04-04- Correctly detect a.out shared library (developers should test on a.out env ;)itohy3-10/+24
- Create fake libtool object (*.lo) if no shared libwrap exists.
2002-03-22Bump PKGREVISION to denote the version with the writev(2) fix. Thanksagc1-1/+2
for the nudge, Martti.
2002-03-22The ORBit code doesn't check the number of iovec structs before itagc2-1/+46
calls writev(2). Some of the applications which use ORBit, such as oaf, can send 1214 iovecs, which is slightly more than IOV_MAX. Add a wrapper for writev(2), to check the number of iovecs passed to writev, and loop, sending MIN(IOV_MAX, count) until the iovecs have all been written.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
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-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-16Fix broken buildlink glue code so that include files appear in thetron1-1/+6
correct directory in the buildlink directory.
2002-01-15Update ORBit to 0.5.13. Changes are bugfixes and minor interfacerh6-94/+96
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-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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.rh4-9/+29
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-03Substitute the real config script for the config wrapper script injlam1-1/+5
installed files. We don't want buildlink references to escape into the install directory.
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.