Commit graph

35857 commits

Author SHA1 Message Date
salo
0138cbfe45 USE_PKGLOCALEDIR, remove unnecessary patch. 2002-12-01 15:02:08 +00:00
salo
05f4c70029 Forgot share/locale -> ${PKGLOCALEDIR}/locale in previous commit. 2002-12-01 14:51:44 +00:00
salo
7d2c274a10 USE_PKGLOCALEDIR, cp -> ${CP}, PKGVERSION -> PKGREVISION. 2002-12-01 14:49:15 +00:00
salo
ba854aa5c1 USE_PKGLOCALEDIR. 2002-12-01 14:37:12 +00:00
taca
21e918f79f Note update of textproc/namazu2 to 2.0.12nb1. 2002-12-01 14:24:42 +00:00
taca
7737de741c Update namazu2 package to 2.0.12nb1.
- make msword.pl cope with wvWare 0.7.4.
2002-12-01 14:23:06 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
jlam
b2aa3a580b Move the PKGLOCALDIR section a little lower so it isn't in the middle of
the logic for another section.  This is purely for readability.
2002-12-01 13:24:14 +00:00
sjg
446aa46176 Need to update bmake - pick up fix for bug introduced in 3.1.14. 2002-12-01 06:27:38 +00:00
dmcmahill
d77e699759 add some more error checking. In particular if the bulk-cache creation
fails, then abort the build.
2002-12-01 05:53:43 +00:00
dmcmahill
9f079dd858 use = instead of ?= when setting _PKGSRCDIR during the bulk-cache target.
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-01 05:51:33 +00:00
grant
1c2ca2f346 src/fs/diskd: only include sys/msg.h if we have it.
fixes build on (at least) Darwin 6.2.
2002-12-01 05:36:51 +00:00
salo
e11e690bb2 USE_PKGLOCALEDIR, delint. 2002-12-01 02:00:12 +00:00
grant
f25fa1bb49 USE_PKGLOCALEDIR. 2002-12-01 01:04:03 +00:00
grant
5c9571d273 revert previous: needs further work because some pkgsrc patches don't
apply cleanly if USE_INET6 is undefined.
2002-12-01 01:00:55 +00:00
salo
cec11ef3cd USE_PKGLOCALEDIR, delint. 2002-11-30 23:44:10 +00:00
salo
5a68637b24 USE_PKGLOCALEDIR, delint. 2002-11-30 23:32:20 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
salo
071f86009a We still need PKGLOCALEDIR for configure script here. 2002-11-30 21:08:23 +00:00
bouyer
cd77cae13c Because of PKGREVISION, PKGNAME is now sendmail-8.8.8nb1, so we can't use
${PKGNAME} for WORKDIR.
2002-11-30 19:24:17 +00:00
grant
cdfeab2db8 only apply IPv6 patches if USE_INET6 is set.
Fixes build on (earlier) operating systems without IPv6 support.
2002-11-30 18:03:20 +00:00
grant
a352f694c2 turn on USE_INET6 in a KAME IPv6 environment other than NetBSD. 2002-11-30 16:49:00 +00:00
salo
f7de1f29c1 USE_PKGLOCALEDIR, delint. 2002-11-30 16:24:35 +00:00
jmmv
ed68c50611 Note update of sysbuild to 1.1 2002-11-30 15:52:11 +00:00
jmmv
d6833f77dc During the build-sets target, sysbuild directly calls `make sets' inside
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-30 15:50:16 +00:00
salo
c7a2c08d66 USE_PKGLOCALEDIR. 2002-11-30 15:31:59 +00:00
cjep
0334020af6 Former OpenBSD and FreeBSD tags were borked in the last commit. 2002-11-30 15:19:40 +00:00
cjep
836cdc49dc OpenBSD x11 dist file. May need some tuning.
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-30 15:18:35 +00:00
taca
5ba0ae9134 Note update of misc/php4-mbstring to 4.2.3nb1. 2002-11-30 15:15:26 +00:00
taca
d38d3736fd Add some patch from PHP's cvs repositry (PHP_4_2_0 branch).
It should fix fatal problem on Japanese processing; trancated value
bug when array is used.

Bump to PKGREVISION to 1.
2002-11-30 15:13:24 +00:00
jmmv
7ed3823109 Note update of buildtool to 0.7 2002-11-30 15:02:18 +00:00
jmmv
1feca93c1a Update buildtool to 0.7.
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-30 15:01:06 +00:00
grant
13bd1e3ebd USE_PKGLOCALEDIR. 2002-11-30 14:59:39 +00:00
mjl
d06d8cf7ea Add patch to reopen stdout/stderr to /dev/null to quelch whining about
closed descriptors in syslog.
2002-11-30 14:56:53 +00:00
grant
4b4686acf8 USE_PKGLOCALEDIR. 2002-11-30 14:50:13 +00:00
grant
8c87b191bb missed from last commit. 2002-11-30 14:47:35 +00:00
grant
78a7a4bd81 USE_PKGLOCALEDIR. 2002-11-30 14:45:33 +00:00
cjep
c6114dd136 An initial OpenBSD pkg dist file. 2002-11-30 14:42:38 +00:00
cjep
9bb6adc2f6 defs file for OpenBSD. 2002-11-30 14:40:55 +00:00
grant
e898293327 USE_PKGLOCALEDIR. 2002-11-30 14:28:07 +00:00
grant
48aac63f7b use PKGLOCALEDIR. 2002-11-30 14:18:41 +00:00
salo
0f04684113 Conditionalize _PKGLOCALEDIR_FILES pattern for ${FIND}. Some packages need
patching Makefile not Makefile.in.  Depends on HAS_CONFIGURE || GNU_CONFIGURE.
2002-11-30 14:10:06 +00:00
grant
bb2abd1ee2 USE_PKGLOCALEDIR. 2002-11-30 14:04:01 +00:00
grant
918186f50a USE_PKGLOCALEDIR. 2002-11-30 13:45:17 +00:00
salo
ab2818804e USE_PKGLOCALEDIR 2002-11-30 13:36:13 +00:00
taca
851e57013f Note update of inputmethod/ddskk to 20021124. 2002-11-30 13:31:24 +00:00
taca
99a5c10056 Update ddskk package to 20021124.
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-30 13:29:21 +00:00
salo
0db5341a40 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-11-30 12:41:05 +00:00
salo
1b437da674 USE_PKGLOCALEDIR. 2002-11-30 12:22:02 +00:00
salo
26114542cd USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 11:46:02 +00:00