From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 19 20:00:05 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 1F2601065670 for ; Mon, 19 Jul 2010 20:00:05 +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 C7B1C8FC1C for ; Mon, 19 Jul 2010 20:00:04 +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 o6JK04fL028365 for ; Mon, 19 Jul 2010 20:00:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6JK04lS028364; Mon, 19 Jul 2010 20:00:04 GMT (envelope-from gnats) Resent-Date: Mon, 19 Jul 2010 20:00:04 GMT Resent-Message-Id: <201007192000.o6JK04lS028364@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, Bapt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F6F1065673 for ; Mon, 19 Jul 2010 19:59:11 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 39B478FC0C for ; Mon, 19 Jul 2010 19:59:10 +0000 (UTC) Received: by wyf22 with SMTP id 22so5644181wyf.13 for ; Mon, 19 Jul 2010 12:59:10 -0700 (PDT) Received: by 10.227.128.4 with SMTP id i4mr4517156wbs.106.1279569548487; Mon, 19 Jul 2010 12:59:08 -0700 (PDT) Received: from baptiste.daroussin@gmail.com (stc92-3-82-245-249-89.fbx.proxad.net [82.245.249.89]) by mx.google.com with ESMTPS id a27sm43417496wbe.0.2010.07.19.12.59.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 12:59:07 -0700 (PDT) Received: by baptiste.daroussin@gmail.com (sSMTP sendmail emulation); Mon, 19 Jul 2010 21:59:04 +0200 Message-Id: <4c44ae8b.5b26e30a.667c.ffffd5fb@mx.google.com> Date: Mon, 19 Jul 2010 21:59:04 +0200 From: Bapt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: han@log69.com Subject: ports/148773: [PATCH] graphics/aaphoto: update to 0.38 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: Mon, 19 Jul 2010 20:00:05 -0000 >Number: 148773 >Category: ports >Synopsis: [PATCH] graphics/aaphoto: update to 0.38 >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: Mon Jul 19 20:00:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Bapt >Release: FreeBSD 8.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD azathoth.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #6 r210216M: Sun Jul 18 15:11:06 CEST >Description: - Update to 0.38 - Add license - Use ONLY_FOR_ARCHS Port maintainer (han@log69.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- aaphoto-0.38.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/aaphoto.orig/Makefile /usr/ports/graphics/aaphoto/Makefile --- /usr/ports/graphics/aaphoto.orig/Makefile 2010-07-19 21:57:09.032084838 +0200 +++ /usr/ports/graphics/aaphoto/Makefile 2010-07-19 21:56:34.073190805 +0200 @@ -6,8 +6,7 @@ # PORTNAME= aaphoto -PORTVERSION= 0.37 -PORTREVISION= 1 +PORTVERSION= 0.38 CATEGORIES= graphics MASTER_SITES= http://log69.com/downloads/ DISTNAME= ${PORTNAME}_sources_v${PORTVERSION} @@ -19,6 +18,9 @@ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -29,20 +31,16 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ NEWS README TODO -.include +ONLY_FOR_ARCHS= amd64 i386 -.if ${ARCH} != "amd64" && ${ARCH} != "i386" -BROKEN= Does not compile on !amd64 and !i386 -.endif +.include .if ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif do-install: -.for FILE in aaphoto - ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/aaphoto ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/graphics/aaphoto.orig/distinfo /usr/ports/graphics/aaphoto/distinfo --- /usr/ports/graphics/aaphoto.orig/distinfo 2010-07-19 21:57:09.029082508 +0200 +++ /usr/ports/graphics/aaphoto/distinfo 2010-07-19 21:51:17.511177439 +0200 @@ -1,3 +1,3 @@ -MD5 (aaphoto_sources_v0.37.tar.gz) = f9cfaf7112713cb937f7b3ac1236d077 -SHA256 (aaphoto_sources_v0.37.tar.gz) = 2efe35c406ea5bd0b8a05a6eab02437c6b3eefbff38d4d74c0f200023c4f7ae4 -SIZE (aaphoto_sources_v0.37.tar.gz) = 134442 +MD5 (aaphoto_sources_v0.38.tar.gz) = 99c07a650eda444e753cb611dd0c9d36 +SHA256 (aaphoto_sources_v0.38.tar.gz) = e2a4de457d957bb80925beb18c79b4128982941dec24f506dfa2d495830ce63e +SIZE (aaphoto_sources_v0.38.tar.gz) = 134661 --- aaphoto-0.38.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: