[142761] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Dec 12 07:07:28 PST 2015


Revision: 142761
          https://trac.macports.org/changeset/142761
Author:   ryandesign at macports.org
Date:     2015-11-22 12:58:20 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
gphoto2, libgphoto2: update to 2.5.8 and prevent configure failure when nawk is installed

Modified Paths:
--------------
    trunk/dports/devel/libgphoto2/Portfile
    trunk/dports/graphics/gphoto2/Portfile

Modified: trunk/dports/devel/libgphoto2/Portfile
===================================================================
--- trunk/dports/devel/libgphoto2/Portfile	2015-11-22 20:13:21 UTC (rev 142760)
+++ trunk/dports/devel/libgphoto2/Portfile	2015-11-22 20:58:20 UTC (rev 142761)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                libgphoto2
-version             2.5.8
+version             2.5.9
 categories          devel
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -19,8 +19,8 @@
 master_sites        sourceforge:project/gphoto/libgphoto/${version}
 use_bzip2           yes
 
-checksums           rmd160  bbb57fdace9783f9829bafbd89818949f6d0fce3 \
-                    sha256  031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6
+checksums           rmd160  156bc045c94a84bee25e57aff843b1d0bf93603a \
+                    sha256  cdb0e8e3a93417eb25892c4b03e64c07e93488ce05072edb62e1b70ff3291f32
 
 depends_build       port:pkgconfig
 
@@ -35,7 +35,8 @@
                     port:gd2
 
 configure.args      --with-drivers=all \
-                    --with-libexif=${prefix}
+                    --with-libexif=${prefix} \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 variant doxygen description {Use doxygen to generate API docs} {
     depends_build-append    port:doxygen \

Modified: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	2015-11-22 20:13:21 UTC (rev 142760)
+++ trunk/dports/graphics/gphoto2/Portfile	2015-11-22 20:58:20 UTC (rev 142761)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                gphoto2
-version             2.5.8
+version             2.5.9
 categories          graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -19,8 +19,8 @@
 master_sites        sourceforge:project/gphoto/gphoto/${version}
 use_bzip2           yes
 
-checksums           rmd160  b5edce0e89bffedda2a80dfb59f8a724fe33f6c5 \
-                    sha256  a9abcd15d95f205318d17e3ac12af7ce523d2bc4943709d50b0a12c30cc5ee4d
+checksums           rmd160  f9c37b51f50e3be53d029383342409c451e6684f \
+                    sha256  0f53803ed1f4ff7ea2aed8f7c9a0932237121941705779f7d09a8fe641ff475f
 
 depends_build       port:pkgconfig
 
@@ -35,7 +35,9 @@
 
 configure.env       POPT_CFLAGS="-I${prefix}/include" \
                     POPT_LIBS="-L${prefix}/lib -lpopt"
-configure.args      --without-cdk --without-aalib
+configure.args      --without-aalib \
+                    --without-cdk \
+                    ac_cv_prog_AWK=/usr/bin/awk
 
 destroot.target     install-strip
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/9cfb6abb/attachment.html>


More information about the macports-changes mailing list