1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Satoshi Asami
b578202a58 Fix another remote buffer overflow.
Obtained from:	Bugtraq-JP (SPS Advisory #34)
Submitted by:	kuriyama
2000-03-12 07:21:27 +00:00
Jun Kuriyama
15c668c8e0 Fix buffer overflows.
Reported by:	UNYUN@ShadowPenguinSecurity
Obtained from:	wnn-users ML
Suggested by:	kjm@rins.ryukoku.ac.jp
Approved by:	maintainer
2000-03-09 12:37:55 +00:00
Satoshi Asami
f1dd1a40cf This port actually requires X libraries.
Submitted by:	bento
2000-03-09 03:14:34 +00:00
Masafumi Max NAKANE
65856a9de3 Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
2000-03-08 10:56:40 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Satoshi Taoka
0347e6e13e Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-05-01 04:03:48 +00:00
Satoshi Taoka
c29c8ab31f To use ${BATCH}
Noticed by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
1999-04-22 15:58:54 +00:00
Satoshi Taoka
08984a68ae To compile on FreeBSD/alpha
Noticed by:	simokawa@FreeBSD.org
1999-04-13 13:17:12 +00:00
Jun Kuriyama
94899da1d7 Remove $Id$ from patch-*. 1999-02-11 07:55:17 +00:00
Jun Kuriyama
b300811eaf Add dictionaries and some fixes.
PR:		ports/9625
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1999-02-10 14:32:00 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Jun Kuriyama
30eb8d2460 (1) Add BUILD_DEPENDS to imake.
Approved by:	asami

(2) Use ${LN} instead of /bin/ln.
1998-10-04 12:54:11 +00:00
Masafumi Max NAKANE
e22eeae471 Use ISO639 language codes instead of ISO3166 country codes for PKGNAME.
Submitted by:	maintainer
1997-09-23 02:18:00 +00:00
Satoshi Asami
2ec59f04a5 Misc. cleanup from maintainer. Create "wnn" account automatically if
doesn't exist.

PR:		4409
Submitted by:	maintainer
1997-09-19 09:34:33 +00:00
Satoshi Asami
4bc273eb21 Fix many bugs. Share files that can be shared.
PR:		4409
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1997-09-10 06:52:02 +00:00
Satoshi Asami
5e0ad8e46f The project template file is called "X11.tmpl" in XFree86-3.3, so make
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory.  This is
necessary for letting imake pick it up automatically.
1997-06-19 11:26:08 +00:00
Satoshi Asami
3a5d53e0ae Master site has moved.
Submitted by:	hanai
1997-04-16 05:00:06 +00:00
Satoshi Asami
e10cbbfe84 Add some @dirrms. 1997-03-06 06:55:50 +00:00
Satoshi Asami
cd91ecec6f Don't free() the same region twice.
Submitted by:	Naoki Hamada <nao@sbl.cl.nec.co.jp>
1997-02-28 09:25:43 +00:00
Satoshi Asami
5a9ab9d3c2 Make sure fd 2 won't be pointing to the dictionary file, so that
pkhmalloc()'s error messages don't end up there.

Submitted by:	Naoki Hamada <nao@sbl.cl.nec.co.jp>
1997-02-28 09:24:51 +00:00
Satoshi Asami
2b1fce2079 Update comments. 1996-11-13 11:31:52 +00:00
Satoshi Asami
e7c863ffac Add comment for reason why this IS_INTERACTIVE (needs "wnn" user). 1996-11-13 11:19:45 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00
Satoshi Asami
ffab353310 Add "jp-" in front of PKGNAME. 1996-09-19 04:38:46 +00:00
Satoshi Asami
9718d835aa Misc. bugfix and cleanup.
Submitted by:	Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
1996-08-22 10:41:46 +00:00
Satoshi Asami
46eb3ee8b0 Fix to recognize tty names over `f' (e.g., ttyph). 1996-04-23 07:39:41 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
d90db55867 List all files. 1995-06-23 04:04:45 +00:00
Satoshi Asami
8743292dae Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
1995-04-24 02:22:49 +00:00
Satoshi Asami
ee38b3ca7b Update of ports/japanese Makefiles to work with the new bsd.port.mk. 1995-04-20 18:05:40 +00:00
Satoshi Asami
562c298a2c Clean up Makefiles, as per my promise. 1995-04-07 05:48:11 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Satoshi Asami
b1606b6d57 Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
1995-03-27 13:24:18 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
bede7d81a2 Fix to make it work for local Unix domain sockets (no JSERVER env variable
set, for example).
1995-03-04 00:49:17 +00:00
Satoshi Asami
41a21872fa checksum! 1995-01-11 08:10:47 +00:00
Satoshi Asami
9ebdb2ae09 Don't build every time.
Pointed-out by:	jkh
1995-01-11 07:20:03 +00:00
Satoshi Asami
59d082981f Update to make jserver work. Needed to "wnntouch" dictionary files
here and there.
1994-11-25 18:21:00 +00:00
Satoshi Asami
c4e947be7c Cleaned up $Id:$ line. 1994-11-23 08:27:46 +00:00
Satoshi Asami
d107e4edbb Oops, forgot to touch build-cookie in dummy build target. Now I know
why Wnn was getting built over and over.  Sorry, Gary!
1994-11-23 08:26:49 +00:00
Satoshi Asami
ee16c53194 Japanese/Chinese/Korean input method (only Japanese part built and
tested---someone else please try other languages!)
1994-11-22 23:37:45 +00:00