summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-01add some more error checking. In particular if the bulk-cache creationdmcmahill1-1/+5
fails, then abort the build.
2002-12-01use = instead of ?= when setting _PKGSRCDIR during the bulk-cache target.dmcmahill1-2/+4
Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation fails. This didn't show up before because formerly _PKGSRCDIR was previously set in bsd.pkg.mk instead of bsd.prefs.mk as it is now. Should fix bulk build dependency problems noted recently by Hubert.
2002-12-01src/fs/diskd: only include sys/msg.h if we have it.grant4-1/+55
fixes build on (at least) Darwin 6.2.
2002-12-01USE_PKGLOCALEDIR, delint.salo14-65/+70
2002-12-01USE_PKGLOCALEDIR.grant5-55/+11
2002-12-01revert previous: needs further work because some pkgsrc patches don'tgrant1-5/+6
apply cleanly if USE_INET6 is undefined.
2002-11-30USE_PKGLOCALEDIR, delint.salo4-18/+23
2002-11-30USE_PKGLOCALEDIR, delint.salo8-29/+37
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo40-132/+86
2002-11-30We still need PKGLOCALEDIR for configure script here.salo1-2/+3
2002-11-30Because of PKGREVISION, PKGNAME is now sendmail-8.8.8nb1, so we can't usebouyer1-2/+2
${PKGNAME} for WORKDIR.
2002-11-30only apply IPv6 patches if USE_INET6 is set.grant1-6/+5
Fixes build on (earlier) operating systems without IPv6 support.
2002-11-30turn on USE_INET6 in a KAME IPv6 environment other than NetBSD.grant1-2/+5
2002-11-30USE_PKGLOCALEDIR, delint.salo4-6/+10
2002-11-30Note update of sysbuild to 1.1jmmv1-1/+2
2002-11-30During the build-sets target, sysbuild directly calls `make sets' insidejmmv3-5/+15
distrib/sets. This call requires TOOLDIR to be set accordingly so that make can find sysbuild compiled tools. Reported by Sergio Jiménez (sjr at hispabsd dot org). Also add a note in the manpage telling the user to use ?= in his mk.conf, so that sysbuild can override the values there (specially for things like TOOLDIR). Bump version to 1.1.
2002-11-30USE_PKGLOCALEDIR.salo4-22/+26
2002-11-30Former OpenBSD and FreeBSD tags were borked in the last commit.cjep1-3/+3
2002-11-30OpenBSD x11 dist file. May need some tuning.cjep1-0/+533
I should mention Arrigo Triulzi, who provided a login to an OpenBSD 3.0 machine and also a machine to play with OpenBSD 3.2 and pkgsrc. Thanks Arrigo!
2002-11-30Note update of misc/php4-mbstring to 4.2.3nb1.taca1-1/+2
2002-11-30Add some patch from PHP's cvs repositry (PHP_4_2_0 branch).taca3-3/+40
It should fix fatal problem on Japanese processing; trancated value bug when array is used. Bump to PKGREVISION to 1.
2002-11-30Note update of buildtool to 0.7jmmv1-1/+2
2002-11-30Update buildtool to 0.7.jmmv3-13/+24
Changes in 0.7, state: alpha ---------------------------- * New check bt_check_bits, which determines appropiate C types for different sizes. * New check bt_check_hdr_std, which searches standard headers. You *must* use this function, as it is now required for further checks (improves portability). * Addition of the `siteinfo' target to the main program. It allows to get specific information about where Buildtool is installed by third party programs. * Default name of Makefile's changed to Makefile.bt. This allows Automake and Buildtool to coexist in the same package and also avoids running a regular Make tool within a Buildtool-ized package (which will confuse the user). * Build fixes under MacOS X (Darwin). * Minor bug fixes to run cleanly under Win32, using Cygwin. * Runtime fixes under GNU-based systems (the `getopt' command did not behave properly). While I'm here, fix some things: force the package to use TeXinfo 4.0 and make it use PKG_SYSCONFDIR.
2002-11-30USE_PKGLOCALEDIR.grant4-36/+8
2002-11-30Add patch to reopen stdout/stderr to /dev/null to quelch whining aboutmjl3-2/+43
closed descriptors in syslog.
2002-11-30USE_PKGLOCALEDIR.grant10-98/+17
2002-11-30missed from last commit.grant3-8/+3
2002-11-30USE_PKGLOCALEDIR.grant2-19/+6
2002-11-30An initial OpenBSD pkg dist file.cjep1-0/+484
2002-11-30defs file for OpenBSD.cjep1-0/+125
2002-11-30USE_PKGLOCALEDIR.grant3-23/+7
2002-11-30use PKGLOCALEDIR.grant2-29/+29
2002-11-30Conditionalize _PKGLOCALEDIR_FILES pattern for ${FIND}. Some packages needsalo1-4/+9
patching Makefile not Makefile.in. Depends on HAS_CONFIGURE || GNU_CONFIGURE.
2002-11-30USE_PKGLOCALEDIR.grant9-73/+8
2002-11-30USE_PKGLOCALEDIR.grant9-103/+3
2002-11-30USE_PKGLOCALEDIRsalo8-45/+27
2002-11-30Note update of inputmethod/ddskk to 20021124.taca1-1/+2
2002-11-30Update ddskk package to 20021124.taca2-7/+5
DISTFILES hack dosen't seems to need now. 2002-11-20 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> * Makefile (SNAPBASE, tar, snapshot): Add `-'. 2002-11-10 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> * skk-dic.el.in: Set buffer coding system to iso-2022-jp and specify the coding system in the header. 2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> * skk-dic.el.in (skk-search-small-dic): Add doc string. 2002-11-09 Akihiro Motoki <amotoki@dd.iij4u.or.jp> * skk-comp.el (skk-comp-do): Keyword completion shows a candidate circularly. (After showing the last candidate, back to the first.) (skk-comp-previous): Ditto. * skk.el (keyboard-quit): While keyword completion in Midashi input mode, C-g terminates the completion and redisplay the original Midashi input. * skk-vars.el (skk-comp-circulate): New user variable. (skk-comp-search-done): New buffer local variable. 2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> * skk-setup.el.in (isearch-mode-end-hook): Check if `skk-isearch-mode-enable' is non-nil before invoking `skk-isearch-mode-cleanup' 2002-11-03 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp> * skk-vars.el (skk-isearch-mode-enable): New user variable. * skk-setup.el.in (isearch-mode-hook): Check if `skk-isearch-mode-enable' is non-nil before invoking `skk-isearch-mode-setup'. 2002-10-28 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp> * doc/skk.texi changes (taca: I've omited description in Japanese.) 2002-10-22 Yano Keisuke <yano@moon.email.ne.jp> * skk-kcode.el (skk-display-code): Modified for JISX0213. Change display of KUTEN code in accordance with `JIS kanji jiten'. (taca: I've omited description in Japanese.) (skk-jis2sjis2): New function.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patch, delint.salo9-69/+59
2002-11-30USE_PKGLOCALEDIR.salo2-7/+8
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo14-115/+80
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches.salo9-87/+17
2002-11-30Explicitly specify the path to Perl5 executable for configure script.uebayasi1-2/+2
Reported by Jonathan Perkin in PR19205.
2002-11-29Default to green threads on powerpc, as suggested by manu@.schmonz3-7/+33
2002-11-29Note addition of hnb, version 1.8.1.jmmv1-1/+2
2002-11-29Add and enable hnb.jmmv1-1/+2
2002-11-29Initial import of hnb, version 1.8.1. Description follows:jmmv6-0/+100
hnb stands for Hierarchical NoteBook. It is a console (ncurses) program to organize many kinds of data in one place, including addresses, TODO lists, ideas, book reviews, brainstorming, speech outlines, etc. It stores data in XML format, and is capable of native export to ASCII and HTML. Approved by wiz. This closes my own PR 18233 (the package was provided there).
2002-11-29Note addition of tdb, version 1.0.6jmmv1-1/+2
2002-11-29Add and enable tdb.jmmv1-1/+2
2002-11-29Initial import of tdb, version 1.0.6. Description follows:jmmv7-0/+200
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. Approved by wiz. This closes my own PR 18122.