| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* USE_AUTOCONF - > USE_AUTOCONF_VER
Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use config.sub and config.guess in Templates instead of devel/autoconf213
Pointed out by: kuriyama
* Update version to 1.1.1-a020
* Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d
Notes:
svn path=/head/; revision=88339
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicitly)
Notes:
svn path=/head/; revision=77041
|
|
|
|
|
|
|
| |
Submitted by: imp
Notes:
svn path=/head/; revision=51874
|
|
|
|
| |
Notes:
svn path=/head/; revision=49348
|
|
|
|
|
|
|
| |
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes:
svn path=/head/; revision=48789
|
|
|
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes:
svn path=/head/; revision=33576
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
commercial software exits
(b) Its license was changed to GPL.
(c) The method to configure was changed from imake to GNU configure.
(d) Relatively to the original Wnn, the Wnn in the ports tree were
modified by me a lot. Most of the modifications were adopted
into FreeWnn.
(c) Header and library files are installed into
${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.
(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands. The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
Notice: I forgot to commit FreeWnn-{lib,server} (^_^;;
Notes:
svn path=/head/; revision=32559
|
|
|
|
|
|
|
|
| |
that has USE_XLIB but not USE_IMAKE (it uses its own imake config
files).
Notes:
svn path=/head/; revision=31502
|
|
|
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
Notes:
svn path=/head/; revision=30229
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
Notes:
svn path=/head/; revision=29636
|
|
|
|
|
|
|
|
|
|
|
| |
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. :)
Notes:
svn path=/head/; revision=27449
|
|
|
|
|
|
|
|
| |
Obtained from: Bugtraq-JP (SPS Advisory #34)
Submitted by: kuriyama
Notes:
svn path=/head/; revision=26781
|
|
|
|
|
|
|
|
|
|
| |
Reported by: UNYUN@ShadowPenguinSecurity
Obtained from: wnn-users ML
Suggested by: kjm@rins.ryukoku.ac.jp
Approved by: maintainer
Notes:
svn path=/head/; revision=26690
|
|
|
|
|
|
|
| |
Submitted by: bento
Notes:
svn path=/head/; revision=26677
|
|
|
|
|
|
|
|
| |
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
Notes:
svn path=/head/; revision=26647
|
|
|
|
| |
Notes:
svn path=/head/; revision=20944
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
| |
Wnn/pkg/INSTALL.
Noticed by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Notes:
svn path=/head/; revision=20802
|
|
|
|
|
|
|
| |
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
Notes:
svn path=/head/; revision=18291
|
|
|
|
|
|
|
| |
Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=18084
|
|
|
|
|
|
|
| |
Noticed by: simokawa@FreeBSD.org
Notes:
svn path=/head/; revision=17838
|
|
|
|
|
|
|
|
|
|
|
| |
we must "chown wnn /usr/local/bin/Wnn4/jserver" in pkg/INSTALL
because jserver is a setuid program.
PR: ports/10254
Submitted by: watanabe@komadori.planet.sci.kobe-u.ac.jp
Notes:
svn path=/head/; revision=17004
|
|
|
|
| |
Notes:
svn path=/head/; revision=16606
|
|
|
|
|
|
|
|
| |
PR: ports/9625
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes:
svn path=/head/; revision=16586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
|
|
| |
Approved by: asami
(2) Use ${LN} instead of /bin/ln.
Notes:
svn path=/head/; revision=13627
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=8002
|
|
|
|
|
|
|
|
|
|
| |
doesn't exist.
PR: 4409
Submitted by: maintainer
Notes:
svn path=/head/; revision=7964
|
|
|
|
|
|
|
|
| |
PR: 4409
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes:
svn path=/head/; revision=7843
|
|
|
|
|
|
|
|
| |
a symlink "X11.tmpl -> Project.tmpl" in the config subdirectory. This is
necessary for letting imake pick it up automatically.
Notes:
svn path=/head/; revision=7011
|
|
|
|
|
|
|
| |
Submitted by: hanai
Notes:
svn path=/head/; revision=6219
|
|
|
|
| |
Notes:
svn path=/head/; revision=5878
|
|
|
|
|
|
|
|
|
| |
pkhmalloc()'s error messages don't end up there.
Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
Notes:
svn path=/head/; revision=5772
|
|
|
|
| |
Notes:
svn path=/head/; revision=4435
|
|
|
|
| |
Notes:
svn path=/head/; revision=4434
|
|
|
|
|
|
|
| |
Inspired by: obrien
Notes:
svn path=/head/; revision=4399
|
|
|
|
| |
Notes:
svn path=/head/; revision=3812
|
|
|
|
|
|
|
| |
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
Notes:
svn path=/head/; revision=3677
|
|
|
|
|
|
|
| |
lot of ports or what! ;>
Notes:
svn path=/head/; revision=2402
|
|
|
|
| |
Notes:
svn path=/head/; revision=1862
|
|
|
|
|
|
|
| |
to do-build.)
Notes:
svn path=/head/; revision=1505
|
|
|
|
| |
Notes:
svn path=/head/; revision=1471
|
|
|
|
| |
Notes:
svn path=/head/; revision=1302
|
|
|
|
|
|
|
|
| |
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes:
svn path=/head/; revision=1267
|
|
|
|
|
|
|
|
| |
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
Notes:
svn path=/head/; revision=1208
|
|
|
|
|
|
|
| |
and some other minor cleanup.
Notes:
svn path=/head/; revision=1196
|
|
|
|
|
|
|
| |
set, for example).
Notes:
svn path=/head/; revision=1082
|
|
|
|
| |
Notes:
svn path=/head/; revision=745
|
|
|
|
|
|
|
| |
Pointed-out by: jkh
Notes:
svn path=/head/; revision=744
|