cvs commit: ports/www/resin3 Makefile

Kris Kennaway kris at obsecurity.org
Sat Dec 16 23:05:21 PST 2006


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 at 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 at 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}
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20061217/fb03a7df/attachment.pgp


More information about the cvs-ports mailing list