pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape This accidentally got committed in d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bbc38fb0ae2
branches:  trunk
changeset: 603562:3bbc38fb0ae2
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue May 08 02:42:09 2012 +0000

description:
This accidentally got committed in debug mode (phase of post-patch rather
than pre-build) the last time.

diffstat:

 graphics/inkscape/glib2-fixes.mk |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 14b67efaaa80 -r 3bbc38fb0ae2 graphics/inkscape/glib2-fixes.mk
--- a/graphics/inkscape/glib2-fixes.mk  Tue May 08 02:41:26 2012 +0000
+++ b/graphics/inkscape/glib2-fixes.mk  Tue May 08 02:42:09 2012 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: glib2-fixes.mk,v 1.2 2012/05/07 00:54:19 dholland Exp $
+# $NetBSD: glib2-fixes.mk,v 1.3 2012/05/08 02:42:09 dholland Exp $
 
 # Fix build with the latest glib2.
 
 SUBST_CLASSES+=                glib2
 SUBST_MESSAGE.glib2=   Fixing glib2 includes.
-#SUBST_STAGE.glib2=    pre-build
-SUBST_STAGE.glib2=     post-patch
+# For testing, post-patch is better. For production, pre-build decreases
+# the chances of confusion and of bad interactions with patches.
+#SUBST_STAGE.glib2=    post-patch
+SUBST_STAGE.glib2=     pre-build
 
 SUBST_FILES.glib2+=    src/2geom/matrix.h
 SUBST_FILES.glib2+=    src/application/application.h



Home | Main Index | Thread Index | Old Index