Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.0rc5_8 21 Feb 2024 11:08:22 |
Muhammad Moinur Rahman (bofh) |
misc/dahdi: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.0rc5_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.0rc5_7 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.4.0rc5_7 06 Dec 2021 12:36:27 |
Rene Ladan (rene) |
all: return fjoe's ports to the pool
fjoe's ports bit got safekept. |
2.4.0rc5_7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
2.4.0rc5_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.0rc5_7 04 Oct 2016 20:00:27 |
fjoe |
- Fix dahdi_monitor argument parsing
- Bump PORTREVISION |
2.4.0rc5_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.4.0rc5_6 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
2.4.0rc5_6 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
2.4.0rc5_6 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.4.0rc5_6 21 Feb 2014 01:56:20 |
miwi |
- Stage support |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2.4.0rc5_6 09 May 2013 08:46:53 |
fjoe |
Firmware is no longer installed by this port - remove firmware master site. |
2.4.0rc5_6 08 Jun 2012 09:45:15 |
fjoe |
Fix dahdi-kmod userland headers installation without /usr/src |
2.4.0rc5_6 08 Jun 2012 08:31:52 |
fjoe |
Add more logging when installing dahdi-kmod userland includes. |
2.4.0rc5_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.4.0rc5_5 18 Apr 2011 17:38:21 |
fjoe |
Split dahdi port into two parts:
- 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. |
2.4.0rc5_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.4.0rc5_4 07 Nov 2010 17:18:36 |
fjoe |
Set group ownership of dahdi device nodes to "dahdi" group. |
2.4.0rc5_3 05 Oct 2010 16:44:43 |
fjoe |
Add patch to define __BIG_ENDIAN and __LITTLE_ENDIAN properly.
May fix wctdm on sparc64. |
2.4.0rc5_2 04 Sep 2010 09:04:24 |
fjoe |
Update to 2.4.0-rc5.
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 |
2.4.0rc4_2 01 Sep 2010 15:22:32 |
fjoe |
Fix wctdm driver parameters declaration.
Sponsored by: The FreeBSD Foundation |
2.4.0rc4_1 01 Sep 2010 06:57:21 |
fjoe |
Do not fetch during port build: fetch firmware binaries during port fetch stage.
Sponsored by: The FreeBSD Foundation |
2.4.0rc4 01 Sep 2010 06:10:47 |
fjoe |
Fix the breakage introduced with the latest commit: USE_GMAKE can not be used
with this port.
Sponsored by: The FreeBSD Foundation |
2.4.0rc4 31 Aug 2010 20:58:06 |
fjoe |
Fix portlint warnings. |
2.4.0rc4 31 Aug 2010 20:54:20 |
fjoe |
Update to 2.4.0-rc4. Most notable changes are:
- 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) |
2.4.0rc3 31 Aug 2010 03:37:07 |
fjoe |
- Update to 2.4.0rc3
- Run "fxotune -s" during startup if fxotune.conf is present in the
default location ($PREFIX/etc/fxotune.conf). |
2.4.0rc2 26 Aug 2010 04:10:10 |
fjoe |
Update to 2.4.0-rc2.
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. |
2.3.0rc2 14 Jun 2010 18:13:15 |
fjoe |
Add OS version check. |
2.3.0rc2 01 Jun 2010 14:57:55 |
fjoe |
Update to 2.3.0-rc2.
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. |
2.2.1rc2_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.1rc2_4 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.2.1rc2_3 18 Mar 2010 15:06:13 |
fjoe |
Fix pkg-plist: dahdi_dummy.ko is no more. |
2.2.1rc2_3 18 Mar 2010 13:57:26 |
fjoe |
Fix getting dahdi_enable value in rc.d script. |
2.2.1rc2_2 15 Mar 2010 20:45:40 |
fjoe |
Update to 2.2.1-rc2 (initial wctdm24xxp support). |
2.2.1rc1_2 06 Mar 2010 05:11:59 |
fjoe |
Add ${LOCALBASE}/lib/dahdi to the KLD search path, so that autoloading
of echo cancellation modules or Octasic firmware modules works as expected.
Feature safe: yes |
2.2.1rc1_1 03 Mar 2010 13:11:47 |
fjoe |
- Remove overdebug.
- Mute ${REINPLACE_CMD}
- Fix zaptel -> dahdi typo
Feature safe: yes |
2.2.1rc1 03 Mar 2010 12:45:47 |
fjoe |
Initial version of dahdi-freebsd (and dahdi-tools) port.
DAHDi (Digium/Asterisk Hardware Device Interface) is the open source
device interface technology used to control Digium and other telephony
interface cards.
WWW: http://www.asterisk.org/dahdi/
Feature safe: yes |