1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix after spliting firebird

- Bump PORTREVISION

PR:		ports/79337
Submitted by:	Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
This commit is contained in:
Sergey Matveychuk 2005-05-17 16:09:29 +00:00
parent 3c81cc0a13
commit 913cb3ae08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135485
16 changed files with 40 additions and 26 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= clip
PORTVERSION= 1.1.14.1
PORTREVISION= 1
CATEGORIES= databases lang
MASTER_SITES= ftp://ftp.itk.ru/pub/clip/ \
ftp://ftp.linux.ru.net/mirrors/clip/
@ -112,7 +113,7 @@ MAKE_ENV= HOME="${WRKDIR}" \
PKGMESSAGE= ${WRKDIR}/pkg-message
FIREBIRD_PORT?= databases/firebird
FIREBIRD_PORT?= databases/firebird-client
BIN2STRIP= bdbf clip clip_bl clip_blank clip_cld clip_conv clip_dbf2txt \
clip_dbg clip_fl clip_hashextract clip_hindex clip_hseek \

View File

@ -5,7 +5,7 @@
#
-IBROOT=/opt/interbase
+IBROOT=/usr/local/firebird
+IBROOT=/usr/local
ifdef CLIPROOT
include $(CLIPROOT)/include/Makefile.inc

View File

@ -7,7 +7,7 @@
PORTNAME= kinterbasdb
PORTVERSION= 3.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kinterbasdb
@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= rud@cs.uni-magdeburg.de
COMMENT= Python extension for Firebird/Interbase(R) relational databases
LIB_DEPENDS= gds.1:${PORTSDIR}/databases/firebird
LIB_DEPENDS= gds.1:${PORTSDIR}/databases/firebird-client
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py:${PORTSDIR}/lang/py-mx-base
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

View File

@ -0,0 +1,11 @@
--- setup.py.orig Sun May 15 10:11:47 2005
+++ setup.py Sun May 15 10:12:02 2005
@@ -834,7 +834,7 @@
#
# This "autodetection" will probably work for some other Unixes as well.
if not DATABASE_HOME_DIR:
- DEFAULT_FREEBSD_HOME_DIR = '/usr/local/firebird'
+ DEFAULT_FREEBSD_HOME_DIR = '/usr/local'
if os.path.isdir(DEFAULT_FREEBSD_HOME_DIR):
DATABASE_HOME_DIR = DEFAULT_FREEBSD_HOME_DIR
if not DATABASE_INCLUDE_DIR:

View File

@ -7,7 +7,7 @@
PORTNAME= DBD-InterBase
PORTVERSION= 0.43
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbi-interbase
@ -16,12 +16,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= DBI driver for InterBase RDBMS server
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
PERL_CONFIGURE= yes
post-patch:
@${PERL} -pi -e 's,%%IB_BASE%%,${PREFIX}/firebird,g' \
@${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
${WRKSRC}/Makefile.PL
MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3

View File

@ -8,6 +8,7 @@
PORTNAME= qt-${DB}-plugin
PORTVERSION= 3.3.4
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_QT}
DISTNAME= qt-x11-free-${PORTVERSION}
@ -18,7 +19,7 @@ COMMENT= A plugin for QT to connect to IBase/Firebird-Databases
DB= ibase
LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird \
LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client \
qt-mt:${PORTSDIR}/x11-toolkits/qt33
USE_BZIP2= yes

View File

@ -2,10 +2,9 @@ SHLIB_NAME= libqsql${DB}.so
VPATH= ${PLUGIN}:${DRIVER}
CXXFLAGS+= -I${PLUGIN} -I${DRIVER} \
-I${LOCALBASE}/firebird/include \
-I${LOCALBASE}/include -I${X11BASE}/include \
${PTHREAD_CFLAGS} -DQT_THREAD_SUPPORT
LDADD= -L${X11BASE}/lib -L${LOCALBASE}/firebird/lib ${PTHREAD_LIBS} -lqt-mt -lgds
LDADD= -L${X11BASE}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lqt-mt -lgds
SRCS= qsql_${DB}.cpp main.cpp
LIBDIR= ${PREFIX}/lib/plugins/sqldrivers

View File

@ -7,6 +7,7 @@
PORTNAME= interbase
PORTVERSION= 0.05
PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://www.rowlandresearch.com/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -15,15 +16,15 @@ DIST_SUBDIR= ruby
MAINTAINER= skv@FreeBSD.org
COMMENT= Ruby interface to Interbase library
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/firebird/include" \
--with-interbase-lib-dir="${LOCALBASE}/firebird/lib"
CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/include" \
--with-interbase-lib-dir="${LOCALBASE}/lib"
INSTALL_TARGET= site-install
DOCS_EN= README

View File

@ -7,6 +7,7 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sqlrelay
@ -68,8 +69,8 @@ IF_MYSQL= "@comment "
.endif
.if defined(WITH_INTERBASE) && ${WITH_INTERBASE:L} != no
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
CONFIGURE_ARGS+= --with-interbase-prefix="${LOCALBASE}/firebird"
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
CONFIGURE_ARGS+= --with-interbase-prefix="${LOCALBASE}"
IF_INTERBASE= ""
.else
CONFIGURE_ARGS+= --disable-interbase

View File

@ -7,7 +7,7 @@
PORTNAME= fpc
PORTVERSION= 1.0.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
ftp://planetmirror.com/pub/fpc/dist/FreeBSD/ \
@ -25,7 +25,7 @@ COMMENT= Free Pascal compiler with Turbo, Delphi and other extensions
.include <bsd.port.pre.mk>
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
.if ${OSVERSION} < 470000
EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
TAR= ${LOCALBASE}/bin/gtar

View File

@ -7,7 +7,7 @@
PORTNAME= php4
PORTVERSION= 4.3.11
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \

View File

@ -148,9 +148,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"

View File

@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.4
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \

View File

@ -142,9 +142,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"

View File

@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.4
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \

View File

@ -142,9 +142,9 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird
LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}/firebird
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "ldap"