| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=369021
|
|
|
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
Notes:
svn path=/head/; revision=363371
|
|
|
|
|
|
|
|
|
|
| |
- Include bsd.port.mk once
- Remove redundant variable declaration
Approved by: portmgr (infrastructure blanket)
Notes:
svn path=/head/; revision=341386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=333329
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
|
|
| |
PR: ports/169222
Submitted by: jgh@
Approved by: maintainer timeout ( 14 days )
Notes:
svn path=/head/; revision=300348
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
|
|
|
|
|
| |
PR: 124772
Submitted by: Douglas William Thrift <douglas@zweihander.ccs.ucsb.edu>
Approved by: maintainer
Notes:
svn path=/head/; revision=215430
|
|
|
|
|
|
|
| |
Submitted by: maintainer via mail
Notes:
svn path=/head/; revision=197030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow package build on i386 and arm as Mono currently runs on these two
architecture only. Moreover, the kernel interface this module uses is
quite stable and changes rarely. Maintainer tested a module built on 6.2-R
works on 7.x.
- Distfile is repackaging due to a small license wording change:
- * 4. Neither the name of the university nor the names of its contributors
+ * 4. Neither the name of the author nor the names of its contributors
- Set IGNORE for older FreeBSD release
- Set IGNORE when kernel source does not present
PR: ports/114804
Submitted by: Björn König <bkoenig at cs.tu-berlin.de> (maintainer)
Notes:
svn path=/head/; revision=196469
|
|
|
|
|
|
|
|
| |
Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat: portmgr
Notes:
svn path=/head/; revision=194469
|
|
.NET applications without preceding the native code generator in the
command line. That means you can call a binary with "./hello.exe"
instead of "mono hello.exe".
WWW: http://www.alpha-tierchen.de/~bkoenig/mono-kmod/
PR: ports/111973
Submitted by: Björn König <bkoenig at cs.tu-berlin.de>
Notes:
svn path=/head/; revision=190533
|