pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Switch SUBST_STAGE from post-patch to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9def5b7264ad
branches:  trunk
changeset: 602196:9def5b7264ad
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Apr 07 19:35:48 2012 +0000

description:
Switch SUBST_STAGE from post-patch to pre-configure to make it harder
to accidentally hardwire the substitution into patches/.

diffstat:

 sysutils/bacula/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 769ffc559f53 -r 9def5b7264ad sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Sat Apr 07 19:34:15 2012 +0000
+++ b/sysutils/bacula/Makefile.common   Sat Apr 07 19:35:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.57 2012/03/10 13:20:12 shattered Exp $
+# $NetBSD: Makefile.common,v 1.58 2012/04/07 19:35:48 dholland Exp $
 #
 # used by sysutils/bacula-clientonly/Makefile
 # used by sysutils/bacula-tray-monitor/Makefile
@@ -45,7 +45,7 @@
 FILES_SUBST+=          BACULA_SD_USER=${BACULA_SD_USER}
 
 SUBST_CLASSES+=                egdir
-SUBST_STAGE.egdir=     post-patch
+SUBST_STAGE.egdir=     pre-configure
 SUBST_FILES.egdir=     src/dird/Makefile.in
 SUBST_FILES.egdir+=    src/console/Makefile.in
 SUBST_FILES.egdir+=    src/filed/Makefile.in



Home | Main Index | Thread Index | Old Index