Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 19:44:57 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481058 - in head/emulators/dosbox: . files
Message-ID:  <201810011944.w91Jivg6054632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Mon Oct  1 19:44:57 2018
New Revision: 481058
URL: https://svnweb.freebsd.org/changeset/ports/481058

Log:
  - Update to 0.74.2
  - Fix DESKTOP_ENTRIES
  
  PR:	231845
  Submitted by:	hardy.schumacher@gmx.de
  Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)

Added:
  head/emulators/dosbox/files/patch-include_setup.h
     - copied unchanged from r481057, head/emulators/dosbox/files/patch-include-setup.h
Deleted:
  head/emulators/dosbox/files/patch-include-dos_inc.h
  head/emulators/dosbox/files/patch-include-setup.h
  head/emulators/dosbox/files/patch-src-cpu_core_dynrec_risc_x64.h
  head/emulators/dosbox/files/patch-src-fpu-fpu_instructions_x86.h
  head/emulators/dosbox/files/patch-src_gui_sdlmain.cpp
  head/emulators/dosbox/files/patch-src_ints_int10_vesa.cpp
Modified:
  head/emulators/dosbox/Makefile
  head/emulators/dosbox/distinfo

Modified: head/emulators/dosbox/Makefile
==============================================================================
--- head/emulators/dosbox/Makefile	Mon Oct  1 19:42:24 2018	(r481057)
+++ head/emulators/dosbox/Makefile	Mon Oct  1 19:44:57 2018	(r481058)
@@ -3,9 +3,10 @@
 
 PORTNAME=	dosbox
 PORTVERSION=	0.74
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	emulators
-MASTER_SITES=	SF
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2
+DISTNAME=	${PORTNAME}-${PORTVERSION}-2
 
 MAINTAINER=	knyght@gmail.com
 COMMENT=	Emulator of a PC with DOS
@@ -25,7 +26,7 @@ CONFIGURE_ARGS+=	--enable-core-inline
 
 DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \
 		"${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \
-		"System;Emulator;" "true"
+		"System;Emulator;" true
 
 OPTIONS_DEFINE=	DOCS
 OPTIONS_RADIO=	DEBUGGER

Modified: head/emulators/dosbox/distinfo
==============================================================================
--- head/emulators/dosbox/distinfo	Mon Oct  1 19:42:24 2018	(r481057)
+++ head/emulators/dosbox/distinfo	Mon Oct  1 19:44:57 2018	(r481058)
@@ -1,2 +1,3 @@
-SHA256 (dosbox-0.74.tar.gz) = 13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05
-SIZE (dosbox-0.74.tar.gz) = 1265711
+TIMESTAMP = 1538386904
+SHA256 (dosbox-0.74-2.tar.gz) = 7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf
+SIZE (dosbox-0.74-2.tar.gz) = 1324059

Copied: head/emulators/dosbox/files/patch-include_setup.h (from r481057, head/emulators/dosbox/files/patch-include-setup.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/dosbox/files/patch-include_setup.h	Mon Oct  1 19:44:57 2018	(r481058, copy of r481057, head/emulators/dosbox/files/patch-include-setup.h)
@@ -0,0 +1,11 @@
+--- include/setup.h.orig	2011-10-18 12:06:07.227092555 -0400
++++ include/setup.h	2011-10-18 12:06:26.200853712 -0400
+@@ -21,6 +21,8 @@
+ #ifndef DOSBOX_SETUP_H
+ #define DOSBOX_SETUP_H
+ 
++#include <stdio.h>
++
+ #ifdef _MSC_VER
+ #pragma warning ( disable : 4786 )
+ #pragma warning ( disable : 4290 )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810011944.w91Jivg6054632>