- Add DOCS option
- PHP option no longer installs a PHP module (it was eliminated in 1.6)
- Add options for other interpreters
- Add OPENSSL option to make it clearer that it is enabled instead of GNUTLS
- Fix build when ZEROCONF is disabled
- Fix detection of libusb on FreeBSD < 10 as they do not have .pc files for it
- Use @sample directive in pkg-plist
- Remove some old cruft
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- tell in pkg-message about permissions needed [2] [3]
- fix man / mlink install [4] [5]
- don't remove dirs listed in bsd.local.dist [6]
- conflict with LPRng [7]
- fix OPTIONS handling [8]
- fix printing raw data using application/octet-stream [9]
- some other small fixes
Please note that the biggest part of the work was done by Marcin Wisnicki and
this commit it's based manly on his work.
PR: ports/99624 [1]
ports/99460 [2] ports/99745 [3]
ports/99798 [4] ports/101175 [5]
ports/100865 [6]
ports/99791 [7]
ports/99786 [8]
ports/99707 [9]
Submitted by: Marcin Wisnicki [1]
Nicolas Blais [2],Osamu Hasegawa [3]
Tsurutani Naoki [4], Dominic Fandrey [5]
Stanislav Sedov [6]
Leif Pedersen [7]
Harald Schmalzbauer [8]
Jonathan Fosburgh [9]
Rewiev by: many with no objections
Approved by: maintainer timeout
to choose it in favour of the base openssl.
This kills cups-printing from inside firefox/mozilla.
Adding --disable-openssl seems to solve this.
Testet by: Stijn Hoop <stijn win.tue.nl>