summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1999-04-05Don't depend on the fort77 package if there's one in /usr/binhubertf1-1/+3
1999-04-04This package got broken by the removal of the Mach VM system.tron1-2/+4
1999-04-03The file was changed on the master site.hubertf1-2/+2
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de>
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1999-03-30Eliminate libdata/PTLmsaitoh2-5/+2
1999-03-29Add and enable "ptl2", fixes PR pkg/7212.tron1-1/+2
1999-03-29Remove commented out instructions and fix botch caused by pkglinting.tron1-7/+5
1999-03-29New "ptl2" package supplied by SAITOH Masanobu in pkg/7212:tron6-0/+74
This is PTL2 -- Portable Thread Library 2 wrrtten by Kota Abe.
1999-03-27Update ddd to 3.1.4.frueauf2-5/+5
1999-03-25s/alpha/${MACHINE_ARCH}/hubertf1-3/+3
1999-03-22Correct the directory path on the redhat ftp site.agc1-2/+2
1999-03-22This now comes with it's own elisp compiler. Kill FreeBSD dependency on emacs.bad1-8/+1
1999-03-22LIB_DEPENDS -> DEPENDS.bad1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad7-14/+14
1999-03-19Minor nit - get the version number correct in the description.agc1-1/+1
1999-03-19Explain what m4 is a bit more clearly.agc1-1/+1
1999-03-16Depend on version 1.0.3 of "gnome-libs" package.tron1-2/+2
1999-03-16Get the path name of the manual page right.agc1-2/+2
1999-03-16Provide rcslog as a symbolic link to rlog, and also make a link for theagc2-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-15The original commit message was bogus. This was really about removingexplorer1-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-15Make this build on -current again -- REALLY needs to be fully rewritten, but...explorer1-1/+102
1999-03-14Add "gnome" to category list.tron1-2/+2
1999-03-12As pointed out by Michael Brakemeier the distribution file for "gettext"tron1-3/+2
version 0.10.35 can be found on "alpha.gnu.org".
1999-03-12Adapt this Makefile to the new GNU layout for their ftp sites.agc1-2/+2
1999-03-12Add and enable rcs (only for Solaris).agc1-1/+2
1999-03-12Initial import of RCS 5.7, the GNU revision control system, for softwareagc5-0/+66
version control, into the Packages Collection. This package is only for Solaris - it's in the base NetBSD distribution.
1999-03-12Add and enable diffutils.agc1-1/+2
1999-03-12Initial import of GNU diffutils, version 2.7. This package is only foragc5-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-11For reasons unknown to me the distribution file for "gettext-0.10.35" istron1-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-11Add support for read only CVS repositories derived from OpenBSD.tron4-0/+79
1999-03-09Don't automatically prefix "../" to the INSTALL command for subdir use.tron1-6/+19
1999-03-08s/make/${MAKE}/gagc1-4/+4
1999-03-08s/make/${MAKE}/gagc1-3/+3
1999-03-07Update "libgtop" package to version 1.0.1.tron6-83/+52
1999-03-06Updated master site list to handle the gnu ftp reorganization.tron2-4/+4
1999-03-05Add a patch to configure script so that dots aren't added as a prefixagc1-0/+19
to an absolute path.
1999-03-05Don't use strange library naming scheme ("libglib-12.so.0.0") because ittron5-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-05Escape the sed expression from interpretation by the shell by usingagc1-2/+4
quotation marks.
1999-03-04Don't assume that we're using the install.sh script - comment out theagc1-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-04Update dependence for "glib" package.tron1-2/+2
1999-03-04Update "glib" package to release version 1.2.0.tron7-77/+60
1999-02-23Fix for arm (and anywhere else chars are unsigned by default)sommerfe1-0/+13
(should not cause problems on systems with signed chars.)
1999-02-21Back out last commit:tron1-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-21Remove conflict entry for gtk 1.0.x which is no longer required aftertron1-3/+1
Rene's changes.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf7-20/+8
1999-02-19pkglint: add missing / to URL. remove deprecated CONFLICTS for old versions.frueauf1-4/+2
1999-02-19Adapt to new gtk10 packagerh1-3/+4
1999-02-19Add tab to infofile dir entry for cosmetics.frueauf1-0/+13
1999-02-19Sync contents of "share/aclocal" and "share/automake" with reality.tron1-5/+3