pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/tdb



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Dec  6 09:23:16 UTC 2024

Modified Files:
        pkgsrc/databases/tdb: Makefile

Log Message:
databases/tdb: add missing library buildlinks
tdb uses pthreads, and it uses libintl from
devel/gettext-lib. It also links to libintl
in the configure step when trying to link
with pyembed. This means that the configure
step have failed on systems that don't have
libintl in base.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/tdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/tdb/Makefile
diff -u pkgsrc/databases/tdb/Makefile:1.56 pkgsrc/databases/tdb/Makefile:1.57
--- pkgsrc/databases/tdb/Makefile:1.56  Wed Aug  7 10:40:06 2024
+++ pkgsrc/databases/tdb/Makefile       Fri Dec  6 09:23:16 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2024/08/07 10:40:06 adam Exp $
+# $NetBSD: Makefile,v 1.57 2024/12/06 09:23:16 nros Exp $
 
 DISTNAME=      tdb-1.4.12
+PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  https://www.samba.org/ftp/tdb/
 
@@ -45,4 +46,6 @@ SUBST_SED.docbook+=   -e 's,http://docbook
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index