Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 15:56:26 GMT
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135547: databases/flamerobin: remove support for firebird1
Message-ID:  <200906131556.n5DFuQfC075287@freefall.freebsd.org>
Resent-Message-ID: <200906131600.n5DG0705075967@freefall.freebsd.org>

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

>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 <bsd.port.pre.mk>
 
-.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:



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