pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jemalloc
Module Name: pkgsrc
Committed By: cheusov
Date: Wed May 8 18:50:24 UTC 2024
Modified Files:
pkgsrc/devel/jemalloc: Makefile options.mk
Log Message:
Fix previously added option "doc"
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/jemalloc/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/jemalloc/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jemalloc/Makefile
diff -u pkgsrc/devel/jemalloc/Makefile:1.25 pkgsrc/devel/jemalloc/Makefile:1.26
--- pkgsrc/devel/jemalloc/Makefile:1.25 Wed May 8 18:16:39 2024
+++ pkgsrc/devel/jemalloc/Makefile Wed May 8 18:50:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/05/08 18:16:39 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/08 18:50:24 cheusov Exp $
DISTNAME= jemalloc-5.3.0
PKGREVISION= 1
@@ -22,7 +22,7 @@ BUILD_MAKE_FLAGS+= SHELL=${CONFIG_SHELL}
REPLACE_PERL= bin/jeprof.in
-BUILD_TARGET= all dist
+BUILD_TARGET= all
TEST_TARGET= check
TEST_ENV= LD_LIBRARY_PATH=${WRKSRC}/lib
Index: pkgsrc/devel/jemalloc/options.mk
diff -u pkgsrc/devel/jemalloc/options.mk:1.2 pkgsrc/devel/jemalloc/options.mk:1.3
--- pkgsrc/devel/jemalloc/options.mk:1.2 Wed May 8 18:16:39 2024
+++ pkgsrc/devel/jemalloc/options.mk Wed May 8 18:50:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2024/05/08 18:16:39 cheusov Exp $
+# $NetBSD: options.mk,v 1.3 2024/05/08 18:50:24 cheusov Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jemalloc
PKG_SUPPORTED_OPTIONS= debug doc
@@ -16,6 +16,7 @@ CONFIGURE_ARGS+= --enable-debug
TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
PLIST.doc= yes
+BUILD_TARGET+= dist
.else
CONFIGURE_ARGS+= --disable-doc
.endif
Home |
Main Index |
Thread Index |
Old Index