diff options
author | kris <kris@FreeBSD.org> | 2002-10-06 06:11:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-06 06:11:09 +0800 |
commit | 3b950c364ffdf1ffa2b957004ed1ac77b5feed63 (patch) | |
tree | 1488915b144d421d92064009f0a3d06ce7f59a98 | |
parent | 27cec74c4fea747f0f24cd60c80f504ffe6f51dc (diff) | |
download | freebsd-ports-gnome-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.tar.gz freebsd-ports-gnome-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.tar.zst freebsd-ports-gnome-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.zip |
BROKEN: Does not compile
-rw-r--r-- | cad/magic/Makefile | 2 | ||||
-rw-r--r-- | databases/libodbc++/Makefile | 2 | ||||
-rw-r--r-- | japanese/ee/Makefile | 2 | ||||
-rw-r--r-- | misc/kcd-devel/Makefile | 2 | ||||
-rw-r--r-- | misc/kcd/Makefile | 2 | ||||
-rw-r--r-- | net/trafcount/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vnterm/Makefile | 2 | ||||
-rw-r--r-- | www/larbin/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
9 files changed, 18 insertions, 0 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index e3bed4b174a9..36e87b943fa5 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not compile" + USE_XLIB= yes USE_GMAKE= yes diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index ab2380b9af8c..78588dce9e70 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://orcane.net/freeodbc++/download/${PORTVERSION}/ MAINTAINER= wjv@FreeBSD.org +BROKEN= "Does not compile" + USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/japanese/ee/Makefile b/japanese/ee/Makefile index 1d90b6acdb93..80351f4bec11 100644 --- a/japanese/ee/Makefile +++ b/japanese/ee/Makefile @@ -17,6 +17,8 @@ EXTRACT_ONLY= ee-3.0.tar.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp +BROKEN= "Does not compile" + LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna MANLANG= ja diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile index b95fd4479e7b..cdf1ce00bfa9 100644 --- a/misc/kcd-devel/Makefile +++ b/misc/kcd-devel/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not compile" + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index b95fd4479e7b..cdf1ce00bfa9 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +BROKEN= "Does not compile" + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/net/trafcount/Makefile b/net/trafcount/Makefile index 796b7821e891..fd1a48da6454 100644 --- a/net/trafcount/Makefile +++ b/net/trafcount/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= trafcount MAINTAINER= amir@boom.org.il +BROKEN= "Does not compile" + STARTUP= trafcount.sh MAN1= trafcount.1 diff --git a/vietnamese/vnterm/Makefile b/vietnamese/vnterm/Makefile index 60f383189060..0933a4025940 100644 --- a/vietnamese/vnterm/Makefile +++ b/vietnamese/vnterm/Makefile @@ -14,6 +14,8 @@ DISTNAME= xorg-1 MAINTAINER= obrien@FreeBSD.org +BROKEN= "Does not compile" + USE_IMAKE= yes .include <bsd.port.pre.mk> diff --git a/www/larbin/Makefile b/www/larbin/Makefile index 99b18ef2ca08..f03284b8e8e6 100644 --- a/www/larbin/Makefile +++ b/www/larbin/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ MAINTAINER= hiten@uk.FreeBSD.org +BROKEN= "Does not compile" + USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 87ed166a893b..2d5ebe059e5b 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ MAINTAINER= mi@aldan.algebra.com +BROKEN= "Does not compile" + BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 |