Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.996_4 23 Jan 2024 19:56:19 |
Muhammad Moinur Rahman (bofh) |
japanese/mecab: Impelled to share/man
Approved by: portmgr (blanket) |
0.996_3 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 |
0.996_3 24 Jun 2023 18:10:02 |
Muhammad Moinur Rahman (bofh) |
japanese/mecab: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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) |
0.996_3 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 ) |
0.996_3 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 ) |
0.996_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.996_3 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
0.996_3 01 Jul 2018 09:17:46 |
linimon |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.996_3 24 Jun 2017 16:31:50 |
sunpoet |
Pass maintainership to ports@
PR: 220253
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.996_3 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.996_2 20 Sep 2016 13:49:48 |
marino |
japanese/mecab: Update MASTER_SITES to unbreak
PR: 174865 |
0.996_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.996_2 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.996_2 16 Oct 2014 08:38:06 |
marino |
japanese/mecab: Remove @dirrm and use @sample
PR: 194368 |
0.996_1 12 Oct 2014 12:21:14 |
marino |
japanese/mecab: Fix typo
PR: 194037 |
0.996_1 09 Aug 2014 16:01:09 |
tijl |
- Replace libtool BUILD_DEPENDS with USE_AUTOTOOLS=libtoolize
- Replace STRIP_CMD with INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Add --copy --force to AUTOMAKE_ARGS so all existing scripts are updated |
0.996_1 19 Jun 2014 06:27:17 |
marino |
japanese/mecab: Convert to USES+= libtool
PR: 189493
Submitted by: maintainer (Yasuhiro KIMURA) |
0.996 22 Mar 2014 20:47:05 |
pawel |
- Strip shared library [1]
- Make PORTDOCS always install [1]
- Change LICENSE_COMB to multi, fix spelling in pkg-descr
PR: ports/187829 [1]
Submitted by: maintainer |
0.996 17 Jan 2014 19:48:56 |
rakuco |
Set the appropriate BSD license value in LICENSE.
PR: ports/185678
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
0.996 28 Sep 2013 19:36:55 |
antoine |
Convert to STAGEDIR
PR: ports/182396
Submitted by: Yasuhiro KIMURA (maintainer) |
0.996 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
0.996 03 Sep 2013 14:32:13 |
bapt |
Fix building without libstdc++ |
0.996 11 Aug 2013 05:20:29 |
tota |
- Update to 0.996
- Pass maintainership to submitter
- Remove LICENSE_FILE for standard license
PR: ports/177694
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> |
0.995 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.995 20 Mar 2013 12:38:24 |
tota |
- Update to 0.995
- Add LICENSE section
- Adopt OptionsNG
- Drop CONFIGURE_ARGS because --with-charset is not available any longer
- Make use of PORTDOCS
- Trim Makefile header
- Update pkg-descr
PR: ports/175258
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org> |
0.994 16 Dec 2012 06:12:28 |
az |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@) |
0.994 13 Oct 2012 03:53:04 |
tota |
- Update to 0.994
PR: ports/171413
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Approved by: maintainer timeout (clsung, >5 weeks)
Feature safe: yes |
0.98 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.98 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.98 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.98 31 Mar 2010 08:38:44 |
clsung |
- Update to 0.98
PR: ports/144944
Submitted by: "Junji NAKANISHI" <jun-g_AT_daemonfreaks dot com> |
0.97 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 |
0.97 27 Mar 2008 02:06:38 |
clsung |
- Update to 0.97
Changes:
PR: ports/121400
Submitted by: TAOKA Fumiyoshi <fmysh_AT_iijmio-mail dot jp>
Reviewed by: clsung |
0.96 08 Sep 2007 01:00:17 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.96 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.96 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.96 14 Jun 2007 03:29:31 |
clsung |
- Update to 0.96
PR: ports/113630
Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org> |
0.95 14 Mar 2007 08:01:54 |
clsung |
- Update to 0.95
PR: ports/110241
Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org> |
0.94 25 Feb 2007 07:47:17 |
clsung |
- New version 0.94 is released.
- Master site is moved to sourceforge.net.
PR: ports/109513
Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org> |
0.93_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.93_1 14 Aug 2006 05:08:23 |
clsung |
- Respect DESTDIR
- Use USE_LDCONFIG
PR: ports/101878
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.93_1 02 Aug 2006 00:22:21 |
clsung |
WITH_CHARSET feature was introduced in my last update.
But it doesn't work unless libiconv is linked.
- Link with libiconv.
- Correct charset examples
- bump PORTREVISION
PR: ports/101223
Submitted by: TAOKA Fumiyoshi <fmysh_AT_iijmio-mail dot jp> |
0.93 31 Jul 2006 02:52:50 |
clsung |
- Update to 0.93
- Add WITH_CHARSET knob to set default charset
- Install mecabrc as mecab.dist and preserve modified mecabrc
PR: ports/101068
Submitted by: TAOKA Fumiyoshi <fmysh_AT_iijmio-mail dot jp> |
0.92 16 Jul 2006 15:15:18 |
clsung |
- update to 0.92
- I'd like to maintain this NLP-related port |
0.91_1 20 May 2006 17:07:10 |
erwin |
Mark IGNORE for perl < 5.8.0
PR: 97523
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> |
0.91_1 14 May 2006 06:16:04 |
edwin |
[PATCH] japanese/mecab: fix pkg-plist and pkg-message
- fix pkg-plist
- add pkg-message
PR: ports/97195
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> |
0.91 07 May 2006 08:19:23 |
nobutaka |
- Update to 0.91.
- Split ipadic into upcoming japanese/mecab-ipadic port.
PR: ports/96887
Submitted by: TAKATSU Tomonari <tota@rtfm.jp> |
0.81 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.81 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
0.81 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. |
0.81 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.81 30 May 2005 01:15:25 |
kuriyama |
Back USE_PERL5_BUILD again because configure
checks to use perl5 even if perl5 is not required...
Pointed out by: kris (via pointyhat) |
0.81 28 May 2005 12:58:56 |
kuriyama |
- Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.
No response from: maintainer |
0.76_1 22 Nov 2004 00:02:56 |
sf |
respect CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS.
(maintainer timeout for 2 weeks) |
0.76_1 31 May 2004 17:02:47 |
knu |
This port has been using japanese/ipadic but it is now at 2.7.0 which
is yet to be supported by mecab 0.7.6, so pull ipadic-2.5.1 itself and
use it.
Reported by: "T.P.S.Nakagawa" <yaemon@kikansha.jp> |
0.76 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.76 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. |
0.76 23 Feb 2004 09:45:30 |
kris |
BROKEN on !i386: Does not compile |
0.76 20 Oct 2003 14:41:36 |
knu |
Tell ltmain.sh not to remove explicitly specified -lc_r and unbreak.
Submitted by: nobutaka |
0.76 18 Aug 2003 19:26:00 |
knu |
Update to 0.76. Pthread is not required any longer. |
0.75 03 May 2003 20:00:31 |
knu |
Fix a typo. |
0.75 23 Apr 2003 08:16:47 |
knu |
Introduce Makefile.common for upcoming children ports. |
0.75 23 Apr 2003 08:05:39 |
knu |
Update to 0.75. |
0.74 23 Apr 2003 06:51:56 |
knu |
Add mecab, yet another part-of-speech and morphological analyzer. |