From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 24 11:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 500CC1065675 for ; Sun, 24 Oct 2010 11:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1177B8FC13 for ; Sun, 24 Oct 2010 11:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OBo6F5006171 for ; Sun, 24 Oct 2010 11:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9OBo6d7006170; Sun, 24 Oct 2010 11:50:06 GMT (envelope-from gnats) Resent-Date: Sun, 24 Oct 2010 11:50:06 GMT Resent-Message-Id: <201010241150.o9OBo6d7006170@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E648106566C for ; Sun, 24 Oct 2010 11:47:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2658FC16 for ; Sun, 24 Oct 2010 11:47:36 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9OBlaXF064520 for ; Sun, 24 Oct 2010 11:47:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o9OBlabO064519; Sun, 24 Oct 2010 11:47:36 GMT (envelope-from nobody) Message-Id: <201010241147.o9OBlabO064519@www.freebsd.org> Date: Sun, 24 Oct 2010 11:47:36 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/151683: [Patch] Unbreak sysutils/aimage by updating to version 3.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 11:50:07 -0000 >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@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 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: