diff options
-rw-r--r-- | comms/ltmdm/Makefile | 2 | ||||
-rw-r--r-- | net/qadsl/Makefile | 2 | ||||
-rw-r--r-- | security/pks/Makefile | 2 | ||||
-rw-r--r-- | sysutils/symon/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile index bf8a321e07a2..f097025c4f9e 100644 --- a/comms/ltmdm/Makefile +++ b/comms/ltmdm/Makefile @@ -15,6 +15,8 @@ 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 diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index e7526eaf8947..6217b4d45986 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -14,6 +14,8 @@ 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 diff --git a/security/pks/Makefile b/security/pks/Makefile index e24a21309dfa..f02d837fddd7 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -16,6 +16,8 @@ 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} \ diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index 0a994056f7fd..1b5931b0bcf3 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.xs4all.nl/~wpd/symon/philes/ MAINTAINER= q@galgenberg.net COMMENT= Performance and information monitoring tool +BROKEN= Incomplete pkg-plist + USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message |