pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fixed man installation path for dlt-daemon.
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Wed May 10 21:12:57 2017 +0200
Changeset: afb55ae0b3a8de72a5e5428c8c94dc69437042e5
Modified Files:
dlt-daemon/DESCR
dlt-daemon/PLIST
dlt-daemon/distinfo
Added Files:
dlt-daemon/patches/patch-doc_CMakeLists.txt
Log Message:
Fixed man installation path for dlt-daemon.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afb55ae0b3a8de72a5e5428c8c94dc69437042e5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dlt-daemon/DESCR | 2 +-
dlt-daemon/PLIST | 18 +++++++++---------
dlt-daemon/distinfo | 1 +
dlt-daemon/patches/patch-doc_CMakeLists.txt | 13 +++++++++++++
4 files changed, 24 insertions(+), 10 deletions(-)
diffs:
diff --git a/dlt-daemon/DESCR b/dlt-daemon/DESCR
index 81a340b76e..836cfdf7a7 100644
--- a/dlt-daemon/DESCR
+++ b/dlt-daemon/DESCR
@@ -1,2 +1,2 @@
Diagnostic Log and Trace (DLT) provides a log and trace interface, based on
-the standardised protocol specified in the AUTOSAR standard 4.0 DLT.
+the standardised protocol specified in the AUTOSAR standard 4.0 DLT.
diff --git a/dlt-daemon/PLIST b/dlt-daemon/PLIST
index 2332c52565..e72c737034 100644
--- a/dlt-daemon/PLIST
+++ b/dlt-daemon/PLIST
@@ -43,15 +43,15 @@ include/dlt/dlt_user_macros.h
include/dlt/dlt_version.h
lib/libdlt.so
lib/libdlt.so.2
-lib/libdlt.so.2.16.0
+lib/libdlt.so.${PKGVERSION}
lib/pkgconfig/automotive-dlt.pc
+man/man1/dlt-convert.1
+man/man1/dlt-daemon.1
+man/man1/dlt-logstorage-ctrl.1
+man/man1/dlt-passive-node-ctrl.1
+man/man1/dlt-receive.1
+man/man1/dlt-system.1
+man/man5/dlt-system.conf.5
+man/man5/dlt.conf.5
share/dlt-filetransfer/dlt-test-filetransfer-file
share/dlt-filetransfer/dlt-test-filetransfer-image.png
-share/man/man1/dlt-convert.1.gz
-share/man/man1/dlt-daemon.1.gz
-share/man/man1/dlt-logstorage-ctrl.1.gz
-share/man/man1/dlt-passive-node-ctrl.1.gz
-share/man/man1/dlt-receive.1.gz
-share/man/man1/dlt-system.1.gz
-share/man/man5/dlt-system.conf.5.gz
-share/man/man5/dlt.conf.5.gz
diff --git a/dlt-daemon/distinfo b/dlt-daemon/distinfo
index 786d934bf7..4267b96786 100644
--- a/dlt-daemon/distinfo
+++ b/dlt-daemon/distinfo
@@ -4,3 +4,4 @@ SHA1 (dlt-daemon/v2.16.0.tar.gz) = 417454c1ab01a8460706fa91d378908ee3fe95e9
RMD160 (dlt-daemon/v2.16.0.tar.gz) = 299c79bafb91cad08c67788cfff2b608b84b9bb9
SHA512 (dlt-daemon/v2.16.0.tar.gz) = a0e131008db3a07ab01e00cfaf7e36fc310f9165f98b3dbc5258e47d3dfe2698d8d28d8f23df076554475f428ca4aa90a722835bccbb1330a3075a78060e6444
Size (dlt-daemon/v2.16.0.tar.gz) = 6158969 bytes
+SHA1 (patch-doc_CMakeLists.txt) = 24efaf33a37b3d9cfc8a2da272337083f79fd7c5
diff --git a/dlt-daemon/patches/patch-doc_CMakeLists.txt b/dlt-daemon/patches/patch-doc_CMakeLists.txt
new file mode 100644
index 0000000000..fb6dfa03d6
--- /dev/null
+++ b/dlt-daemon/patches/patch-doc_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- doc/CMakeLists.txt.orig 2016-10-24 07:32:49.000000000 +0000
++++ doc/CMakeLists.txt
+@@ -124,7 +124,7 @@ if(WITH_MAN)
+ COMMAND ${GZIP_TOOL} -c ${MAN_BUILD_DIR}/dlt-passive-node-ctrl.1 > ${MAN_BUILD_DIR}/dlt-passive-node-ctrl.1.gz)
+
+ # If user has not set the base dir for man pages, use a default location
+- set(MAN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/man)
++ set(MAN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/man)
+
+ install(FILES
+ ${MAN_BUILD_DIR}/dlt.conf.5.gz
Home |
Main Index |
Thread Index |
Old Index