From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 18 14:30:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E3516A4CF for ; Sat, 18 Dec 2004 14:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E4B43D2D for ; Sat, 18 Dec 2004 14:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBIEUQWZ044802 for ; Sat, 18 Dec 2004 14:30:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBIEUQBm044800; Sat, 18 Dec 2004 14:30:26 GMT (envelope-from gnats) Resent-Date: Sat, 18 Dec 2004 14:30:26 GMT Resent-Message-Id: <200412181430.iBIEUQBm044800@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB0816A4CE for ; Sat, 18 Dec 2004 14:22:24 +0000 (GMT) Received: from gwmail1.grupos.com.br (gwmail1.grupos.com.br [66.90.64.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFE543D2F for ; Sat, 18 Dec 2004 14:22:24 +0000 (GMT) (envelope-from root@corp.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by gwmail1.grupos.com.br (Postfix) with ESMTP id 21CBD3D390 for ; Sat, 18 Dec 2004 12:22:24 -0200 (BRST) Received: by corp.grupos.com.br (Postfix, from userid 0) id 6A04020A74; Sat, 18 Dec 2004 12:22:23 -0200 (BRST) Message-Id: <20041218142223.6A04020A74@corp.grupos.com.br> Date: Sat, 18 Dec 2004 12:22:23 -0200 (BRST) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75221: Update port: databases/py-MySQLdb-devel changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 14:30:27 -0000 >Number: 75221 >Category: ports >Synopsis: Update port: databases/py-MySQLdb-devel changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 18 14:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-PRERELEASE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-PRERELEASE FreeBSD 4.11-PRERELEASE #33: Wed Dec 15 09:04:46 BRST 2004 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: databases/py-MySQLdb-devel * Change PORTNAME and add PKGNAMEPREFIX (If it need change UPDATING please make) * Remove OPTIONS and include pre-fetch comment (because this PR/74866) * Change CONFLICTS >How-To-Repeat: >Fix: --- py-MySQLdb-devel.patch begins here --- diff -ruN py-MySQLdb-devel.old/Makefile py-MySQLdb-devel/Makefile --- py-MySQLdb-devel.old/Makefile Sun Nov 28 19:55:24 2004 +++ py-MySQLdb-devel/Makefile Sat Dec 18 11:58:13 2004 @@ -1,16 +1,17 @@ -# New ports collection makefile for: py-MySQLdb -# Date created: 04 April 2000 -# Whom: Maxim Sobolev +# New ports collection makefile for: MySQLdb-devel +# Date created: 29 Nov 2004 +# Whom: Marcus Grando # # $FreeBSD: ports/databases/py-MySQLdb-devel/Makefile,v 1.26 2004/11/28 21:55:24 clement Exp $ # -PORTNAME= py-MySQLdb +PORTNAME= MySQLdb-devel PORTVERSION= 1.1.7 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mysql-python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= MySQL-python-${PORTVERSION} MAINTAINER= marcus@corp.grupos.com.br @@ -20,13 +21,16 @@ USE_PYDISTUTILS= yes USE_MYSQL= yes -CONFLICTS= py-MySQLdb-0.* py-MySQLdb-1.[0,2-9].* +CONFLICTS= py*-MySQLdb-* -OPTIONS= MYSQLCLIENT_R "Use mysqlclient_r lib" off \ - MYSQLSSL "Use SSL support" off \ - MYSQLCRYPTO "Use CRYPTO support" off - -.include +pre-fetch: + @${ECHO} "" + @${ECHO} "You may use the following build options:" + @${ECHO} "" + @${ECHO} " WITH_MYSQLCLIENT_R=yes Use mysqlclient_r lib" + @${ECHO} " WITH_MYSQLSSL=yes Use SSL support" + @${ECHO} " WITH_MYSQLCRYPTO=yes Use CRYPTO support" + @${ECHO} "" .if defined(WITH_MYSQLCLIENT_R) MAKE_ENV+= mysqlclient="mysqlclient_r" @@ -58,4 +62,4 @@ .endfor .endif -.include +.include --- py-MySQLdb-devel.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: