aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 10:39:38 +0800
committerkris <kris@FreeBSD.org>2005-03-27 10:39:38 +0800
commitac267bdc35c2c9abf6b2cb74f13c37b940833ff4 (patch)
tree44c8bf3b17bedf5c47e44da25bcf535d53d2cb97
parent6fbe6c59ac6d7b20490dfd582eab07da4767f1cd (diff)
downloadfreebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.tar.gz
freebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.tar.zst
freebsd-ports-gnome-ac267bdc35c2c9abf6b2cb74f13c37b940833ff4.zip
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self)
-rw-r--r--editors/xemacs-devel/Makefile1
-rw-r--r--editors/xemacs/Makefile1
-rw-r--r--editors/xemacs21-mule/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 8e1174b950e6..770b52cd39e8 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -61,6 +61,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
# Undump and malloc do not behave on amd64 at the moment
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --with-system-malloc --pdump
+BROKEN= "Incomplete pkg-plist"
.endif
.if exists(${X11BASE}/lib/libXm.so)
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 6f6d637861e4..7f5773c95b2b 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -48,6 +48,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
# Undump and malloc do not behave on amd64 at the moment
.if ${ARCH} == amd64
CONFIGURE_ARGS+= --with-system-malloc --pdump
+BROKEN= "Incomplete pkg-plist"
.endif
.if !defined(WITHOUT_X11)
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 98cae6376807..10edadf96e46 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -100,6 +100,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
# Undump and malloc do not behave on amd64 at the moment
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+=--with-system-malloc --pdump
+BROKEN= "Incomplete pkg-plist"
.endif
pre-fetch: