aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dahdi
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-03-06 13:11:59 +0800
committerfjoe <fjoe@FreeBSD.org>2010-03-06 13:11:59 +0800
commitae61830d26db1e20d752a3c97ea20163baafc57d (patch)
tree1ce3e3f3f5ca3e5efdea6072ffa75b199d1f0afb /misc/dahdi
parent26a50e5c5b3d3e9428fb92f4a8916ace334ab658 (diff)
downloadfreebsd-ports-gnome-ae61830d26db1e20d752a3c97ea20163baafc57d.tar.gz
freebsd-ports-gnome-ae61830d26db1e20d752a3c97ea20163baafc57d.tar.zst
freebsd-ports-gnome-ae61830d26db1e20d752a3c97ea20163baafc57d.zip
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
Diffstat (limited to 'misc/dahdi')
-rw-r--r--misc/dahdi/Makefile2
-rw-r--r--misc/dahdi/files/dahdi.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/dahdi/Makefile b/misc/dahdi/Makefile
index bde17b751bb6..1179a73b8765 100644
--- a/misc/dahdi/Makefile
+++ b/misc/dahdi/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dahdi
PORTVERSION= ${DAHDI_VERSION:S/-//g}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc kld
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fjoe
diff --git a/misc/dahdi/files/dahdi.in b/misc/dahdi/files/dahdi.in
index 15f6d43e741c..7bbcece0f891 100644
--- a/misc/dahdi/files/dahdi.in
+++ b/misc/dahdi/files/dahdi.in
@@ -39,8 +39,9 @@ dahdi_start()
{
echo -n " ${name}"
+ kldconfig -mf ${kmod_dir}
for m in ${dahdi_modules}; do
- kldload ${kmod_dir}/$m.ko || exit 1
+ kldload $m || exit 1
done
%%PREFIX%%/sbin/dahdi_cfg
}
fe3e9c53b05e2784a2287779ad9b08b1a14'>- Fix i386 build on FreeBSD 9.xsunpoet2015-11-121-0/+1 * - Update to 1.7.0sunpoet2015-11-102-5/+5 * - Convert to new test frameworksunpoet2015-10-011-4/+2 * - Convert to new options dependency helpersunpoet2015-08-191-10/+2 * - Update graphics/proj to 4.9.1wen2015-06-151-0/+1 * - Add PORTSCOUTsunpoet2015-06-131-0/+2 * - Update to 1.6.9sunpoet2015-05-242-4/+4 * - Update to 1.6.8sunpoet2015-04-043-5/+25 * - Cleanup Makefilesunpoet2015-03-251-2/+0 * - Update to 1.8.14sunpoet2015-01-181-0/+1 * - Update to 1.6.7sunpoet2014-12-282-8/+5 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1 * - Update to 1.6.4sunpoet2014-07-042-4/+4 * - Add missing backslashsunpoet2014-05-031-1/+1 * - Update to 1.6.3sunpoet2014-05-033-33/+41 * Mark broken: Fails to post-buildantoine2014-04-211-0/+2 * - Add LICENSEsunpoet2014-04-061-46/+22 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update to 1.6.1sunpoet2013-08-302-6/+5 * - Use USES=gmakesunpoet2013-08-211-2/+1 * - Update to 1.6.0sunpoet2013-06-093-12/+9 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1 * - Convert to new options frameworksunpoet2012-06-191-14/+11 * - Update to 1.5.5sunpoet2012-06-152-6/+6 * - Update to 1.5.4sunpoet2012-05-202-5/+4 * - Bump PORTREVISION to chase the update of graphics/projwen2012-05-071-1/+2 * - Update to 1.5.3sunpoet2011-11-012-4/+4 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 * - Move preprocessor options back to CPPFLAGSsunpoet2011-09-011-2/+3 * - Update to 1.5.2sunpoet2011-08-292-4/+4 * - Update to 1.5.1sunpoet2011-07-164-39/+41 * - Bump PORTREVISION for science/hdf5-18 shlib changesunpoet2011-07-151-1/+2 * - Update to 1.5.0sunpoet2011-04-122-43/+39 * - Update to 1.4.7sunpoet2011-03-016-28/+20 * - Do not run cdotest on 6.xsunpoet2010-10-211-2/+2 * - Update to 1.4.6sunpoet2010-10-063-10/+11 * - Use LOCAL/sunpoet as backup MASTER_SITESsunpoet2010-10-011-1/+1 * - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-231-1/+1 * - Update to 1.4.5.1sahil2010-07-252-5/+5 * - Update to 1.4.4lwhsu2010-05-232-5/+5 * - Update to 1.4.3lwhsu2010-05-054-18/+25 * - Update to 1.4.1miwi2010-02-092-14/+24 * - Chase graphics/proj shlib bumpmiwi2009-11-281-2/+2 * - Update science/netcdf4 to 4.0.1rafan2009-09-261-1/+2 * - Update to 1.3.1lwhsu2009-06-062-5/+4 * - Update to 1.3.0chinsan2009-02-012-19/+48 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-1/+1 * - Update to 1.2.1chinsan2008-11-262-4/+4 * [MAINTAINER] science/cdo: update to 1.2.0edwin2008-08-182-5/+8 * - Update to 1.1.1clsung2008-04-123-10/+10