a separate port for nmapfe. Even though the attempt in the nmap port
mostly fails since no nmapfe executable would have been built, files
not appearing in the pkg-plist were being added to the system.
PR: ports/35207
Approved by: obrien
uses this make file. It should not try to strip the ${PREFIX}/bin/nmap
executable. The install of nmapfe would fail if nmap did not exist.
PR: ports/35207
Approved by: obrien
- Add the TWCONFIG variable to install a user defined tw.config instead
of the one supplied with the port.
- Add the NO_DB_BUILD variable to skip the database build during install
for users upgrading or reinstalling the port who wish to use an existing
or previously installed Tripwire database.
PR: ports/35127
Submitted by: cjc
Approved by: jgreco@ns.sol.net
- Add the TWCONFIG variable to install a user defined tw.config instead
of the one supplied with the port.
- Add the NO_DB_BUILD variable to skip the database build during install
for users upgrading or reinstalling the port who wish to use an existing
or previously installed Tripwire database.
PR: ports/35127
Submitted by: cjc
Approved by: jgreco@ns.sol.net
Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C
Compiler. Found it odd that there's not a port for this, considering that the
author of the compiler is a FreeBSD commiter.
PR: 34449
Submitted by: flynn@energyhq.homeip.net
Change path:
/usr/local/etc/uucp/clean.daily for /etc/uuclean.daily
/usr/local/etc/uucp/clean.weekly for /usr/libexec/uucp/clean.weekly
/usr/local/bin/uustat for /usr/bin/uustat
add PREFIX awareness
- PR #16536 <haro@tk.kubota.co.jp>
newsyslog:
size of logfile for UUCP system, ie. /var/spool/uucp/Log, grows
forever when UUCP is used.
Not needed after clean.daily and clean.weekly fixes.
Jakarta Tomcat 3.2.4 instead of 3.2.3. Cleaned the port
up a bit. It now also uses JDK 1.3.1 by default. This
behaviour can be changed by using the JAVA_PORT and the
JAVA_HOME parameters.
unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.
Bump PORTREVISION for this (definitely package-related) change.
PR: ports/34491
Submitted by: Tom Payne <twp20@cam.ac.uk>
Respect CFLAGS by patching them into the program Makefile.
No longer override the do-build target, let make(1) do its thing.
No PORTREVISION bump for the strcasestr() fix - this port simply
did not build at all on systems of olde :(
Reported by: <root@lab.simerson.net>