Skip site navigation (1)Skip section navigation (2)
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

--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 <jbq@caraldi.com> (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 <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 $
> |  #
> | =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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061217070516.GA39011>