summaryrefslogtreecommitdiff
path: root/editors/emacs22
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-12 00:57:10 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-12 00:57:10 +0000
commitb3bfbdcfa60d60db7f1f0435b4adf3457c996c74 (patch)
tree730cf9e2ea767c4969535f8f70cfa7e29b61cd54 /editors/emacs22
parent- Adjust OSVERSION from where wi(4) is not supported by this port. [1] (diff)
[patch] editors/emacs build on arm
PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr>
Notes
Notes: svn path=/head/; revision=212939
Diffstat (limited to 'editors/emacs22')
-rw-r--r--editors/emacs22/Makefile2
-rw-r--r--editors/emacs22/files/patch-emacs-arm14
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 3e5913ed4052..99d7720bc867 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/editors/emacs22/files/patch-emacs-arm b/editors/emacs22/files/patch-emacs-arm
new file mode 100644
index 000000000000..9d3c171b3d4f
--- /dev/null
+++ b/editors/emacs22/files/patch-emacs-arm
@@ -0,0 +1,14 @@
+diff -uNr emacs.orig/files/patch-configure emacs/files/patch-configure
+--- emacs.orig/files/patch-configure 1970-01-01 12:00:00.000000000 +1200
++++ emacs/files/patch-configure 2008-02-08 09:20:46.000000000 +1300
+@@ -0,0 +1,10 @@
++--- configure.orig Fri Feb 8 09:19:48 2008
+++++ configure Fri Feb 8 09:20:26 2008
++@@ -2204,6 +2204,7 @@
++ opsys=freebsd
++ case "${canonical}" in
++ alpha*-*-freebsd*) machine=alpha ;;
+++ arm*-*-freebsd*) machine=arm ;;
++ ia64-*-freebsd*) machine=ia64 ;;
++ sparc64-*-freebsd*) machine=sparc ;;
++ powerpc-*-freebsd*) machine=macppc ;;