2) replace installed NetRexxC.cmd with a home grown version
3) add lang/rexx-imc as RUN_DEPENDS due to 2)
4) also, delete both the DOS-only *.bat files and the OS/2-only
nrc.cmd file (which is not really a Rexx file).
5) furthermore, delete the duplicate hello.nrx because:
1. a copy is installed with the documentation;
2. one can't compile it from the same directory java is in
(unless PATH contains .).
6) switch over maintainership to submitter
PR: 30217
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
A whole bunch of little 32-bit related hunks was needed, but now it
passes its own bundled tests (which also needed a little patch for an
unitialized variable) on Alpha. Bump PORTREVISION.
Submitted by: Andrew Gallatin, Doug Rabson
Tested on: beast
code tree is, in the author's opinion, not even ready for a -devel port.
- Bumped PORTEPOCH because of the above.
- Make SPOOLDIR a variable which may be altered by the user at install time.
Submitted by: Mark Tranchant <mark@tranchant.freeserve.co.uk>
o maintainer switched over maintainership to originator due to
school duties (thanks and we hope you will bring more ports :)
Submitted by: Patrick Li <pat@databits.net>
Approved by: MAINTAINER (previous)
- Enable IPv6
- Configure with --without-included-gettext and remove a hack
- Link with iconv for ja-xchat (and other potential slave ports)
- Update to 1.8.3
Approved by: jim (MAINTAINER)
but which I could not repeat on FreeBSD. It may still be a problem, but
it looks like screen was already dropping privilege before the operation
in question.
Submitted by: Roman Drahtmueller <draht@suse.de>
however it goes further that earlier and instead of hanging solidly at
startup tries to launch its components, but goes kaboom (i.e. sig 12) and
dies in agony. Therefore, brave souls with loaded debuggers are welcome to
fix this fscking crap and submit their patches to gnome@FreeBSD.org.
o install several plugins per default; hence, adding audio and
graphics as secondary categories
o update COMMENT, DESCR and PKGMESSAGE accordingly
o style fix: un"echo" Makefile commands
o given all this work -> switch over maintainership to submitter
PR: 29585
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
- Add runtime dependency on Tkinter
- Deploy DOCSDIR
- Minor style updates in Makefile
- Update my email address
- Make installation of examples dependent on NOPORTDOCS
- Bump PORTREVISION (because of the last point above)