[Bps-public-commit] SD branch, master, updated. 0.74-52-g737b88e

? sunnavy sunnavy at bestpractical.com
Tue Aug 24 23:21:10 EDT 2010


The branch, master has been updated
       via  737b88ea5eb4dae10d42538040fa312c29a10b7c (commit)
      from  06a28f74c5d64579762d84c33c8e82424697a179 (commit)

Summary of changes:
 tools/shipwright-package         |    6 +++++-
 tools/shipwright-package-minimal |    4 ++++
 2 files changed, 9 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 737b88ea5eb4dae10d42538040fa312c29a10b7c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Aug 25 11:21:33 2010 +0800

    make Net::DNS happy on mac

diff --git a/tools/shipwright-package b/tools/shipwright-package
index fdadb1a..010284c 100644
--- a/tools/shipwright-package
+++ b/tools/shipwright-package
@@ -46,10 +46,14 @@ git clone file://${REPO} hack-$$
 cd /tmp/hack-$$/sources/cpan-Lingua-EN-Inflect/vendor
 git mv Build.pl Build.PL
 cd /tmp/hack-$$/scripts/cpan-DateTime-Format-Natural
-perl -pi -e s'/Build test/Build/g' build
+perl -pi -e 's/Build test/Build/g' build
 git config push.default matching
 git commit -m 'Made DTFN not run its tests which add a slew of deps' build
 
+cd /tmp/hack-$$/scripts/cpan-Net-DNS
+perl -pi -e 's/make:/make: COMMAND_MODE=unix2003/' build
+git commit -m 'hack COMMAND_MODE to make Net-DNS happy on mac' build
+
 git push
 cd /tmp/
 rm -rf hack-$$
diff --git a/tools/shipwright-package-minimal b/tools/shipwright-package-minimal
index 984f007..c1d844a 100644
--- a/tools/shipwright-package-minimal
+++ b/tools/shipwright-package-minimal
@@ -22,6 +22,10 @@ git mv Build.pl Build.PL
 cd /tmp/hack-$$/scripts/cpan-DateTime-Format-Natural
 perl -pi -e 's/Build test/Build/g' build
 
+cd /tmp/hack-$$/scripts/cpan-Net-DNS
+perl -pi -e 's/make:/make: COMMAND_MODE=unix2003/' build
+git commit -m 'hack COMMAND_MODE to make Net-DNS happy on mac' build
+
 cd /tmp/hack-$$/scripts/cpan-Params-Util
 perl -pi -e 's/Makefile.PL/Makefile.PL -pm/g' build
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list