Date: Fri, 9 Jan 2009 05:47:18 +0300 (MSK) From: Yuri Pankov <yuri.pankov@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: malus.x@gmail.com Subject: ports/130317: [PATCH] www/nspluginwrapper: fix path to npwrapper.so on amd64 Message-ID: <200901090247.n092lIa3005233@darklight.homeunix.org> Resent-Message-ID: <200901090250.n092o1Ch006957@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901090247.n092lIa3005233>