From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 20 07:59:57 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E253D106564A; Tue, 20 Jul 2010 07:59:57 +0000 (UTC) (envelope-from han@log69.com) Received: from bij-005.bijenkorf.hu (bij-005.bijenkorf.hu [91.83.48.130]) by mx1.freebsd.org (Postfix) with ESMTP id 98DD88FC0A; Tue, 20 Jul 2010 07:59:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by bij-005.bijenkorf.hu (Postfix) with ESMTP id D5BAB3A9EF; Tue, 20 Jul 2010 09:59:56 +0200 (CEST) Received: from bij-005.bijenkorf.hu ([127.0.0.1]) by localhost (bij-005.bijenkorf.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vIhc1QNKmAnB; Tue, 20 Jul 2010 09:59:51 +0200 (CEST) Received: from dell.andras (host-109-110-137-229.kabelszat2002.hu [109.110.137.229]) by bij-005.bijenkorf.hu (Postfix) with ESMTP id 218CE3A9DD; Tue, 20 Jul 2010 09:59:51 +0200 (CEST) Date: Tue, 20 Jul 2010 09:59:31 +0200 From: Horvath Andras To: Philippe =?UTF-8?B?QXVkw6lvdWQ=?= Message-ID: <20100720095931.5065fa42@dell.andras> In-Reply-To: <20100720073407.GA11445@tuxaco.net> References: <201007200653.o6K6rMaM079521@freefall.freebsd.org> <20100720091710.36452d59@dell.andras> <20100720073407.GA11445@tuxaco.net> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; name=patch_3.txt Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch_3.txt X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: 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: Tue, 20 Jul 2010 07:59:58 -0000 diff -ru aaphoto.old/Makefile aaphoto/Makefile --- aaphoto.old/Makefile 2010-06-03 09:56:16.000000000 +0200 +++ aaphoto/Makefile 2010-07-19 09:25:46.000000000 +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} @@ -15,6 +14,8 @@ MAINTAINER= han@log69.com COMMENT= Auto Adjust Photo, automatic color correction of photos +LICENSE= GPLv3 + LIB_DEPENDS= jasper:${PORTSDIR}/graphics/jasper \ jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png @@ -31,11 +32,11 @@ .include -.if ${ARCH} != "amd64" && ${ARCH} != "i386" -BROKEN= Does not compile on !amd64 and !i386 -.endif - -.if ${OSVERSION} >= 700000 +.if ${ARCH} == "amd64" || ${ARCH} == "i386" && ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif diff -ru aaphoto.old/distinfo aaphoto/distinfo --- aaphoto.old/distinfo 2010-05-10 15:16:39.000000000 +0200 +++ aaphoto/distinfo 2010-07-19 09:16:07.000000000 +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 diff -ru aaphoto.old/files/patch-Makefile.in aaphoto/files/patch-Makefile.in --- aaphoto.old/files/patch-Makefile.in 2010-05-23 15:21:24.000000000 +0200 +++ aaphoto/files/patch-Makefile.in 2010-07-19 09:14:44.000000000 +0200 @@ -5,7 +5,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = -Wall -O2 -D__OPENMP__ -fopenmp -+AM_CFLAGS = -Wall -O2 -Wno-unknown-pragmas ++AM_CFLAGS = -Wall -O2 AM_LDFLAGS = -ljasper -ljpeg -lpng -lm aaphoto_SOURCES = aaphoto.c INCLUDES =