From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 13 16:00:08 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 0AF561065675 for ; Sat, 13 Jun 2009 16:00:08 +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 D7B278FC1F for ; Sat, 13 Jun 2009 16:00:07 +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 n5DG07e6075968 for ; Sat, 13 Jun 2009 16:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5DG0705075967; Sat, 13 Jun 2009 16:00:07 GMT (envelope-from gnats) Resent-Date: Sat, 13 Jun 2009 16:00:07 GMT Resent-Message-Id: <200906131600.n5DG0705075967@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, Erwin Lansing Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80130106566B for ; Sat, 13 Jun 2009 15:56:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DBFE8FC1C for ; Sat, 13 Jun 2009 15:56:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5DFuQdk075288 for ; Sat, 13 Jun 2009 15:56:26 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5DFuQfC075287; Sat, 13 Jun 2009 15:56:26 GMT (envelope-from erwin) Message-Id: <200906131556.n5DFuQfC075287@freefall.freebsd.org> Date: Sat, 13 Jun 2009 15:56:26 GMT From: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/135547: databases/flamerobin: remove support for firebird1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erwin Lansing List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 16:00:08 -0000 >Number: 135547 >Category: ports >Synopsis: databases/flamerobin: remove support for firebird1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 13 16:00:07 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC 2009 simon@freefall.freebsd.org:/usr/src/sys/i386/compile/FREEFALL i386 >Description: databases/firebird1 expired back in February, remove the option to use it and unconditionally depend on firebird2 instead. >How-To-Repeat: >Fix: --- flamerobin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/flamerobin/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 24 Nov 2008 06:22:36 -0000 1.12 +++ Makefile 13 Jun 2009 15:54:28 -0000 @@ -15,6 +15,8 @@ MAINTAINER= dindin@FreeBSD.org.ua COMMENT= The GUI administration tool for firebird database +LIB_DEPENDS= fbclient.2:${PORTSDIR}/databases/firebird20-client + USE_WX= 2.6+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute @@ -24,19 +26,11 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -OPTIONS= FIREBIRD "Use firebird1 instead of firebird2" off - SUB_FILES= pkg-message MAN1= flamerobin.1 .include -.if defined(WITH_FIREBIRD) -LIB_DEPENDS+= fbclient.1:${PORTSDIR}/databases/firebird-client -.else -LIB_DEPENDS+= fbclient.2:${PORTSDIR}/databases/firebird20-client -.endif - .if exists(${WX_CONFIG}) WX_VER_STR!= ${WX_CONFIG} --release PLIST_SUB+= WX_VERSION=${WX_VER_STR} --- flamerobin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: