mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
[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>
This commit is contained in:
parent
9ce6b34139
commit
b3bfbdcfa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212939
@ -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}
|
||||
|
14
editors/emacs/files/patch-emacs-arm
Normal file
14
editors/emacs/files/patch-emacs-arm
Normal file
@ -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 ;;
|
@ -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}
|
||||
|
14
editors/emacs22/files/patch-emacs-arm
Normal file
14
editors/emacs22/files/patch-emacs-arm
Normal file
@ -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 ;;
|
@ -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}
|
||||
|
14
editors/emacs23/files/patch-emacs-arm
Normal file
14
editors/emacs23/files/patch-emacs-arm
Normal file
@ -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 ;;
|
Loading…
Reference in New Issue
Block a user