Index: Makefile =================================================================== RCS file: /home/pcvs/ports/comms/ltmdm/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 26 Feb 2006 01:13:45 -0000 1.28 +++ Makefile 27 Feb 2006 11:26:00 -0000 @@ -7,36 +7,48 @@ PORTNAME= ltmdm PORTVERSION= 1.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= comms MASTER_SITES= http://www.dons.net.au/~darius/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= osa@FreeBSD.org COMMENT= Driver for the Lucent LT Winmodem chipset +DEVDIR= ${DESTDIR}/dev +MODULES_WITH_WORLD?= yes ONLY_FOR_ARCHS= i386 BUILD_WRKSRC= ${WRKSRC}/sys/modules/ltmdm NO_WRKSUBDIR= yes +SUB_FILES+= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message +NO_PACKAGE= should be recompiled for a particular FreeBSD kernel -USE_RC_SUBR= ltmdm.sh -SUB_LIST= MAJOR=${LTMDM_DEV_MAJOR} -LTMDM_DEV_MAJOR ?= 228 -LTMDM_OBJ_VERSION ?= 600 +LTMDM_DEV_MAJOR?= 228 +LTMDM_OBJ_VERSION?= 600 .if defined(WITH_595_OBJ) -MAKE_ARGS= LTMDM_OBJ_VERSION=595 +MAKE_ARGS+= LTMDM_OBJ_VERSION=595 .endif MAKE_ARGS+= LTMDM_DEV_MAJOR=${LTMDM_DEV_MAJOR} MAKE_ARGS+= LTMDM_OBJ_VERSION=${LTMDM_OBJ_VERSION} -MAKE_ENV+= WERROR= +#MAKE_ENV+= WERROR= +STRIP= # do not strip kernel module PORTDOCS= README.TXT README-en.TXT INSTALL.TXT INSTALL-en.TXT SYSDIR?= ${SRC_BASE}/sys -PLIST_FILES= %%DATADIR%%/ltmdm.ko -PLIST_DIRS= %%DATADIR%% +.include + +.if ${OSVERSION} < 500000 +MAJOR= ${LTMDM_DEV_MAJOR} +PLIST_SUB+= FREEBSD5="@comment " FREEBSD4="" +PLIST_SUB+= MAJOR=${MAJOR} +.else +PLIST_SUB+= FREEBSD5="" FREEBSD4="@comment " +.endif +PLIST_SUB+= KMODDIR=${KMODDIR} pre-fetch: .if !exists(${SYSDIR}/Makefile) @@ -54,14 +66,26 @@ .endif do-install: - @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/sys/modules/ltmdm/ltmdm.ko ${DATADIR} + @${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ltmdm.ko ${KMODDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .endif + +.if ${OSVERSION} < 500000 + @${RM} -f ${DEVDIR}/cual0 ${DEVDIR}/cuail0 ${DEVDIR}/cuall0 + @umask 7 + @mknod ${DEVDIR}/cual0 c ${MAJOR} 128 uucp:dialer + @mknod ${DEVDIR}/cuail0 c ${MAJOR} 160 uucp:dialer + @mknod ${DEVDIR}/cuall0 c ${MAJOR} 192 uucp:dialer + @${RM} -f ${DEVDIR}/ttyl0 ${DEVDIR}/ttyil0 ${DEVDIR}/ttyll0 + @umask 77 + @mknod ${DEVDIR}/ttyl0 c ${MAJOR} 0 uucp:dialer + @mknod ${DEVDIR}/ttyil0 c ${MAJOR} 32 uucp:dialer + @mknod ${DEVDIR}/ttyll0 c ${MAJOR} 64 uucp:dialer +.endif @${CAT} ${PKGMESSAGE} -.include +.include Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/comms/ltmdm/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 18 Apr 2005 15:20:08 -0000 1.6 +++ pkg-plist 27 Feb 2006 11:26:00 -0000 @@ -1 +1,18 @@ -@unexec sh %D/etc/rc.d/ltmdm.sh stop || true +@cwd %%KMODDIR%% +ltmdm.ko +%%FREEBSD5%%@unexec kldxref %D +%%FREEBSD4%%@cwd /dev +%%FREEBSD4%%@exec umask 7 +%%FREEBSD4%%@exec mknod /dev/cual0 c %%MAJOR%% 128 uucp:dialer +%%FREEBSD4%%@exec mknod /dev/cuail0 c %%MAJOR%% 160 uucp:dialer +%%FREEBSD4%%@exec mknod /dev/cuall0 c %%MAJOR%% 192 uucp:dialer +%%FREEBSD4%%@exec umask 77 +%%FREEBSD4%%@exec mknod /dev/ttyl0 c %%MAJOR%% 0 uucp:dialer +%%FREEBSD4%%@exec mknod /dev/ttyil0 c %%MAJOR%% 32 uucp:dialer +%%FREEBSD4%%@exec mknod /dev/ttyll0 c %%MAJOR%% 64 uucp:dialer +%%FREEBSD4%%@unexec rm -f /dev/cual0 +%%FREEBSD4%%@unexec rm -f /dev/cuail0 +%%FREEBSD4%%@unexec rm -f /dev/cuall0 +%%FREEBSD4%%@unexec rm -f /dev/ttyl0 +%%FREEBSD4%%@unexec rm -f /dev/ttyil0 +%%FREEBSD4%%@unexec rm -f /dev/ttyll0 --- /dev/null Mon Feb 27 14:25:01 2006 +++ files/pkg-message.in Mon Feb 27 12:28:33 2006 @@ -0,0 +1,17 @@ +******************************************************************************* +* * +* 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 reinstall the port. * +* * +******************************************************************************* +To use these drivers, make sure that you have loaded the ltmdm kernel +module, by doing + + # kldload ltmdm + +or adding + + ltmdm_load="YES" + +to your /boot/loader.conf.