Commit graph

56 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
fca952b6b6 Pass maintainership to ports@
PR:		220253
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-06-24 16:31:50 +00:00
Tijl Coosemans
6ead27eb95 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.
2016-12-08 19:23:24 +00:00
John Marino
c05c2d8f53 japanese/mecab: Update MASTER_SITES to unbreak
PR:	174865
2016-09-20 13:49:48 +00:00
Mathieu Arnold
dbbfc7889a 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
2016-09-14 15:59:34 +00:00
Tijl Coosemans
edb7229dd4 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)
2014-11-29 18:22:32 +00:00
John Marino
7557917ac1 japanese/mecab: Remove @dirrm and use @sample
PR:		194368
2014-10-16 08:38:05 +00:00
John Marino
6a36f416a5 japanese/mecab: Fix typo
PR:		194037
2014-10-12 12:21:13 +00:00
Tijl Coosemans
f964d7f174 - 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
2014-08-09 16:01:09 +00:00
John Marino
efaf84f944 japanese/mecab: Convert to USES+= libtool
PR:		189493
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-19 06:27:17 +00:00
Pawel Pekala
8b12146613 - 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
2014-03-22 20:47:04 +00:00
Raphael Kubo da Costa
5245af9efa Set the appropriate BSD license value in LICENSE.
PR:		ports/185678
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2014-01-17 19:48:56 +00:00
Antoine Brodin
e7a111aa1e Convert to STAGEDIR
PR:		ports/182396
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:36:55 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Baptiste Daroussin
f367fab8f8 Fix building without libstdc++ 2013-09-03 14:32:13 +00:00
TAKATSU Tomonari
6461935b55 - 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>
2013-08-11 05:20:29 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
TAKATSU Tomonari
f1c95ec4c3 - 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>
2013-03-20 12:38:23 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
TAKATSU Tomonari
df5d347d2e - 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
2012-10-13 03:53:04 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Cheng-Lung Sung
8b307a9365 - Update to 0.98
PR:		ports/144944
Submitted by:	"Junji NAKANISHI" <jun-g_AT_daemonfreaks dot com>
2010-03-31 08:38:44 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Cheng-Lung Sung
625be6b2a4 - Update to 0.97
Changes:
PR:		ports/121400
Submitted by:	TAOKA Fumiyoshi <fmysh_AT_iijmio-mail dot jp>
Reviewed by:	clsung
2008-03-27 02:06:38 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Rong-En Fan
f935a609c5 - 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
2007-07-23 09:36:51 +00:00
Cheng-Lung Sung
c11a771d78 - Update to 0.96
PR:		ports/113630
Submitted by:	KIMURA Yasuhiro <yasu_AT_utahime dot org>
2007-06-14 03:29:31 +00:00
Cheng-Lung Sung
61c99cc824 - Update to 0.95
PR:		ports/110241
Submitted by:	KIMURA Yasuhiro <yasu_AT_utahime dot org>
2007-03-14 08:01:54 +00:00
Cheng-Lung Sung
53afbbfb47 - 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>
2007-02-25 07:47:17 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Cheng-Lung Sung
6af5792e34 - Respect DESTDIR
- Use USE_LDCONFIG

PR:		ports/101878
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 05:08:22 +00:00
Cheng-Lung Sung
433b7bfb13 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>
2006-08-02 00:22:21 +00:00
Cheng-Lung Sung
0b45a24e3d - 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>
2006-07-31 02:52:49 +00:00
Cheng-Lung Sung
a7681d0540 - update to 0.92
- I'd like to maintain this NLP-related port
2006-07-16 15:15:17 +00:00
Erwin Lansing
b9ea6f5223 Mark IGNORE for perl < 5.8.0
PR:		97523
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2006-05-20 17:07:10 +00:00
Edwin Groothuis
e02c6de542 [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>
2006-05-14 06:16:04 +00:00
MANTANI Nobutaka
7e78cbff63 - Update to 0.91.
- Split ipadic into upcoming japanese/mecab-ipadic port.

PR:		ports/96887
Submitted by:	TAKATSU Tomonari <tota@rtfm.jp>
2006-05-07 08:19:23 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
a5884a575c - Add SHA256 2005-11-24 23:02:13 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Mark Linimon
34da9bdf57 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.
2005-11-11 01:18:01 +00:00
Jun Kuriyama
0a591ebe37 Back USE_PERL5_BUILD again because configure
checks to use perl5 even if perl5 is not required...

Pointed out by: kris (via pointyhat)
2005-05-30 01:15:25 +00:00
Jun Kuriyama
201207451f - Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.

No response from:	maintainer
2005-05-28 12:58:56 +00:00
FUJISHIMA Satsuki
c1ae1860ba respect CFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS.
(maintainer timeout for 2 weeks)
2004-11-22 00:02:56 +00:00
Akinori MUSHA
edacdafa89 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>
2004-05-31 17:02:47 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Kris Kennaway
57c8c433d2 BROKEN on !i386: Does not compile 2004-02-23 09:45:29 +00:00