[109592] users/mojca/wxports/graphics

mojca at macports.org mojca at macports.org
Sun Aug 18 01:46:25 PDT 2013


Revision: 109592
          https://trac.macports.org/changeset/109592
Author:   mojca at macports.org
Date:     2013-08-18 01:46:25 -0700 (Sun, 18 Aug 2013)
Log Message:
-----------
mojca/libpano13: version 2.9.19 is needed for the latest hugin

Modified Paths:
--------------
    users/mojca/wxports/graphics/libpano13/Portfile

Added Paths:
-----------
    users/mojca/wxports/graphics/libpano13/
    users/mojca/wxports/graphics/libpano13/files/
    users/mojca/wxports/graphics/libpano13/files/patch-bootstrap.sh.diff

Modified: users/mojca/wxports/graphics/libpano13/Portfile
===================================================================
--- trunk/dports/graphics/libpano13/Portfile	2013-08-18 07:01:26 UTC (rev 109591)
+++ users/mojca/wxports/graphics/libpano13/Portfile	2013-08-18 08:46:25 UTC (rev 109592)
@@ -3,8 +3,8 @@
 PortSystem      1.0
 
 name            libpano13
-version         2.9.18
-revision	3
+hg.tag          ce361a3cfb97c43005cc90271d75558711ea385c
+version         2.9.19
 categories      graphics
 
 maintainers     freespace+macforge at gmail.com
@@ -16,16 +16,27 @@
 homepage        http://panotools.sourceforge.net/
 platforms       darwin
 
-master_sites    sourceforge:panotools
+# master_sites    sourceforge:panotools
+master_sites    http://sourceforge.net/code-snapshots/hg/p/pa/panotools/libpano13/
+use_zip         yes
+distname        panotools-libpano13-${hg.tag}
 
-checksums       sha1    23849bdbdfc9176a2b53d157e58bd24aa0e7276e \
-                rmd160  2309dc8d932a5ea80cb4b22bffa3e9d39539aa58
+checksums       sha1    fbefaacd5c73aa0e44314345b03e5b87a57dbe31 \
+                rmd160  7fc55c53846dc7dd224c6777ad57f8171d059dcd
 
 depends_lib     port:jpeg \
                 port:tiff \
                 port:libpng \
                 port:zlib
 
+depends_build   port:libtool port:autoconf port:automake
+
+patchfiles      patch-bootstrap.sh.diff
+
+pre-configure {
+    system "cd ${worksrcpath} && LIBTOOLIZE=glibtoolize ./bootstrap"
+}
+
 configure.args  --with-jpeg=${prefix} \
                 --with-tiff=${prefix} \
                 --with-png=${prefix} \

Added: users/mojca/wxports/graphics/libpano13/files/patch-bootstrap.sh.diff
===================================================================
--- users/mojca/wxports/graphics/libpano13/files/patch-bootstrap.sh.diff	                        (rev 0)
+++ users/mojca/wxports/graphics/libpano13/files/patch-bootstrap.sh.diff	2013-08-18 08:46:25 UTC (rev 109592)
@@ -0,0 +1,37 @@
+--- bootstrap.orig
++++ bootstrap
+@@ -60,7 +60,7 @@ if $AUTOMAKE --version < /dev/null > /dev/null 2>&1 ; then
+ 	automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
+ #	echo automake version: $automake_version
+ 	case $automake_version in
+-	    1.7*|1.8*|1.9*|1.10*|1.11*|1.12*)
++	    1.7*|1.8*|1.9*|1.12*|1.13*|1.14*0*|1.11*|1.12*|1.13*|1.14*)
+ 		have_automake=true
+ 		;;
+ 	esac
+@@ -98,25 +98,3 @@ $AUTOMAKE --add-missing --copy || exit $?
+ $AUTOCONF || exit $?
+ 
+ cd $ORIGDIR || exit $?
+-
+-echo
+-echo "I am going to run ./configure with the following arguments:"
+-echo
+-echo "  --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
+-echo
+-
+-if test -z "$*"; then
+-  echo "If you wish to pass additional arguments, please specify them "
+-  echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS "
+-  echo "environment variable."
+-  echo
+-fi
+-				
+-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
+-RC=$?
+-if test $RC -ne 0; then
+-  echo
+-  echo "Configure failed or did not finish!"
+-  exit $RC
+-fi
+-	  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130818/da1bebb1/attachment.html>


More information about the macports-changes mailing list