Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2009 10:59:21 +0200
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        freebsd-emulation@freebsd.org
Cc:        Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   Re: nspluginwrapper patch for testing (was: Re: flash10 vs f10)
Message-ID:  <200908061059.22997.tijl@ulyssis.org>
In-Reply-To: <20090630184146.GA39346@triton.kn-bremen.de>
References:  <20090628082701.GA34665@triton.kn-bremen.de> <20090630163841.GA28338@triton.kn-bremen.de> <20090630184146.GA39346@triton.kn-bremen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 June 2009 20:41:46 Juergen Lock wrote:
> New version that redirects possible error messages to /dev/null:
> (in case limit is already lower than 32M...)
> 
> Index: Makefile
> ===================================================================
> RCS file: /home/pcvs/ports/www/nspluginwrapper/Makefile,v
> retrieving revision 1.13
> diff -u -p -r1.13 Makefile
> --- Makefile	19 Mar 2009 17:28:49 -0000	1.13
> +++ Makefile	30 Jun 2009 16:31:29 -0000
> @@ -7,7 +7,7 @@
>  
>  PORTNAME=	nspluginwrapper
>  PORTVERSION=	1.2.2
> -PORTREVISION=	2
> +PORTREVISION=	3
>  CATEGORIES=	www linux emulators
>  MASTER_SITES=	http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
>  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${RPMFILE}
> @@ -53,6 +53,8 @@ post-extract:
>  post-patch:
>  	@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
>  		${WRKSRC}/src/npw-config.c
> +	${RM} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/npviewer.orig
> +
>  post-install:
>  	${MKDIR} ${LIBDIR}/i386/linux
>  	${INSTALL_SCRIPT} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/* \
> Index: files/patch-ulimit
> @@ -0,0 +1,7 @@
> +Index: usr/lib/nspluginwrapper/i386/linux/npviewer
> +@@ -1,4 +1,5 @@
> + #!/bin/sh
> + TARGET_OS=linux
> + TARGET_ARCH=i386
> ++ulimit -s 32768 2>/dev/null
> + . /usr/local/lib/nspluginwrapper/noarch/npviewer

Can this be committed before the 8.0 ports freeze?



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