[148256] trunk/dports/graphics/poppler

devans at macports.org devans at macports.org
Sun May 1 11:49:47 PDT 2016


Revision: 148256
          https://trac.macports.org/changeset/148256
Author:   devans at macports.org
Date:     2016-05-01 11:49:47 -0700 (Sun, 01 May 2016)
Log Message:
-----------
poppler: update to version 0.43.0, ABI incompatible with previous version.

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile
    trunk/dports/graphics/poppler/files/patch-configure.ac.diff

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2016-05-01 17:58:23 UTC (rev 148255)
+++ trunk/dports/graphics/poppler/Portfile	2016-05-01 18:49:47 UTC (rev 148256)
@@ -8,8 +8,7 @@
 
 name                poppler
 conflicts           pdf2json xpdf-tools
-version             0.42.0
-revision            2
+version             0.43.0
 license             GPL-2+
 maintainers         devans openmaintainer
 categories          graphics
@@ -23,8 +22,8 @@
 
 use_xz              yes
 
-checksums           rmd160  503cfddcb1a2817b3e180ce70b1c8e480785be4d \
-                    sha256  9fef076ffe2a4f18a4e0da547d814ef5c5e6f8a283afe3387504a0bb1a418010
+checksums           rmd160  2ce639799c9129bae6bd70da214f04352be0714d \
+                    sha256  c720e26a26ee10b7ebc9e256d2ee7adcdb536cf85f9f1c4777a38f7f81fb2456
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/graphics/poppler/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/poppler/files/patch-configure.ac.diff	2016-05-01 17:58:23 UTC (rev 148255)
+++ trunk/dports/graphics/poppler/files/patch-configure.ac.diff	2016-05-01 18:49:47 UTC (rev 148256)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2016-04-08 19:06:17.000000000 -0700
-+++ configure.ac	2016-04-09 04:03:54.000000000 -0700
-@@ -266,7 +266,7 @@
+--- configure.ac.orig	2016-04-28 15:30:06.000000000 -0700
++++ configure.ac	2016-04-30 22:45:45.000000000 -0700
+@@ -261,7 +261,7 @@
  
  dnl Test for NSS
  AC_ARG_ENABLE(libnss,
@@ -9,7 +9,7 @@
                         [Do not build against libnss3.]),
                enable_libnss=$enableval,
                enable_libnss="try")
-@@ -274,6 +274,8 @@
+@@ -269,6 +269,8 @@
  if test x$enable_libnss != xno; then
    PKG_CHECK_MODULES(NSS3, nss, [enable_nss="yes"],
        [enable_nss="no"])
@@ -18,3 +18,20 @@
  fi
  
  if test x$enable_nss = xyes; then
+@@ -928,13 +930,13 @@
+ 
+ # some compilers do not support this flag (see bug #76963)
+ fno_check_new=
+-AC_MSG_CHECKING([for -fno-check-new compiler flag])
++AC_MSG_CHECKING([for  compiler flag])
+ AC_LANG_PUSH([C++])
+ saved_CXXFLAGS=$CXXFLAGS
+-CXXFLAGS="-fno-check-new $CXXFLAGS"
++CXXFLAGS=" $CXXFLAGS"
+ AC_TRY_COMPILE([], [],
+   [AC_MSG_RESULT([yes])
+-  fno_check_new="-fno-check-new"],
++  fno_check_new=""],
+   AC_MSG_RESULT([no])
+ )
+ CXXFLAGS=$saved_CXXFLAGS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160501/cf15d8a0/attachment.html>


More information about the macports-changes mailing list