| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 May 2013 22:27:58
1.1.1.a021_9
|
hrs  |
Trim old-style header. |
05 Aug 2012 23:19:40
1.1.1.a021_9
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
1.1.1.a021_9
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
11 Jun 2011 06:07:08
1.1.1.a021_9
|
hrs  |
Use $USERS instead of pkg-install for adding wnn user.
Submitted by: Chris Rees (utisoft@gmail.com)
PR: ports/157579 |
18 Mar 2011 17:59:51
1.1.1.a021_9
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
04 Dec 2010 07:34:27
1.1.1.a021_9
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
1.1.1.a021_9
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.1.1.a021_9
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
28 Mar 2010 05:52:12
1.1.1.a021_8
|
dougb  |
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables |
27 Mar 2010 00:15:24
1.1.1.a021_8
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
02 Jan 2010 14:47:20
1.1.1.a021_8
|
hrs  |
- Improve buffer management. This change should fix issues on amd64.
- Fix daemonizing part. It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts. Plus,
wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files. |
19 Nov 2009 23:41:55
1.1.1.a021_7
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
02 Aug 2009 19:36:34
1.1.1.a021_7
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
02 Jan 2009 23:08:15
1.1.1.a021_7
|
hrs  |
- Use RFC 2553 API for AF_INET[46] socket handling.
- Fix several potential buffer overflows.
- Add missing "listenaddr ::1" to cserverc.
- Add WITHOUT_INET6 handling. |
02 Jan 2009 11:49:48
1.1.1.a021_6
|
hrs  |
- Enable IPv6 support.
- Add multiple "listenaddr" support. The jserverrc now
understands the following statements:
listenaddr 127.0.0.1
listenaddr ::1
The option "-a <listenaddr>" can also be specified more than
once. Currently the maximum number of listen addresses is 256.
- SIGINT is no longer hooked when the -D (not daemonize,
primarily for debugging) flag is specified.
- Add --unix, long opt counterpart of -u. |
01 Nov 2008 14:45:16
1.1.1.a021_5
|
hrs  |
- Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script. |
30 Oct 2008 07:43:17
1.1.1.a021_4
|
hrs  |
- Add "-a ADDR" option to jserver and "listenaddr" directive to
jserverrc. This specifies listen address of the INET socket.
Note that the default value is set as 127.0.0.1. If you need
the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in
$wnn_flags or modify jserverrc.
- Fix a buffer overflow when very long file name is specified in
the -f option.
- Fix a typo in CONFIGURE_ARGS and COMMENT.
- Rename a patch file (patch-Wnn-jd-serverdef). |
26 Oct 2008 19:17:56
1.1.1.a021_3
|
hrs  |
- Style clean-ups.
- Separate */FreeWnn-server and */FreeWnn-lib.
- Take maintainership. |
22 Jan 2006 02:16:45
1.1.1.a021
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
07 Dec 2005 10:46:20
1.1.1.a021
|
hrs  |
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files. |
02 Sep 2003 10:04:54
1.1.1.a020
|
taoka  |
* Support CFLAGS
* 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 |
07 Mar 2003 00:16:25
1.1.1.a018
|
ade  |
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly) |
20 Dec 2001 02:19:00 
|
taoka  |
A minor correction to the English |
30 Oct 2001 00:26:44 
|
taoka  |
(Comment for previous committing) Correct a syntax for chown becuase
FreeBSD-current no longer supports the owner.group |
15 Oct 2001 13:55:03 
|
sobomax  |
WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary. |
08 Oct 2000 11:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 03:24:23 
|
asami  |
Convert category japanese to new layout. |
12 Sep 2000 18:08:29 
|
taoka  |
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows: |