aboutsummaryrefslogtreecommitdiffstats
path: root/databases/firebird20-server
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2008-11-24 14:22:36 +0800
committerskv <skv@FreeBSD.org>2008-11-24 14:22:36 +0800
commitf73cd2197839b4e65bbee78e8e4cc0b09c197ede (patch)
tree871515c8bda899ac0631234f3df0fcc1a84b51b3 /databases/firebird20-server
parent19acdb9826e8975e82837ac1d543370e59ea159f (diff)
downloadfreebsd-ports-graphics-f73cd2197839b4e65bbee78e8e4cc0b09c197ede.tar.gz
freebsd-ports-graphics-f73cd2197839b4e65bbee78e8e4cc0b09c197ede.tar.zst
freebsd-ports-graphics-f73cd2197839b4e65bbee78e8e4cc0b09c197ede.zip
Rename databases/firebird2-* to databases/firebird20-*
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r--databases/firebird20-server/Makefile10
-rw-r--r--databases/firebird20-server/pkg-plist.client3
2 files changed, 10 insertions, 3 deletions
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile
index 6223bae130b..433caceaca3 100644
--- a/databases/firebird20-server/Makefile
+++ b/databases/firebird20-server/Makefile
@@ -17,7 +17,7 @@ DISTNAME= Firebird-2.0.3.12981-1
MAINTAINER= skv@FreeBSD.org
COMMENT?= Firebird-2 relational database (server)
-LATEST_LINK= ${PORTNAME}2${PKGNAMESUFFIX}
+LATEST_LINK= ${PORTNAME}20${PKGNAMESUFFIX}
USE_BISON= build
USE_BZIP2= yes
@@ -40,13 +40,14 @@ LD= ${CC}
STRIP=
ONLY_FOR_ARCHS= i386 amd64
-CONFLICTS= firebird-client-1* firebird-server-1*
+CONFLICTS= firebird-client-1* firebird-server-1* \
+ firebird-client-2.1* firebird-server-2.1*
INSTALL_FB= ${INSTALL} ${COPY} -g firebird
.if !defined(CLIENT_ONLY)
# Server part stuff
-LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird2-client
+LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird20-client
AUTOGENARGS= --with-lock-manager
@@ -201,12 +202,15 @@ do-install:
${WRKSRC}/gen/firebird/lib/libfbembed.so.${PORTVERSION} \
${PREFIX}/lib
+ ${LN} -fs libfbclient.so.${PORTVERSION} ${PREFIX}/lib/libfbclient.so.2.0
${LN} -fs libfbclient.so.${PORTVERSION} ${PREFIX}/lib/libfbclient.so.2
${LN} -fs libfbclient.so.${PORTVERSION} ${PREFIX}/lib/libfbclient.so
+ ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libfbembed.so.2.0
${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libfbembed.so.2
${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libfbembed.so
+ ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libgds.so.2.0
${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libgds.so.2
${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libgds.so
diff --git a/databases/firebird20-server/pkg-plist.client b/databases/firebird20-server/pkg-plist.client
index 71995b46b9f..1d085133e19 100644
--- a/databases/firebird20-server/pkg-plist.client
+++ b/databases/firebird20-server/pkg-plist.client
@@ -9,12 +9,15 @@ include/iberror.h
include/perf.h
lib/libfbclient.so
lib/libfbclient.so.2
+lib/libfbclient.so.2.0
lib/libfbclient.so.%%FIREBIRD_VERSION%%
lib/libfbembed.so
lib/libfbembed.so.2
+lib/libfbembed.so.2.0
lib/libfbembed.so.%%FIREBIRD_VERSION%%
lib/libgds.so
lib/libgds.so.2
+lib/libgds.so.2.0
lib/libib_util.so
@unexec if cmp -s %D/%%CONFDIR%%/firebird.conf %D/%%CONFDIR%%/firebird.conf.sample; then rm -f %D/%%CONFDIR%%/firebird.conf; fi
%%CONFDIR%%/firebird.conf.sample