mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/firebird40-server: Add missing header file
iberror.h file includes another file called gen/iberror.h which was not installed by the pkg. This cannot be easily spotted unless other ports tries to use the header. Approved by: portmgr (just-fix-it)
This commit is contained in:
parent
db092b4221
commit
6c31889280
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= firebird
|
||||
PORTVERSION= 4.0.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.0.5
|
||||
PORTREVISION= 2
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server
|
||||
|
@ -182,6 +182,8 @@ do-install:
|
|||
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/firebird
|
||||
${INSTALL_DATA} ${CLIENT_HEADER:S!^!${WRKSRC}/src/!} ${STAGEDIR}${PREFIX}/include
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/gen
|
||||
${INSTALL_DATA} ${WRKSRC}/src/include/gen/iberror.h ${STAGEDIR}${PREFIX}/include/gen
|
||||
|
||||
@cd ${WRKSRC}/src/include/firebird && \
|
||||
${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/include/firebird/{}" \;
|
||||
|
|
|
@ -39,6 +39,7 @@ include/firebird/impl/dsc_pub.h
|
|||
include/firebird/impl/inf_pub.h
|
||||
include/firebird/impl/sqlda_pub.h
|
||||
include/firebird/impl/types_pub.h
|
||||
include/gen/iberror.h
|
||||
include/ib_util.h
|
||||
include/ibase.h
|
||||
include/iberror.h
|
||||
|
|
Loading…
Add table
Reference in a new issue