notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: japanese/eb/Makefile
SVNWeb

Number of commits found: 74

Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 26 Apr 2022
[ 16:21 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:2140f32d458610dd076b00670a68def3b7f39d37  commit hash:2140f32d458610dd076b00670a68def3b7f39d37  commit hash:2140f32d458610dd076b00670a68def3b7f39d37  2140f32 
japanese/eb: Add patch to fix buffer overrun in eb/multiplex.c

While I'm here,

* Pet portlint and portclippy
* Tidy up Makefile with portfmt

Reported by:	Kazuhiro Ito
Obtained from:	edict ML <edict@ring.gr.jp>
MFH:		2022Q2
Security:	17a30a24-c579-11ec-bbbd-0800270512f4
Tue, 28 Sep 2021
[ 05:13 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  commit hash:10c30f1825b82a7e2e27e2d9e176fe8f325ffce3  10c30f1  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org

Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32170
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 15 Sep 2017
[ 05:51 sunpoet search for other commits by this committer ] Original commit   Revision:449882
Add LICENSE_FILE

- Pet portlint: move DIST_SUBDIR upward
- Remove outdated WWW from pkg-descr

PR:		222297
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sat, 10 Oct 2015
[ 14:03 tijl search for other commits by this committer ] Original commit   Revision:398996 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.

These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 20 Jan 2015
[ 20:47 marino search for other commits by this committer ] Original commit   Revision:377536
japanese/eb: replace USE_AUTOTOOLS with USES=autoreconf

PR:		196792
Submitted by:	maintainer (Yasuhiro KIMURA)
Wed, 18 Jun 2014
[ 22:07 marino search for other commits by this committer ] Original commit   Revision:358324
japanese/eb: Always set USES=iconv, move to USES+= libtool

PR:		188218
Submitted by:	maintainer (Yasuhiro KIMURA)
Sat, 22 Mar 2014
[ 20:14 pawel search for other commits by this committer ] Original commit   Revision:348805
- 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
Wed, 15 Jan 2014
[ 07:24 miwi search for other commits by this committer ] Original commit   Revision:339761
- Update License

PR:		185679
Submitted by:	maintainer
Sat, 28 Sep 2013
[ 19:09 antoine search for other commits by this committer ] Original commit   Revision:328621
Convert to STAGEDIR

PR:		ports/182390
Submitted by:	Yasuhiro KIMURA (maintainer)
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Sat, 7 Sep 2013
[ 22:09 bsam search for other commits by this committer ] Original commit   Revision:326698
. add iconv to USES;
. switch LOCALBASE to ICONV_PREFIX for iconv-includes and iconv-libraries.

Approved by:	portmgr (bapt, implicit)
Fri, 23 Aug 2013
[ 00:06 marino search for other commits by this committer ] Original commit   Revision:325246
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)
Tue, 20 Aug 2013
[ 11:48 az search for other commits by this committer ] Original commit   Revision:325041
- Conver to new perl5 framework.
- Remove duplication of 'USES=gettext'.

PR:		ports/181205
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Tue, 15 Jan 2013
[ 05:28 jgh search for other commits by this committer ] Original commit   Revision:310424
- 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
Thu, 13 Sep 2012
[ 20:33 rm search for other commits by this committer ] Original commit   Revision:304232
- 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)
Sat, 28 Jul 2012
[ 15:57 cs search for other commits by this committer ] Original commit  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Mon, 1 Feb 2010
[ 03:31 pgollucci search for other commits by this committer ] Original commit 
- Update to 4.4.2

PR:             ports/142901
Submitted by:   Yasuhiro KIMURA <yasu@utahime.org>
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Mon, 20 Jul 2009
[ 18:13 nork search for other commits by this committer ] Original commit 
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
Sun, 11 Jan 2009
[ 21:29 amdmi3 search for other commits by this committer ] Original commit 
- Update to 4.3.4

PR:             130372
Submitted by:   Yasuhiro KIMURA <yasu at utahime dot org> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 13:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 5 Feb 2008
[ 14:58 nork search for other commits by this committer ] Original commit 
Update to 4.3.2.

PR:             ports/120292
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Thu, 17 Jan 2008
[ 15:20 nork search for other commits by this committer ] Original commit 
Update to 4.3.1.

PR:             ports/119665
Submitted by:   KIMURA Yasuhiro  yasu at utahime org (maintainer)
Mon, 18 Jun 2007
[ 08:49 pav search for other commits by this committer ] Original commit 
- No longer broken on ia64

