summaryrefslogtreecommitdiff
path: root/net/ORBit
AgeCommit message (Collapse)AuthorFilesLines
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-15/+13
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Update ORBit to 0.5.7. Changes are bugfixes only.rh3-16/+21
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-13Make sure the shared version of libwrap is picked up in the configureskrll2-1/+17
script on a.out platforms. This avoids using a horrible hack that the new libtool doesn't like.
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.wiz2-2/+2
2001-02-07Make this build on m68k.fredb3-14/+19
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.tron3-2/+24
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+11
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-31Update ORBit to 0.5.6. Changes are bugfixes only.rh3-13/+13
2000-12-04Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared byjlam1-1/+2
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not "@dirrm".
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,jlam12-112/+119
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.dmcmahill4-13/+11
2000-08-09Update to 0.5.3, provided by Dan Winship. Changes are mainly bugfixes.wiz10-75/+79
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-11fix PLIST for a.outwiz1-2/+2
2000-07-11fix compilation on a.out.wiz2-5/+20
Closes pkg/10559.
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).wiz5-33/+17
2000-06-20Remove unnecessary patches to configure now that we USE_LIBTOOL.jlam3-65/+0
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam3-70/+70
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-30update to 0.5.1drochner10-78/+84
Sorry, didn't fing a list of changes in the distribution nor on the website.
2000-05-12This package has moved category.agc1-2/+2
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-33/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-12-06this wants gettexthubertf1-1/+2
1999-11-13Repair patch broken my "no fuzz" cleanup.tron2-9/+7
1999-11-12New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz.tron3-13/+15
1999-10-22Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release.tron10-80/+72
1999-10-01Change to depend on gindent-*.jlam1-2/+2
1999-09-29Add a do-build target to work around what would appear to be aagc1-1/+7
compiler error. I do not have the time, effort, energy or smarts to fix the compiler.
1999-08-28Update dependency to glib-1.2.4rh1-2/+2
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron1-4/+2
1999-08-20Update "dependence" on "gindent" package.tron1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+15
1999-06-19The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror ontron1-2/+2
"ftp.sunet.se" instead.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-2/+1
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-02Remove kludge to avoid random build failures because it didn't help.tron1-4/+1
1999-05-02Update dependence for "glib" package to version 1.2.2.tron1-2/+2
1999-04-27Avoid random build failures caused by wrong dependences.tron1-1/+4
1999-04-27Add "-Wl,-R" to linker option list in "orbit-config".tron1-3/+3