Commit graph

54 commits

Author SHA1 Message Date
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Doug Barton
36cd5c74c7 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.
2010-03-27 05:21:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
831aac0a98 - Bump shlib and PORTREVISION for japanese/eb update
libeb.so.14 -> libeb.so.15
2010-02-01 03:41:44 +00:00
Norikatsu Shigemura
661d11053e 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
2009-07-20 18:13:55 +00:00
Rong-En Fan
741aa71483 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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
ac39da517d - Chase japanese/eb update 2006-12-02 16:06:44 +00:00
Jean Milanez Melo
479928db7e - Remove dead mastersite.
- Use @dirrmtry instead of @unexec rmdir.

PR:		ports/97554
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	mnag (mentor)
2006-05-22 11:33:31 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
c0d77ab67c [PATCH] japanese/{eb,ebnetd}: Take over maitainership
I have sent PRs of these ports several times, but there was
	no response from maintainer and PRs were always commited
	with timeout. So I will take over maintainershilp now.

PR:		ports/90713
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Approved by:	maintainer timeout
2006-01-02 23:10:34 +00:00
Norikatsu Shigemura
bf958d6a97 o Update to 4.2. [1]
o Fix minor bug. [2]

PR:		ports/81629 [1]
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1]
Obtained from:	ndtpd/01982 [2]
Approved by:	maintainer timeout
2005-07-31 07:17:11 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Norikatsu Shigemura
6d3288ccf4 Update to 4.1.1.
o Repocopy japanese/eb -> japanese/eb3 for safe keeping.
o Chase eb library version bump.
o Connect japanese/eb3 to japanese/Makefile

PR:		ports/74133
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Requested by:	Motoyuki Kasahara <m-kasahr@sra.co.jp> (author)
Repocopied by:	portmgr(marcus)
2004-12-26 11:30:31 +00:00
Pav Lucistnik
63547225fa - 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>
2004-10-31 21:56:08 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
3efab5d142 - Change maintainer's email
PR:		61702
Submitted by:	Kazu TAKAMUNE <takamune2004@yahoo.co.jp> (maintainer)
2004-01-22 09:34:43 +00:00
Norikatsu Shigemura
d270f99bf9 Update to 3.1.5.
PR:		ports/53037
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2003-06-08 08:05:50 +00:00
Munechika SUMIKAWA
c8e0bb6383 [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>
2003-03-02 20:37:31 +00:00
Norikatsu Shigemura
ed39912a3c Bump PORTREVISION by updating japanese/eb. 2003-02-28 17:38:42 +00:00
Akinori MUSHA
3baa89dcc9 De-pkg-comment. 2003-02-21 12:35:09 +00:00
Munechika SUMIKAWA
69b536e13d Upgrade to 3.1.4.
PR:		47546
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2003-01-30 17:45:31 +00:00
Ying-Chieh Liao
94d18b1e7b upgrade eb to 3.2.2
upgrade ndtpd to 3.1.3

PR:		40290
Submitted by:	maintainer
2002-07-07 18:23:15 +00:00
Patrick Li
55cac08b3d Update to 3.1.2
PR:		37033
Submitted by:	maintainer
2002-04-14 20:26:14 +00:00
Yoichi NAKAYAMA
1aaa37ca28 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
2002-04-10 10:09:49 +00:00
Yoichi NAKAYAMA
88c33443f4 Update japanese/eb for the latest version 3.2.1 and
japanese/ndtpd for the latest version 3.1.1pl1.

PR:		ports/36004
Submitted by:	maintainer
2002-03-31 16:14:54 +00:00
Ying-Chieh Liao
0258697314 handle sh more properly
Submitted by:	hrs
2001-08-18 19:35:06 +00:00
Ying-Chieh Liao
57a3eba7df use absolute path
PR:		28965
Submitted by:	Hiroki Sato <hrs@hrslab.yi.org>
2001-08-18 05:53:16 +00:00
Akinori MUSHA
aa19923bc9 - 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)
2000-08-29 20:16:57 +00:00
Akinori MUSHA
0007cb3d04 Update to 2.3.8.
PR:		ports/19696
Submitted by:	Maintainer
2000-07-04 16:25:49 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Akinori MUSHA
e83e161b17 De-portlint.
- install-info
	- ${GZIP_CMD}

PR:		ports/17684
Submitted by:	MAINTAINER
2000-03-30 11:24:44 +00:00
Akinori MUSHA
4555f744e1 Committed, thanks! 2000-03-30 08:44:54 +00:00
Munechika SUMIKAWA
aa85e6e0da 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>
2000-01-22 06:40:20 +00:00
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Munechika SUMIKAWA
6be0c7c8f5 upgrade to 2.3.5.
PR:		14719
Submitted by:	maintainer
1999-11-27 06:17:49 +00:00
Michael Haro
6ba17a72b4 remove dead mastersite
PR:		14413
Submitted by:	maintainer
1999-10-27 08:46:46 +00:00
Satoshi Taoka
1b1d4f3773 Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3
PR:		13659
Submitted by:	maintainer
1999-09-20 07:22:39 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Satoshi Asami
7810fb706b 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
1999-08-19 10:50:30 +00:00
Steve Price
8c88934f82 Don't require interaction on INSTALL while PACKAGE_BUILDING. 1999-07-04 21:08:42 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Michael Haro
5ce8e8e5c7 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.
1999-06-05 22:32:11 +00:00
Satoshi Taoka
f41b696f67 Update to ndtpd-2.2.2
PR:		ports/10526
Submitted by:	Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
1999-03-15 13:00:36 +00:00
Steve Price
6fcce78a88 Update to version 2.2
PR:		9595 (2 of 2)
Submitted by:	maintainer
1999-01-26 03:07:05 +00:00
Justin M. Seger
597634864c 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
1998-10-16 04:32:50 +00:00
Satoshi Asami
7592fa645f Make sure we don't ask question during package build. While I'm here,
fix typo in message.

Submitted in part by:	maintainer
1998-09-01 11:40:41 +00:00