pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fix some problems indicated by pkglint.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Oct 10 11:41:17 2015 +0200
Changeset:	6c2ec505e0293a045ecc61cdcbe8ac4b89ba8cdf

Modified Files:
	TODO
	fs-uae-dev/distinfo
	fs-uae-launcher/Makefile
	fs-uae-launcher/distinfo
	fs-uae-launcher/patches/patch-Makefile
	fs-uae/MESSAGE
	fs-uae/distinfo
	fs-uae/patches/patch-src_od-fs_mman.cpp

Log Message:
Fix some problems indicated by pkglint.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c2ec505e0293a045ecc61cdcbe8ac4b89ba8cdf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO                                    | 1 -
 fs-uae-dev/distinfo                     | 6 +++---
 fs-uae-launcher/Makefile                | 2 +-
 fs-uae-launcher/distinfo                | 2 +-
 fs-uae-launcher/patches/patch-Makefile  | 3 ++-
 fs-uae/MESSAGE                          | 5 +++++
 fs-uae/distinfo                         | 2 +-
 fs-uae/patches/patch-src_od-fs_mman.cpp | 2 ++
 8 files changed, 15 insertions(+), 8 deletions(-)

diffs:
diff --git a/TODO b/TODO
index a352092..ba95fd0 100644
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/fs-uae-dev/distinfo b/fs-uae-dev/distinfo
index 839ec7e..f2aa7c3 100644
--- a/fs-uae-dev/distinfo
+++ b/fs-uae-dev/distinfo
@@ -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
diff --git a/fs-uae-launcher/Makefile b/fs-uae-launcher/Makefile
index aa2bc41..0d38c9d 100644
--- a/fs-uae-launcher/Makefile
+++ b/fs-uae-launcher/Makefile
@@ -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"
diff --git a/fs-uae-launcher/distinfo b/fs-uae-launcher/distinfo
index 5765410..447daac 100644
--- a/fs-uae-launcher/distinfo
+++ b/fs-uae-launcher/distinfo
@@ -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
diff --git a/fs-uae-launcher/patches/patch-Makefile b/fs-uae-launcher/patches/patch-Makefile
index 70df3a5..40cb48e 100644
--- a/fs-uae-launcher/patches/patch-Makefile
+++ b/fs-uae-launcher/patches/patch-Makefile
@@ -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
diff --git a/fs-uae/MESSAGE b/fs-uae/MESSAGE
index 43ff48a..67aaa02 100644
--- a/fs-uae/MESSAGE
+++ b/fs-uae/MESSAGE
@@ -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.
+
+===========================================================================
diff --git a/fs-uae/distinfo b/fs-uae/distinfo
index bbf4f0f..b78d1d9 100644
--- a/fs-uae/distinfo
+++ b/fs-uae/distinfo
@@ -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
diff --git a/fs-uae/patches/patch-src_od-fs_mman.cpp b/fs-uae/patches/patch-src_od-fs_mman.cpp
index e63725d..9207f37 100644
--- a/fs-uae/patches/patch-src_od-fs_mman.cpp
+++ b/fs-uae/patches/patch-src_od-fs_mman.cpp
@@ -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


Home | Main Index | Thread Index | Old Index