From owner-svn-ports-head@freebsd.org Tue Oct 9 17:38:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 626CA10B59DD; Tue, 9 Oct 2018 17:38:11 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17DDC73E76; Tue, 9 Oct 2018 17:38:11 +0000 (UTC) (envelope-from thierry@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 12E021552C; Tue, 9 Oct 2018 17:38:11 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w99HcAt5013666; Tue, 9 Oct 2018 17:38:10 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w99HcA6H013663; Tue, 9 Oct 2018 17:38:10 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201810091738.w99HcA6H013663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 9 Oct 2018 17:38:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481642 - in head/graphics/libboard: . files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/graphics/libboard: . files X-SVN-Commit-Revision: 481642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 17:38:11 -0000 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