ports/151683: [Patch] Unbreak sysutils/aimage by updating to version 3.2.4

Herbert J. Skuhra h.skuhra at gmail.com
Sun Oct 24 11:50:07 UTC 2010


>Number:         151683
>Category:       ports
>Synopsis:       [Patch] Unbreak sysutils/aimage by updating to version 3.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 24 11:50:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
FreeBSD oslo.ath.cx 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Sep 24 21:12:01 CEST 2010     herbert at oslo.ath.cx:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The attached patch updates sysutils/aimage to version 3.2.4. 
This version builds fine with current version of afflib from ports.
I have removed "USE_AUTOTOOLS" and post-patch lines, because port builds fine without them (at least on releng_7 and releng_8).


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru sysutils/aimage.orig/Makefile sysutils/aimage/Makefile
--- sysutils/aimage.orig/Makefile	2010-10-24 13:06:50.000000000 +0200
+++ sysutils/aimage/Makefile	2010-10-24 13:11:55.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	aimage
-PORTVERSION=	3.2.1
-PORTREVISION=	1
+PORTVERSION=	3.2.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://afflib.org/downloads/
 
@@ -16,16 +15,10 @@
 
 LIB_DEPENDS=	afflib:${PORTSDIR}/sysutils/afflib
 
-BROKEN=		does not compile
-
 USE_OPENSSL=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf:268
 
 PLIST_FILES=	bin/aimage
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
-
 .include <bsd.port.mk>
diff -ru sysutils/aimage.orig/distinfo sysutils/aimage/distinfo
--- sysutils/aimage.orig/distinfo	2010-10-24 13:06:50.000000000 +0200
+++ sysutils/aimage/distinfo	2010-10-24 13:09:54.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (aimage-3.2.1.tar.gz) = 0afd3376fe2c8dd8e43571282505a9fb
-SHA256 (aimage-3.2.1.tar.gz) = b647291ae743327ab8d351f5a1d3cdc494bc527d652f08c60b996ec7d6d307a5
-SIZE (aimage-3.2.1.tar.gz) = 342270
+MD5 (aimage-3.2.4.tar.gz) = bb6e4e91524612570a481b6470fe7cd1
+SHA256 (aimage-3.2.4.tar.gz) = 443a98f8820e86504d0036e0075d4a8324d01acc6451c529a2f381cffc23b7b4
+SIZE (aimage-3.2.4.tar.gz) = 144764


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



More information about the freebsd-ports-bugs mailing list