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:
Muhammad Moinur Rahman 2025-03-25 13:38:56 +01:00
parent db092b4221
commit 6c31889280
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
2 changed files with 5 additions and 2 deletions

View file

@ -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/{}" \;

View file

@ -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