pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mindy-git: Remove upastreamed patches
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Nov 7 18:25:55 2015 +0100
Changeset: 328ac1750ef21b84d2902acf7f43a2d4121514cc
Modified Files:
mindy-git/distinfo
Removed Files:
mindy-git/patches/patch-cmake_modules_AddSphinxTarget.cmake
mindy-git/patches/patch-man-pages_CMakeLists.txt
Log Message:
mindy-git: Remove upastreamed patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=328ac1750ef21b84d2902acf7f43a2d4121514cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mindy-git/distinfo | 2 --
.../patch-cmake_modules_AddSphinxTarget.cmake | 22 ----------------------
mindy-git/patches/patch-man-pages_CMakeLists.txt | 13 -------------
3 files changed, 37 deletions(-)
diffs:
diff --git a/mindy-git/distinfo b/mindy-git/distinfo
index 4b76cf1..afc7651 100644
--- a/mindy-git/distinfo
+++ b/mindy-git/distinfo
@@ -1,4 +1,2 @@
$NetBSD$
-SHA1 (patch-cmake_modules_AddSphinxTarget.cmake) = 1018e6165151aaf453c88ef450dc8aee3c30984d
-SHA1 (patch-man-pages_CMakeLists.txt) = 652b1b23a6bed60e930f332b7238ce1942d36450
diff --git a/mindy-git/patches/patch-cmake_modules_AddSphinxTarget.cmake b/mindy-git/patches/patch-cmake_modules_AddSphinxTarget.cmake
deleted file mode 100644
index e6b1d9c..0000000
--- a/mindy-git/patches/patch-cmake_modules_AddSphinxTarget.cmake
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- cmake/modules/AddSphinxTarget.cmake.orig 2015-11-07 14:20:56.000000000 +0000
-+++ cmake/modules/AddSphinxTarget.cmake
-@@ -7,6 +7,8 @@
- #
- # This script was copied from the LLVM repository.
- #
-+include(GNUInstallDirs)
-+
- function (add_sphinx_target builder project)
- set(SPHINX_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/${builder}")
- set(SPHINX_DOC_TREE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees")
-@@ -53,7 +55,7 @@ function (add_sphinx_target builder proj
- if (builder STREQUAL man)
- # FIXME: We might not ship all the tools that these man pages describe
- install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
-- DESTINATION share/man/man1)
-+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
-
- elseif (builder STREQUAL html)
- install(DIRECTORY "${SPHINX_BUILD_DIR}"
diff --git a/mindy-git/patches/patch-man-pages_CMakeLists.txt b/mindy-git/patches/patch-man-pages_CMakeLists.txt
deleted file mode 100644
index 1a50b43..0000000
--- a/mindy-git/patches/patch-man-pages_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- man-pages/CMakeLists.txt.orig 2015-11-07 14:20:56.000000000 +0000
-+++ man-pages/CMakeLists.txt
-@@ -1,3 +1,5 @@
--INSTALL(FILES mindy.1 DESTINATION share/man/man1)
--INSTALL(FILES mindycomp.1 DESTINATION share/man/man1)
--INSTALL(FILES mindyexec.1 DESTINATION share/man/man1)
-+include(GNUInstallDirs)
-+
-+INSTALL(FILES mindy.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
-+INSTALL(FILES mindycomp.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
-+INSTALL(FILES mindyexec.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
Home |
Main Index |
Thread Index |
Old Index