View | Details | Raw Unified | Return to bug 99389
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	firebird
8
PORTNAME=	firebird
9
PORTVERSION=	2.0.a3
9
PORTVERSION=	2.0.a3
10
PORTREVISION=	1
10
CATEGORIES=	databases
11
CATEGORIES=	databases
11
MASTER_SITES=	http://www.ramenzoni.com.br/~garga/firebird/ \
12
MASTER_SITES=	http://www.ramenzoni.com.br/~garga/firebird/ \
12
		http://www.galle.com.br/~garga/firebird/ \
13
		http://www.galle.com.br/~garga/firebird/ \
Lines 29-36 Link Here
29
CONFLICTS=	firebird-client-1.*
30
CONFLICTS=	firebird-client-1.*
30
31
31
WRKSRC=		${WRKDIR}/firebird2
32
WRKSRC=		${WRKDIR}/firebird2
32
INSTALLS_SHLIB=	yes
33
USE_LDCONFIG=	${PREFIX}/firebird/lib
33
LDCONFIG_DIRS=	%%PREFIX%%/firebird/lib
34
SUB_FILES=	pkg-message pkg-install
34
SUB_FILES=	pkg-message pkg-install
35
35
36
ONLY_FOR_ARCHS=	i386
36
ONLY_FOR_ARCHS=	i386
Lines 38-44 Link Here
38
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
39
40
.if ${OSVERSION} < 500000
40
.if ${OSVERSION} < 500000
41
BROKEN=	"Does not build on FreeBSD-4.x"
41
BROKEN=	Does not build on FreeBSD-4.x
42
.endif
42
.endif
43
43
44
pre-everything::
44
pre-everything::
(-)pkg-plist (-1 lines)
Lines 1-5 Link Here
1
@comment $FreeBSD: ports/databases/firebird-devel/pkg-plist,v 1.9 2006/01/22 01:28:54 edwin Exp $
1
@comment $FreeBSD: ports/databases/firebird-devel/pkg-plist,v 1.9 2006/01/22 01:28:54 edwin Exp $
2
@unexec rm -f %%LOCALBASE%%/etc/rc.d/000.firebird.sh
3
firebird/README
2
firebird/README
4
firebird/UDF/fbudf.so
3
firebird/UDF/fbudf.so
5
firebird/UDF/fbudf.sql
4
firebird/UDF/fbudf.sql
(-)files/pkg-install.in (-7 lines)
Lines 133-145 Link Here
133
chmod 444 aliases.conf firebird.conf
133
chmod 444 aliases.conf firebird.conf
134
chmod 660 security2.fdb
134
chmod 660 security2.fdb
135
135
136
# shared lib startup script
137
if [ -d $PKG_PREFIX/etc/rc.d ]; then
138
	(
139
	echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib"
140
	) > %%LOCALBASE%%/etc/rc.d/000.firebird.sh
141
  chmod a=rx %%LOCALBASE%%/etc/rc.d/000.firebird.sh
142
fi
143
;;
136
;;
144
137
145
esac
138
esac

Return to bug 99389