- Remove conflict with databases/unixODBC and databases/virtuoso. isql binary
was renamed to isql-fb - Bump PORTREVISION
This commit is contained in:
parent
a7f94bede3
commit
089cdaca7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259257
3 changed files with 6 additions and 4 deletions
|
@ -15,6 +15,5 @@ MASTERDIR= ${.CURDIR}/../firebird20-server
|
|||
PLIST= ${PKGDIR}/pkg-plist.client
|
||||
|
||||
CLIENT_ONLY= yes
|
||||
CONFLICTS= unixODBC-* virtuoso-*
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME?= firebird
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= SF/firebird/OldFiles
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
@ -77,7 +77,7 @@ ALL_TARGET= firebird_basic libfbembed embed_isql embed_gpre \
|
|||
# client_gpre client_gdef client_isql client_qli extlib
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
CLIENT_BIN= gpre isql qli
|
||||
CLIENT_BIN= gpre isql-fb qli
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -103,6 +103,9 @@ post-patch:
|
|||
@${MKDIR} ${WRKSRC}/m4
|
||||
${CP} ${FILESDIR}/*.m4 ${WRKSRC}/m4
|
||||
${FIND} ${WRKSRC} -name "*.sh" -exec ${CHMOD} +x {} \+
|
||||
.if defined(CLIENT_ONLY)
|
||||
${REINPLACE_CMD} -e 's|/isql|/isql-fb|g' ${WRKSRC}/builds/posix/make.defaults
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
bin/gpre
|
||||
bin/isql
|
||||
bin/isql-fb
|
||||
bin/qli
|
||||
include/blr.h
|
||||
include/ib_util.h
|
||||
|
|
Loading…
Reference in a new issue