on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
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
- Remove ABI version numbers from LIB_DEPENDS
- Add patch to avoid a rare segfault
- While here, trim Makefile headers
PR: ports/172109
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Please note that an auto-detect mechanism is in place for jack,
fluidsynth, etc. When these libraries are found, plugins are built
and installed, causing other PLIST errors.
Since the maintainer has reappeared a few days ago, I will wait for
him to fix those non-standard cases.
Reported by: QAT [1]
due to not checking existence of fltk-config before using it. Fix that
by checking existence before using.
PR: ports/116623
Submitted by: bgruber <knightbg at yahoo.com>
Approved by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer)
Update audio/csound to 5.06
csound has been "liberated" and is now GPL, see
http://csounds.com/VercoeGift.html The corresponding csound
entry in LEGAL should be removed, note that csound-manual
isn't updated to 5.06 and is still subject to a restrictive
license.
With thanks to Erik Trulsson and Mel at -questions for
patch-Top-csound.c
PR: ports/116255
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>