pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Added "bmake help" documentation for using libtool ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bef03f99e9d2
branches: trunk
changeset: 648106:bef03f99e9d2
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Mar 11 19:24:44 2015 +0000
description:
Added "bmake help" documentation for using libtool and pkg-config.
diffstat:
mk/help/libtool.help | 7 +++++++
mk/help/pkg-config.help | 8 ++++++++
mk/tools/automake.mk | 4 +++-
3 files changed, 18 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r c23da22c6ed2 -r bef03f99e9d2 mk/help/libtool.help
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/libtool.help Wed Mar 11 19:24:44 2015 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: libtool.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
+
+# USE_LIBTOOL
+# Packages that use libtool for building shared libraries must set
+# this variable to "yes".
+#
+# Keywords: libtool
diff -r c23da22c6ed2 -r bef03f99e9d2 mk/help/pkg-config.help
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/pkg-config.help Wed Mar 11 19:24:44 2015 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: pkg-config.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
+
+# Packages that use pkg-config for managing shared libraries must
+# declare:
+#
+# USE_TOOLS+= pkg-config
+#
+# Keywords: pkg-config pc
diff -r c23da22c6ed2 -r bef03f99e9d2 mk/tools/automake.mk
--- a/mk/tools/automake.mk Wed Mar 11 19:09:38 2015 +0000
+++ b/mk/tools/automake.mk Wed Mar 11 19:24:44 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: automake.mk,v 1.26 2015/02/16 10:59:39 jperkin Exp $
+# $NetBSD: automake.mk,v 1.27 2015/03/11 19:24:44 rillig Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -70,6 +70,8 @@
#
# AUTOMAKE_OVERRIDE= no
#
+# Keywords: automake
+#
# Only allow one of "automake" and "automake14" in USE_TOOLS.
.if !empty(USE_TOOLS:C/:.*//:Mautomake) && \
Home |
Main Index |
Thread Index |
Old Index