Date: Tue, 9 Oct 2018 17:38:10 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481642 - in head/graphics/libboard: . files Message-ID: <201810091738.w99HcA6H013663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Tue Oct 9 17:38:10 2018 New Revision: 481642 URL: https://svnweb.freebsd.org/changeset/ports/481642 Log: Adding some missing headers. Modified: head/graphics/libboard/Makefile head/graphics/libboard/files/patch-CMakeLists.txt head/graphics/libboard/pkg-plist Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Tue Oct 9 17:32:29 2018 (r481641) +++ head/graphics/libboard/Makefile Tue Oct 9 17:38:10 2018 (r481642) @@ -3,7 +3,7 @@ PORTNAME= libboard DISTVERSION= 0.9.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= thierry@FreeBSD.org Modified: head/graphics/libboard/files/patch-CMakeLists.txt ============================================================================== --- head/graphics/libboard/files/patch-CMakeLists.txt Tue Oct 9 17:32:29 2018 (r481641) +++ head/graphics/libboard/files/patch-CMakeLists.txt Tue Oct 9 17:38:10 2018 (r481642) @@ -1,7 +1,10 @@ --- CMakeLists.txt.orig 2016-06-09 17:30:46 UTC +++ CMakeLists.txt -@@ -149,8 +149,8 @@ install(DIRECTORY include/ DESTINATION i +@@ -147,10 +147,11 @@ SET_TARGET_PROPERTIES(board-dynamic PROP + + install(DIRECTORY include/ DESTINATION include FILES_MATCHING PATTERN "*.h") install(DIRECTORY include/board/ DESTINATION include/board FILES_MATCHING PATTERN "*.h") ++install(DIRECTORY include/board/ DESTINATION include/board FILES_MATCHING PATTERN "*.ih") install(TARGETS board DESTINATION lib) install(TARGETS board-dynamic DESTINATION lib) -install(DIRECTORY examples/ DESTINATION share/libboard/examples FILES_MATCHING PATTERN "*.cpp") Modified: head/graphics/libboard/pkg-plist ============================================================================== --- head/graphics/libboard/pkg-plist Tue Oct 9 17:32:29 2018 (r481641) +++ head/graphics/libboard/pkg-plist Tue Oct 9 17:38:10 2018 (r481642) @@ -1,5 +1,6 @@ include/Board.h include/BoardConfig.h +include/board/Board.ih include/board/Color.h include/board/Image.h include/board/PSFonts.h @@ -8,11 +9,16 @@ include/board/PathBoundaries.h include/board/Point.h include/board/Rect.h include/board/ShapeList.h +include/board/ShapeList.ih include/board/ShapeVisitor.h include/board/Shapes.h +include/board/Shapes.ih include/board/Tools.h +include/board/Tools.ih include/board/TransformMatrix.h +include/board/TransformMatrix.ih include/board/Transforms.h +include/board/Transforms.ih lib/libboard.a lib/libboard.so lib/libboard.so.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810091738.w99HcA6H013663>