ports/130317: [PATCH] www/nspluginwrapper: fix path to npwrapper.so on amd64

Yuri Pankov yuri.pankov at gmail.com
Fri Jan 9 02:50:02 UTC 2009


>Number:         130317
>Category:       ports
>Synopsis:       [PATCH] www/nspluginwrapper: fix path to npwrapper.so on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 09 02:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.homeunix.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Jan  7 12:28:58 MSK
>Description:
Fix path to npwrapper.so on amd64

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

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

--- nspluginwrapper-1.2.2.patch begins here ---
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/www/nspluginwrapper/files/patch-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-configure
--- files/patch-configure	6 Apr 2007 05:00:45 -0000	1.2
+++ files/patch-configure	9 Jan 2009 02:44:27 -0000
@@ -1,5 +1,5 @@
---- ./configure.orig	Sun Mar  4 23:01:22 2007
-+++ ./configure	Wed Apr  4 20:20:59 2007
+--- configure.orig	2009-01-02 11:54:10.000000000 +0300
++++ configure	2009-01-09 05:42:24.000000000 +0300
 @@ -6,13 +6,8 @@
  PACKAGE=nspluginwrapper
  
@@ -16,3 +16,12 @@
  
  TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c"
  TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o"
+@@ -728,7 +723,7 @@
+ elif test "$host_cpu" = "x86_64" ; then
+     echo "ARCH=x86_64" >> $config_mak
+     echo "#define HOST_X86_64 1" >> $config_h
+-    echo "#define HOST_ARCH \"x86_64\"" >> $config_h
++    echo "#define HOST_ARCH \"amd64\"" >> $config_h
+ elif test "$host_cpu" = "ppc" ; then
+     echo "ARCH=ppc" >> $config_mak
+     echo "#define HOST_PPC 1" >> $config_h
--- nspluginwrapper-1.2.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list