mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
eea2b2f9ca
commit
a64412f2a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107584
1 changed files with 3 additions and 7 deletions
|
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= emacs
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GNU editing macros
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
EMACS_VERSION= 19.34
|
||||
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
|
||||
PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
|
||||
|
@ -32,12 +34,6 @@ CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run
|
|||
STRIP=
|
||||
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:
|
||||
.for file in emacs-19.34 emacsclient etags ctags b2m
|
||||
${STRIP_CMD} ${PREFIX}/bin/${file}
|
||||
|
@ -50,4 +46,4 @@ post-install:
|
|||
@${MKDIR} ${PREFIX}/etc/rc.d
|
||||
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue