Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2006 08:38:16 -0500 (CDT)
From:      Jim Pirzyk <pirzyk@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102937: Update port: archivers/epkg Fix for compiling on ia64 systems
Message-ID:  <200609061338.k86DcGnh024304@lilo.ci.uiuc.edu>
Resent-Message-ID: <200609061340.k86DeIjB095030@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609061338.k86DcGnh024304>