mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Update to version 1.5.1
PR: ports/69320 Submitted by: maintainer
This commit is contained in:
parent
fc7077556c
commit
9f847b225f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114412
20 changed files with 65 additions and 55 deletions
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firebird
|
PORTNAME= firebird
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5.1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=firebird
|
MASTER_SITE_SUBDIR=firebird
|
||||||
DISTNAME= firebird-1.5.0.4290
|
DISTNAME= firebird-1.5.1.4481
|
||||||
|
|
||||||
MAINTAINER= chris@e-easy.com.au
|
MAINTAINER= chris@e-easy.com.au
|
||||||
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
||||||
|
@ -19,16 +19,18 @@ USE_BISON= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 259
|
||||||
USE_GCC= 3.3
|
USE_GCC= 3.3
|
||||||
|
|
||||||
|
PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
# Don't use ld for linking, use gcc
|
# Don't use ld for linking, use gcc
|
||||||
LD= gcc
|
LD= gcc
|
||||||
|
|
||||||
CONFLICTS= firebird-devel-*
|
CONFLICTS= firebird-devel-*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/firebird-1.5.0.4290
|
WRKSRC= ${WRKDIR}/firebird-1.5.1.4481
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
||||||
MSG_FILE= ${PKGDIR}/pkg-message
|
MSG_FILE= ${PKGDIR}/pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701
|
MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010
|
||||||
SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535
|
SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004
|
Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FB-V1.5.0.4290 Firebird 1.5 Release
|
FB-V1.5.1.4481 Firebird 1.5 Release
|
||||||
|
|
||||||
Welcome to the FreeBSD Firebird port!
|
Welcome to the FreeBSD Firebird port!
|
||||||
|
|
||||||
|
|
|
@ -107,10 +107,10 @@ firebird/intl/fbintl
|
||||||
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
||||||
firebird/lib/libfbclient.so
|
firebird/lib/libfbclient.so
|
||||||
firebird/lib/libfbclient.so.1
|
firebird/lib/libfbclient.so.1
|
||||||
firebird/lib/libfbclient.so.1.5.0
|
firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libfbembed.so
|
firebird/lib/libfbembed.so
|
||||||
firebird/lib/libfbembed.so.1
|
firebird/lib/libfbembed.so.1
|
||||||
firebird/lib/libfbembed.so.1.5.0
|
firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libgds.so
|
firebird/lib/libgds.so
|
||||||
firebird/lib/libgds.so.1
|
firebird/lib/libgds.so.1
|
||||||
firebird/lib/libib_util.so
|
firebird/lib/libib_util.so
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firebird
|
PORTNAME= firebird
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5.1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=firebird
|
MASTER_SITE_SUBDIR=firebird
|
||||||
DISTNAME= firebird-1.5.0.4290
|
DISTNAME= firebird-1.5.1.4481
|
||||||
|
|
||||||
MAINTAINER= chris@e-easy.com.au
|
MAINTAINER= chris@e-easy.com.au
|
||||||
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
||||||
|
@ -19,16 +19,18 @@ USE_BISON= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 259
|
||||||
USE_GCC= 3.3
|
USE_GCC= 3.3
|
||||||
|
|
||||||
|
PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
# Don't use ld for linking, use gcc
|
# Don't use ld for linking, use gcc
|
||||||
LD= gcc
|
LD= gcc
|
||||||
|
|
||||||
CONFLICTS= firebird-devel-*
|
CONFLICTS= firebird-devel-*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/firebird-1.5.0.4290
|
WRKSRC= ${WRKDIR}/firebird-1.5.1.4481
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
||||||
MSG_FILE= ${PKGDIR}/pkg-message
|
MSG_FILE= ${PKGDIR}/pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701
|
MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010
|
||||||
SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535
|
SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004
|
Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FB-V1.5.0.4290 Firebird 1.5 Release
|
FB-V1.5.1.4481 Firebird 1.5 Release
|
||||||
|
|
||||||
Welcome to the FreeBSD Firebird port!
|
Welcome to the FreeBSD Firebird port!
|
||||||
|
|
||||||
|
|
|
@ -107,10 +107,10 @@ firebird/intl/fbintl
|
||||||
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
||||||
firebird/lib/libfbclient.so
|
firebird/lib/libfbclient.so
|
||||||
firebird/lib/libfbclient.so.1
|
firebird/lib/libfbclient.so.1
|
||||||
firebird/lib/libfbclient.so.1.5.0
|
firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libfbembed.so
|
firebird/lib/libfbembed.so
|
||||||
firebird/lib/libfbembed.so.1
|
firebird/lib/libfbembed.so.1
|
||||||
firebird/lib/libfbembed.so.1.5.0
|
firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libgds.so
|
firebird/lib/libgds.so
|
||||||
firebird/lib/libgds.so.1
|
firebird/lib/libgds.so.1
|
||||||
firebird/lib/libib_util.so
|
firebird/lib/libib_util.so
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firebird
|
PORTNAME= firebird
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5.1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=firebird
|
MASTER_SITE_SUBDIR=firebird
|
||||||
DISTNAME= firebird-1.5.0.4290
|
DISTNAME= firebird-1.5.1.4481
|
||||||
|
|
||||||
MAINTAINER= chris@e-easy.com.au
|
MAINTAINER= chris@e-easy.com.au
|
||||||
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
||||||
|
@ -19,16 +19,18 @@ USE_BISON= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 259
|
||||||
USE_GCC= 3.3
|
USE_GCC= 3.3
|
||||||
|
|
||||||
|
PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
# Don't use ld for linking, use gcc
|
# Don't use ld for linking, use gcc
|
||||||
LD= gcc
|
LD= gcc
|
||||||
|
|
||||||
CONFLICTS= firebird-devel-*
|
CONFLICTS= firebird-devel-*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/firebird-1.5.0.4290
|
WRKSRC= ${WRKDIR}/firebird-1.5.1.4481
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
||||||
MSG_FILE= ${PKGDIR}/pkg-message
|
MSG_FILE= ${PKGDIR}/pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701
|
MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010
|
||||||
SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535
|
SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004
|
Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FB-V1.5.0.4290 Firebird 1.5 Release
|
FB-V1.5.1.4481 Firebird 1.5 Release
|
||||||
|
|
||||||
Welcome to the FreeBSD Firebird port!
|
Welcome to the FreeBSD Firebird port!
|
||||||
|
|
||||||
|
|
|
@ -107,10 +107,10 @@ firebird/intl/fbintl
|
||||||
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
||||||
firebird/lib/libfbclient.so
|
firebird/lib/libfbclient.so
|
||||||
firebird/lib/libfbclient.so.1
|
firebird/lib/libfbclient.so.1
|
||||||
firebird/lib/libfbclient.so.1.5.0
|
firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libfbembed.so
|
firebird/lib/libfbembed.so
|
||||||
firebird/lib/libfbembed.so.1
|
firebird/lib/libfbembed.so.1
|
||||||
firebird/lib/libfbembed.so.1.5.0
|
firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libgds.so
|
firebird/lib/libgds.so
|
||||||
firebird/lib/libgds.so.1
|
firebird/lib/libgds.so.1
|
||||||
firebird/lib/libib_util.so
|
firebird/lib/libib_util.so
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firebird
|
PORTNAME= firebird
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5.1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=firebird
|
MASTER_SITE_SUBDIR=firebird
|
||||||
DISTNAME= firebird-1.5.0.4290
|
DISTNAME= firebird-1.5.1.4481
|
||||||
|
|
||||||
MAINTAINER= chris@e-easy.com.au
|
MAINTAINER= chris@e-easy.com.au
|
||||||
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
||||||
|
@ -19,16 +19,18 @@ USE_BISON= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 259
|
||||||
USE_GCC= 3.3
|
USE_GCC= 3.3
|
||||||
|
|
||||||
|
PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
# Don't use ld for linking, use gcc
|
# Don't use ld for linking, use gcc
|
||||||
LD= gcc
|
LD= gcc
|
||||||
|
|
||||||
CONFLICTS= firebird-devel-*
|
CONFLICTS= firebird-devel-*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/firebird-1.5.0.4290
|
WRKSRC= ${WRKDIR}/firebird-1.5.1.4481
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
||||||
MSG_FILE= ${PKGDIR}/pkg-message
|
MSG_FILE= ${PKGDIR}/pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701
|
MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010
|
||||||
SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535
|
SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004
|
Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FB-V1.5.0.4290 Firebird 1.5 Release
|
FB-V1.5.1.4481 Firebird 1.5 Release
|
||||||
|
|
||||||
Welcome to the FreeBSD Firebird port!
|
Welcome to the FreeBSD Firebird port!
|
||||||
|
|
||||||
|
|
|
@ -107,10 +107,10 @@ firebird/intl/fbintl
|
||||||
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
||||||
firebird/lib/libfbclient.so
|
firebird/lib/libfbclient.so
|
||||||
firebird/lib/libfbclient.so.1
|
firebird/lib/libfbclient.so.1
|
||||||
firebird/lib/libfbclient.so.1.5.0
|
firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libfbembed.so
|
firebird/lib/libfbembed.so
|
||||||
firebird/lib/libfbembed.so.1
|
firebird/lib/libfbembed.so.1
|
||||||
firebird/lib/libfbembed.so.1.5.0
|
firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libgds.so
|
firebird/lib/libgds.so
|
||||||
firebird/lib/libgds.so.1
|
firebird/lib/libgds.so.1
|
||||||
firebird/lib/libib_util.so
|
firebird/lib/libib_util.so
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= firebird
|
PORTNAME= firebird
|
||||||
PORTVERSION= 1.5
|
PORTVERSION= 1.5.1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR=firebird
|
MASTER_SITE_SUBDIR=firebird
|
||||||
DISTNAME= firebird-1.5.0.4290
|
DISTNAME= firebird-1.5.1.4481
|
||||||
|
|
||||||
MAINTAINER= chris@e-easy.com.au
|
MAINTAINER= chris@e-easy.com.au
|
||||||
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
|
||||||
|
@ -19,16 +19,18 @@ USE_BISON= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
USE_AUTOCONF_VER= 253
|
USE_AUTOCONF_VER= 259
|
||||||
USE_GCC= 3.3
|
USE_GCC= 3.3
|
||||||
|
|
||||||
|
PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION}
|
||||||
|
|
||||||
# Don't use ld for linking, use gcc
|
# Don't use ld for linking, use gcc
|
||||||
LD= gcc
|
LD= gcc
|
||||||
|
|
||||||
CONFLICTS= firebird-devel-*
|
CONFLICTS= firebird-devel-*
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/firebird-1.5.0.4290
|
WRKSRC= ${WRKDIR}/firebird-1.5.1.4481
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
|
||||||
MSG_FILE= ${PKGDIR}/pkg-message
|
MSG_FILE= ${PKGDIR}/pkg-message
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701
|
MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010
|
||||||
SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535
|
SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004
|
Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FB-V1.5.0.4290 Firebird 1.5 Release
|
FB-V1.5.1.4481 Firebird 1.5 Release
|
||||||
|
|
||||||
Welcome to the FreeBSD Firebird port!
|
Welcome to the FreeBSD Firebird port!
|
||||||
|
|
||||||
|
|
|
@ -107,10 +107,10 @@ firebird/intl/fbintl
|
||||||
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
@unexec rm -f %D/firebird/isc_lock1.`hostname`
|
||||||
firebird/lib/libfbclient.so
|
firebird/lib/libfbclient.so
|
||||||
firebird/lib/libfbclient.so.1
|
firebird/lib/libfbclient.so.1
|
||||||
firebird/lib/libfbclient.so.1.5.0
|
firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libfbembed.so
|
firebird/lib/libfbembed.so
|
||||||
firebird/lib/libfbembed.so.1
|
firebird/lib/libfbembed.so.1
|
||||||
firebird/lib/libfbembed.so.1.5.0
|
firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%%
|
||||||
firebird/lib/libgds.so
|
firebird/lib/libgds.so
|
||||||
firebird/lib/libgds.so.1
|
firebird/lib/libgds.so.1
|
||||||
firebird/lib/libib_util.so
|
firebird/lib/libib_util.so
|
||||||
|
|
Loading…
Add table
Reference in a new issue