CVS log for ports/japanese/eb3/Attic/Makefile
Up to [FreeBSD] / ports / japanese / eb3
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.54
Tue Aug 1 12:36:19 2006 UTC (5 years, 6 months ago) by vd
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.53: +1 -1 lines
Remove expired leaf ports: 2006-07-19 japanese/eb3 2006-07-30 mail/dspampd 2006-07-28 net/svnc
Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Jun 19 10:27:05 2006 UTC (5 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -0 lines
Mark as deprecated and schedule for deorbit in one month. A newer version is in japanese/eb PR: 99104 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jun 17 12:37:23 2006 UTC (5 years, 7 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4 lines
- fix MASTER_SITES [1] - pet portlint [2] PR: ports/98824 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1], me (itetcu) [2]
Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Apr 5 06:19:08 2006 UTC (5 years, 10 months ago) by linimon
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Reset takamune2004@yahoo.co.jp who has not responded to email about maintainer timeouts. Hat: portmgr
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:37:31 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.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Dec 4 08:59:02 2005 UTC (6 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -0 lines
Use INFO macros
Revision 1.48: 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.47: preferred, colored
Changes since revision 1.47: +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.47: 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
CVS tags: RELEASE_6_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:49 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +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.45: download - view: text, markup, annotated - select for diffs
Tue Dec 28 15:41: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.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
Add LATEST_LINK. Pointed out by: kris
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: old_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, 10 months ago) by ade
Branches: MAIN
CVS tags: old_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: old_RELEASE_5_2_1, old_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: old_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: old_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: old_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: old_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: old_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: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_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: old_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: old_RELEASE_4_5_0, old_RELEASE_4_4_0, old_RELEASE_4_3_0, old_RELEASE_4_2_0, old_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: old_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: old_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: old_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: old_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: old_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: old_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: old_KASAHARA
CVS tags: old_v2_2, old_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
