Date: Mon, 28 Jun 2021 01:54:07 GMT From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 675e5f2f84da - main - databases/firebird40-[client|server]: Clean up Message-ID: <202106280154.15S1s7eQ008027@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=675e5f2f84da9f77a4484c062d52cd4efccedb5d commit 675e5f2f84da9f77a4484c062d52cd4efccedb5d Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-06-28 01:51:16 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-06-28 01:51:16 +0000 databases/firebird40-[client|server]: Clean up - Change library version to 4 - Remove obsolete option from CONFIGURE_ARGS - Fix pkg-plist.client --- databases/firebird40-server/Makefile | 6 +++--- databases/firebird40-server/files/patch-builds_posix_make.defaults | 2 +- databases/firebird40-server/pkg-plist.client | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/firebird40-server/Makefile b/databases/firebird40-server/Makefile index 7a2b35a41f38..58458196a63d 100644 --- a/databases/firebird40-server/Makefile +++ b/databases/firebird40-server/Makefile @@ -43,8 +43,8 @@ CONFIGURE_ARGS= --prefix=${LOCALSTATEDIR} \ --with-fbtzdata=${LIBEXECDIR}/tzdata \ --with-fbsbin=${PREFIX}/sbin \ --with-fbsecure-db=${LOCALSTATEDIR} \ - --with-fbsample-db=${EXAMPLESDIR} \ - --with-fbudf=${LIBEXECDIR}/UDF + --with-fbsample-db=${EXAMPLESDIR} + CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \ ac_cv_header_atomic_ops_h="no" \ ac_cv_lib_atomic_ops_main="no" @@ -176,7 +176,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/lib/libfbclient.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib - ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so.3 + ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so.4 ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so @${MKDIR} ${STAGEDIR}${PREFIX}/include/firebird diff --git a/databases/firebird40-server/files/patch-builds_posix_make.defaults b/databases/firebird40-server/files/patch-builds_posix_make.defaults index b30b259a6848..2959d2fa028d 100644 --- a/databases/firebird40-server/files/patch-builds_posix_make.defaults +++ b/databases/firebird40-server/files/patch-builds_posix_make.defaults @@ -23,7 +23,7 @@ LibraryFileName=libfbclient LibraryFullName=$(LibraryFileName).${SHRLIB_EXT}.${FirebirdVersion} -LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.2 -+LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.3 ++LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.4 LibraryBaseName=$(LibraryFileName).${SHRLIB_EXT} LIBFIREBIRD_FULLNAME = $(LIB)/$(LibraryFullName) diff --git a/databases/firebird40-server/pkg-plist.client b/databases/firebird40-server/pkg-plist.client index 543e6b40637a..83fe7fc4b3ac 100644 --- a/databases/firebird40-server/pkg-plist.client +++ b/databases/firebird40-server/pkg-plist.client @@ -44,6 +44,6 @@ include/ibase.h include/iberror.h include/perf.h lib/libfbclient.so -lib/libfbclient.so.3 +lib/libfbclient.so.4 lib/libfbclient.so.%%FIREBIRD_VERSION%% %%DATADIR%%/firebird.msg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106280154.15S1s7eQ008027>