[100114] trunk/dports/editors/textmate2

jmr at macports.org jmr at macports.org
Wed Nov 28 19:48:57 PST 2012


Revision: 100114
          https://trac.macports.org/changeset/100114
Author:   jmr at macports.org
Date:     2012-11-28 19:48:57 -0800 (Wed, 28 Nov 2012)
Log Message:
-----------
textmate2: run ninja verbosely in create_default_bundles_tbz helper script

Modified Paths:
--------------
    trunk/dports/editors/textmate2/Portfile

Added Paths:
-----------
    trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff

Modified: trunk/dports/editors/textmate2/Portfile
===================================================================
--- trunk/dports/editors/textmate2/Portfile	2012-11-29 02:36:26 UTC (rev 100113)
+++ trunk/dports/editors/textmate2/Portfile	2012-11-29 03:48:57 UTC (rev 100114)
@@ -36,7 +36,8 @@
     system -W ${worksrcpath} "git submodule update --init"
 }
 
-patchfiles              patch-configure-versionnumber.diff
+patchfiles              patch-configure-versionnumber.diff \
+                        patch-create_default_bundles_tbz-verbose.diff
 
 post-patch {
     reinplace "s/@REVISION@/${github.version}/" ${worksrcpath}/configure

Added: trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff
===================================================================
--- trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff	                        (rev 0)
+++ trunk/dports/editors/textmate2/files/patch-create_default_bundles_tbz-verbose.diff	2012-11-29 03:48:57 UTC (rev 100114)
@@ -0,0 +1,11 @@
+--- bin/create_default_bundles_tbz.orig	2012-11-29 14:31:53.000000000 +1100
++++ bin/create_default_bundles_tbz	2012-11-29 14:44:48.000000000 +1100
+@@ -11,7 +11,7 @@
+ 	BZIP2_FLAG="--use-compress-prog=pbzip2"
+ fi
+ 
+-ninja "$bl" && \
++ninja -v "$bl" && \
+ 	mkdir -p "$BUNDLES_DST/Managed" && \
+ 	"$bl" -C "$BUNDLES_DST/Managed" install Apache Bundle\ Development Bundle\ Support C CSS Diff Git HTML Hyperlink\ Helper JavaScript JSON Mail Make Markdown Math Mercurial Objective-C PHP Property\ List Python Ruby SCM Shell\ Script Source SQL Subversion Text TextMate Themes TODO XML && \
+ 	gnutar -cf "$TBZ_DST" "$BZIP2_FLAG" -C "$BUNDLES_DST" "Managed"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121128/6573adcb/attachment.html>


More information about the macports-changes mailing list