From owner-svn-ports-all@FreeBSD.ORG Sun May 11 21:22:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 850ABC61; Sun, 11 May 2014 21:22:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7296C2764; Sun, 11 May 2014 21:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BLMgOV000859; Sun, 11 May 2014 21:22:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4BLMgpY000858; Sun, 11 May 2014 21:22:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405112122.s4BLMgpY000858@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 11 May 2014 21:22:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353735 - head/databases/kinterbasdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 21:22:42 -0000 Author: bapt Date: Sun May 11 21:22:41 2014 New Revision: 353735 URL: http://svnweb.freebsd.org/changeset/ports/353735 QAT: https://qat.redports.org/buildarchive/r353735/ Log: Mark as broken (it does not compile with any modern compilers) While here convert to USE_FIREBIRD With hat: portmgr Modified: head/databases/kinterbasdb/Makefile Modified: head/databases/kinterbasdb/Makefile ============================================================================== --- head/databases/kinterbasdb/Makefile Sun May 11 21:12:47 2014 (r353734) +++ head/databases/kinterbasdb/Makefile Sun May 11 21:22:41 2014 (r353735) @@ -11,11 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.sr MAINTAINER= ports@FreeBSD.org COMMENT= Python extension for Firebird/Interbase(R) relational databases -LIB_DEPENDS= libgds.so.2:${PORTSDIR}/databases/firebird20-client +BROKEN= Does not build with modern compilers + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py:${PORTSDIR}/lang/py-mx-base WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_FIREBIRD= yes USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes