Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
- usr /var for runtime files making it possible to keep /usr mounted r/o.
- Grab 275 as a reserved UID and GID.
- Remove old cruft in pkg-install.
- Make 'make -DBATCH install' work non-interactively.
- Make 'pkg_add heartbeat-1.2.5' work non-interactively.
- Installation will fail without the user/group, so I simply create them.
PR: ports/104577
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: Scott Kleihege <scott-ports@tummy.com> (maintainer)
This port now also:
- respects NOPORTDOCS
- installs documentation in ${DOCSDIR} instead of ${DOCSDIR}-${PORTVERSION}
- builds on 4.x with an EXTRA_PATCH
- installs startup scripts in ${PREFIX}/etc/rc.d instead of hardcoded
/usr/loal/etc/rc.d
PR: 93851
Submitted by: Scott Kleihege <scott-ports@tummy.com> (maintainer) [1]
Security: VuXML (f6447303-9ec9-11da-b410-000e0c2e438a)
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>