diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 04:03:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 04:03:52 +0800 |
commit | 5a019e4a6be87a631e1b4b0d304d7aec9e623910 (patch) | |
tree | cdc03cb4fd54c5f3f143278e8ac49d4f55efdcfe /www | |
parent | 2abda2b3359ee8288e224c134de8e664e9bd684a (diff) | |
download | freebsd-ports-gnome-5a019e4a6be87a631e1b4b0d304d7aec9e623910.tar.gz freebsd-ports-gnome-5a019e4a6be87a631e1b4b0d304d7aec9e623910.tar.zst freebsd-ports-gnome-5a019e4a6be87a631e1b4b0d304d7aec9e623910.zip |
- Mark BROKEN on -CURRENT after Heimdal import
Diffstat (limited to 'www')
-rw-r--r-- | www/cacheboy/Makefile | 4 | ||||
-rw-r--r-- | www/cacheboy15-devel/Makefile | 4 | ||||
-rw-r--r-- | www/cacheboy16/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/cacheboy/Makefile b/www/cacheboy/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy/Makefile +++ b/www/cacheboy/Makefile @@ -178,6 +178,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT +.endif + # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB diff --git a/www/cacheboy15-devel/Makefile b/www/cacheboy15-devel/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy15-devel/Makefile +++ b/www/cacheboy15-devel/Makefile @@ -178,6 +178,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT +.endif + # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile index aa7c68e2769d..900cda387b0f 100644 --- a/www/cacheboy16/Makefile +++ b/www/cacheboy16/Makefile @@ -178,6 +178,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800037 +BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT +.endif + # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB |