safe in the daemontools directory. This is just a snapshot, this port
should not be updated to new versions. This is made necessary due to
non-backwards-compatible changes to daemontools, and large use of
this particular version.
Approved by: asami
and a supplement to the previous message. (For some reason, the
previous message wasn't mailed due to a CVS problem)
* * *
Correction:
- For `update to 1.3.9+1.40' read `update to 1.3.12+1.40'.
Supplement:
- Change the versioning scheme according to the Handbook. Now
PORTVERSION is described as `1.3.x+1.y', not `1.3.x.1.y'.
Makefile's commit log.
(Actually I had a CVS problem, and Peter has fixed it for me)
* * * *
- Add patch-at to correctly build on FreeBSD 5.0+.
PR: ports/17404
Submitted by: Khetan H. Gajjar <khetan@freebsd.os.org.za>
- Mark `WWW:' in DESCR.
Noticed by: portlint
- Add MASTER_SITES.
PR: ports/18036
Submitted by: MAINTAINER
- Add patch-an (back) to correctly build on FreeBSD 5.0+.
PR: ports/17404
Submitted by: Khetan H. Gajjar <khetan@freebsd.os.org.za>
- Portlint in many respects.
- Mark `WWW:'.
- Put variables in order.
- Unexpand. (Change space to tab)
- 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 `$(...)'.
FreeBSD's syslogd. syslogd logs the specified level and greater; currently
syslog-ng only logs at the level specified.
PR: 18219
Submitted by: maintainer
on such systems.
(I know we aren't supporting a.out systems any more, but this was
requested by some people. And the change is trivial.)
Tested by: nate
- better rcsid checking
- add DIST_SUBDIR to section 1 of the Makefile
- add check for WWW: in pkg/DESCR when http:// exists
- add new -t flag, which will require a tab after a variable defination instead
of spaces
- cleanup english grammar
- add -M (make variable passing) flag
- change into portdir instead of constantly using $portdir/file
- get variables from make instead of parsing the Makefile
- update usage()
- fix some portname/version bugs
- add EXTRACT_ONLY to section 1
- fix multi comment sections on top bug
I think I'm going to start a rewrite of lots of portlint's code to
*hopefully* make it easier to add new checks in the future. If you
have any requests of things for me to put on portlint's TODO list,
send me an email letting me know what they are.