ports/144345: updated port www/weave and fix on amd64 platform

Grzegorz Blach magik at roorback.net
Sat Feb 27 19:10:01 UTC 2010


>Number:         144345
>Category:       ports
>Synopsis:       updated port www/weave and fix on amd64 platform
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 27 19:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD silver.nine 8.0-STABLE FreeBSD 8.0-STABLE #2 r204135: Tue Feb 23 23:37:02 CET 2010     root at silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
www/weave updated from 1.0 to 1.1,
loading crypto module on amd64 platform is also fixed.


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN weave.old/Makefile weave/Makefile
--- weave.old/Makefile	2010-02-10 15:38:24.000000000 +0100
+++ weave/Makefile	2010-02-27 20:01:43.867513784 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	weave
-PORTVERSION=	1.0
-PORTREVISION=	1
+PORTVERSION=	1.1
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	http://files.roorback.net/ \
@@ -29,7 +28,7 @@
 .if ${ARCH} == i386
 PLATFORM=	FreeBSD_x86-gcc3
 .elif ${ARCH} == amd64
-PLATFORM=	FreeBSD_x86_64-gcc3
+PLATFORM=	FreeBSD_amd64-gcc3
 .endif
 
 GMAKE_FLAGS=	sdkdir=${PREFIX}/lib/firefox3/sdk rebuild_crypto=1 release_build=1 platform_target=${PLATFORM}
diff -ruN weave.old/distinfo weave/distinfo
--- weave.old/distinfo	2010-02-01 17:56:16.000000000 +0100
+++ weave/distinfo	2010-02-27 19:57:46.398571384 +0100
@@ -1,3 +1,3 @@
-MD5 (weave-1.0.tar.bz2) = b8fd56c345aa1559738a22af1e3f5317
-SHA256 (weave-1.0.tar.bz2) = a006e2e5b2f98cac3cd19179a58571b3e7f62b1cedda8578d2bf94954042612f
-SIZE (weave-1.0.tar.bz2) = 433583
+MD5 (weave-1.1.tar.bz2) = 1ccba18e4ef22ed6ee48cdf82e2689b7
+SHA256 (weave-1.1.tar.bz2) = 555fc3087abcc4b71467f57c7699c3e22a240b126a3abe49d663d7754977a290
+SIZE (weave-1.1.tar.bz2) = 434653
diff -ruN weave.old/files/patch-crypto-src-Makefile weave/files/patch-crypto-src-Makefile
--- weave.old/files/patch-crypto-src-Makefile	2010-02-21 12:17:16.314969000 +0100
+++ weave/files/patch-crypto-src-Makefile	2010-02-21 12:20:12.792914039 +0100
@@ -41,7 +41,7 @@
    arch = x86_64
  else
 +ifeq ($(machine), amd64)
-+  arch = x86_64
++  arch = amd64
 +else
    $(error: Sorry, your architecture is unknown/unsupported: $(machine))
  endif


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



More information about the freebsd-ports-bugs mailing list