Fix some problems indicated by pkglint.

This commit is contained in:
Olaf Seibert 2015-10-10 11:41:17 +02:00
parent f48bf281bd
commit 6c2ec505e0
8 changed files with 15 additions and 8 deletions

1
TODO
View File

@ -31,7 +31,6 @@ Suggested package updates
o fakenes-0.5.7
o firebird-2.5
o flc-1.12
o fs-uae-2.4.1
o gambas2-3.7.1
o gcc42-4.2.4
o gcc43-4.3.4

View File

@ -3,7 +3,7 @@ $NetBSD: distinfo,v 1.10 2015/06/22 16:21:18 rhialto Exp $
SHA1 (fs-uae-2.7.2dev.tar.gz) = 111d65fc2829275f88f90610efcf078eab76c2b2
RMD160 (fs-uae-2.7.2dev.tar.gz) = 89c9eb79b7e40ceefee15cce27de117cdf62024f
Size (fs-uae-2.7.2dev.tar.gz) = 4897714 bytes
SHA1 (patch-libfsemu_src_ml_x11.c) = 98fa2a887be602345231e4fdc8412a33b45c37e2
SHA1 (patch-manymouse_x11__xinput2.c) = 023690aeb0fef33894338f057a98e3cf22078df5
SHA1 (patch-libfsemu_src_ml_x11.c) = c491fd844b08d23744a138890c0b370307dd84c2
SHA1 (patch-manymouse_x11__xinput2.c) = 9b2891d1ce62affb694ac11b2386115799ed6fa9
SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 48ac2f90004b2f9442daa58ed725548f5cbe3fec
SHA1 (patch-src_support_socket.cpp) = 0b0be566ab91ee75413d0d46c2655cfa2e96d7ef
SHA1 (patch-src_support_socket.cpp) = d98e257397ec21b7da9471fb0f26d5b9282002d7

View File

@ -39,7 +39,7 @@ pre-install:
post-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}/${PREFIX}/bin
cd ${DESTDIR}/${PREFIX}/bin; { echo "#!/bin/sh"; echo "exec ${PREFIX}/bin/fs-uae-launcher --fs-uae-arcade"; } > fs-uae-arcade; chmod +x fs-uae-arcade
cd ${DESTDIR}/${PREFIX}/bin; { ${ECHO} "#!/bin/sh"; ${ECHO} "exec ${PREFIX}/bin/fs-uae-launcher --fs-uae-arcade"; } > fs-uae-arcade; chmod +x fs-uae-arcade
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/application.mk"

View File

@ -3,4 +3,4 @@ $NetBSD: distinfo,v 1.9 2015/06/22 16:19:36 rhialto Exp $
SHA1 (fs-uae-launcher-2.7.2dev.tar.gz) = 6aa0ccbf58b130f14a6fb38bf2dbf5a9b68d8dc1
RMD160 (fs-uae-launcher-2.7.2dev.tar.gz) = 59c59413885cd6250128d42a03645d10986c3391
Size (fs-uae-launcher-2.7.2dev.tar.gz) = 8889601 bytes
SHA1 (patch-Makefile) = 17100b1df144e8856f1981eeed02c1b079dfb640
SHA1 (patch-Makefile) = 8ba1a7c0e34efb956068ddbd85a1a48de806a7ec

View File

@ -1,6 +1,7 @@
$NetBSD: patch-Makefile,v 1.3 2015/03/28 15:43:02 rhialto Exp $
Make prefix settable from the environment.
Make prefix settable from the environment. The actual value will be set
via ${INSTALL_ENV} so the default is irrelevant.
Use the correct python binary.
--- Makefile.orig 2015-03-01 21:13:40.000000000 +0100

View File

@ -1,2 +1,7 @@
===========================================================================
$NetBSD$
This version does not include the launcher anymore. To install it,
get wip/fs-uae-launcher. It does not need to be the same version number.
===========================================================================

View File

@ -6,4 +6,4 @@ Size (fs-uae-2.6.1.tar.gz) = 4575004 bytes
SHA1 (patch-libfsemu_src_ml_x11.c) = aabd87d77dcca0c520cc225f9a9e17b682f751f2
SHA1 (patch-manymouse_x11__xinput2.c) = 023690aeb0fef33894338f057a98e3cf22078df5
SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 5c3fe4ead3506c72609ced19ca243d74bd44765d
SHA1 (patch-src_od-fs_mman.cpp) = 93b85dabe2e7eb326c7c8ecfa8a038189c042da2
SHA1 (patch-src_od-fs_mman.cpp) = af76cf859daf0b80df2c9f0403bf5cd8bf8edb71

View File

@ -1,5 +1,7 @@
$NetBSD$
The flag is called MAP_ANON.
--- src/od-fs/mman.cpp.orig 2015-10-09 10:30:03.000000000 +0000
+++ src/od-fs/mman.cpp
@@ -50,12 +50,6 @@ static void GetSystemInfo(SYSTEM_INFO *s