ports/102937: Update port: archivers/epkg Fix for compiling on ia64 systems

Jim Pirzyk pirzyk at FreeBSD.org
Wed Sep 6 13:42:36 UTC 2006


>Number:         102937
>Category:       ports
>Synopsis:       Update port: archivers/epkg Fix for compiling on ia64 systems
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 06 13:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
>Environment:
System: FreeBSD lilo.ci.uiuc.edu 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Mon Aug 28 05:21:08 UTC 2006 root at builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Sun Jun 25 09:13:17 2006
+++ Makefile	Wed Sep  6 08:33:53 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	epkg
 PORTVERSION=	2.3.9
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://ftp.feep.net/pub/encap/epkg/
 
--- files/patch-lib_platform.c.orig	Wed Sep  6 08:33:20 2006
+++ files/patch-lib_platform.c	Wed Sep  6 08:32:54 2006
@@ -0,0 +1,11 @@
+--- ./lib/platform.c.orig	Wed Apr 21 11:00:26 2004
++++ ./lib/platform.c	Wed Sep  6 08:32:24 2006
+@@ -213,7 +213,7 @@
+ 	*/
+ 	if (strcmp(ut.sysname, "AIX") == 0)
+ 	{
+-#ifdef __ia64
++#if defined __ia64 && defined _AIX
+ 		if (__ia64())
+ 			strlcpy(archbuf, "ia64", sizeof(archbuf));
+ 		else /* if (__power_pc() || __power_rs()) */
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list