Set ONLY_FOR_ARCHS=i386; this either does not compile, or does not run on

non-i386 architectures.  Use a newer version instead.
This commit is contained in:
Kris Kennaway 2004-04-19 12:50:31 +00:00
parent eea2b2f9ca
commit a64412f2a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107584

View file

@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= emacs
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= GNU editing macros COMMENT= GNU editing macros
ONLY_FOR_ARCHS= i386
EMACS_VERSION= 19.34 EMACS_VERSION= 19.34
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
@ -32,12 +34,6 @@ CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run
STRIP= STRIP=
MAN1= emacs.1 etags.1 ctags.1 MAN1= emacs.1 etags.1 ctags.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${OSVERSION} >= 502102
BROKEN= "Does not compile on !i386 5.x"
.endif
post-install: post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m .for file in emacs-19.34 emacsclient etags ctags b2m
${STRIP_CMD} ${PREFIX}/bin/${file} ${STRIP_CMD} ${PREFIX}/bin/${file}
@ -50,4 +46,4 @@ post-install:
@${MKDIR} ${PREFIX}/etc/rc.d @${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
.include <bsd.port.post.mk> .include <bsd.port.mk>