Date: Mon, 30 Oct 2017 14:04:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453176 - in head/graphics/pdfpc: . files Message-ID: <201710301404.v9UE4bvm091930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Oct 30 14:04:36 2017 New Revision: 453176 URL: https://svnweb.freebsd.org/changeset/ports/453176 Log: Update to v4.1 Added: head/graphics/pdfpc/files/ head/graphics/pdfpc/files/patch-src_CMakeLists.txt (contents, props changed) Modified: head/graphics/pdfpc/Makefile head/graphics/pdfpc/distinfo Modified: head/graphics/pdfpc/Makefile ============================================================================== --- head/graphics/pdfpc/Makefile Mon Oct 30 13:56:49 2017 (r453175) +++ head/graphics/pdfpc/Makefile Mon Oct 30 14:04:36 2017 (r453176) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pdfpc -DISTVERSION= 4.0.8-2 +DISTVERSION= 4.1 CATEGORIES= graphics DISTVERSIONPREFIX= v Modified: head/graphics/pdfpc/distinfo ============================================================================== --- head/graphics/pdfpc/distinfo Mon Oct 30 13:56:49 2017 (r453175) +++ head/graphics/pdfpc/distinfo Mon Oct 30 14:04:36 2017 (r453176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506414416 -SHA256 (pdfpc-pdfpc-v4.0.8-2_GH0.tar.gz) = 5dcd87da548fd1994f97a6b980209c096de0952b375b61524aeb48d2fd3c19a6 -SIZE (pdfpc-pdfpc-v4.0.8-2_GH0.tar.gz) = 91138 +TIMESTAMP = 1509370570 +SHA256 (pdfpc-pdfpc-v4.1_GH0.tar.gz) = aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454 +SIZE (pdfpc-pdfpc-v4.1_GH0.tar.gz) = 95802 Added: head/graphics/pdfpc/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/pdfpc/files/patch-src_CMakeLists.txt Mon Oct 30 14:04:36 2017 (r453176) @@ -0,0 +1,25 @@ +--- src/CMakeLists.txt.orig 2017-10-30 08:51:03 UTC ++++ src/CMakeLists.txt +@@ -50,8 +50,22 @@ include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ) + ++link_directories( ++ ${GOBJECT_LIBRARY_DIRS} ++ ${GIO_LIBRARY_DIRS} ++ ${GEE_LIBRARY_DIRS} ++ ${POPPLER_LIBRARY_DIRS} ++ ${GTK_LIBRARY_DIRS} ++ ${GTHREAD_LIBRARY_DIRS} ++ ${PANGOCAIRO_LIBRARY_DIRS} ++ ${GSTREAMER_LIBRARY_DIRS} ++ ${GSTINTERFACES_LIBRARY_DIRS} ++ ${GSTVIDEO_LIBRARY_DIRS} ++) ++ + if(${WITH_X11}) + include_directories(${X11_INCLUDE_DIRS}) ++ link_directories(${X11_LIBRARY_DIRS}) + set(ADDITIONAL_LIBS ${X11_LIBRARIES}) + endif() +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301404.v9UE4bvm091930>