aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--comms/ltmdm/Makefile7
-rw-r--r--comms/ltmdm/pkg-message4
-rw-r--r--net/qadsl/Makefile9
-rw-r--r--security/pks/Makefile5
4 files changed, 8 insertions, 17 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile
index f097025c4f9e..2538e7ae05dd 100644
--- a/comms/ltmdm/Makefile
+++ b/comms/ltmdm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ltmdm
PORTVERSION= 1.4
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= comms
MASTER_SITES= http://www.dons.net.au/~darius/
EXTRACT_SUFX= .tgz
@@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Driver for the Lucent LT Winmodem chipset
-BROKEN= Incomplete pkg-plist
-
ONLY_FOR_ARCHS= i386
BUILD_WRKSRC= ${WRKSRC}/sys/modules/ltmdm
NO_WRKSUBDIR= yes
@@ -27,7 +25,7 @@ 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}
@@ -58,7 +56,6 @@ pre-fetch:
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/sys/modules/ltmdm/ltmdm.ko ${DATADIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/ltmdm.sh ${PREFIX}/etc/rc.d/
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
diff --git a/comms/ltmdm/pkg-message b/comms/ltmdm/pkg-message
index 67bfbfcbefa1..d74241a48c1a 100644
--- a/comms/ltmdm/pkg-message
+++ b/comms/ltmdm/pkg-message
@@ -1,7 +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 reinstall the port. *
+* *
*******************************************************************************
-
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile
index 6217b4d45986..814a32eae1d7 100644
--- a/net/qadsl/Makefile
+++ b/net/qadsl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qadsl
PORTVERSION= 1.3.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://savannah.gnu.org/download/alive/
DISTNAME= qadsl-${PORTVERSION}
@@ -14,15 +15,12 @@ DISTNAME= qadsl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Auto login/Keep-alive for Telia AB ADSL, COMHEM Cable and Tiscali Internet
-BROKEN= Incomplete pkg-plist
-
USE_RC_SUBR= qadsl.sh
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= \
- --with-global-cfg=${PREFIX}/etc/qadsl.conf \
+CONFIGURE_ARGS= --with-global-cfg=${PREFIX}/etc/qadsl.conf \
--with-pidfile=/var/run/qadsl.pid
MAN8= qadsl.8
@@ -31,10 +29,9 @@ INFO= qadsl
PLIST_FILES= sbin/qadsl etc/qadsl.conf.sample
post-extract:
- @${CAT} ${WRKSRC}/etc/qadsl.conf > ${WRKSRC}/etc/qadsl.conf.sample
+ @${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/qadsl.sh ${PREFIX}/etc/rc.d/qadsl.sh
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/security/pks/Makefile b/security/pks/Makefile
index f02d837fddd7..bfac8267a94f 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pks
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= security www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,8 +17,6 @@ COMMENT= PGP Public Key Server
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2
-BROKEN= Incomplete pkg-plist
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/pks --localstatedir=/var/pks \
--sysconfdir=${EXAMPLESDIR} \
@@ -28,7 +27,6 @@ MAKE_ENV+= LDFLAGS=-L${LOCALBASE}/lib SUBDIRS=
USE_RC_SUBR= pksd.sh
MAN5= pksd.conf.5
MAN8= pks-intro.8 pksclient.8 pksd.8 pksdctl.8
-USE_REINPLACE= yes
SUB_FILES= pkg-message pkg-deinstall
# remove embedded sleepycat, remove associated build commands, make
@@ -41,7 +39,6 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/pksd.sh ${PREFIX}/etc/rc.d/pksd.sh
${INSTALL_DATA} ${WRKSRC}/pksd.conf ${PREFIX}/etc/pksd.conf.sample
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}