From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 16 08:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A37D110656D1 for ; Fri, 16 Jan 2009 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 61A008FC22 for ; Fri, 16 Jan 2009 08:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G8U2vp008086 for ; Fri, 16 Jan 2009 08:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0G8U2Rv008085; Fri, 16 Jan 2009 08:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 08:30:02 GMT Resent-Message-Id: <200901160830.n0G8U2Rv008085@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37D80106566B for ; Fri, 16 Jan 2009 08:25:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 269808FC24 for ; Fri, 16 Jan 2009 08:25:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0G8PvMl020558 for ; Fri, 16 Jan 2009 08:25:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0G8PvpJ020556; Fri, 16 Jan 2009 08:25:57 GMT (envelope-from nobody) Message-Id: <200901160825.n0G8PvpJ020556@www.freebsd.org> Date: Fri, 16 Jan 2009 08:25:57 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130609: [Patch]www/py-beaker:fix the build error reported by QAT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 08:30:04 -0000 >Number: 130609 >Category: ports >Synopsis: [Patch]www/py-beaker:fix the build error reported by QAT >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: Fri Jan 16 08:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the build error reported by QAT >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-01-16 22:18:34.000000000 +0800 +++ Makefile 2009-01-16 22:18:34.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= beaker PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,9 @@ MAINTAINER= wenheping@gmail.com COMMENT= A Session and Caching library with WSGI Middleware +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptopp>=0.5.12:${PORTSDIR}/security/py-pycryptopp +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= Beaker >Release-Note: >Audit-Trail: >Unformatted: