in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- move 1.0 obsoleted version to net/libnet10
net/libnet is latest Stable Version
net/libnet is latest Beta Version
- Fix all depended ports with a new DEPENDS scheme
- While I'm here fix security/yersinia build on 4.x
(getopt_long and ncurses issues)
PR: ports/85519 (based on)
Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
is already installed rather than the library itself which has the same
name in both net/libnet and net/libnet-devel in order to not try to
build this port with net/libnet.
Approved by: netchild
http://ettercap.sourceforge.net/history.php
- Switch to build all the extras (like pcre and UTF-8 support, GTK2+ GUI,
plugins etc.) by default but provide WITHOUT knobs so one can save on
dependencies.
Approved by: netchild
- gtk2 support
- new sniffing method was added as a plugin
- three new plugins
- bumb PORTEPOCH, otherwise 0.6.b (they mean hex B) wouldn't be recognised
as newer by pkg_version etc.
- add 'security' as a second category (as nmap and friends are mainly there)
- respect CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS
- make SSL-support optional
- base compilation of gnome frontend on autodetection of installed gtk20,
use gnome-PKGNAMESUFFIX
- disable auto-download of new version via wget (saves dependency on wget,
FreeBSD-users should update via the ports-collection anyway)
- enable compilation and installation of the plug-ins
- compile lc-converter (an application port IMO should not install sources)
- don't install ettercap.fr.8.in
Submitted by: Marius Strobl <marius@alchemy.franken.de>
PR: 51898
Approved by: maintainer timeout (~5 months)
o Sort pkg-plist
o Whitespace problems in Makefile
o Use MASTER_SITE_SOURCEFORGE and MASTER_SITE_SUBDIR
PR: 28861
Submitted by: Patrick Li <pat@databits.net>