summaryrefslogtreecommitdiff
path: root/databases/firebird-devel
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird-devel')
-rw-r--r--databases/firebird-devel/Makefile77
-rw-r--r--databases/firebird-devel/distinfo3
-rw-r--r--databases/firebird-devel/files/RELNOTES79
-rw-r--r--databases/firebird-devel/files/patch-builds::install::arch-specific::freebsd::install.sh.in112
-rw-r--r--databases/firebird-devel/files/patch-builds::posix::prefix.freebsd11
-rw-r--r--databases/firebird-devel/files/pkg-install.in138
-rw-r--r--databases/firebird-devel/files/pkg-message.in35
-rw-r--r--databases/firebird-devel/pkg-descr22
-rw-r--r--databases/firebird-devel/pkg-plist106
9 files changed, 0 insertions, 583 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile
deleted file mode 100644
index 07c53fea341a..000000000000
--- a/databases/firebird-devel/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# New ports collection makefile for: Firebird-devel
-# Date created: 03 December 2001
-# Whom: Chris Knight <chris@e-easy.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= firebird
-PORTVERSION= 2.0.a3
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://www.ramenzoni.com.br/~garga/firebird/ \
- http://www.galle.com.br/~garga/firebird/ \
- http://www.brainsoft.com.br/~garga/firebird/
-MASTER_SITE_SUBDIR= firebird
-PKGNAMESUFFIX= -devel
-DISTNAME= firebird2-20050726
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version)
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:259:env libtool:15:env
-GNU_CONFIGURE= yes
-USE_GCC= 3.4
-
-DOCSDIR= ${PREFIX}/firebird/doc
-
-CONFLICTS= firebird-client-1.*
-
-WRKSRC= ${WRKDIR}/firebird2
-USE_LDCONFIG= ${PREFIX}/firebird/lib
-SUB_FILES= pkg-message pkg-install
-
-ONLY_FOR_ARCHS= i386
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on FreeBSD-4.x
-.endif
-
-pre-everything::
- @${ECHO_MSG} "WARNING: The on-disk structure of the databases has"
- @${ECHO_MSG} "changed since version 1.5.x."
- @${ECHO_MSG} "Cancel this installation now and backup your databases"
- @${ECHO_MSG} "if you have not already done so."
-.if !defined(BATCH)
- @sleep 10
-.endif
-
-post-patch:
- @${REINPLACE_CMD} 's,InstallPrefix/etc,${LOCALBASE}/etc,g' \
- ${WRKSRC}/builds/install/arch-specific/freebsd/install.sh.in
-
-do-configure:
- @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \
- ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \
- --with-lock-manager --with-editline)
-
-do-build:
- @( \
- cd ${WRKSRC}; \
- ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \
- )
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/sql.extensions
- ${INSTALL_DATA} ${WRKSRC}/doc/README.* ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* \
- ${DOCSDIR}/sql.extensions
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/databases/firebird-devel/distinfo b/databases/firebird-devel/distinfo
deleted file mode 100644
index b6a430f60394..000000000000
--- a/databases/firebird-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (firebird2-20050726.tar.bz2) = e95d68eef0e8faee73a9a6111debb723
-SHA256 (firebird2-20050726.tar.bz2) = 9321db92b6ece0f224c0e059a11fcd4175ccde0038ed2173b4d700b99e3fe51f
-SIZE (firebird2-20050726.tar.bz2) = 11774960
diff --git a/databases/firebird-devel/files/RELNOTES b/databases/firebird-devel/files/RELNOTES
deleted file mode 100644
index 78b29d6a2a54..000000000000
--- a/databases/firebird-devel/files/RELNOTES
+++ /dev/null
@@ -1,79 +0,0 @@
-Firebird 1.0-RC1 FreeBSD Release Notes 06-Dec-2001
---------------------------------------
-FB-T6.2.567 Firebird Release Candidate 1
-
-Welcome to the FreeBSD Firebird port! Users should note that there
-was a package called `firebird-1.0.tgz' released in mid-August
-2000. Unfortunately, that package was released before Firebird
-version numbering conventions were established, so although the
-version number would suggest that it is newer than the current
-release, it is certainly not. Users of the August 1.0 package
-should upgrade to 0.9_4 or later, which has fixed many bugs and
-security problems, including the recently-discovered back door.
-
- Firebird originally required a running copy of Firebird (or
-InterBase) in order to build itself. This port uses a boot kit to
-overcome that, so that it does not require itself to build.
-Unfortunately, the side effect of this is that if you have a lock
-manager running from an already-installed version of Firebird or
-InterBase, this port will not build.
-
- Firebird is installed SUID with owner and group `firebird'.
-This does affect where you can and cannot create databases when
-connecting remotely, as well as which existing databases you can
-access. If you want a database to be available remotely, be sure
-it's readable and writeable to group firebird.
-
- There may be times when you manage to get your system into a
-state where using any of the Firebird utilites (isql, gbak, gsec,
-etc.) gives you the message "semget failed". One surefire way to
-do this is to build and install the port. :) If this happens,
-make sure that the lock manager is not running and its semaphores
-have been removed. The former can be accomplished with 'ps ax
-|grep gds' and 'kill'; the latter with 'ipcs -s' and 'ipcrm -s'.
-
- For example, after building and installing the port, you will
-probably go through something like this:
-
-# isql /usr/interbase/isc4.gdb
-Statement failed, SQLCODE = -902
-
-operating system directive semget failed
--No such file or directory
-
-# ipcs -s
-Semaphores:
-T ID KEY MODE OWNER GROUP
-s 1310720 252034728 --rw-rw-rw- root wheel
-
-# ipcrm -s 1310720
-
-and you should be in business.
-
- Once this is done, you should be able to connect normally to
-databases. Your first connection will restart the lock manager.
-
- There may be times, however, when you still get "semget failed"
-even though the lock manager is not running and the semaphores have
-been cleaned up. There seems to be a conflict with this release
-and the PostgreSQL 7 release as installed from the ports collection.
-If you're having trouble with Firebird and you're running PostgreSQL,
-try stopping PostgreSQL:
-
- /usr/local/etc/rc.d/pgsql.sh stop
-
-and see if that helps.
-
- Complete documentation for InterBase(tm) is available (free of
-charge) from http://www.interbase.com/ in PDF format. While
-InterBase and Firebird are two distinct entities, all InterBase
-documentation is pertinent to Firebird. More information on Firebird
-and InterBase can be found at the following:
-
- http://sourceforge.net/projects/firebird/
- http://www.ibphoenix.com/
- http://www.interbase2000.org/
- http://www.firebirdsql.org/
-
-Chris Knight
-<chris@aims.com.au>
diff --git a/databases/firebird-devel/files/patch-builds::install::arch-specific::freebsd::install.sh.in b/databases/firebird-devel/files/patch-builds::install::arch-specific::freebsd::install.sh.in
deleted file mode 100644
index 54823e8859f7..000000000000
--- a/databases/firebird-devel/files/patch-builds::install::arch-specific::freebsd::install.sh.in
+++ /dev/null
@@ -1,112 +0,0 @@
---- builds/install/arch-specific/freebsd/install.sh.in.orig Fri May 27 19:14:45 2005
-+++ builds/install/arch-specific/freebsd/install.sh.in Mon Aug 8 15:50:33 2005
-@@ -55,13 +55,6 @@
- InstallFirebirdPrefix=@prefix@
- InstallPrefix=${InstallFirebirdPrefix%/firebird}
-
--if [ -d $InstallFirebirdPrefix ]; then
-- if [ -d $InstallPrefix/firebird.old ]; then
-- rm -rf $InstallPrefix/firebird.old
-- fi
-- cp -Rp $InstallFirebirdPrefix $InstallPrefix/firebird.old
--fi
--
- if [ `id -u` -ne 0 ]; then
- echo; echo "You must be root to run this step!"; echo; echo
- exit 1
-@@ -113,13 +106,12 @@
-
- mkdir -p $DestDir
- mkdir $DestDir/bin
--mkdir $DestDir/examples
- mkdir $DestDir/help
- mkdir $DestDir/include
- mkdir $DestDir/intl
- mkdir $DestDir/lib
--mkdir $DestDir/doc
--mkdir $DestDir/doc/sql.extensions
-+#mkdir $DestDir/doc
-+#mkdir $DestDir/doc/sql.extensions
- mkdir $DestDir/UDF
- #mkdir $DestDir/misc
-
-@@ -143,18 +135,6 @@
- #cp $BuiltFBDir/bin/CSrestoreRootRunUser.sh $DestDir/bin
- #cp $BuiltFBDir/bin/changeDBAPassword.sh $DestDir/bin
-
--# Copy examples only if we have them
--
--exampleFiles=`find $BuiltFBDir/examples/v5 -type f -print`
--if [ -z "$exampleFiles" ]; then
-- echo "Example files have not been built!"
--else
-- for i in $exampleFiles
-- do
-- cp $i $DestDir/examples
-- done
--fi
--
- copyIfExists $BuiltFBDir/help/help.gbak $DestDir/help
- cp $BuiltFBDir/help/help.fdb $DestDir/help
-
-@@ -184,8 +164,8 @@
-
- # Note that this copies files from outside the build tree.
- #cp $BuildRootDir/doc/*.pdf $DestDir/doc
--cp $BuildRootDir/doc/README.* $DestDir/doc
--cp $BuildRootDir/doc/sql.extensions/* $DestDir/doc/sql.extensions
-+#cp $BuildRootDir/doc/README.* $DestDir/doc
-+#cp $BuildRootDir/doc/sql.extensions/* $DestDir/doc/sql.extensions
- cp $BuildRootDir/doc/WhatsNew $DestDir/WhatsNew
- cp $BuildRootDir/doc/README.user $DestDir/README
-
-@@ -219,11 +199,11 @@
- chown -R root:wheel $InstallFirebirdPrefix/lib
-
- # make the following read-only
--chmod -R a=r $InstallFirebirdPrefix/WhatsNew
--for i in `find $InstallFirebirdPrefix/doc -type f -print`
--do
-- chmod a=r $i
--done
-+#chmod -R a=r $InstallFirebirdPrefix/WhatsNew
-+#for i in `find $InstallFirebirdPrefix/doc -type f -print`
-+#do
-+# chmod a=r $i
-+#done
- #chmod -R a=r $InstallFirebirdPrefix/examples/*
- chmod -R a=r $InstallFirebirdPrefix/include/*
- chmod -R a=r $InstallFirebirdPrefix/intl/*
-@@ -276,32 +256,12 @@
-
- # make databases writable by firebird only
- # local database connections are not a good idea
--chmod ug=rw,o= examples/*.fdb
- chmod ug=rw,o= help/*.fdb
-
- # install the samples if they don't exist
- [ -f aliases.conf ] || install -o firebird -g firebird -m 440 aliases.conf.sample aliases.conf
- [ -f firebird.conf ] || install -o firebird -g firebird -m 440 firebird.conf.sample firebird.conf
- [ -f security2.fdb ] || install -o firebird -g firebird -m 660 security2.fdb.sample security2.fdb
--
--# remove any existing gds service
--cp /etc/services /etc/services.old
--cp /etc/inetd.conf /etc/inetd.conf.old
--cat /etc/services |grep -v gds_db >/etc/services.new
--cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new
--mv /etc/services.new /etc/services
--mv /etc/inetd.conf.new /etc/inetd.conf
--
--# add the gds service and restart inetd
--cat >>/etc/services <<EOF
--gds_db 3050/tcp #InterBase Database Remote Protocol
--EOF
--cat >>/etc/inetd.conf <<EOF
--gds_db stream tcp nowait firebird $InstallFirebirdPrefix/bin/fb_inet_server fb_inet_server
--EOF
--if [ -f /var/run/inetd.pid ]; then
-- kill -HUP `cat /var/run/inetd.pid`
--fi
-
- # shared lib startup script
- if [ -d $InstallPrefix/etc/rc.d ]; then
diff --git a/databases/firebird-devel/files/patch-builds::posix::prefix.freebsd b/databases/firebird-devel/files/patch-builds::posix::prefix.freebsd
deleted file mode 100644
index b327c257885a..000000000000
--- a/databases/firebird-devel/files/patch-builds::posix::prefix.freebsd
+++ /dev/null
@@ -1,11 +0,0 @@
---- builds/posix/prefix.freebsd.orig Mon Aug 8 12:08:47 2005
-+++ builds/posix/prefix.freebsd Mon Aug 8 12:10:25 2005
-@@ -20,6 +20,8 @@
-
- OS_ServerFiles=inet_server.cpp
-
-+LINK_OPTS+=-Wl,-rpath,../gen/firebird/lib
-+
- PROD_FLAGS=-O -fno-builtin -DNDEBUG -DFREEBSD -pipe -MMD -fPIC
- DEV_FLAGS=-ggdb -DFREEBSD -pipe -MMD -p -fPIC -Wall
- EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec nbackup fb_lock_print
diff --git a/databases/firebird-devel/files/pkg-install.in b/databases/firebird-devel/files/pkg-install.in
deleted file mode 100644
index 6e86be04a227..000000000000
--- a/databases/firebird-devel/files/pkg-install.in
+++ /dev/null
@@ -1,138 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD: /tmp/pcvs/ports/databases/firebird-devel/files/Attic/pkg-install.in,v 1.2 2006-07-19 15:39:52 garga Exp $
-
-PATH=/bin:/usr/bin:/usr/sbin
-
-case $2 in
-PRE-INSTALL)
-
-if [ `id -u` -ne 0 ]; then
- echo; echo "You must be root to run this step!"; echo; echo
- exit 1
-fi
-
-nofbuid=0
-fbUID=`id -u firebird 2>/dev/null`
-if [ $? -ne 0 ]; then
- fbUID=90
- while [ ! -z `id -un $fbUID 2>/dev/null` ]
- do
- fbUID=$(($fbUID+1))
- done
- nofbuid=1
-fi
-
-fbGID=`pw groupshow firebird 2>/dev/null`
-if [ $? -ne 0 ]; then
- fbGID=90
- while [ ! -z `id -gn $fbGID 2>/dev/null` ]
- do
- fbGID=$(($fbGID+1))
- done
- echo "firebird:*:$fbGID:" >> /etc/group
-else
- fbGID=`echo $fbGID | awk -F: '{print $3}'`
-fi
-
-echo "firebird user using uid $fbUID"
-echo "firebird user using gid $fbGID"
-
-if which -s pw; then
- if [ $nofbuid -ne 0 ]; then
- pw useradd firebird -u $fbUID -g $fbGID -h - -s /bin/sh \
- -d $PKG_PREFIX/firebird -c "Firebird Database Administrator"
- fi
-else
- echo -n "unable to create user firebird - please create it manually,"
- echo " before reinstalling this package."
- exit 1
-fi
-;;
-
-POST-INSTALL)
-chown -R firebird:firebird $PKG_PREFIX/firebird
-chmod -R o= $PKG_PREFIX/firebird
-
-# Now fix up the mess.
-
-# fix up directories
-for i in `find $PKG_PREFIX/firebird -print`
-do
- FileName=$i
- if [ -d $FileName ]; then
- chmod u=rwx,go=rx $FileName
- fi
-done
-
-# make lib ldconfig-compatible
-chown -R root:wheel $PKG_PREFIX/firebird/lib
-
-# make the following read-only
-chmod -R a=r $PKG_PREFIX/firebird/WhatsNew
-for i in `find $PKG_PREFIX/firebird/doc -type f -print`
-do
- chmod a=r $i
-done
-#chmod -R a=r $PKG_PREFIX/firebird/examples/*
-chmod -R a=r $PKG_PREFIX/firebird/include/*
-chmod -R a=r $PKG_PREFIX/firebird/intl/*
-#chmod -R a=r $PKG_PREFIX/firebird/misc/*
-
-chmod -R ug=rx,o= $PKG_PREFIX/firebird/UDF/*
-chmod -R ug=rx,o= $PKG_PREFIX/firebird/intl/fbintl
-chmod -R a=rx $PKG_PREFIX/firebird/lib/*
-
-#cd $PKG_PREFIX/firebird/lib
-#ln -sf libfbembed.so libgds.so
-#ln -sf libfbembed.so.2 libgds.so.2
-
-cd $PKG_PREFIX/firebird/bin
-for i in `ls`
-do
- chmod ug=rx,o= $i
-done
-
-chmod a=rx isql qli
-
-# SUID is needed for running server programs.
-for i in fb_lock_mgr gds_drop fb_inet_server
-do
- if [ -f $i ]; then
- chmod ug=rx,o= $i
- chmod ug+s $i
- fi
-done
-
-
-cd $PKG_PREFIX/firebird
-
-# Lock files
-
-for i in isc_init1 isc_lock1 isc_event1
-do
- FileName=$i.`hostname`
- touch $FileName
- chmod uga=rw $FileName
- chown firebird:firebird $FileName
-done
-
-touch firebird.log
-chown firebird:firebird firebird.log
-chmod ug=rw,o= firebird.log
-chmod a=r firebird.msg README
-chown root:wheel *.sample
-chmod ug=r,o= *.sample
-
-# make databases writable by firebird only
-# local database connections are not a good idea
-#chmod ug=rw,o= examples/*.fdb
-chmod ug=rw,o= help/*.fdb
-chmod ug=rw,o= security2.fdb
-
-chmod 444 aliases.conf firebird.conf
-chmod 660 security2.fdb
-
-;;
-
-esac
diff --git a/databases/firebird-devel/files/pkg-message.in b/databases/firebird-devel/files/pkg-message.in
deleted file mode 100644
index 64888f8271f4..000000000000
--- a/databases/firebird-devel/files/pkg-message.in
+++ /dev/null
@@ -1,35 +0,0 @@
-
----------------------------------------------------------
-Firebird is now installed.
-
-To start the server add the following line to /etc/services:
-
-gds_db 3050/tcp #InterBase Database Remote Protocol
-
-And add the following line to /etc/inetd.conf
-
-gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
-
-And finally restart inetd.
-
-A symbolic link from /usr/interbase -> %%PREFIX%%/firebird
-may be needed for compatibility with existing programs
-that use Firebird.
-
-The symbolic link can be created with:
-
-% ln -s %%PREFIX%% /usr/interbase
-
-It is STRONGLY recommended that you change the SYSDBA
-password with:
-
-% cd %%PREFIX%%
-% gsec -user SYSDBA -pass masterkey
-GSEC> modify SYSDBA -pw newpassword
-GSEC> quit
-
-before doing anything serious with Firebird.
-
-See %%PREFIX%%/firebird/RELNOTES for more.
----------------------------------------------------------
-
diff --git a/databases/firebird-devel/pkg-descr b/databases/firebird-devel/pkg-descr
deleted file mode 100644
index bbceac30b7f9..000000000000
--- a/databases/firebird-devel/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-The open-source InterBase(tm) 6.0 spin-off (Classic server version)
-
-InterBase is a world-class DBMS with a history too rich to detail
-here. Once selling for several thousands of dollars per license,
-some very big players use it worldwide. Inprise has open-sourced
-InterBase 6.0, and a lively bunch of folks has charged themselves
-with seeing that it lives on through the Firebird project.
-
-Note that as of Firebird 0.9_4, the locksmith back door has
-been closed.
-
-For more information on the locksmith back door, see:
-
-WWW: https://www.kb.cert.org/vuls/id/247371
-
-For more information on Firebird and InterBase, see:
-
-WWW: http://sourceforge.net/projects/firebird/
-WWW: http://www.ibphoenix.com/
-WWW: http://www.interbase2000.org/
-WWW: http://www.interbase.com/
-WWW: http://www.firebirdsql.org/
diff --git a/databases/firebird-devel/pkg-plist b/databases/firebird-devel/pkg-plist
deleted file mode 100644
index 4ea431204c46..000000000000
--- a/databases/firebird-devel/pkg-plist
+++ /dev/null
@@ -1,106 +0,0 @@
-@comment $FreeBSD$
-firebird/README
-firebird/UDF/fbudf.so
-firebird/UDF/fbudf.sql
-firebird/UDF/ib_udf.so
-firebird/UDF/ib_udf.sql
-firebird/WhatsNew
-@unexec if cmp -s %D/firebird/aliases.conf %D/firebird/aliases.conf.sample; then rm -f %D/firebird/aliases.conf; fi
-firebird/aliases.conf.sample
-@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
-firebird/bin/fb_inet_server
-firebird/bin/fb_lock_mgr
-firebird/bin/fb_lock_print
-firebird/bin/gbak
-firebird/bin/gdef
-firebird/bin/gds_drop
-firebird/bin/gfix
-firebird/bin/gpre
-firebird/bin/gsec
-firebird/bin/gsplit
-firebird/bin/gstat
-firebird/bin/isql
-firebird/bin/qli
-%%PORTDOCS%%%%DOCSDIR%%/README.NTSecurity
-%%PORTDOCS%%%%DOCSDIR%%/README.Optimizer.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.Win32LibraryInstallation.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.build.mingw.html
-%%PORTDOCS%%%%DOCSDIR%%/README.build.msvc.html
-%%PORTDOCS%%%%DOCSDIR%%/README.coding.style
-%%PORTDOCS%%%%DOCSDIR%%/README.intl
-%%PORTDOCS%%%%DOCSDIR%%/README.instsvc
-%%PORTDOCS%%%%DOCSDIR%%/README.isql_enhancements.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.makefiles
-%%PORTDOCS%%%%DOCSDIR%%/README.performance_monitoring
-%%PORTDOCS%%%%DOCSDIR%%/README.sha1
-%%PORTDOCS%%%%DOCSDIR%%/README.user
-%%PORTDOCS%%%%DOCSDIR%%/README.user.embedded
-%%PORTDOCS%%%%DOCSDIR%%/README.user.troubleshooting
-%%PORTDOCS%%%%DOCSDIR%%/README.xnet
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.PSQL_stack_trace.txt
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.aggregate_tracking
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.case
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.coalesce
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.context_variables
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.context_variables2
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.cursors
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.data_type_results_of_aggregations.txt
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.data_types
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.ddl.txt
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.default_parameters
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.derived_tables.txt
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.distinct
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.exception_handling
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.execute_block
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.execute_statement
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.explicit_locks
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.expression_indices
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.iif
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.keywords
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.leave_labels
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.length
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.null_value
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.nullif
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.order_by_expressions_nulls
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.plan
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.returning
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.rows
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.savepoints
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.select_expressions
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.sequence_generators
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.trim
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.universal_triggers
-%%PORTDOCS%%%%DOCSDIR%%/sql.extensions/README.view_updates
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/sql.extensions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@unexec if cmp -s %D/firebird/firebird.conf %D/firebird/firebird.conf.sample; then rm -f %D/firebird/firebird.conf; fi
-firebird/firebird.conf.sample
-@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf
-@unexec rm -f %D/firebird/firebird.log
-firebird/firebird.msg
-firebird/help/help.fdb
-firebird/include/blr.h
-firebird/include/ib_util.h
-firebird/include/ibase.h
-firebird/include/iberror.h
-firebird/include/perf.h
-firebird/intl/fbintl
-@unexec rm -f %D/firebird/isc_event1.`hostname`
-@unexec rm -f %D/firebird/isc_init1.`hostname`
-@unexec rm -f %D/firebird/isc_lock1.`hostname`
-firebird/lib/libfbclient.so
-firebird/lib/libfbclient.so.2
-firebird/lib/libfbclient.so.2.0.0
-firebird/lib/libfbembed.so
-firebird/lib/libfbembed.so.2
-firebird/lib/libfbembed.so.2.0.0
-firebird/lib/libib_util.so
-firebird/security2.fdb.sample
-firebird/security2.fdb
-@dirrm firebird/UDF
-@dirrm firebird/bin
-@dirrm firebird/help
-@dirrm firebird/include
-@dirrm firebird/intl
-@dirrm firebird/lib
-@dirrmtry firebird