Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-05 | Don't depend on the fort77 package if there's one in /usr/bin | hubertf | 1 | -1/+3 | |
1999-04-04 | This package got broken by the removal of the Mach VM system. | tron | 1 | -2/+4 | |
1999-04-03 | The file was changed on the master site. | hubertf | 1 | -2/+2 | |
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de> | |||||
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -3/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-04-01 | Update to tk version 8.0.5. This seems to be primarily a bug-fix release. | agc | 1 | -2/+2 | |
1999-03-30 | Eliminate libdata/PTL | msaitoh | 2 | -5/+2 | |
1999-03-29 | Add and enable "ptl2", fixes PR pkg/7212. | tron | 1 | -1/+2 | |
1999-03-29 | Remove commented out instructions and fix botch caused by pkglinting. | tron | 1 | -7/+5 | |
1999-03-29 | New "ptl2" package supplied by SAITOH Masanobu in pkg/7212: | tron | 6 | -0/+74 | |
This is PTL2 -- Portable Thread Library 2 wrrtten by Kota Abe. | |||||
1999-03-27 | Update ddd to 3.1.4. | frueauf | 2 | -5/+5 | |
1999-03-25 | s/alpha/${MACHINE_ARCH}/ | hubertf | 1 | -3/+3 | |
1999-03-22 | Correct the directory path on the redhat ftp site. | agc | 1 | -2/+2 | |
1999-03-22 | This now comes with it's own elisp compiler. Kill FreeBSD dependency on emacs. | bad | 1 | -8/+1 | |
1999-03-22 | LIB_DEPENDS -> DEPENDS. | bad | 1 | -2/+2 | |
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 7 | -14/+14 | |
1999-03-19 | Minor nit - get the version number correct in the description. | agc | 1 | -1/+1 | |
1999-03-19 | Explain what m4 is a bit more clearly. | agc | 1 | -1/+1 | |
1999-03-16 | Depend on version 1.0.3 of "gnome-libs" package. | tron | 1 | -2/+2 | |
1999-03-16 | Get the path name of the manual page right. | agc | 1 | -2/+2 | |
1999-03-16 | Provide rcslog as a symbolic link to rlog, and also make a link for the | agc | 2 | -2/+10 | |
man page. This is what's done in NetBSD, and is more in keeping with the rest of the suite of rcs programs: rcsclean, rcsdiff, and rcsmerge. Pointed out by Luke Mewburn. | |||||
1999-03-15 | The original commit message was bogus. This was really about removing | explorer | 1 | -0/+10 | |
a prototype for strmode() that has a different signature under 1.3+. -bad This is the original commit message: > Make this build on -current again -- REALLY needs to be fully rewritten, but... | |||||
1999-03-15 | Make this build on -current again -- REALLY needs to be fully rewritten, but... | explorer | 1 | -1/+102 | |
1999-03-14 | Add "gnome" to category list. | tron | 1 | -2/+2 | |
1999-03-12 | As pointed out by Michael Brakemeier the distribution file for "gettext" | tron | 1 | -3/+2 | |
version 0.10.35 can be found on "alpha.gnu.org". | |||||
1999-03-12 | Adapt this Makefile to the new GNU layout for their ftp sites. | agc | 1 | -2/+2 | |
1999-03-12 | Add and enable rcs (only for Solaris). | agc | 1 | -1/+2 | |
1999-03-12 | Initial import of RCS 5.7, the GNU revision control system, for software | agc | 5 | -0/+66 | |
version control, into the Packages Collection. This package is only for Solaris - it's in the base NetBSD distribution. | |||||
1999-03-12 | Add and enable diffutils. | agc | 1 | -1/+2 | |
1999-03-12 | Initial import of GNU diffutils, version 2.7. This package is only for | agc | 5 | -0/+54 | |
Solaris, as the GNU diffutils are in the base NetBSD distribution. The diff utilities are: cmp, diff, diff3 and sdiff, and are used to compare files. | |||||
1999-03-11 | For reasons unknown to me the distribution file for "gettext-0.10.35" is | tron | 1 | -2/+3 | |
no longer available on "ftp.gnu.org". Because at least GNOME doesn't work with the old 0.10 version we keep the source on "ftp.netbsd.org" now. | |||||
1999-03-11 | Add support for read only CVS repositories derived from OpenBSD. | tron | 4 | -0/+79 | |
1999-03-09 | Don't automatically prefix "../" to the INSTALL command for subdir use. | tron | 1 | -6/+19 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -4/+4 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -3/+3 | |
1999-03-07 | Update "libgtop" package to version 1.0.1. | tron | 6 | -83/+52 | |
1999-03-06 | Updated master site list to handle the gnu ftp reorganization. | tron | 2 | -4/+4 | |
1999-03-05 | Add a patch to configure script so that dots aren't added as a prefix | agc | 1 | -0/+19 | |
to an absolute path. | |||||
1999-03-05 | Don't use strange library naming scheme ("libglib-12.so.0.0") because it | tron | 5 | -22/+29 | |
will cause all programs to be linked with the static library. The shared library is now called "libglib.so.13.0". | |||||
1999-03-05 | Escape the sed expression from interpretation by the shell by using | agc | 1 | -2/+4 | |
quotation marks. | |||||
1999-03-04 | Don't assume that we're using the install.sh script - comment out the | agc | 1 | -1/+20 | |
prefix of ../ for subdirectories, as we're using a full pathname for the install command Add a comment, describing the patches. | |||||
1999-03-04 | Update dependence for "glib" package. | tron | 1 | -2/+2 | |
1999-03-04 | Update "glib" package to release version 1.2.0. | tron | 7 | -77/+60 | |
1999-02-23 | Fix for arm (and anywhere else chars are unsigned by default) | sommerfe | 1 | -0/+13 | |
(should not cause problems on systems with signed chars.) | |||||
1999-02-21 | Back out last commit: | tron | 1 | -1/+3 | |
New compatible gtk 1.0.x packages are named differently and be don't want to be installed together with old versions. | |||||
1999-02-21 | Remove conflict entry for gtk 1.0.x which is no longer required after | tron | 1 | -3/+1 | |
Rene's changes. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 7 | -20/+8 | |
1999-02-19 | pkglint: add missing / to URL. remove deprecated CONFLICTS for old versions. | frueauf | 1 | -4/+2 | |
1999-02-19 | Adapt to new gtk10 package | rh | 1 | -3/+4 | |
1999-02-19 | Add tab to infofile dir entry for cosmetics. | frueauf | 1 | -0/+13 | |
1999-02-19 | Sync contents of "share/aclocal" and "share/automake" with reality. | tron | 1 | -5/+3 | |