From owner-svn-ports-all@freebsd.org Sat Oct 5 02:10:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4E9AFB63C; Sat, 5 Oct 2019 02:10:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46lVZ74MwRz4BLP; Sat, 5 Oct 2019 02:10:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 750CE5D3D; Sat, 5 Oct 2019 02:10:07 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x952A7Mw019052; Sat, 5 Oct 2019 02:10:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x952A6oC019049; Sat, 5 Oct 2019 02:10:06 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201910050210.x952A6oC019049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 5 Oct 2019 02:10:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513807 - in head/graphics/xpdf4: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/graphics/xpdf4: . files X-SVN-Commit-Revision: 513807 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Oct 2019 02:10:07 -0000 Author: cy Date: Sat Oct 5 02:10:06 2019 New Revision: 513807 URL: https://svnweb.freebsd.org/changeset/ports/513807 Log: Update 4.01 --> 4.02 Deleted: head/graphics/xpdf4/files/patch-aconf.h.in Modified: head/graphics/xpdf4/Makefile (contents, props changed) head/graphics/xpdf4/distinfo (contents, props changed) head/graphics/xpdf4/files/patch-cmake-config.txt (contents, props changed) Modified: head/graphics/xpdf4/Makefile ============================================================================== --- head/graphics/xpdf4/Makefile Sat Oct 5 00:51:04 2019 (r513806) +++ head/graphics/xpdf4/Makefile Sat Oct 5 02:10:06 2019 (r513807) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xpdf -PORTVERSION= 4.01 -PORTREVISION= 2 +PORTVERSION= 4.02 PORTEPOCH= 1 CATEGORIES= graphics print MASTER_SITES= https://xpdfreader-dl.s3.amazonaws.com/ Modified: head/graphics/xpdf4/distinfo ============================================================================== --- head/graphics/xpdf4/distinfo Sat Oct 5 00:51:04 2019 (r513806) +++ head/graphics/xpdf4/distinfo Sat Oct 5 02:10:06 2019 (r513807) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550580216 -SHA256 (xpdf-4.01.tar.gz) = a4de7369029ce6d920af39fe02b777d86721464c70a2a678087fe265e5557563 -SIZE (xpdf-4.01.tar.gz) = 891150 +TIMESTAMP = 1570240487 +SHA256 (xpdf-4.02.tar.gz) = 52d51dc943b9614b8da66e8662b3031a3c82dc25bfc792eac6b438aa36d549a4 +SIZE (xpdf-4.02.tar.gz) = 912885 Modified: head/graphics/xpdf4/files/patch-cmake-config.txt ============================================================================== --- head/graphics/xpdf4/files/patch-cmake-config.txt Sat Oct 5 00:51:04 2019 (r513806) +++ head/graphics/xpdf4/files/patch-cmake-config.txt Sat Oct 5 02:10:06 2019 (r513807) @@ -1,47 +1,32 @@ ---- cmake-config.txt.orig 2019-02-18 10:24:19.000000000 -0800 -+++ cmake-config.txt 2019-02-19 18:15:45.359569000 -0800 +--- cmake-config.txt.orig 2019-09-25 12:54:33.000000000 -0700 ++++ cmake-config.txt 2019-10-04 19:03:10.517020000 -0700 @@ -81,6 +81,7 @@ option(USE_EXCEPTIONS "use C++ exceptions" ON) option(USE_FIXEDPOINT "use fixed point (instead of floating point) arithmetic" OFF) option(SPLASH_CMYK "include support for CMYK rasterization" OFF) +option(USE_LIBPAPER "use libpaper" OFF) + option(NO_FONTCONFIG "disable support for libfontconfig" OFF) option(SYSTEM_XPDFRC "full path for system-wide xpdfrc file" "") if (SYSTEM_XPDFRC) - set(SYSTEM_XPDFRC_DEFINE "#define SYSTEM_XPDFRC \"${SYSTEM_XPDFRC}\"") -@@ -200,9 +201,7 @@ - if (XPDFWIDGET_PRINTING) - set(QT_INCLUDES "${Qt5Widgets_INCLUDE_DIRS} ${Qt5Network_INCLUDE_DIRS} ${Qt5PrintSupport_INCLUDE_DIRS}") - set(QT_DEFINITIONS "${Qt5Widgets_DEFINITIONS} ${Qt5Network_DEFINITIONS} ${Qt5PrintSupport_DEFINITIONS}") -- if (APPLE) -- set(QT_LIBRARIES Qt5::Widgets Qt5::Network Qt5::PrintSupport "-framework ApplicationServices") -- elseif (UNIX) -+ if (CUPS) - set(QT_LIBRARIES Qt5::Widgets Qt5::Network Qt5::PrintSupport cups) - else () - set(QT_LIBRARIES Qt5::Widgets Qt5::Network Qt5::PrintSupport) -@@ -213,9 +212,7 @@ - set(QT_LIBRARIES Qt5::Widgets Qt5::Network) - endif () - if (XPDFWIDGET_PRINTING) -- if (APPLE) -- set(EXTRA_QT_LIBRARIES "-framework ApplicationServices") -- elseif (UNIX) -+ if (CUPS) - set(EXTRA_QT_LIBRARIES cups) - else () - set(EXTRA_QT_LIBRARIES "") -@@ -226,9 +223,7 @@ - elseif(QT4_FOUND) - message(STATUS "Qt4 found") - if (XPDFWIDGET_PRINTING) -- if (APPLE) -- set(EXTRA_QT_LIBRARIES "-framework ApplicationServices") -- elseif (UNIX) -+ if (CUPS) - set(EXTRA_QT_LIBRARIES cups) - else () - set(EXTRA_QT_LIBRARIES "") -@@ -243,6 +238,29 @@ +@@ -212,7 +213,7 @@ + set(EXTRA_QT_LIBRARIES "-framework ApplicationServices") + elseif (UNIX) + find_package(Cups) +- if (CUPS_FOUND) ++ if (CUPS) + set(EXTRA_QT_LIBRARIES ${CUPS_LIBRARIES}) + else () + set (XPDFWIDGET_PRINTING OFF) +@@ -230,7 +231,7 @@ + set(EXTRA_QT_LIBRARIES "-framework ApplicationServices") + elseif (UNIX) + find_package(Cups) +- if (CUPS_FOUND) ++ if (CUPS) + set(EXTRA_QT_LIBRARIES ${CUPS_LIBRARIES}) + else () + set (XPDFWIDGET_PRINTING OFF) +@@ -248,6 +249,29 @@ NAMES paper libpaper PATH_SUFFIXES lib64 lib )