head 1.4; access; symbols pkgsrc-2016Q2:1.3.0.2 pkgsrc-2016Q2-base:1.3 pkgsrc-2014Q2:1.1.0.6 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2016.08.01.14.12.22; author wiz; state dead; branches; next 1.3; commitid fIRvc32IYsKdPBgz; 1.3 date 2016.06.02.05.14.21; author richard; state Exp; branches; next 1.2; commitid veMMXDNlQYETLQ8z; 1.2 date 2014.07.22.12.13.28; author wiz; state dead; branches; next 1.1; commitid hH8720UwM7i5ZmJx; 1.1 date 2013.10.26.15.10.57; author joerg; state Exp; branches; next ; commitid KpRVgpOOlnJ6COax; desc @@ 1.4 log @Remove obsolete patch (after 0.46.0 update). @ text @$NetBSD: patch-configure,v 1.3 2016/06/02 05:14:21 richard Exp $ avoid gnu-grep presumptions in favour of portable usage reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=72744 --- configure.orig 2016-05-21 16:59:37.000000000 +0000 +++ configure @@@@ -24084,7 +24084,7 @@@@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5 moc" >&5 $as_echo_n "checking for Qt5 moc... " >&6; } mocversion=`$MOCQT5 -v 2>&1` - mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"` + mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"` if test x"$mocversiongrep" != x"$mocversion"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @ 1.3 log @avoid gnu-grep presumptions in favour of portable usage for detecting qt5 reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=72744 fixes poppler-qt5 build on SunOS @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 0.26.2: Release 0.26.2 core: * Make sure we have an xref before using. KDE Bug #335413 build system: * autoconf: Fix typo in configure.ac utils: * pdftohtml: exit with 0 with -v and -h @ text @d1 1 a1 1 $NetBSD: patch-configure,v 1.1 2013/10/26 15:10:57 joerg Exp $ d3 4 a6 1 --- configure.orig 2013-10-17 17:09:13.000000000 +0000 d8 9 a16 16 @@@@ -24746,13 +24746,13 @@@@ if test "x$GCC" != xyes; then fi case "$enable_compile_warnings" in no) ;; - yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common $CXXFLAGS"; + yes) CXXFLAGS="-Wall -Woverloaded-virtual -Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-common $CXXFLAGS"; CFLAGS="-Wall $CFLAGS" ;; kde) CXXFLAGS="-Wnon-virtual-dtor -Wno-long-long -Wundef \ -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -Wcast-align \ -Wconversion -Wall -W -Wpointer-arith \ -Wwrite-strings -O2 -Wformat-security \ - -Wmissing-format-attribute -fno-exceptions -fno-check-new \ + -Wmissing-format-attribute -fno-exceptions \ -fno-common $CXXFLAGS" ;; esac CXXFLAGS="-fPIC $CXXFLAGS"; @ 1.1 log @Drop -fno-check-new, it is the default. @ text @d1 1 a1 1 $NetBSD$ @