pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/pg_top
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 11 09:09:09 UTC 2023
Modified Files:
pkgsrc/databases/pg_top: Makefile
Log Message:
pg_top: Depends on libbsd on Linux
XXX package is a mess, why is it NOT_FOR netbsd but requires libbsd!?
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/pg_top/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/pg_top/Makefile
diff -u pkgsrc/databases/pg_top/Makefile:1.2 pkgsrc/databases/pg_top/Makefile:1.3
--- pkgsrc/databases/pg_top/Makefile:1.2 Thu Apr 27 05:44:26 2023
+++ pkgsrc/databases/pg_top/Makefile Fri Aug 11 09:09:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/27 05:44:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/11 09:09:09 nia Exp $
DISTNAME= pg_top-4.0.0
CATEGORIES= databases
@@ -12,5 +12,9 @@ COMMENT= top-like monitoring program for
NOT_FOR_PLATFORM= NetBSD-*-*
.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Linux"
+. include "../../devel/libbsd/buildlink3.mk"
+.endif
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index