Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2009 08:25:57 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130609: [Patch]www/py-beaker:fix the build error reported by QAT
Message-ID:  <200901160825.n0G8PvpJ020556@www.freebsd.org>
Resent-Message-ID: <200901160830.n0G8U2Rv008085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901160825.n0G8PvpJ020556>