Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -15/+13 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-06 | Update ORBit to 0.5.7. Changes are bugfixes only. | rh | 3 | -16/+21 | |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-13 | Make sure the shared version of libwrap is picked up in the configure | skrll | 2 | -1/+17 | |
script on a.out platforms. This avoids using a horrible hack that the new libtool doesn't like. | |||||
2001-03-10 | Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris. | tron | 1 | -2/+2 | |
2001-03-02 | msgfmt is not enough, we need gettext.m4. Noted by Bob Bernstein | wiz | 1 | -2/+2 | |
in pkg/12205. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-07 | Make this build on m68k. | fredb | 3 | -14/+19 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -3/+3 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-23 | add CPPFLAGS to MAKE_ENV becasue the ORBit build system reruns configure | dmcmahill | 1 | -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-19 | Add dependence on "tcp_wrappers" under Solaris to get "libwrap". | tron | 1 | -1/+7 | |
2001-01-14 | Don't explictly check for the GNU "xgettext". The Solaris one works fine. | tron | 3 | -2/+24 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -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-31 | Update ORBit to 0.5.6. Changes are bugfixes only. | rh | 3 | -13/+13 | |
2000-12-04 | Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by | jlam | 1 | -1/+2 | |
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not "@dirrm". | |||||
2000-11-27 | uses msgfmt, pull devel/gettext via BUILD_DEPENDS | itojun | 1 | -1/+2 | |
2000-11-14 | use USE_LIBINTL instead of explicit dependance on gettext pkg - the package | jdolecek | 1 | -2/+2 | |
seem to work ok with gettext/libintl which is in -current tree | |||||
2000-10-17 | Update ORBit to 0.5.4. I couldn't find a list of changes from version, | jlam | 12 | -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-05 | make libIDL install/deinstall cleanly on both ELF and a.out. | dmcmahill | 4 | -13/+11 | |
2000-08-09 | Update to 0.5.3, provided by Dan Winship. Changes are mainly bugfixes. | wiz | 10 | -75/+79 | |
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
2000-07-25 | We depend on gettext-*, so actually find its headers. | jlam | 1 | -2/+5 | |
2000-07-11 | fix PLIST for a.out | wiz | 1 | -2/+2 | |
2000-07-11 | fix compilation on a.out. | wiz | 2 | -5/+20 | |
Closes pkg/10559. | |||||
2000-07-10 | Thomas Klausner maintains this package at the moment. | tron | 1 | -2/+2 | |
2000-07-10 | Update to 0.5.2. Changes seem to be bugfixes (no ChangeLog available). | wiz | 5 | -33/+17 | |
2000-06-20 | Remove unnecessary patches to configure now that we USE_LIBTOOL. | jlam | 3 | -65/+0 | |
2000-06-20 | USE_LIBTOOL instead of PKGLIBTOOL. | jlam | 3 | -70/+70 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-30 | update to 0.5.1 | drochner | 10 | -78/+84 | |
Sorry, didn't fing a list of changes in the distribution nor on the website. | |||||
2000-05-12 | This package has moved category. | agc | 1 | -2/+2 | |
2000-05-02 | Remove patches to deal with two bugs involving configure's handling of | danw | 2 | -33/+3 | |
INSTALL which have both been worked around in bsd.pkg.mk now. | |||||
2000-01-02 | Adapt to new directory structure on GNOME ftp sites. | tron | 1 | -2/+2 | |
1999-12-06 | this wants gettext | hubertf | 1 | -1/+2 | |
1999-11-13 | Repair patch broken my "no fuzz" cleanup. | tron | 2 | -9/+7 | |
1999-11-12 | New patches supplied by UEBAYASHI 'UMA' Masao which apply without fuzz. | tron | 3 | -13/+15 | |
1999-10-22 | Update "ORBit" package to version 0.5.0 included in GNOME 1.0.53 release. | tron | 10 | -80/+72 | |
1999-10-01 | Change to depend on gindent-*. | jlam | 1 | -2/+2 | |
1999-09-29 | Add a do-build target to work around what would appear to be a | agc | 1 | -1/+7 | |
compiler error. I do not have the time, effort, energy or smarts to fix the compiler. | |||||
1999-08-28 | Update dependency to glib-1.2.4 | rh | 1 | -2/+2 | |
1999-08-22 | Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. | tron | 1 | -4/+2 | |
1999-08-20 | Update "dependence" on "gindent" package. | tron | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+15 | |
1999-06-19 | The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on | tron | 1 | -2/+2 | |
"ftp.sunet.se" instead. | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -2/+1 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-02 | Remove kludge to avoid random build failures because it didn't help. | tron | 1 | -4/+1 | |
1999-05-02 | Update dependence for "glib" package to version 1.2.2. | tron | 1 | -2/+2 | |
1999-04-27 | Avoid random build failures caused by wrong dependences. | tron | 1 | -1/+4 | |
1999-04-27 | Add "-Wl,-R" to linker option list in "orbit-config". | tron | 1 | -3/+3 | |