summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-01-07 03:04:52 +0000
committerWill Andrews <will@FreeBSD.org>2002-01-07 03:04:52 +0000
commit9f7e1f31153e480e844a121322a2ecbbd6c28677 (patch)
tree41e281a802c98e0a0a04a8c882d6160761e7c186 /comms
parentFix obscure kdesu bug where it doesn't pass the user to su to. This may (diff)
Upgrade to 1.1. This includes fixes for -CURRENT according to Daniel
and WATANABE-san. Also added a faster mirror of the tarball. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52678
Diffstat (limited to 'comms')
-rw-r--r--comms/ltmdm/Makefile11
-rw-r--r--comms/ltmdm/distinfo2
-rw-r--r--comms/ltmdm/pkg-descr7
-rw-r--r--comms/ltmdm/pkg-message6
-rw-r--r--comms/ltmdm/pkg-plist9
5 files changed, 13 insertions, 22 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile
index e82039e0569c..8ee326e8e1cc 100644
--- a/comms/ltmdm/Makefile
+++ b/comms/ltmdm/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= ltmdm
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= comms
-MASTER_SITES= http://www.gsoft.com.au/~doconnor/
+MASTER_SITES= http://www.csociety.org/~will/ \
+ http://www.gsoft.com.au/~doconnor/
EXTRACT_SUFX= .tgz
MAINTAINER= darius@dons.net.au
@@ -28,12 +29,8 @@ pre-fetch:
do-install:
@${PERL} -pi.orig -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/ltmdm.sh
@${MKDIR} ${DATADIR}
- @${CP} ${WRKSRC}/sys/modules/ltmdm/ltmdm.ko ${DATADIR}
- @(cd ${WRKSRC}/sys/modules/ltmdm; ${MAKE} clean)
- @${MKDIR} ${PREFIX}/src
- ${TAR} -C ${WRKSRC} -cf - sys | ${TAR} -C ${PREFIX}/src -xvf -
+ @${INSTALL_DATA} ${WRKSRC}/sys/modules/ltmdm/ltmdm.ko ${DATADIR}
@${INSTALL_SCRIPT} ${WRKSRC}/ltmdm.sh ${PREFIX}/etc/rc.d/
- @${ECHO} ""
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/comms/ltmdm/distinfo b/comms/ltmdm/distinfo
index c026d3e77837..6b43da7f4bbd 100644
--- a/comms/ltmdm/distinfo
+++ b/comms/ltmdm/distinfo
@@ -1 +1 @@
-MD5 (ltmdm-1.0.tgz) = be35cef381b531bb27dc01f4e7e82466
+MD5 (ltmdm-1.1.tgz) = 15eab544df565d4d89e2af18c0f7fbf4
diff --git a/comms/ltmdm/pkg-descr b/comms/ltmdm/pkg-descr
index d2d7c92a509f..eb8eb620a01e 100644
--- a/comms/ltmdm/pkg-descr
+++ b/comms/ltmdm/pkg-descr
@@ -1,7 +1,10 @@
This port contains a driver for several Winmodems based on the Lucent LT
chipset. It consists of a shim for the Linux binary only object file.
+I have tested this code on a Dell Inspiron 8000. Mr Watanabe has tested it on
+a ThinkPad i1124.
+
The shim code was written Watanabe Kiyoshi <aab10490@pop16.odn.net.jp>, see
-http://www.geocities.com/wtnbkysh/
+WWW: http://www.geocities.com/wtnbkysh/
-WWW: http://www.heby.de/ltmodem
+Home page of the Linux driver :- http://www.heby.de/ltmodem
diff --git a/comms/ltmdm/pkg-message b/comms/ltmdm/pkg-message
index 4dd3e3320127..67bfbfcbefa1 100644
--- a/comms/ltmdm/pkg-message
+++ b/comms/ltmdm/pkg-message
@@ -1,9 +1,7 @@
+
*******************************************************************************
* This port contains a prebuilt kernel module. Due to the ever changing *
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
-* source update. To do this execute the following commands :- *
-* cd $PREFIX/src/sys/modules/ltmdm *
-* make *
-* cp ltmdm.ko $PREFIX/share/ltmdm *
+* source update. To do this reinstall the port. *
*******************************************************************************
diff --git a/comms/ltmdm/pkg-plist b/comms/ltmdm/pkg-plist
index f97edc3ff6f7..c95da8369c72 100644
--- a/comms/ltmdm/pkg-plist
+++ b/comms/ltmdm/pkg-plist
@@ -1,11 +1,4 @@
-src/sys/modules/ltmdm/Makefile
-@dirrm src/sys/modules/ltmdm
-@dirrm src/sys/modules
-src/sys/dev/ltmdm/ltmdmsio.c
-src/sys/dev/ltmdm/ltmdmobj.o.uu
-@dirrm src/sys/dev/ltmdm
-@dirrm src/sys/dev
-@dirrm src/sys
+@unexec kldunload ltmdm || true
etc/rc.d/ltmdm.sh
share/ltmdm/ltmdm.ko
@dirrm share/ltmdm