diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-04-21 11:31:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-04-21 11:31:22 +0000 |
commit | b81150abe635f169340d8b7ba153cd74ed7417bc (patch) | |
tree | e2c5b55b08b4400e627ab20a7c5c5fc0ca665e9f /emulators | |
parent | 355927bc72b9ba7d769e33bb04538cbc27dcef0e (diff) | |
download | pkgsrc-b81150abe635f169340d8b7ba153cd74ed7417bc.tar.gz |
Use CMAKE_INSTALL_MANDIR. Add patch comments.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/distinfo | 6 | ||||
-rw-r--r-- | emulators/hatari/patches/patch-aa | 4 | ||||
-rw-r--r-- | emulators/hatari/patches/patch-ab | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index 3f81cdaa44b..3b5fcc9e647 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2015/11/23 19:40:39 adam Exp $ +$NetBSD: distinfo,v 1.21 2016/04/21 11:31:22 jperkin Exp $ SHA1 (hatari-1.9.0.tar.bz2) = a4d4613704573ea4c9f6efc7b10ce0304cc0d514 RMD160 (hatari-1.9.0.tar.bz2) = 0bc9bd21a81211ebf293911d9aaa5e9cb84c0400 SHA512 (hatari-1.9.0.tar.bz2) = 916138aecbb105729def2f4338415f248f556293e948ac91b2806f743f186d008684299f73ff49a71330ca7a170d5172b0e4c821b55d9d915054529df34d206e Size (hatari-1.9.0.tar.bz2) = 2379016 bytes -SHA1 (patch-aa) = 1ebe2f92ee176cf5d5b1e4a7c5e2143b1d766ea8 -SHA1 (patch-ab) = fc2b8a9cbaff50e845e6c716cab893facf2c527d +SHA1 (patch-aa) = 870a2855a0fc74e22d6222c4df74fcaf21692c75 +SHA1 (patch-ab) = c030a27ce9dcf69190adec80923f23ec8d8ee874 diff --git a/emulators/hatari/patches/patch-aa b/emulators/hatari/patches/patch-aa index e05603a66b1..753b9b09c2d 100644 --- a/emulators/hatari/patches/patch-aa +++ b/emulators/hatari/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $ +$NetBSD: patch-aa,v 1.3 2016/04/21 11:31:22 jperkin Exp $ + +Add OF() compat macro. --- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100 +++ src/includes/unzip.h diff --git a/emulators/hatari/patches/patch-ab b/emulators/hatari/patches/patch-ab index 8cab2ab490b..190da40685b 100644 --- a/emulators/hatari/patches/patch-ab +++ b/emulators/hatari/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $ +$NetBSD: patch-ab,v 1.4 2016/04/21 11:31:22 jperkin Exp $ + +Use CMAKE_INSTALL_MANDIR. --- CMakeLists.txt.orig 2010-07-22 18:25:40.000000000 +0000 +++ CMakeLists.txt @@ -7,7 +9,7 @@ $NetBSD: patch-ab,v 1.3 2010/08/27 08:24:27 adam Exp $ if(NOT MANDIR) - set(MANDIR share/man/man1) -+ set(MANDIR man/man1) ++ set(MANDIR ${CMAKE_INSTALL_MANDIR}/man1) endif() if(NOT DOCDIR) |