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

CVS log for ports/japanese/ebnetd/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Mar 27 05:21:34 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.

For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Feb 1 03:41:43 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
- Bump shlib and PORTREVISION for japanese/eb update
  libeb.so.14 -> libeb.so.15

Revision 1.42: 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
CVS tags: RELEASE_8_0_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 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.41: 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_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +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.40: 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.39: preferred, colored
Changes since revision 1.39: +1 -1 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.39: download - view: text, markup, annotated - select for diffs
Sat Dec 2 16:06:44 2006 UTC (5 years, 2 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
- Chase japanese/eb update

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 22 11:33:31 2006 UTC (5 years, 8 months ago) by jmelo
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
- Remove dead mastersite.
- Use @dirrmtry instead of @unexec rmdir.

PR:		ports/97554
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	mnag (mentor)

Revision 1.37: 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
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +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.36: 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.35: preferred, colored
Changes since revision 1.35: +2 -2 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.35: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:47 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:48 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +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.33: 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
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 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.32: download - view: text, markup, annotated - select for diffs
Sun Oct 31 21:56:07 2004 UTC (7 years, 3 months ago) by pav
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +14 -17 lines
- After repocopy from japanese/ndtpd, rename to japanese/ebnetd and update
  to version 1.0

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

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:22 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: old_RELEASE_5_3_0, old_RELEASE_4_10_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Change maintainer's email

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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jun 8 08:05:50 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_4_9_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
Update to 3.1.5.

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

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 2 20:37:31 2003 UTC (8 years, 11 months ago) by sumikawa
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_4_8_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -3 lines
[0] Updates for the latest version 3.1.4pl1
[1] Fix typo of PORTREVISION :-)
[2] Add MASTER_SITES
[3] Use configure option '--build=...'

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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Feb 28 17:38:42 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Bump PORTREVISION by updating japanese/eb.

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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 30 17:45:31 2003 UTC (9 years ago) by sumikawa
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Upgrade to 3.1.4.

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

Revision 1.24: 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
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3

PR:		40290
Submitted by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Apr 14 20:26:14 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to 3.1.2

PR:		37033
Submitted by:	maintainer

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Apr 10 10:09:49 2002 UTC (9 years, 10 months ago) by yoichi
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -3 lines
Don't run autoconf. It has configure script and the use of autoconf
2.53 cause breakage of it.

PR:		ports/36864
Submitted by:	maintainer

Revision 1.21: 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
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -12 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.20: download - view: text, markup, annotated - select for diffs
Tue Aug 29 20:16:57 2000 UTC (11 years, 5 months ago) by knu
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.19: preferred, colored
Changes since revision 1.19: +4 -1 lines
- Update to the latest version ja-ndtpd-2.3.8 (patched).
- Refine startup script.
    o Be friends with `/etc/rc.shutdown'.
    o Accept only standard arguments.
    o Add a $FreeBSD$ keyword.

PR:		ports/20836
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp> (MAINTAINER)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jul 4 16:25:49 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 -2 lines
Update to 2.3.8.

PR:		ports/19696
Submitted by:	Maintainer

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Apr 11 14:15:29 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_3_5_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -4 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.17: download - view: text, markup, annotated - select for diffs
Thu Mar 30 08:56:42 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 2.3.7

PR:		ports/17683
Submitted by:	MAINTAINER

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Mar 30 08:44:48 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
Committed, thanks!

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jan 22 06:40:16 2000 UTC (12 years ago) by sumikawa
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +16 -16 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.14: download - view: text, markup, annotated - select for diffs
Fri Dec 24 18:39:31 1999 UTC (12 years, 1 month ago) by mharo
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3 lines
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups

PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>

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

PR:		14719
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 27 08:46:46 1999 UTC (12 years, 3 months ago) by mharo
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -4 lines
remove dead mastersite

PR:		14413
Submitted by:	maintainer

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

PR:		13659
Submitted by:	maintainer

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 19 10:50:05 1999 UTC (12 years, 5 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +26 -14 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.8: download - view: text, markup, annotated - select for diffs
Sat Jun 5 22:30:04 1999 UTC (12 years, 8 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +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.7: download - view: text, markup, annotated - select for diffs
Mon Mar 15 13:00:35 1999 UTC (12 years, 11 months ago) by taoka
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update to ndtpd-2.2.2

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 26 03:06:43 1999 UTC (13 years ago) by steve
Branches: MAIN
CVS tags: old_RELEASE_3_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -43 lines
Update to version 2.2

PR:		9595 (2 of 2)
Submitted by:	maintainer

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 16 04:32:50 1998 UTC (13 years, 3 months ago) by jseger
Branches: MAIN
CVS tags: old_RELEASE_3_0_0, old_RELEASE_2_2_8
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Mark BROKEN for ELF:
===>  Building package for ja-ndtpd-2.0.3
Creating package /usr/ports/packages/All/ja-ndtpd-2.0.3.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/ja-ndtpd-2.0.3.tgz'
tar: can't add file lib/libeb.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 10 12:21:16 1998 UTC (13 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -35 lines
Update to version 2.0.3.

PR:		7551
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 24 14:37:48 1998 UTC (13 years, 9 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_2_2_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -3 lines
I've forgotten to add ntdpd-ja.info for install-info.
Use PACKAGE_BUILDING for intaractive install.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 22 12:32:10 1998 UTC (13 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Move distfiles (there are only 13 of them) to subdirectory.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Apr 21 15:10:50 1998 UTC (13 years, 9 months ago) by kuriyama
Branches: old_KASAHARA
CVS tags: old_v1_0_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
server for accessing CD-ROM books with NDTP.

PR:		4734
Submitted by:	Motoyuki Kasahara <m-kasahr@sra.co.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 21 15:10:50 1998 UTC (13 years, 9 months ago) by kuriyama
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