From owner-cvs-ports@FreeBSD.ORG Sun Dec 17 07:05:21 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50F9116A403; Sun, 17 Dec 2006 07:05:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E999D43CA2; Sun, 17 Dec 2006 07:05:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 273BA1A4D80; Sat, 16 Dec 2006 23:05:20 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id CFECE5130A; Sun, 17 Dec 2006 02:05:16 -0500 (EST) Date: Sun, 17 Dec 2006 02:05:16 -0500 From: Kris Kennaway To: Martin Wilke Message-ID: <20061217070516.GA39011@xor.obsecurity.org> References: <200612162203.kBGM3GPa097887@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <200612162203.kBGM3GPa097887@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, Jean-Baptiste Quenot , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/resin3 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2006 07:05:21 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 16, 2006 at 10:03:16PM +0000, Martin Wilke wrote: > miwi 2006-12-16 22:03:16 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www/resin3 Makefile=20 > Log: > - Fix build on 64-bit architectures > =20 > PR: ports/106816 > Submitted by: Jean-Baptiste Quenot (maintainer) Um, I specifically said to the maintainer not to "fix" it this way. Kris > =20 > Revision Changes Path > 1.28 +6 -0 ports/www/resin3/Makefile > http://cvsweb.FreeBSD.org/ports/www/resin3/Makefile.diff?r1=3D1.27&r2=3D1= .28 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | 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 > | # 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 $ > | # > | =20 > | PORTNAME=3D resin > | PORTVERSION=3D 3.0.21 > | +PORTREVISION=3D 1 > | CATEGORIES=3D www java > | MASTER_SITES=3D http://www.caucho.com/download/ > | =20 > | @@ -113,6 +114,11 @@ SUBSTITUTIONS=3D -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} =3D=3D "amd64") || (${ARCH} =3D=3D "ia64") || (${ARCH} = =3D=3D "sparc64") > | +CFLAGS+=3D -fPIC > | +.endif > | =20 > | post-patch: > | @${REINPLACE_CMD} ${SUBSTITUTIONS} ${REINPLACE_FILES} >=20 --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFhOwsWry0BWjoQKURAoYeAKDBjnRtlRVPMKEfoqw8cwpY2TJZxwCcDy82 IMo7HjBLh0glM/zPi5bJ9L0= =Kqiq -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--