Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1.a021_15 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.1.1.a021_15 06 Mar 2024 03:17:56 |
Yasuhiro Kimura (yasu) |
japanese/FreeWnn-lib: Move manpages to share/man
Approved by: portmgr (blanket) |
1.1.1.a021_14 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.1.a021_14 24 Jun 2023 20:48:36 |
Muhammad Moinur Rahman (bofh) |
japanese/FreeWnn-lib: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.1.a021_14 07 Jan 2023 17:35:41 |
Hiroki Sato (hrs) |
japanese/FreeWnn-lib: Add LICENSE and update WWW
Minor style fix:
- USE_LDCONFIG is applicable to -lib, not -server. |
1.1.1.a021_13 07 Jan 2023 17:35:40 |
Hiroki Sato (hrs) |
japanese/FreeWnn-lib: Strip the shared libraries |
1.1.1.a021_13 07 Jan 2023 17:35:40 |
Hiroki Sato (hrs) Author: Dimitry Andric |
japanese/FreeWnn-lib: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
japanese/FreeWnn-lib failed to build with clang 15:
js.c:1029:28: error: incompatible pointer to integer conversion returning
'void *' from a function with result type 'int' [-Wint-conversion]
handler_of_jserver_dead (NULL);
^~~~
/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
^~~~~~~~~~~
js.c:150:24: note: expanded from macro 'handler_of_jserver_dead'
return err_val; \
^~~~~~~
This is because the js_disconnect() function should return an integer,
not a pointer. Use the error value -1 instead.
PR: 268816 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.1.a021_13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1.a021_13 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
1.1.1.a021_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1.a021_13 24 Jul 2020 06:28:59 |
rigoletto |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
1.1.1.a021_13 24 Mar 2018 21:12:13 |
sunpoet |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
1.1.1.a021_13 13 Oct 2017 12:45:29 |
bapt |
Remove dead mirrors |
1.1.1.a021_13 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.1.1.a021_13 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
1.1.1.a021_13 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.1.1.a021_13 18 Apr 2015 19:09:04 |
tijl |
Convert to USES=autoreconf |
1.1.1.a021_13 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
1.1.1.a021_13 05 Oct 2014 19:29:36 |
hrs |
Remove redundant patches mistakenly added back in r367909.
Pointed out by: tijl |
1.1.1.a021_12 13 Sep 2014 18:25:05 |
tijl |
Use default LIBTOOLIZE_ARGS |
1.1.1.a021_12 11 Sep 2014 07:48:18 |
hrs |
- Fix a bug which prevented a bind(2) call from working.
- Support "make stage" by a non-root user.
- Set $*wnn_enable=NO by default. [*]
- Fix pkg-plist.
PR: 149250 [*] |
1.1.1.a021_11 01 Jun 2014 16:43:04 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
1.1.1.a021_11 24 Apr 2014 16:26:48 |
mat |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
1.1.1.a021_11 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.1.1.a021_10 11 Mar 2014 06:49:56 |
hrs |
- STAGEDIR support
- Eliminate duplicate files installed by each */FreeWnn-lib.
- Bump PORTREVISION because of dependency and pkg-plist changes. |
1.1.1.a021_10 02 Mar 2014 18:01:04 |
tijl |
For both japanese/FreeWnn-lib and japanese/FreeWnn-server:
- Delete files/patch-configure: This patch is non-functional because
configure is regenerated by USE_AUTOTOOLS=autoconf.
- Replace files/patch-aclocal.m4 with USE_AUTOTOOLS=aclocal.
- Replace files/patch-config.h.in with USE_AUTOTOOLS=autoheader.
- Replace files/patch-ltmain.sh with USE_AUTOTOOLS=libtoolize.
- Replace USE_AUTOTOOLS=libtool with USES=libtool.
- Remove indefinite article from COMMENT.
Approved by: hrs (maintainer) |
1.1.1.a021_9 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.1.1.a021_9 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.1.1.a021_9 02 May 2013 22:27:58 |
hrs |
Trim old-style header. |
1.1.1.a021_9 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.1.1.a021_9 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1.1.a021_9 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.1.1.a021_9 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.1.1.a021_8 02 Jan 2010 14:47:20 |
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. |
1.1.1.a021_7 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.1.1.a021_7 02 Aug 2009 19:36:34 |
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 |
1.1.1.a021_7 02 Jan 2009 23:08:15 |
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. |
1.1.1.a021_6 02 Jan 2009 11:49:48 |
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. |
1.1.1.a021_5 01 Nov 2008 14:45:16 |
hrs |
- Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script. |
1.1.1.a021_4 30 Oct 2008 07:43:17 |
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). |
1.1.1.a021_3 26 Oct 2008 19:17:56 |
hrs |
- Style clean-ups.
- Separate */FreeWnn-server and */FreeWnn-lib.
- Take maintainership. |
1.1.1.a021_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.1.1.a021_2 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.1.1.a021_1 16 Jul 2007 11:02:11 |
rafan |
- Patch makefile for localized manual pages location instead of passing
--mandir to configure which will be conflict with the default --mandir
in bsd.port.mk (exp run on pointyhat now)
Reported by: pointyhat exp run |
1.1.1.a021_1 15 Aug 2006 00:29:13 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.1.1.a021_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.1.1.a021 22 Jan 2006 02:16:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.1.1.a021 11 Dec 2005 19:45:19 |
hrs |
Fix typos which cause installation failure of twnn.sh. |
1.1.1.a021 07 Dec 2005 10:46:20 |
hrs |
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files. |
1.1.1.a020 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
1.1.1.a020 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.1.1.a020 02 Jun 2005 20:28:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.1.1.a020 07 Dec 2004 09:03:31 |
linimon |
That last commit should read '2003'. Sigh. |
1.1.1.a020 07 Dec 2004 08:55:54 |
linimon |
With portmgr hat on, reset maintainership of port belonging to committer
who has been inactive since late 1993. |
1.1.1.a020 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.1.1.a020 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1.1.a020 02 Sep 2003 10:04:54 |
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 |
1.1.1.a018_1 26 Jun 2003 22:58:32 |
ade |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
1.1.1.a018_1 02 Jun 2003 01:14:45 |
taoka |
Change a default server from "jserver" to "localhost"
Submitted by: mita |
1.1.1.a018 07 Mar 2003 00:16:25 |
ade |
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly) |
01 Dec 2001 00:32:35 |
lioux |
o USE_AUTO* police sweep - Don't hardcode, use AUTOCONF_DIR |
15 Oct 2001 13:55:03 |
sobomax |
WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary. |
08 Aug 2001 01:38:01 |
taoka |
Update to 1.1.1-a018 All removed patch files was imported into FreeWnn |
14 Feb 2001 20:19:44 |
lioux |
typo clean up police: \s -> \t |
06 Feb 2001 13:22:01 |
olgeni |
Style review in ports/japanese. |
16 Nov 2000 15:36:16 |
asami |
This port INSTALLS_SHLIB. |
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: |