Commit graph

14 commits

Author SHA1 Message Date
Max Khon
c012e27e3e SYSCTL_ROOT_NODE exists only on FreeBSD >= 1100024 2014-09-13 12:26:07 +00:00
Antoine Brodin
a89d88d716 Allow staging as a regular user 2014-09-06 13:08:22 +00:00
Max Khon
4e73458a62 Unbreak on -CURRENT. 2014-08-31 18:01:46 +00:00
Max Khon
f280b7c404 - Unbreak on FreeBSD 11.
- Switch to a newer snapshot that already contains port patches.
2014-05-10 09:08:43 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Max Khon
4af7a30193 Unbreak on -CURRENT: M_DONTWAIT -> M_NOWAIT. 2014-02-09 10:48:30 +00:00
Max Khon
16cc6764fc Fix FreeBSD 10 (and later) compilation patch (FreeBSD version check). 2014-02-09 10:47:49 +00:00
Rene Ladan
7e642a4730 - Stage support
- Remove obsolete NO_PACKAGE
- Remove IGNORE check for obsolete versions of FreeBSD

Approved by:	portmgr (infrastructure blanket)
2014-01-26 18:52:05 +00:00
Max Khon
ebf3173f30 Unbreak on FreeBSD 10 and clang. 2013-11-18 12:18:05 +00:00
Rene Ladan
bfc52e7104 Convert to USES=kmod, which removes duplicated code and ensures that all
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
2013-11-09 19:13:27 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
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
2013-09-20 12:54:54 +00:00
Max Khon
dca8f43777 Update to 2.6.1-r10738:
- fix kernel memory corruption due to double free on wct4xxp driver unload
- fix double free's on error path in wct12xp driver initialization

Feature safe:	yes
2012-12-05 15:47:45 +00:00
Max Khon
2bb716e083 DAHDI 2.6.1 development version:
- Digium TE820: PCI-Express eight-port T1/E1/J1 is now supported
- new FreeBSD compat shims (similar to OFED in FreeBSD 9 and later)
- wcb1xxp support (temporarily) removed - it was not working in 2.4 port anyway
- dahdi_dynamic is likely to be broken
2012-08-29 11:54:28 +00:00