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

(-)databases/firebird25-server/Makefile (-5 / +4 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	firebird
4
PORTNAME=	firebird
5
PORTVERSION=	2.5.4
5
PORTVERSION=	2.5.6
6
PORTREVISION=	7
7
CATEGORIES?=	databases
6
CATEGORIES?=	databases
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/
9
PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
8
PKGNAMESUFFIX?=	${PORTVERSION:R:S/.//}-server
10
DISTNAME=	${PORTNAME:S/f/F/}-${PORTVERSION}.26856-0
9
DISTNAME=	${PORTNAME:S/f/F/}-${PORTVERSION}.27020-0
11
DIST_SUBDIR=	${PORTNAME}
10
DIST_SUBDIR=	${PORTNAME}
12
11
13
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
Lines 24-30 LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept Link Here
24
23
25
LIB_DEPENDS=	libicuuc.so:devel/icu
24
LIB_DEPENDS=	libicuuc.so:devel/icu
26
25
27
USES=		gmake pkgconfig tar:bzip2
26
USES=		cpe gmake pkgconfig tar:bzip2
28
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
29
MAKE_JOBS_UNSAFE=	yes
28
MAKE_JOBS_UNSAFE=	yes
30
29
Lines 90-96 UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql Link Here
90
PKGINSTALL?=	${PKGDIR}/pkg-install-server
89
PKGINSTALL?=	${PKGDIR}/pkg-install-server
91
.else
90
.else
92
# Client part stuff
91
# Client part stuff
93
LIB_DEPENDS+=	libedit.so.0:devel/libedit
92
USES+=	libedit
94
LDFLAGS+=	-L${LOCALBASE}/lib # to link in lncurses pulled in by libedit
93
LDFLAGS+=	-L${LOCALBASE}/lib # to link in lncurses pulled in by libedit
95
94
96
CONFIGURE_ARGS+=	--with-system-editline
95
CONFIGURE_ARGS+=	--with-system-editline
(-)databases/firebird25-server/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 4e775dcf218640d3af507a816aef0060f52a295b9ee5f66ec66f0b0564da18d3
1
TIMESTAMP = 1468845026
2
SIZE (firebird/Firebird-2.5.4.26856-0.tar.bz2) = 13744859
2
SHA256 (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 8e416f2f9a8f1fce2aa872925ca2016010878265ec56fe0a32a73e0080378826
3
SIZE (firebird/Firebird-2.5.6.27020-0.tar.bz2) = 13610463
(-)databases/firebird25-server/pkg-plist (-1 / +1 lines)
Lines 27-33 libexec/firebird/intl/fbintl.conf Link Here
27
@group firebird
27
@group firebird
28
@sample /%%LOCALSTATEDIR%%/security2.fdb.sample
28
@sample /%%LOCALSTATEDIR%%/security2.fdb.sample
29
/%%LOCALSTATEDIR%%/help/help.fdb
29
/%%LOCALSTATEDIR%%/help/help.fdb
30
@unexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log
30
@preunexec [ -s /%%LOCALSTATEDIR%%/firebird.log ] || rm -f /%%LOCALSTATEDIR%%/firebird.log
31
@rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname`
31
@rmtry /%%LOCALSTATEDIR%%/isc_event1.`hostname`
32
@rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname`
32
@rmtry /%%LOCALSTATEDIR%%/isc_init1.`hostname`
33
@rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname`
33
@rmtry /%%LOCALSTATEDIR%%/isc_lock1.`hostname`

Return to bug 211387