Commit Graph

37 Commits

Author SHA1 Message Date
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Bruce A. Mah
b4dd49f289 Make the nmh package install nmh configuration files correctly.
Update MAINTAINER address.

(Bump PORTREVISION while I'm here.)

PR:		39205
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
Reviewed by:	"Julian H. Stacey" <jhs@jhs.muc.de>
2002-10-26 00:22:32 +00:00
Cy Schubert
6d25bcb88d Fix the following:
* Alphabetize the comments on the Makefile variables that affect the
  configure process.

* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
  through to configure.

* Add a new NMH_POP var to allow builder to disable the --enable-pop
  configure setting.

* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
  HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
  The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
  gethostname(3) in its stead both times.

PR:             36307
Submitted by:   MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
2002-04-21 16:25:02 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Mario Sergio Fujikawa Ferreira
63f173a25c autotools police: replace hardcoded references with AUTO{CONF,HEADER}
variables

PR:		32298
Prompted by:	maintainer
2001-12-21 05:59:05 +00:00
Mark Murray
b6831fc7e9 Do not spam installed config files - instead install the config files
with '.default' suffixes.
2001-06-27 14:41:55 +00:00
Satoshi Asami
3c01009f0e ${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite two
arguments to ${PKGINSTALL}.  (I suspect this install script actually
working without the second argument is because of this Makefile, but I
won't touch the script itself.)
2000-10-08 08:47:41 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Akinori MUSHA
49d0280e09 - Update to 1.0.4.
- Add a couple Makefile knobs to go with some new configure script
options.

PR:		ports/18035
Submitted by:	MAINTAINER

- Get rid of an insecure command (`chmod +w configure') and whole
pre-configure target, which seems unnecessary now. (the port
successfully builds without it)
- Use tab instead of space in suitable points.
- Use `${...}' instead of `$(...)'.
2000-04-27 14:02:23 +00:00
Akinori MUSHA
74dd526e72 Remove obsolete `Version required' lines. 2000-04-14 17:44:00 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Sheldon Hearn
39b42805b7 Update to nmh-1.0.3:
* Fixes a recently discovered security hole.
	* Introduces a new port hook for nmh locking style, which
	  defaults to flock(2).

PR:		17055
Submitted by:	maintainer
2000-02-29 10:50:09 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Steve Price
a68ac6d3d3 From maintainer:
I was confused creating the most recent nmh port patch and
        reverted the locking to "dot locking" as I'd thought that sendmail
        used that.  Upon using the new 'inc' command and closer
        examination of sendmail, then mail.local, it looks like "flock"
        locking is more appropriate (to match mail.local's behavior).

PR:		15674
Submitted by:	maintainer
1999-12-25 18:57:16 +00:00
Sheldon Hearn
ad51cb982e Get rid of post-patch, which was made redundant when we started using
autoconf for this port.

PR:		15648
Submitted by:	Scott Blachowicz <scott@sabunix.rresearch.com>
1999-12-23 18:22:00 +00:00
Sheldon Hearn
02ec20e712 Update to nmh-1.0.2:
Documentation update providing current support channels.
	No show-stopping bugs fixed, just lots of nits.

Changes to the actual port:

	Simplify handling of PREFIX.
	Use autoconf.
	Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT)
	Tweak DESCR to make it more obvious that this is an MUA.

PR:		15423
Submitted by:	maintainer
1999-12-23 09:15:56 +00:00
Sheldon Hearn
157e05f118 Update to nmh-1.0.2:
Documentation update providing current support channels.
	No show-stopping bugs fixed, just lots of nits.

Changes to the actual port:

	Simplify handling of PREFIX.
	Use autoconf.
	Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT)
	Tweak DESCR to make it more obvious that this is an MUA.

PR:		15423
Submitted by:	maintainer
1999-12-22 17:32:04 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Joseph Koshy
b699cdbfcb Make DESCR upto-date.
PR:		ports/12177
Submitted by:	Scott.Blachowicz@seaslug.org
		(maintainer)
1999-06-14 03:44:53 +00:00
Michael Haro
4102f5d58e Add WWW:
PR:		11762
Submitted by:	Sheldon Hearn <sheldonh@uunet.co.za>
1999-05-18 19:35:05 +00:00
Seiichirou Hiraoka
d58af26997 Change MASTER_SITES
PR: ports/11628
Submitted by: Scott.Blachowicz@seaslug.org
1999-05-10 17:47:01 +00:00
Joseph Koshy
c03786b7ad Additional config options at port build time.
PR:		ports/10119
Reviewed by:	jkoshy
Submitted by:	Scott Blachowicz <sab@seanet.com>
1999-02-23 03:17:12 +00:00
Joseph Koshy
4e788c13f4 Use local mts for mail delivery instead of using SMTP.
PR:		ports/10119
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-02-23 02:23:06 +00:00
Joseph Koshy
a6b50f238a Upgrade to v1.0.
Submitted by:	Scott Blachowicz <Scott.Blachowicz@seaslug.org>
		(maintainer)
1999-02-11 08:57:13 +00:00
Steve Price
cc94986dc4 Update to version 0.27.
PR:		7617
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1998-08-17 00:07:37 +00:00
Jun-ichiro itojun Hagino
e81c739d18 update to vesion 0.26.
PR:		6863
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1998-06-05 15:10:54 +00:00
Jun-ichiro itojun Hagino
9ce686f949 update to 0.25.
PR:		6568
1998-05-10 08:27:19 +00:00
Matthew Hunt
be196dafc0 Upgrade to 0.24.
PR:		6428
Submitted by:	Scott Blachowicz <sab@sabami.seaslug.org>
1998-04-27 04:27:46 +00:00
Steve Price
fbe4276ed6 Update to version 0.23.
PR:		5831
Submitted by:	maintainer
1998-02-24 03:02:55 +00:00
Steve Price
85d9c74f37 Upgrade to version 0.22.
PR:		5819
Submitted by:	maintainer
1998-02-23 03:03:16 +00:00
Mark Murray
9af84256ab Damn. Forgot this bit. 1998-01-05 20:25:44 +00:00
Mark Murray
c8e157b3bf Update to version 0.19.
(lots of bug fixes, plus the port's locking is fixed, and inc will honour
a mode 775 /var/mail).
Also pacify portlint.
Submitted by:	Scott Blachowicz (partially)
1998-01-05 19:11:14 +00:00
Mark Murray
4e5c3cbd2a Update from 0.17 to 0.18
While I'm about it, make this more compatible with the "MH" port WRT
locking and the "deleted" files.
1997-12-28 12:37:47 +00:00
Mark Murray
a6e587c45c Update this to version 0.17
Submitted by:	Scott Blachowicz
1997-08-04 06:51:46 +00:00
Satoshi Asami
53cb86c588 "New MH".
PR:		3647
Submitted by:	Scott Blachowicz <Scott.Blachowicz@seaslug.org>
1997-06-04 04:39:25 +00:00