Date: Sun, 17 Dec 2006 02:05:16 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Martin Wilke <miwi@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, Jean-Baptiste Quenot <jbq@caraldi.com>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/resin3 Makefile Message-ID: <20061217070516.GA39011@xor.obsecurity.org> In-Reply-To: <200612162203.kBGM3GPa097887@repoman.freebsd.org> References: <200612162203.kBGM3GPa097887@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Sat, Dec 16, 2006 at 10:03:16PM +0000, Martin Wilke wrote: > miwi 2006-12-16 22:03:16 UTC > > FreeBSD ports repository > > Modified files: > www/resin3 Makefile > Log: > - Fix build on 64-bit architectures > > PR: ports/106816 > Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) Um, I specifically said to the maintainer not to "fix" it this way. Kris > > Revision Changes Path > 1.28 +6 -0 ports/www/resin3/Makefile > http://cvsweb.FreeBSD.org/ports/www/resin3/Makefile.diff?r1=1.27&r2=1.28 > | =================================================================== > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v > | retrieving revision 1.27 > | retrieving revision 1.28 > | diff -u -p -r1.27 -r1.28 > | --- ports/www/resin3/Makefile 2006/08/28 21:32:16 1.27 > | +++ ports/www/resin3/Makefile 2006/12/16 22:03:16 1.28 > | @@ -2,11 +2,12 @@ > | # Whom: Jean-Baptiste Quenot <jb.quenot@caraldi.com> > | # Date Created: 2003-09-29 14:17:14 > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v 1.27 2006/08/28 21:32:16 hq Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/resin3/Makefile,v 1.28 2006/12/16 22:03:16 miwi Exp $ > | # > | > | PORTNAME= resin > | PORTVERSION= 3.0.21 > | +PORTREVISION= 1 > | CATEGORIES= www java > | MASTER_SITES= http://www.caucho.com/download/ > | > | @@ -113,6 +114,11 @@ SUBSTITUTIONS= -e "s|%%APP_HOME%%|${APP > | -e "s|%%RUNASUSER%%|${RUNASUSER}|g" \ > | -e "s|%%WRKDIR%%|${WRKDIR}|g" \ > | -e "s|%%WRKSRC%%|${WRKSRC}|g" > | + > | +# Avoid build error on 64-bit architectures > | +.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") > | +CFLAGS+= -fPIC > | +.endif > | > | post-patch: > | @${REINPLACE_CMD} ${SUBSTITUTIONS} ${REINPLACE_FILES} > [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFhOwsWry0BWjoQKURAoYeAKDBjnRtlRVPMKEfoqw8cwpY2TJZxwCcDy82 IMo7HjBLh0glM/zPi5bJ9L0= =Kqiq -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061217070516.GA39011>
