diff options
author | kris <kris@FreeBSD.org> | 2007-06-10 12:16:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-06-10 12:16:24 +0800 |
commit | 2f641a3cca295a0c6274d4bc06352f39f8277f9e (patch) | |
tree | e0d28a8113ed637c5b36e0eacafb1da8da91ee90 | |
parent | d946158815ee861bc08a0e98b1c2309623a4b8df (diff) | |
download | freebsd-ports-gnome-2f641a3cca295a0c6274d4bc06352f39f8277f9e.tar.gz freebsd-ports-gnome-2f641a3cca295a0c6274d4bc06352f39f8277f9e.tar.zst freebsd-ports-gnome-2f641a3cca295a0c6274d4bc06352f39f8277f9e.zip |
BROKEN: Does not compile
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 2 | ||||
-rw-r--r-- | net/samba-pdbsql/Makefile | 2 | ||||
-rw-r--r-- | security/samba-vscan/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile index c5743c856d29..fb4285196a41 100644 --- a/databases/p5-DBD-PgSPI/Makefile +++ b/databases/p5-DBD-PgSPI/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ ${NONEXISTENT}:${PORTSDIR}/${POSTGRESQL_PORT}:configure RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-postgresql-plperl +BROKEN= Does not compile + USE_GMAKE= yes USE_PGSQL= yes PERL_CONFIGURE= yes diff --git a/net/samba-pdbsql/Makefile b/net/samba-pdbsql/Makefile index f1d2636aa84c..43cfead46438 100644 --- a/net/samba-pdbsql/Makefile +++ b/net/samba-pdbsql/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${PKGNAMEPREFIX}${SAMBA_VERSION} MAINTAINER= timur@gnu.org COMMENT= Multiplexor, MySQL and PostgeSQL passdb backends for Samba3 +BROKEN= Does not compile + USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index abfd76b5c2e2..f03197f76647 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -17,6 +17,8 @@ COMMENT= On-access virus scanning with Samba BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${VSCAN_SAMBA_PORT}:configure +BROKEN= Does not compile + OPTIONS= VSCAN_ANTIVIR "for use with AntiVir" off \ VSCAN_CLAMAV "for use with Clam AntiVirus Daemon" off \ VSCAN_FPROTD "for use with F-Prot Daemon" off \ |