diff options
author | kris <kris@FreeBSD.org> | 2005-07-18 03:51:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-18 03:51:48 +0800 |
commit | da8e893ed4936df3c2c93fb3a056f3a382e1eb00 (patch) | |
tree | 6691b585fea6db561d801c0ed41ebba9291f1680 | |
parent | c508f365df3757a71293beca448c31510941704f (diff) | |
download | freebsd-ports-gnome-da8e893ed4936df3c2c93fb3a056f3a382e1eb00.tar.gz freebsd-ports-gnome-da8e893ed4936df3c2c93fb3a056f3a382e1eb00.tar.zst freebsd-ports-gnome-da8e893ed4936df3c2c93fb3a056f3a382e1eb00.zip |
BROKEN: incomplete pkg-plist
-rw-r--r-- | games/rtcw/Makefile | 2 | ||||
-rw-r--r-- | games/stvef-server/Makefile | 2 | ||||
-rw-r--r-- | mail/dcc-dccd/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-SAP/Makefile | 2 | ||||
-rw-r--r-- | sysutils/p5-Filesys-DiskSpace/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 37a8a142d439..6ec9a7624b94 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .run MAINTAINER= nik@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux +BROKEN= Incomplete pkg-plist + ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_X_PREFIX= yes diff --git a/games/stvef-server/Makefile b/games/stvef-server/Makefile index a3da8be781c4..f1b2a816d592 100644 --- a/games/stvef-server/Makefile +++ b/games/stvef-server/Makefile @@ -15,6 +15,8 @@ DISTFILES= stveflinuxdedicated120.zip MAINTAINER= nik@FreeBSD.org COMMENT= Star Trek Voyager: Elite Forces dedicated server for Linux +BROKEN= Incomplete pkg-plist + ONLY_FOR_ARCHS= i386 USE_ZIP= yes USE_LINUX= yes diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index 3008bd33d994..599ac2adc3d1 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dean@odyssey.apana.org.au COMMENT= Distributed Checksum Clearinghouse procmail, sendmail support +BROKEN= Incomplete pkg-plist + USE_REINPLACE= yes HAS_CONFIGURE= yes MANCOMPRESSED= yes diff --git a/net/p5-Net-SAP/Makefile b/net/p5-Net-SAP/Makefile index 5bd302b0e727..f7f9ff055652 100644 --- a/net/p5-Net-SAP/Makefile +++ b/net/p5-Net-SAP/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.ORG COMMENT= Session Announcement Protocol (rfc2974) packet parser +BROKEN= Incomplete pkg-plist + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Socket/Multicast.pm:${PORTSDIR}/net/p5-IO-Socket-Multicast \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/sysutils/p5-Filesys-DiskSpace/Makefile b/sysutils/p5-Filesys-DiskSpace/Makefile index 8825208b6104..82a8aa11a5b6 100644 --- a/sysutils/p5-Filesys-DiskSpace/Makefile +++ b/sysutils/p5-Filesys-DiskSpace/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl equivalent of statfs(2) +BROKEN= Incomplete pkg-plist + PERL_CONFIGURE= yes MAN3= Filesys::DiskSpace.3 |