pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk Do SUBST handling in post-patch instead...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa190836aafc
branches: trunk
changeset: 531720:fa190836aafc
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Aug 05 12:30:10 2007 +0000
description:
Do SUBST handling in post-patch instead of pre-configure. This makes
substitution (and any substitution warnings) run before the build starts,
rather than after building libnbcompat. The reason for this is that
libnbcompat is _built_ in the pre-configure stage when in inplace mode.
diffstat:
pkgtools/pbulk/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 01872c9cdc55 -r fa190836aafc pkgtools/pbulk/Makefile
--- a/pkgtools/pbulk/Makefile Sun Aug 05 11:20:47 2007 +0000
+++ b/pkgtools/pbulk/Makefile Sun Aug 05 12:30:10 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/07/27 09:59:36 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/08/05 12:30:10 tnn Exp $
DISTNAME= pbulk-0.10
CATEGORIES= pkgtools
@@ -19,8 +19,8 @@
mail:run
DEPENDS+= rsync-[0-9]*:../../net/rsync
-SUBST_CLASSES+= tools
-SUBST_STAGE.tools= pre-configure
+SUBST_CLASSES+= tools
+SUBST_STAGE.tools= post-patch
SUBST_MESSAGE.tools= Fixing references to tools
SUBST_FILES.tools= pbulk.conf scripts/build scripts/build-client-start \
scripts/bulkbuild scripts/client-clean \
Home |
Main Index |
Thread Index |
Old Index