Skip site navigation (1)Skip section navigation (2)

CVS log for ports/japanese/eb/Makefile

[BACK] Up to [FreeBSD] / ports / japanese / eb

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:14 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:27 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Feb 1 03:31:53 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Update to 4.4.2

PR:             ports/142901
Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:22 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
-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

Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jul 20 18:13:54 2009 UTC (2 years, 6 months ago) by nork
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
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

Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Jan 11 21:29:32 2009 UTC (3 years ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -2 lines
- Update to 4.3.4

PR:		130372
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org> (maintainer)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:27 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +0 -1 lines
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)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:37:26 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
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)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Feb 5 14:58:35 2008 UTC (4 years ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -2 lines
Update to 4.3.2.

PR:		ports/120292
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Jan 17 15:20:34 2008 UTC (4 years ago) by nork
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Update to 4.3.1.

PR:		ports/119665
Submitted by:	KIMURA Yasuhiro  yasu at utahime org (maintainer)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Jun 18 08:49:58 2007 UTC (4 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -7 lines
- No longer broken on ia64

PR:		ports/113794
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:43 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Dec 2 16:06:25 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -3 lines
- Update to 4.3

PR:		ports/106220
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue May 30 13:30:32 2006 UTC (5 years, 8 months ago) by jmelo
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -7 lines
- 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)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:30 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Jan 2 23:10:34 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
[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

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Dec 12 01:49:52 2005 UTC (6 years, 2 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -6 lines
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)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:43 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
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.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Oct 27 00:14:16 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -3 lines
Apply official patch

PR:		86913
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	takamune2004@yahoo.co.jp (maintainer timeout, 19 days)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Oct 2 04:46:22 2005 UTC (6 years, 4 months ago) by nobutaka
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Update to 4.2.1.

PR:		ports/85140
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jul 31 07:17:10 2005 UTC (6 years, 6 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -5 lines
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

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:46 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:47 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Dec 27 17:16:39 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Fix pkg-plist problem.

Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	rushani
Approved by:	maintainer (blanket)
Pointy hat to:	myself

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Dec 26 13:36:24 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -3 lines
Update to 4.1.3.

Noticed by:	rushani
Approved by:	maintainer (blanket)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Dec 26 11:30:30 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +5 -4 lines
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)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:31 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
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

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:45 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
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.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 7 12:50:59 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -1 lines
BROKEN on ia64: Configure fails

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:36:03 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:11:57 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Now gettext 0.12.1 is gettext-old.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 22 09:34:43 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
- Change maintainer's email

PR:		61702
Submitted by:	Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Sep 29 04:34:55 2003 UTC (8 years, 4 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
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)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 26 20:25:45 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Aug 25 05:41:27 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Chase the libintl.so shared lib version.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jun 24 08:23:13 2003 UTC (8 years, 7 months ago) by nork
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
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)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jun 13 13:41:09 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Update to 3.3.3.

PR:		ports/53279
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 23 10:25:14 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Update to 3.3.2.

PR:		ports/49043
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 2 20:35:38 2003 UTC (8 years, 11 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +13 -16 lines
[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>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Feb 28 17:37:23 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +14 -9 lines
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).

Approved by:	maintainer timeout (1week)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 22 17:04:33 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -4 lines
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>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:28:55 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
De-pkg-comment.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Nov 7 11:54:21 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -0 lines
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 27 04:37:57 2002 UTC (9 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -3 lines
- 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.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 1 16:22:15 2002 UTC (9 years, 6 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Chase shlib rev of devel/gettext

Submitted by:	lots and lots
Pointy hat to:	ade

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 7 18:23:15 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3

PR:		40290
Submitted by:	maintainer

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 12 17:09:43 2002 UTC (9 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
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

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 2 04:26:01 2002 UTC (9 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Fix libintl/libiconv dependencies.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 31 16:14:54 2002 UTC (9 years, 10 months ago) by yoichi
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +17 -8 lines
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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Aug 21 03:39:42 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Remove extra spaces

Submitted by: Maintainer

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Aug 18 15:40:32 2000 UTC (11 years, 5 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -1 lines
Update to version ja-eb-2.3.8(patched).

PR: 20695
Submitted by: Maintainer

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jul 4 16:34:25 2000 UTC (11 years, 7 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -5 lines
Update to 2.3.8.

Stop trying to create info/dir, as it's not indivisual ports' job.

PR:		ports/19697
Submitted by:	Maintainer

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:51:14 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:38:38 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:24:32 2000 UTC (11 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +9 -6 lines
Add a new appendix file `superdic98-1.0'.
Use distributed LIST (and LIST-ja).

PR:		ports/18053
Submitted by:	MAINTAINER

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:13:09 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -9 lines
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. :)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Mar 30 08:54:37 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Add 2.3.7+ patch.

PR:		ports/17682
Submitted by:	MAINTAINER

This is a null commit, for I entered a wrong message
on my previous commit.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 30 08:43:58 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -1 lines
Committed with a minimum change for portlint, thanks!

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 13 17:03:35 2000 UTC (12 years ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +25 -26 lines
Allow this port to actually find its distfiles after they have been
downloaded.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 7 14:26:24 2000 UTC (12 years ago) by taoka
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Updated to 2.3.7

PR: 16555
Submitted by: maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jan 22 06:40:14 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -6 lines
Upgrade to 2.3.6.

Changes (from PR):
   - japanese/ndtpd
     o Set default syslog file for `/var/log/ndtpd.log'.
     o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'.
        * It will created by `${PREFIX}/etc/rc.d/ndtpd.sh'
          (even if the user select "Inetd mode" !)
        * Lock files and a PID file are created under it.
     o Support some arguments in the startup script:
        ${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate
     o Separate the session to build `ndtpd.sh.sample'
       from `post-install' into `post-build'.
     o Don't configure EB sybsystem in NDTPD.
   - japanese/eb
     o Don't configure ZLIB sybsystem in EB.
     o Don't define CONFIGURE_ENV.
        * Suggested by Michael's last commit to japanese/ndtpd/Makefile.

PR:		16117
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Nov 27 06:17:45 1999 UTC (12 years, 2 months ago) by sumikawa
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -5 lines
upgrade to 2.3.5.

PR:		14719
Submitted by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 27 08:45:29 1999 UTC (12 years, 3 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -8 lines
update mastersites and put distfiles into a directory

PR:		part of 14413
Submitted by:	maintainer

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 20 07:22:39 1999 UTC (12 years, 4 months ago) by taoka
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3

PR:		13659
Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Sep 6 19:19:14 1999 UTC (12 years, 5 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Added a new appendix file (eb/daihyakka-1.0.tar.gz) into this port.

PR:		13520
Submitted by:	maintainer

And I modified pkg/PLIST.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:23:48 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change Id->FreeBSD.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 19 10:50:23 1999 UTC (12 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +17 -17 lines
Upgrade to ndtpd-2.3.2 and eb-2.3.2.  PR was for ndtpd-2.3.1 and
eb-2.3, I changed the versions and recalculated the checksums.

Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so
it won't leave dozens of lines to /var/log/messages every time someone
looks up a word, and eb/patches/patch-aa (by Kasahara-san, the
original author) is for changing the shared lib versions.
ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly.

PR:		12130
Submitted by:	maintainer
Reviewed (my changes) by: maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:29:54 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -4 lines
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Mar 13 07:35:40 1999 UTC (12 years, 11 months ago) by taoka
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to ndtpd-2.2.2 and eb-2.2.2

PR:		ports/10526
Submitted by:	Kazutoki TAKAMUNE takamune@avrl.mei.co.jp

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jan 26 03:03:44 1999 UTC (13 years ago) by steve
Branches: KASAHARA
CVS tags: v2_2, RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of ja-eb version 2.2.
iA C library for accessing EB/EBG/EBXA, and EPWING CD-ROM dictionaries.

PR:		9595 (1 of 2)
Submitted by:	Motoyuki Kasahara <m-kasahr@sra.co.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 26 03:03:44 1999 UTC (13 years ago) by steve
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options