ports/83074: [PATCH] compile emacs port under powerpc

Dario Freni saturnero at freesbie.org
Wed Jul 6 22:40:41 UTC 2005


>Number:         83074
>Category:       ports
>Synopsis:       [PATCH] compile emacs port under powerpc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 06 22:40:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dario Freni
>Release:        FreeBSD 6.0-CURRENT powerpc
>Organization:
>Environment:
System: FreeBSD cristiana.saturnero.sat 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun 30 01:22:36 CEST 2005     satu at cristiana.saturnero.sat:/usr/obj/usr/src/sys/GENERIC  powerpc


	

>Description:
    Simple patch to configure.in to compile successfully under FreeBSD/powerpc
>How-To-Repeat:
	
>Fix:

diff -ur emacs.orig/Makefile emacs/Makefile
--- emacs.orig/Makefile	Thu Jul  7 00:17:50 2005
+++ emacs/Makefile	Thu Jul  7 00:27:03 2005
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	21.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	editors ipv6
 MASTER_SITES=		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ur emacs.orig/files/patch-configure.in emacs/files/patch-configure.in
--- emacs.orig/files/patch-configure.in	Thu Jul  7 00:17:50 2005
+++ emacs/files/patch-configure.in	Thu Jul  7 00:16:43 2005
@@ -1,6 +1,6 @@
 --- configure.in.orig	Sun Mar 16 17:06:05 2003
-+++ configure.in	Thu Mar 18 13:31:10 2004
-@@ -179,6 +179,18 @@
++++ configure.in	Thu Jul  7 00:14:52 2005
+@@ -179,6 +179,19 @@
  machine='' opsys='' unported=no
  case "${canonical}" in
  
@@ -13,13 +13,14 @@
 +      ia64-*-freebsd*)         machine=ia64 ;;
 +      i[3456]86-*-freebsd*)    machine=intel386 ;;
 +      sparc64-*-freebsd*)      machine=sparc ;;
++      powerpc-*-freebsd*)      machine=macppc ;;
 +    esac
 +  ;;
 +
    ## NetBSD ports
    *-*-netbsd* )
      opsys=netbsd
-@@ -1032,7 +1044,6 @@
+@@ -1032,7 +1045,6 @@
  				;;
        *-sysv4.2uw* )	  	opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
        *-386bsd* )	        opsys=386bsd ;;


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list