diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-14 09:22:57 +0000 |
commit | 609ba5cbebd8c7447b56b7ab387c8e53e5138214 (patch) | |
tree | 831ad91152416309813b49cb426e202b35f5c3c5 | |
parent | BROKEN: Configure fails (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=153426
-rw-r--r-- | audio/musicbrainz/Makefile | 2 | ||||
-rw-r--r-- | emulators/psim-freebsd/Makefile | 2 | ||||
-rw-r--r-- | graphics/devil/Makefile | 2 | ||||
-rw-r--r-- | japanese/chasen-base/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-prime/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-skk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 | ||||
-rw-r--r-- | net/mldonkey/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index 352cd29bc2fd..462f6a763e88 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -16,6 +16,8 @@ COMMENT= 2nd generation incarnation of the CD Index - audio metadata CONFLICTS= libmusicbrainz-* +BROKEN= Does not build + USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index ec1901a05fb6..24ed292c78a7 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -17,6 +17,8 @@ DISTNAME= gdb-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6 +BROKEN= Does not build + USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index e9128f1324c3..f95f782068cc 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ OPTIONS= SDL "Enable SDL support" off +BROKEN= Does not build + .include <bsd.port.pre.mk> .if defined(WITH_SDL) diff --git a/japanese/chasen-base/Makefile b/japanese/chasen-base/Makefile index a63074efdda6..13a8538eaa3a 100644 --- a/japanese/chasen-base/Makefile +++ b/japanese/chasen-base/Makefile @@ -22,6 +22,8 @@ COMMENT= Japanese Morphological Analysis System BUILD_DEPENDS= ${LOCALBASE}/include/darts.h:${PORTSDIR}/devel/darts +BROKEN= Does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-darts=${LOCALBASE}/include --with-libiconv=${LOCALBASE} USE_ICONV= yes diff --git a/japanese/scim-prime/Makefile b/japanese/scim-prime/Makefile index 8d176bab7a20..0c0646fc3bff 100644 --- a/japanese/scim-prime/Makefile +++ b/japanese/scim-prime/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ prime:${PORTSDIR}/japanese/prime RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not build + USE_GNOME= lthack USE_X_PREFIX= yes USE_ICONV= yes diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index f385d800153b..91a07e7d6e24 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -17,6 +17,8 @@ COMMENT= SCIM IMEngine module like SKK BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Does not build + USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index e7f478d514e5..0239fca67967 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -17,6 +17,8 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BROKEN= Does not build + CONFLICTS= mldonkey-devel-[0-9]* USE_BZIP2= yes diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index e7f478d514e5..0239fca67967 100644 --- a/net/mldonkey/Makefile +++ b/net/mldonkey/Makefile @@ -17,6 +17,8 @@ COMMENT?= A OCAML client for multiple peer-to-peer networks BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BROKEN= Does not build + CONFLICTS= mldonkey-devel-[0-9]* USE_BZIP2= yes |