diff options
author | beech <beech@FreeBSD.org> | 2009-01-09 16:31:01 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2009-01-09 16:31:01 +0800 |
commit | 3715780ac6c5825682bf8ea8dd14f53062bda9cc (patch) | |
tree | dc63bddaafd5c443784130116bce4b820af01992 /www | |
parent | 0b033def28ad33da7548e5c8bd4c104bc9be5af4 (diff) | |
download | freebsd-ports-gnome-3715780ac6c5825682bf8ea8dd14f53062bda9cc.tar.gz freebsd-ports-gnome-3715780ac6c5825682bf8ea8dd14f53062bda9cc.tar.zst freebsd-ports-gnome-3715780ac6c5825682bf8ea8dd14f53062bda9cc.zip |
- Fix path to npwrapper.so on amd64
- Bump portrevision
PR: ports/130317
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Approved by: David Grochowski <malus.x@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/nspluginwrapper-devel/Makefile | 1 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/files/patch-configure | 13 | ||||
-rw-r--r-- | www/nspluginwrapper/Makefile | 1 | ||||
-rw-r--r-- | www/nspluginwrapper/files/patch-configure | 13 |
4 files changed, 24 insertions, 4 deletions
diff --git a/www/nspluginwrapper-devel/Makefile b/www/nspluginwrapper-devel/Makefile index a4a2bc3086b9..bd1c04cc4229 100644 --- a/www/nspluginwrapper-devel/Makefile +++ b/www/nspluginwrapper-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= www linux emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE} diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure index 6007dc2bcd6f..88e6d7733b5d 100644 --- a/www/nspluginwrapper-devel/files/patch-configure +++ b/www/nspluginwrapper-devel/files/patch-configure @@ -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 diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index a4a2bc3086b9..bd1c04cc4229 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -7,6 +7,7 @@ PORTNAME= nspluginwrapper PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= www linux emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RPMFILE} diff --git a/www/nspluginwrapper/files/patch-configure b/www/nspluginwrapper/files/patch-configure index 6007dc2bcd6f..88e6d7733b5d 100644 --- a/www/nspluginwrapper/files/patch-configure +++ b/www/nspluginwrapper/files/patch-configure @@ -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 |