Commit graph

65 commits

Author SHA1 Message Date
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
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Norikatsu Shigemura
41b00fc117 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)
2003-06-24 08:23:14 +00:00
Norikatsu Shigemura
a507e0644a Update to 3.3.3.
PR:		ports/53279
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2003-06-13 13:41:09 +00:00
Norikatsu Shigemura
976d48f590 Update to 3.3.2.
PR:		ports/49043
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2003-03-23 10:25:14 +00:00
Munechika SUMIKAWA
10a9be4461 [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>
2003-03-02 20:35:38 +00:00
Norikatsu Shigemura
6d9b169239 Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).

Approved by:	maintainer timeout (1week)
2003-02-28 17:37:23 +00:00
Akinori MUSHA
a1898cd9f5 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>
2003-02-22 17:04:33 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Edwin Groothuis
da9f30c3f2 Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento
2002-11-07 11:54:23 +00:00
Akinori MUSHA
c5a5866116 - 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.
2002-08-27 04:37:57 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Ying-Chieh Liao
94d18b1e7b upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3

PR:		40290
Submitted by:	maintainer
2002-07-07 18:23:15 +00:00
Ade Lovett
f18cbf2fa6 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
2002-04-12 17:10:20 +00:00
Akinori MUSHA
0f99a32cee Fix libintl/libiconv dependencies. 2002-04-02 04:26:01 +00:00
Yoichi NAKAYAMA
88c33443f4 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
2002-03-31 16:14:54 +00:00
Akinori MUSHA
bad83a2ab3 Update the checksums of LIST/LIST-ja.
PR:		25759
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)
2001-03-14 21:24:49 +00:00
Kevin Lo
36f50cb3ff Remove extra spaces
Submitted by: Maintainer
2000-08-21 03:39:42 +00:00
Kevin Lo
abdc69658e Update to version ja-eb-2.3.8(patched).
PR: 20695
Submitted by: Maintainer
2000-08-18 15:40:36 +00:00
Akinori MUSHA
9c4420b417 Update to 2.3.8.
Stop trying to create info/dir, as it's not indivisual ports' job.

PR:		ports/19697
Submitted by:	Maintainer
2000-07-04 16:34:25 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Akinori MUSHA
8490b4a0cf Add a new appendix file `superdic98-1.0'.
Use distributed LIST (and LIST-ja).

PR:		ports/18053
Submitted by:	MAINTAINER
2000-04-19 03:24:37 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00