PR:             ports/113794
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Sat, 2 Dec 2006
[ 16:06 pav search for other commits by this committer ] Original commit 
- Update to 4.3

PR:             ports/106220
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
Tue, 30 May 2006
[ 13:30 jmelo search for other commits by this committer ] Original commit 
- 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)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 2 Jan 2006
[ 23:10 edwin search for other commits by this committer ] Original commit 
[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
Mon, 12 Dec 2005
[ 01:49 lawrance search for other commits by this committer ] Original commit 
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)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 27 Oct 2005
[ 00:14 mnag search for other commits by this committer ] Original commit 
Apply official patch

PR:             86913
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Approved by:    takamune2004@yahoo.co.jp (maintainer timeout, 19 days)
Sun, 2 Oct 2005
[ 04:46 nobutaka search for other commits by this committer ] Original commit 
Update to 4.2.1.

PR:             ports/85140
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Sun, 31 Jul 2005
[ 07:17 nork search for other commits by this committer ] Original commit 
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
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Mon, 27 Dec 2004
[ 17:16 nork search for other commits by this committer ] Original commit 
Fix pkg-plist problem.

Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:    rushani
Approved by:    maintainer (blanket)
Pointy hat to:  myself
Sun, 26 Dec 2004
[ 13:36 nork search for other commits by this committer ] Original commit 
Update to 4.1.3.

Noticed by:     rushani
Approved by:    maintainer (blanket)
[ 11:30 nork search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
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
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 7 Mar 2004
[ 12:50 kris search for other commits by this committer ] Original commit 
BROKEN on ia64: Configure fails
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Thu, 22 Jan 2004
[ 09:34 krion search for other commits by this committer ] Original commit 
- Change maintainer's email

PR:             61702
Submitted by:   Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
Mon, 29 Sep 2003
[ 04:34 nork search for other commits by this committer ] Original commit 
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)
Tue, 26 Aug 2003
[ 20:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 05:41 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Tue, 24 Jun 2003
[ 08:23 nork search for other commits by this committer ] Original commit 
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)
Fri, 13 Jun 2003
[ 13:41 nork search for other commits by this committer ] Original commit 
Update to 3.3.3.

PR:             ports/53279
Submitted by:   Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Sun, 23 Mar 2003
[ 10:25 nork search for other commits by this committer ] Original commit 
Update to 3.3.2.

PR:             ports/49043
Submitted by:   Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Sun, 2 Mar 2003
[ 20:35 sumikawa search for other commits by this committer ] Original commit 
[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>
Fri, 28 Feb 2003
[ 17:37 nork search for other commits by this committer ] Original commit 
Update to 3.3+2(patches), and include a temporary patch (3.3.1 release
candidate, but not tested).

Approved by:    maintainer timeout (1week)
Sat, 22 Feb 2003
[ 17:04 knu search for other commits by this committer ] Original commit 
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>
Fri, 21 Feb 2003
[ 12:29 knu search for other commits by this committer ] Original commit  (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 7 Nov 2002
[ 11:54 edwin search for other commits by this committer ] Original commit 
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento
Tue, 27 Aug 2002
[ 04:37 knu search for other commits by this committer ] Original commit 
- 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.
Thu, 1 Aug 2002
[ 16:22 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Sun, 7 Jul 2002
[ 18:23 ijliao search for other commits by this committer ] Original commit 
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3

PR:             40290
Submitted by:   maintainer
Fri, 12 Apr 2002
[ 17:10 ade search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
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
Tue, 2 Apr 2002
[ 04:26 knu search for other commits by this committer ] Original commit 
Fix libintl/libiconv dependencies.
Sun, 31 Mar 2002
[ 16:14 yoichi search for other commits by this committer ] Original commit 
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
Mon, 21 Aug 2000
[ 04:39 kevlo search for other commits by this committer ] Original commit 
Remove extra spaces    
Fri, 18 Aug 2000
[ 16:40 kevlo search for other commits by this committer ] Original commit 
Update to version ja-eb-2.3.8(patched).    
Tue, 4 Jul 2000
[ 17:34 knu search for other commits by this committer ] Original commit 
Update to 2.3.8.    
Fri, 16 Jun 2000
[ 22:52 asami search for other commits by this committer ] Original commit  (Only the first 10 of 264 ports in this commit are shown above. View all ports for this commit)
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
[ 11:38 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 145 ports in this commit are shown above. View all ports for this commit)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    

Number of commits found: 74