svn commit: r402255 - in head/graphics/hugin: . files

Greg Lehey grog at FreeBSD.org
Mon Nov 23 02:47:25 UTC 2015


Author: grog (src committer)
Date: Mon Nov 23 02:47:23 2015
New Revision: 402255
URL: https://svnweb.freebsd.org/changeset/ports/402255

Log:
  Add missing dependency.
  Add missing files to pkg-plist.
  Work around breakage in configuration files.
  
  Reviewed by:	Callum Gibson, Henrik Johansson
  Approved by:	edwin@ (mentor)
  MFC after:	2 weeks

Added:
  head/graphics/hugin/files/patch-src__hugin_script_interface__CMakeLists.txt   (contents, props changed)
Modified:
  head/graphics/hugin/Makefile
  head/graphics/hugin/pkg-plist

Modified: head/graphics/hugin/Makefile
==============================================================================
--- head/graphics/hugin/Makefile	Mon Nov 23 02:21:08 2015	(r402254)
+++ head/graphics/hugin/Makefile	Mon Nov 23 02:47:23 2015	(r402255)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hugin
 PORTVERSION=	2015.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
 
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libIlmImf.so:${PORTSDIR}/gr
 		libexiv2.so:${PORTSDIR}/graphics/exiv2 \
 		liblensfun.so:${PORTSDIR}/graphics/lensfun \
 		libpano13.so:${PORTSDIR}/graphics/libpano13 \
+		libvigraimpex.so:${PORTSDIR}/graphics/vigra \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
 BUILD_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20 \

Added: head/graphics/hugin/files/patch-src__hugin_script_interface__CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/hugin/files/patch-src__hugin_script_interface__CMakeLists.txt	Mon Nov 23 02:47:23 2015	(r402255)
@@ -0,0 +1,11 @@
+--- src/hugin_script_interface/CMakeLists.txt~	2015-07-18 02:44:01.000000000 +1000
++++ src/hugin_script_interface/CMakeLists.txt	2015-11-23 13:02:39.000000000 +1100
+@@ -201,7 +201,7 @@
+     # Linux/MacOS
+     # install Python related files into folder depending on used Python version
+ 
+-    EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))"
++    EXECUTE_PROCESS( COMMAND ${PYTHON_EXECUTABLE} -c "import string; from distutils.sysconfig import get_python_lib; print(string.replace (get_python_lib(1), \"/usr/local/\", \"\"))"
+                      OUTPUT_VARIABLE pyinstalldir
+                      OUTPUT_STRIP_TRAILING_WHITESPACE)
+ 

Modified: head/graphics/hugin/pkg-plist
==============================================================================
--- head/graphics/hugin/pkg-plist	Mon Nov 23 02:21:08 2015	(r402254)
+++ head/graphics/hugin/pkg-plist	Mon Nov 23 02:47:23 2015	(r402255)
@@ -671,3 +671,6 @@ share/locale/zh_TW/LC_MESSAGES/hugin.mo
 share/mime/packages/hugin.xml
 share/pixmaps/hugin.png
 share/pixmaps/ptbatcher.png
+share/appdata/PTBatcherGUI.appdata.xml
+share/appdata/calibrate_lens_gui.appdata.xml
+share/appdata/hugin.appdata.xml


More information about the svn-ports-all mailing list