Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.4.3_5 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 ) |
4.4.3_5 26 Apr 2022 16:21:14 |
Yasuhiro Kimura (yasu) |
japanese/eb: Add patch to fix buffer overrun in eb/multiplex.c
While I'm here,
* Pet portlint and portclippy
* Tidy up Makefile with portfmt
Reported by: Kazuhiro Ito
Obtained from: edict ML <edict@ring.gr.jp>
MFH: 2022Q2
Security: 17a30a24-c579-11ec-bbbd-0800270512f4 |
4.4.3_4 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
4.4.3_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.4.3_4 15 Sep 2017 05:51:55 |
sunpoet |
Add LICENSE_FILE
- Pet portlint: move DIST_SUBDIR upward
- Remove outdated WWW from pkg-descr
PR: 222297
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
4.4.3_4 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
4.4.3_4 10 Oct 2015 14:03:01 |
tijl |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
4.4.3_3 20 Jan 2015 20:47:35 |
marino |
japanese/eb: replace USE_AUTOTOOLS with USES=autoreconf
PR: 196792
Submitted by: maintainer (Yasuhiro KIMURA) |
4.4.3_3 15 Oct 2014 11:32:10 |
marino |
Close out a bunch of PRs that only remove @dirrm
PR: 194331, 194332
PR: 194365, 194366, 194369, 194371, 194374 |
4.4.3_3 18 Jun 2014 22:07:17 |
marino |
japanese/eb: Always set USES=iconv, move to USES+= libtool
PR: 188218
Submitted by: maintainer (Yasuhiro KIMURA) |
4.4.3_2 22 Mar 2014 20:14:46 |
pawel |
- Strip shared library [1]
- Convert 'USE_BZIP2' to 'USES=tar.bzip2' [1]
- Make ${PORTDOCS} always install [1]
- Use options subs, helpers
- Define perl path in CONFIGURE_ENV so that
port sets correct shebangs
PR: ports/187828 [1]
Submitted by: maintainer |
4.4.3_1 15 Jan 2014 07:24:05 |
miwi |
- Update License
PR: 185679
Submitted by: maintainer |
4.4.3_1 28 Sep 2013 19:09:27 |
antoine |
Convert to STAGEDIR
PR: ports/182390
Submitted by: Yasuhiro KIMURA (maintainer) |
4.4.3_1 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
4.4.3_1 07 Sep 2013 22:09:49 |
bsam |
. add iconv to USES;
. switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries.
Approved by: portmgr (bapt, implicit) |
4.4.3_1 23 Aug 2013 00:06:38 |
marino |
japanese/eb: Make gettext dependency a condition of NLS
PORTREVISION bumped to reset dependencies for folks that don't use NLS.
PR: 181205
Submitted by: az
Reviewed by: jgh, marino
Approved by: bapt/culot (mentors, implicit) |
4.4.3 20 Aug 2013 11:48:34 |
az |
- Conver to new perl5 framework.
- Remove duplication of 'USES=gettext'.
PR: ports/181205
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
4.4.3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.4.3 15 Jan 2013 05:28:40 |
jgh |
- add created by to header
- adopt optionsNG
- add LICENSE
- while here use copytree_share in favor of cp (appoved by maintainer)
PR: 175193
Submitted by: maintainer, yasu@utahime.org |
4.4.3 13 Sep 2012 20:33:54 |
rm |
- update japanese/eb to 4.4.3
- add support for NOPORTDOCS and WITHOUT_NLS
- bump PORTREVISION for dependent ports:
- japanese/eblook
- japanese/ebview
- japanese/ebview-gtk2
- japanese/ebnetd
while here, common changes:
- strip Makefile headers
- remove shlib versions from dependent ports
- remove deprecated attributions from pkg-descr
- whitespace fixes to pkg-descr
PR: 167175
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original
patch)
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer, final
patch) |
4.4.2_1 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
4.4.2_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
4.4.2_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
4.4.2_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
4.4.2_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
4.4.2 01 Feb 2010 03:31:54 |
pgollucci |
- Update to 4.4.2
PR: ports/142901
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
4.4.1 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 |
4.4.1 20 Jul 2009 18:13:55 |
nork |
o Update to 4.4.1.
o Bump shlib version.
o Bump PORTREVISION of ports depending on, accordingly.
PR: ports/136298
Submitted by: Yasuhiro KIMURA yasu utahime org |
4.3.4 11 Jan 2009 21:29:33 |
amdmi3 |
- Update to 4.3.4
PR: 130372
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> (maintainer) |
4.3.2_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
4.3.2_1 06 Jun 2008 13:37:38 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.3.2 05 Feb 2008 14:58:35 |
nork |
Update to 4.3.2.
PR: ports/120292
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) |
4.3.1 17 Jan 2008 15:20:34 |
nork |
Update to 4.3.1.
PR: ports/119665
Submitted by: KIMURA Yasuhiro yasu at utahime org (maintainer) |
4.3 18 Jun 2007 08:49:58 |
pav |
- No longer broken on ia64
PR: ports/113794
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) |
4.3 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
4.3 02 Dec 2006 16:06:25 |
pav |
- Update to 4.3
PR: ports/106220
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer) |
4.2.2_2 30 May 2006 13:30:33 |
jmelo |
- Remove appendix/{LIST,LIST-ja} which have disappeared from MASTER_SITES.
- Bump portrevision.
PR: ports/97553
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Approved by: mnag (mentor) |
4.2.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
4.2.2 02 Jan 2006 23:10:34 |
edwin |
[PATCH] japanese/{eb,ebnetd}: Take over maitainership
I have sent PRs of these ports several times, but there was
no response from maintainer and PRs were always commited
with timeout. So I will take over maintainershilp now.
PR: ports/90713
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: maintainer timeout |
4.2.2 12 Dec 2005 01:49:53 |
lawrance |
Update to 4.2.2
PR: ports/89619
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: takamune2004@yahoo.co.jp (maintainer, timeout 14 days) |
4.2.1_1 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. |
4.2.1_1 27 Oct 2005 00:14:16 |
mnag |
Apply official patch
PR: 86913
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: takamune2004@yahoo.co.jp (maintainer timeout, 19 days) |
4.2.1 02 Oct 2005 04:46:22 |
nobutaka |
Update to 4.2.1.
PR: ports/85140
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
4.2 31 Jul 2005 07:17:11 |
nork |
o Update to 4.2. [1]
o Fix minor bug. [2]
PR: ports/81629 [1]
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from: ndtpd/01982 [2]
Approved by: maintainer timeout |
4.1.3_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.1.3_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.1.3_1 27 Dec 2004 17:16:39 |
nork |
Fix pkg-plist problem.
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by: rushani
Approved by: maintainer (blanket)
Pointy hat to: myself |
4.1.3 26 Dec 2004 14:05:23 |
nork |
Remove unnecessary patches.
Pointed out by: rushani
Forgotten by:: myself |
4.1.3 26 Dec 2004 13:36:24 |
nork |
Update to 4.1.3.
Noticed by: rushani
Approved by: maintainer (blanket) |
4.1.1 26 Dec 2004 11:30:31 |
nork |
Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile
PR: ports/74133
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Requested by: Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by: portmgr(marcus) |
3.3.4_1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
3.3.4_1 20 Apr 2004 08:46:35 |
kris |
Add missing files and directories |
3.3.4_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.3.4_1 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. |
3.3.4_1 07 Mar 2004 12:50:59 |
kris |
BROKEN on ia64: Configure fails |
3.3.4_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
3.3.4 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
3.3.4 22 Jan 2004 09:34:44 |
krion |
- Change maintainer's email
PR: 61702
Submitted by: Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer) |
3.3.4 29 Sep 2003 04:34:55 |
nork |
Update to 3.3.4.
PR: ports/56276
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Approved by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer) |
3.3.3_2 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
3.3.3_1 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
3.3.3_1 24 Jun 2003 08:23:14 |
nork |
o New appendix of ruigigo-1.0.
o Fix checksum of LIST* by added archives.
PR: ports/53611
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (maintainer) |
3.3.3 13 Jun 2003 13:41:10 |
nork |
Update to 3.3.3.
PR: ports/53279
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> |
3.3.2 23 Mar 2003 10:25:14 |
nork |
Update to 3.3.2.
PR: ports/49043
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> |
3.3.1 02 Mar 2003 20:35:38 |
sumikawa |
[0] Updates for the latest version 3.3.1
[1] Fix MASTER_SITES
[2] Don't use configure option '--enable-pthread' (backout last commit)
because it breaks japanese/ndtpd and the pthread support of EB
library itself is still incomplete and experimental.
[3] Remove imported patch; files/patch-eb::match.c
[4] Add patch to use USE_LIBTOOL=yes; files/patch-configure
[5] Use configure option '--build=...'
[6] Use LOCALBASE instead of PREFIX for other installed packages
[7] Use DATADIR
[8] Don't be quiet at post-extract section (backout last commit)
[9] Sort @dirrm section of pkg-plist; generated by
(cd /usr/local; find -ds share/eb -type d) | sed 's,^,@dirrm ,'
[4]-[7] were submitted by KATO Tsuguru <tkato@prontomail.com>.
Thanks, Kato-san.
PR: ports/48840
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> |
3.3_2 28 Feb 2003 17:37:23 |
nork |
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).
Approved by: maintainer timeout (1week) |
3.2.3 22 Feb 2003 17:04:33 |
knu |
Avoid the use of tar(1)'s --no-same-owner flag, which is not supported
by version 1.11.2 or earlier. This fixes installation on older
systems prior to 4.7-RELEASE.
PR: ports/42143 (no patch)
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
3.2.3 21 Feb 2003 12:29:08 |
knu |
De-pkg-comment. |
3.2.3 07 Nov 2002 11:54:23 |
edwin |
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)
Noticed on: bento |
3.2.3 27 Aug 2002 04:37:57 |
knu |
- Update to 3.2.3.
- Add New appendix; genius2 (1.0).
- Extract appendices as root:wheel.
PR: ports/41762
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
With the following changes:
- Since ftp.sra.co.jp occasionally returns a "502 Bad Gateway" error,
add a decent mirror site ftp.eos.hokudai.ac.jp to MASTER_SITES.
- Update genius2 to 1.1. |
3.2.2 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
3.2.2 07 Jul 2002 18:23:16 |
ijliao |
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3
PR: 40290
Submitted by: maintainer |
3.2.1_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
3.2.1 02 Apr 2002 04:26:01 |
knu |
Fix libintl/libiconv dependencies. |
3.2.1 31 Mar 2002 16:14:54 |
yoichi |
Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1.
PR: ports/36004
Submitted by: maintainer |
14 Mar 2001 21:24:50 |
knu |
Update the checksums of LIST/LIST-ja. |
08 Oct 2000 03:24:23 |
asami |
Convert category japanese to new layout. |
21 Aug 2000 04:39:43 |
kevlo |
Remove extra spaces |
18 Aug 2000 16:40:36 |
kevlo |
Update to version ja-eb-2.3.8(patched). |
04 Jul 2000 17:34:26 |
knu |
Update to 2.3.8. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |