| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
| |
|
|
|
|
|
|
|
| |
MFH: 2021Q1
Notes:
svn path=/head/; revision=561413
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=444437
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
| |
Notes:
svn path=/head/; revision=410808
|
|
|
|
|
|
|
| |
dependency which conflicts with the 'version.h:' dependency that -MP generates.
Notes:
svn path=/head/; revision=402718
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
| |
calling dahdi_cfg.
PR: 188780
Submitted by: Dan Lukes
Notes:
svn path=/head/; revision=381820
|
|
|
|
| |
Notes:
svn path=/head/; revision=381815
|
|
|
|
| |
Notes:
svn path=/head/; revision=378028
|
|
|
|
| |
Notes:
svn path=/head/; revision=369451
|
|
|
|
| |
Notes:
svn path=/head/; revision=368086
|
|
|
|
| |
Notes:
svn path=/head/; revision=366805
|
|
|
|
| |
Notes:
svn path=/head/; revision=359216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=352986
|
|
|
|
|
|
|
|
| |
- M_DONTWAIT -> M_NOWAIT
- Don't rely on namespace pollution and #include <sys/mbuf.h> explicitly
Notes:
svn path=/head/; revision=343432
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove obsolete NO_PACKAGE
- Remove IGNORE check for obsolete versions of FreeBSD
- Fix typo introduced in converting this port to USES=kmod
Approved by: portmgr (infrastructure blanket)
Notes:
svn path=/head/; revision=341256
|
|
|
|
| |
Notes:
svn path=/head/; revision=334174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=303324
|
|
|
|
| |
Notes:
svn path=/head/; revision=303323
|
|
|
|
| |
Notes:
svn path=/head/; revision=303322
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
- Fix nethdlc -> bchan/dchan reconfiguration (unlock chan mtx
before destroying iface)
- Bump PORTREVISION
Notes:
svn path=/head/; revision=297750
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=292102
|
|
|
|
|
|
|
|
|
| |
FILTER_SCHEDULE_THREAD does not work on FreeBSD as described --
it is not actually a bit flag, so should not be used with FILTER_HANDLED
- Bump port version to 2.4.0rc5_3
Notes:
svn path=/head/; revision=290121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
| |
in a taskqueue
- return ENOBUFS when there are not enough output buffers on nethdlc send
Notes:
svn path=/head/; revision=285258
|
|
|
|
|
|
|
| |
in nethdlc mode ngX network interface is created.
Notes:
svn path=/head/; revision=285244
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=278792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
|
|
|
|
|
|
|
| |
- dahdi - userland libraries and utilities
- dahdi-kmod - kernel modules
dahdi port can be packaged and this allows asterisk package
(that depends on dahdi) to be built as well.
Notes:
svn path=/head/; revision=272887
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=264200
|
|
|
|
|
|
|
| |
May fix wctdm on sparc64.
Notes:
svn path=/head/; revision=262448
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Major changes are:
- it is no longer possible to unload drivers in use [1]
- wctdm params patch is now in upstream
- NO_FETCH patch and ADDITIONAL_DRIVERS patches are no longer required
PR: 150175 [1]
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=260533
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=260371
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=260334
|
|
|
|
|
|
|
|
|
| |
used with this port.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=260322
|
|
|
|
| |
Notes:
svn path=/head/; revision=260304
|
|
|
|
|
|
|
|
|
|
| |
- OSLEC echo canceller
- experimental wcb1xxp (zaphfc) port for CCD HFC-S single-port PCI ISDN cards
Sponsored by: The FreeBSD Foundation (this and all previous commits to this port)
Notes:
svn path=/head/; revision=260303
|
|
|
|
|
|
|
|
| |
- Run "fxotune -s" during startup if fxotune.conf is present in the
default location ($PREFIX/etc/fxotune.conf).
Notes:
svn path=/head/; revision=260251
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most notable changes are:
- wctdm, wcte11xp, wcte12xp drivers are no longer experimental
- outgoing FXO calls now work properly
- experimental wctc4xxp support
- experimental sparc64 support
Add a bchan patch for zaphfc driver.
Notes:
svn path=/head/; revision=259992
|
|
|
|
| |
Notes:
svn path=/head/; revision=256532
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Major changes are:
- wcfxo driver (X100P single-port FXO)
- hx8 firmware driver (hybrid 8-port FXO/FXS/BRI)
- all driver parameters are now exported as sysctl's
- experimental drivers (source-code ported but not tested on real HW yet):
- wctdm (Digium TDM400P: 4-port FXO/FXS)
- wcte11xp (Digium TE110P: PCI single-port T1/E1/J1)
- wcte12xp (Digium TE120P/TE121/TE122: PCI/PCI-E single-port T1/E1/J1)
- vpmadt032 (HW echo canceler)
Experimental drivers are available as a port option and are not enabled
by default.
Notes:
svn path=/head/; revision=255455
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|