Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2005 21:29:54 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77769: [PATCH] devel/elftoaout: fix unfetchable
Message-ID:  <20050220102954.6E5FF1667@localhost>
Resent-Message-ID: <200502201030.j1KAUJf8031027@freefall.freebsd.org>

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

>Number:         77769
>Category:       ports
>Synopsis:       [PATCH] devel/elftoaout: fix unfetchable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 10:30:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
The folks over at debian seem to be maintaining a source dist called
sparc-utils which contains elftoaout, so we can borrow that.

>How-To-Repeat:
>Fix:

--- elftoaout-2.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/devel/elftoaout/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	22 Mar 2004 15:00:36 -0000	1.10
+++ Makefile	20 Feb 2005 10:26:31 -0000
@@ -8,12 +8,14 @@
 PORTNAME=	elftoaout
 PORTVERSION=	2.3
 CATEGORIES=	devel
-MASTER_SITES=	# dead
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR=pool/main/s/sparc-utils
+DISTNAME=	sparc-utils_1.9.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev
 
+WRKSRC=		${WRKDIR}/sparc-utils-1.9.orig/elftoaout-2.3
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 MAN1=		elftoaout.1
 PLIST_FILES=	bin/elftoaout
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/devel/elftoaout/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	29 Jan 2004 07:23:00 -0000	1.3
+++ distinfo	20 Feb 2005 10:23:58 -0000
@@ -1,2 +1,2 @@
-MD5 (elftoaout-2.3.tgz) = be3bd6f7ba8ae107cbdbaa820ba64f86
-SIZE (elftoaout-2.3.tgz) = 12507
+MD5 (sparc-utils_1.9.orig.tar.gz) = 08bf3f6d8433a1f4981a2afaa6b49a6c
+SIZE (sparc-utils_1.9.orig.tar.gz) = 110080
--- elftoaout-2.3.patch ends here ---

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



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