Commit graph

89 commits

Author SHA1 Message Date
John Marino
0982d7130b japanese/eb: Always set USES=iconv, move to USES+= libtool
PR:		188218
Submitted by:	maintainer (Yasuhiro KIMURA)
2014-06-18 22:07:17 +00:00
Pawel Pekala
2685843a93 - 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
2014-03-22 20:14:45 +00:00
Martin Wilke
86f6d8849e - Update License
PR:		185679
Submitted by:	maintainer
2014-01-15 07:24:05 +00:00
Antoine Brodin
f87c7f1461 Convert to STAGEDIR
PR:		ports/182390
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-09-28 19:09:26 +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
Boris Samorodov
3c7806fe48 . add iconv to USES;
. switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries.

Approved by:	portmgr (bapt, implicit)
2013-09-07 22:09:49 +00:00
John Marino
652af27955 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)
2013-08-23 00:06:37 +00:00
Andrej Zverev
c20b7d93e3 - Conver to new perl5 framework.
- Remove duplication of 'USES=gettext'.

PR:		ports/181205
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2013-08-20 11:48:33 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Jason Helfman
e9c1a68f09 - 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
2013-01-15 05:28:40 +00:00
Ruslan Makhmatkhanov
ce2fc14864 - 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)
2012-09-13 20:33:53 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Doug Barton
989772c9ac 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
2011-10-24 09:11:38 +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
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Philip M. Gollucci
66130f3bad - Update to 4.4.2
PR:             ports/142901
Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
2010-02-01 03:31:54 +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
Norikatsu Shigemura
661d11053e 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
2009-07-20 18:13:55 +00:00
Dmitry Marakasov
548f0c0d81 - Update to 4.3.4
PR:		130372
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org> (maintainer)
2009-01-11 21:29:32 +00:00
Rong-En Fan
741aa71483 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Norikatsu Shigemura
34d6cb4b7a Update to 4.3.2.
PR:		ports/120292
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
2008-02-05 14:58:35 +00:00
Norikatsu Shigemura
1b492e1390 Update to 4.3.1.
PR:		ports/119665
Submitted by:	KIMURA Yasuhiro  yasu at utahime org (maintainer)
2008-01-17 15:20:34 +00:00
Pav Lucistnik
eb56998fc1 - No longer broken on ia64
PR:		ports/113794
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
2007-06-18 08:49:58 +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
Pav Lucistnik
a6f3b2076c - Update to 4.3
PR:		ports/106220
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
2006-12-02 16:06:25 +00:00
Jean Milanez Melo
e432ea936e - 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)
2006-05-30 13:30:32 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
c0d77ab67c [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
2006-01-02 23:10:34 +00:00
Sam Lawrance
efa2c51b38 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)
2005-12-12 01:49:52 +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
Marcus Alves Grando
053cde28e6 Apply official patch
PR:		86913
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
2005-10-27 00:14:16 +00:00
MANTANI Nobutaka
959554d416 Update to 4.2.1.
PR:		ports/85140
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-10-02 04:46:22 +00:00
Norikatsu Shigemura
bf958d6a97 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
2005-07-31 07:17:11 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Norikatsu Shigemura
8200e2afb7 Fix pkg-plist problem.
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	rushani
Approved by:	maintainer (blanket)
Pointy hat to:	myself
2004-12-27 17:16:39 +00:00
Norikatsu Shigemura
c6039edc5f Remove unnecessary patches.
Pointed out by:	rushani
Forgotten by::	myself
2004-12-26 14:05:23 +00:00
Norikatsu Shigemura
71b252a553 Update to 4.1.3.
Noticed by:	rushani
Approved by:	maintainer (blanket)
2004-12-26 13:36:24 +00:00
Norikatsu Shigemura
6d3288ccf4 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)
2004-12-26 11:30:31 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Kris Kennaway
265893adaa Add missing files and directories 2004-04-20 08:46:35 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
47c2b10099 BROKEN on ia64: Configure fails 2004-03-07 12:50:59 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Kirill Ponomarev
3efab5d142 - Change maintainer's email
PR:		61702
Submitted by:	Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
2004-01-22 09:34:43 +00:00
Norikatsu Shigemura
02c041ddac 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)
2003-09-29 04:34:55 +00:00