summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-08Install configuration files under the examples hierarchy and usejmmv4-10/+34
bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1. This closes my own PR pkg/16966 (which proposed a different, wrong change).
2003-01-08GutenMark-words-20030107.wiz1-1/+2
2003-01-0820030107: another new version of special.words.gz.wiz2-41/+41
2003-01-08Note update of pkg_comp to 1.5jmmv1-1/+2
2003-01-08Update pkg_comp to 1.5. Fixes:jmmv2-7/+18
- Check if all sets exist before extracting any of them. - Treat EXTRAMK properly: only process the variable if it is non-empty.
2003-01-08Remove superfluous Ns.wiz1-2/+2
2003-01-08Note sysbuild update to 1.9jmmv1-1/+2
2003-01-08Update sysbuild to 1.9. Changes include:jmmv4-22/+35
- Addition of a new variable, MACHINE, which is used to tell the program the machine name. This is needed since NetBSD-current now automatically adds this value to RELEASEDIR. - Properly pass RELEASEDIR's value to make when building an X release (pointed out by Douglas Brebner in private mail). - Update the TODO list in the manpage: remove the X11R6 item and add a new one about using build.sh to create and use a nbmake wrapper.
2003-01-08Bump to 1.31nb2 with addition oftsarna4-3/+374
Drew Einhorn's gpsfetchmap.pl enhancements, including: - tred rather than flat map directory - grid-snapped images and checking to see if images are already available before downloading - support for US Census TIGER Line map server and terraserver as image sources.
2003-01-08+gaim-0.59.8, icewm-1.2.5, ircu-2.10.11.04, mozilla-stable-1.0.2, ↵wiz1-4/+8
oss-3.9.7g, sablotron-0.97, wxGTK-2.4.0.
2003-01-08Use buildlink2.jlam1-1/+2
2003-01-08Note update of "qt3" package to version 3.0.6nb2.tron1-1/+2
2003-01-08Fix dependence on "qt3-tools" package and bump package revision.tron1-4/+3
2003-01-08Teach buildlink2 about ${_OPSYS_RPATH_NAME} instead of just using -Wl,-Rjlam1-11/+4
everywhere.
2003-01-08- ast-ksh-20021221uebayasi1-2/+1
2003-01-08Note update of ast-ksh 20021221.uebayasi1-1/+2
Changes from 20020922 (other than bug fixes) are: * The code to display compound objects was rewritten to make it easier for runtime extensions to reuse this code. * A change was made to allow runtime builtins to be notified when a signal is received so that cleanup can be performed. * User applications can now trap the ALRM signal. Previously, the ALRM signal was used internally and could not be used by applications.
2003-01-08Update ast-ksh to 20021221.uebayasi2-14/+22
Changes from 20020922 (other than bug fixes) are: * The code to display compound objects was rewritten to make it easier for runtime extensions to reuse this code. * A change was made to allow runtime builtins to be notified when a signal is received so that cleanup can be performed. * User applications can now trap the ALRM signal. Previously, the ALRM signal was used internally and could not be used by applications.
2003-01-08+ ast-ksh-20021221uebayasi1-1/+2
2003-01-08Note id-utils update.thorpej1-1/+2
2003-01-08#include statements in asm files that did not match the form:thorpej4-219/+222
#include "foo.h" ..or.. #include <foo.h> would cause mkid to happily loop forever. Fix this, making the scanner properly detect EOL/EOF and defined name tokens in #include statements, as well. Merge all libidu/scanners.c patches into a single patch file. Bump package revision to nb3.
2003-01-08Make php4 and ap-php4 actually use our libtool again.jlam5-19/+25
2003-01-07Correctly define some variables that qmake expects to be defined:jlam3-8/+9
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR. This suppresses some ignored build errors when building qt3-* packages. Bump PKGREVISION of qt3-tools (which installs the qmake.conf file) to 2.
2003-01-07Remove gtk-doc dependancy from buildlink2.mkjmmv2-4/+2
2003-01-07Move the bsd.pkg.mk include outside of the conditionalcjep1-3/+2
2003-01-07Also substitute for @BUILDLINK_X11_DIR@ in the wrapper scripts. This wasjlam1-1/+3
a harmless bug, and the scripts will now run a little faster.
2003-01-07Distfile has changed without version number bump.jlam1-3/+3
2003-01-07- deal with NetBSD failing on mkdir("foo/"), rmdir("foo/") etc.christos2-1/+60
- print the correct errors, not from a stale error code.
2003-01-07To save ppl. looking and searching where the printer definitions (PPD) filereinoud1-1/+7
ought to be stored i made a notice of this in the MESSAGE file. It took me some time :-/
2003-01-07+fsviewer-0.2.5, libxml-2.5.0, opencm-0.1.2alpha3, sqlite-2.7.5, tuxpaint-0.9.3.wiz1-3/+6
2003-01-07``On second thought, let's not go to Camelot. It is a silly place.''jschauma4-17/+17
(Make pkdb_open return pkgdbp!=NULL as src's does, and revert previous patch. As discussed with agc.)
2003-01-07Unlike pkg_install in src, this version of pkg_install containsjschauma3-13/+13
a pkgdb_open that may return one of _three_ values (0,1,-1), so that we can not simply use if (!pkgdb_open(ReadOnly)) but need to use if (pkgdb_open(ReadOnly) == -1) Mea culpa.
2003-01-07Make sure we list all patches. This fixes the build problem some peopleskrll1-1/+3
have seen.
2003-01-07Convert to buildlink2.wiz1-5/+6
2003-01-07Note opencm revision bump (1)jmmv1-1/+2
2003-01-07Avoid installing an opencm rc.d file. It does not work under NetBSD.jmmv3-9/+8
Bump PKGREVISION to 1.
2003-01-07Remove duplicate empty line.wiz1-2/+1
2003-01-07Use the right interface of Buildlinked directory.uebayasi1-2/+2
Pointed out by wiz.
2003-01-07Remove duplicate empty line.wiz1-5/+4
2003-01-07Initial buildlink2.mk.uebayasi1-0/+29
2003-01-07Thank createbuildlink; initial buildlink2.mk.uebayasi1-0/+23
2003-01-07Buildlinkify.uebayasi4-10/+13
2003-01-07Actually buildlinkify.uebayasi1-3/+4
2003-01-07Trivially add buildlink2.mk.uebayasi1-0/+25
2003-01-07Really install the symlink.wiz1-1/+6
2003-01-07note update of gpatch to 2.5.4nb2.grant1-1/+2
2003-01-07always install bin/gpatch (thanks wiz).grant2-3/+10
bump PKGREVISION.
2003-01-07Patch top-level Makefile to not descend into doc/ rather thangrant3-24/+7
patching doc/Makefile with a dummy 'all' target. The build of rxvt now *really* fails on Darwin. :-) (the dummy target always returned true).
2003-01-07Remove me as maintainer of this package.tron1-3/+2
2003-01-07Output warnings to stderr, not to stdout (duh!)jlam1-3/+3
2003-01-07Don't complain about (correct) .buildlink leakage in the fake libtooljlam1-3/+4
archive case. Also output errors to stderr, not stdout (duh!).