Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Apr 2007 06:23:21 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        malus.x@gmail.com
Subject:   ports/111291: [PATCH] www/nspluginwrapper: update to 0.9.91.4
Message-ID:  <200704052223.l35MNLWQ088164@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200704052230.l35MU10H059101@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111291
>Category:       ports
>Synopsis:       [PATCH] www/nspluginwrapper: update to 0.9.91.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 05 22:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Update to 0.9.91.4
  Tested on my 7.x amd64.

Port maintainer (malus.x@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- nspluginwrapper-0.9.91.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/www/nspluginwrapper/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	4 Apr 2007 17:05:46 -0000	1.1
+++ Makefile	5 Apr 2007 22:22:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nspluginwrapper
-PORTVERSION=	0.9.91.3
+PORTVERSION=	0.9.91.4
 CATEGORIES=	www linux emulators
 MASTER_SITES=	http://gwenole.beauchesne.info/projects/nspluginwrapper/files/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${RPMFILE}
@@ -33,7 +33,7 @@
 HAS_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--prefix=${PREFIX} --target-os=linux --target-cpu=i386 \
-		--x11=${X11BASE} --with-cc=${CC} --with-cxx=${CXX}
+		--with-x11-prefix=${X11BASE} --with-cc=${CC} --with-cxx=${CXX}
 
 LIBDIR=		${PREFIX}/lib/${PORTNAME}
 
Index: distinfo
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/www/nspluginwrapper/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	4 Apr 2007 17:05:46 -0000	1.1
+++ distinfo	5 Apr 2007 22:22:57 -0000
@@ -1,6 +1,6 @@
-MD5 (nspluginwrapper-0.9.91.3.tar.bz2) = 0e047db84a979237fb28a9e8360890b0
-SHA256 (nspluginwrapper-0.9.91.3.tar.bz2) = 3672dcf615f0a0c4a4bafc6e97cd134ad84ea402f916d0c3accff8e9a0aa6c8e
-SIZE (nspluginwrapper-0.9.91.3.tar.bz2) = 257648
-MD5 (nspluginwrapper-i386-0.9.91.3-1.x86_64.rpm) = 881bc1315d55c7e4879d8b9cd3e1077a
-SHA256 (nspluginwrapper-i386-0.9.91.3-1.x86_64.rpm) = 47d8baf6dca9cb371758962671547dcd82086741f1fe8fbb64f34d002306cbe3
-SIZE (nspluginwrapper-i386-0.9.91.3-1.x86_64.rpm) = 50757
+MD5 (nspluginwrapper-0.9.91.4.tar.bz2) = 76df5586c229844d28b5db40368e8912
+SHA256 (nspluginwrapper-0.9.91.4.tar.bz2) = 18e8626ff72ecead57c744f6177b0d22754e3328ba673f9aec642706f4ccd679
+SIZE (nspluginwrapper-0.9.91.4.tar.bz2) = 259969
+MD5 (nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm) = 16ee999c1dab0bdcdad52c1fb83af01f
+SHA256 (nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm) = a8b6796c47b34b2f52adc65bff34210009fcc63cdf343c22a992b316a82629f1
+SIZE (nspluginwrapper-i386-0.9.91.4-1.x86_64.rpm) = 51010
Index: files/patch-configure
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/www/nspluginwrapper/files/patch-configure,v
retrieving revision 1.1
diff -u -u -r1.1 patch-configure
--- files/patch-configure	4 Apr 2007 17:05:46 -0000	1.1
+++ files/patch-configure	5 Apr 2007 22:22:57 -0000
@@ -16,38 +16,3 @@
  
  TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c"
  TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o"
-@@ -75,6 +70,9 @@
- --prefix=*)
-     prefix=`echo $opt | cut -d '=' -f 2`
-     ;;
-+--x11=*)
-+    x_base_dirs=`echo $opt | cut -d '=' -f 2`
-+    ;;
- --pkglibdir=*)
-     pkglibdir=`echo $opt | cut -d '=' -f 2`
-     ;;
-@@ -279,10 +277,12 @@
- fi
- 
- # check for X11 base dir
--x_base_dirs='
--/usr
--/usr/X11R6
--/usr/local/X11R6'
-+if test -z "$x_base_dirs"; then
-+	x_base_dirs='
-+	/usr
-+	/usr/X11R6
-+	/usr/local'
-+fi
- for dir in $x_base_dirs; do
-     x_include_dir="$dir/include"
-     if test -f $x_include_dir/X11/Intrinsic.h; then
-@@ -407,6 +407,7 @@
- echo "  --target-os=OS              build plugin support for target OS [$target_os]"
- echo "  --target-cpu=CPU            build plugin support for target CPU [$target_cpu]"
- echo "  --with-viewer               build viewer [$build_viewer]"
-+echo "  --x11=PREFIX                path to X11 base"
- echo ""
- echo "Advanced options (experts only):"
- echo "  --source-path=PATH          path of source code [$source_path]"
--- nspluginwrapper-0.9.91.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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