From cd41e65b9dc06f6ca922b425762dd608c5529313 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 27 Mar 2005 02:39:38 +0000 Subject: [PATCH] BROKEN on amd64: Incomplete pkg-plist Approved by: portmgr (self) --- editors/xemacs-devel/Makefile | 1 + editors/xemacs/Makefile | 1 + editors/xemacs21-mule/Makefile | 1 + 3 files changed, 3 insertions(+) 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: