Date: Tue, 20 Jul 2010 09:34:07 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= <jadawin@FreeBSD.org> To: Horvath Andras <han@log69.com>, baptiste.daroussin@gmail.com Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/148773: [PATCH] graphics/aaphoto: update to 0.38 Message-ID: <20100720073407.GA11445@tuxaco.net> In-Reply-To: <20100720091710.36452d59@dell.andras> References: <201007200653.o6K6rMaM079521@freefall.freebsd.org> <20100720091710.36452d59@dell.andras>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 Jul 2010, Horvath Andras wrote: > Could anybody help me test the port with the patch to compile on a > tier-2 hardware and confirm that it works? >=20 >=20 > On Tue, 20 Jul 2010 06:53:22 GMT > jadawin@FreeBSD.org wrote: >=20 > > Synopsis: [PATCH] graphics/aaphoto: update to 0.38 > >=20 > > Responsible-Changed-From-To: freebsd-ports-bugs->jadawin > > Responsible-Changed-By: jadawin > > Responsible-Changed-When: Tue Jul 20 06:53:22 UTC 2010 > > Responsible-Changed-Why:=20 > > I'll take it. > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D148773 > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.= org" Hello, I tested it on my tinderbox: [...] cd . && /bin/sh /work/a/ports/graphics/aaphoto/work/aaphoto-0.38/missing --run autoheader autoheader: not found WARNING: `autoheader' is missing on your system. You should only need it if you modified `acconfig.h' or `configure.ac'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. [...] =66rom http://a.tchoum.info/tb/logs/7.1-FreeBSD/aaphoto-0.38.log btw i don't really understand why=20 -.if ${ARCH} !=3D "amd64" && ${ARCH} !=3D "i386" -BROKEN=3D Does not compile on !amd64 and !i386 -.endif - -.if ${OSVERSION} >=3D 700000 +.if ${OSVERSION} >=3D 700000 && \ + ${ARCH} !=3D "ia64" && \ + ${ARCH} !=3D "powerpc" && \ + ${ARCH} !=3D "powerpc64" && \ + ${ARCH} !=3D "sparc64" is better. if ${ARCH} !=3D "amd64" && ${ARCH} !=3D "i386" is enough to test arch. Regards, --=20 Philippe Aud=E9oud "Multiple exclamation marks are a sure sign of a diseased mind."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100720073407.GA11445>