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
Improved undo/redo support.
New editing tools.
New show mode, which allows showing of lyrics in a different window or
monitor while playing.
Submitted by: maintainer (via irc)
- Make it respect LOCALBASE
- Trim Makefile headers
- Convert LIB_DEPENDS to new format and remove ABI version number
- USES gmake
PR: ports/181615
Submitted by: Me
Approved by: Maintainer timeout
compiler. To fix FreeBSD 10-CURRENT fallout (untested on 10 because flac
is broken due to libstdc++ removal; flac needs to be told to use
libc++, 9.X Tinderbox has no complaints though).
Drop library versions from LIB_DEPENDS.
NOPORTDOCS -> PORT_OPTIONS.
${MKDIR} ${RUBY_SITELIBDIR} in installation to support "port test".
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation
Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)
PR: ports/177681
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation
Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)
PR: ports/177681
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
- use new syntax in LIB_DEPENDS
- remove indefinite article from COMMENT and not needed LICENSE_FILE
for standard license while here
PR: 181850
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)