pkgsrc-WIP-changes archive

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

Bump to dwarf_fortress-42.05



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By:	i3enedek
Date:		Tue Feb 9 13:40:22 2016 +0000
Changeset:	a816dcfec0d8040a848abfe48a4fd839caee2b9b

Modified Files:
	dwarf_fortress/Makefile
	dwarf_fortress/distinfo
Added Files:
	dwarf_fortress/patches/patch-df

Log Message:
Bump to dwarf_fortress-42.05

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

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

diffstat:
 dwarf_fortress/Makefile         | 10 ++--------
 dwarf_fortress/distinfo         |  9 +++++----
 dwarf_fortress/patches/patch-df | 12 ++++++++++++
 3 files changed, 19 insertions(+), 12 deletions(-)

diffs:
diff --git a/dwarf_fortress/Makefile b/dwarf_fortress/Makefile
index 727895c..410e66e 100644
--- a/dwarf_fortress/Makefile
+++ b/dwarf_fortress/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2015/05/08 22:58:43 i3enedek Exp $
 
-DISTNAME=	df_42_04_linux
-PKGNAME=	dwarf_fortress-42.04
+DISTNAME=	df_42_05_linux
+PKGNAME=	dwarf_fortress-42.05
 CATEGORIES=	games
 MASTER_SITES=	http://www.bay12games.com/dwarves/
 EXTRACT_SUFX=	.tar.bz2
@@ -51,11 +51,5 @@ SUBST_STAGE.fix-paths-1= post-configure
 SUBST_FILES.fix-paths-1= data/init/init.txt
 SUBST_SED.fix-paths-1= -e 's,SOUND:YES,SOUND:NO,g'
 
-SUBST_CLASSES+= fix-paths-2
-SUBST_STAGE.fix-paths-2= post-configure
-SUBST_FILES.fix-paths-2= df
-SUBST_SED.fix-paths-2= -e '4l' -e '4s@.*@export LIBGL_DRIVERS_PATH=/usr/X11R7/lib/modules/dri@'
-
-
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/dwarf_fortress/distinfo b/dwarf_fortress/distinfo
index 93c2cfa..8ccf649 100644
--- a/dwarf_fortress/distinfo
+++ b/dwarf_fortress/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.2 2015/05/08 22:58:43 i3enedek Exp $
 
-SHA1 (df_42_04_linux.tar.bz2) = 5a7c398ed058adc31bab19fbcd9ea0ab16cafee4
-RMD160 (df_42_04_linux.tar.bz2) = 8ef12317b6bdbe9b4ef98e7ece99b153a19401ce
-SHA512 (df_42_04_linux.tar.bz2) = d0b3bf0311e70c6f823d216e002d2acc62ebdeb540cfd79c5cf91d53612f6acee802321c65b3926db688b055f5b865aa1256f29a82ef769c5fab65bd42c383b5
-Size (df_42_04_linux.tar.bz2) = 13776171 bytes
+SHA1 (df_42_05_linux.tar.bz2) = 9d50d07bae084dae96402307bf278cb5e1c2c7b7
+RMD160 (df_42_05_linux.tar.bz2) = 056cd39ecf0512de42e7fb51dc07cd59b283a087
+SHA512 (df_42_05_linux.tar.bz2) = 6c2b12dddadb8cffce4ed2077302f36e0bdfbb1f847a72eafb9bcf36ac3da2fc973573f23090a7f1211d3d756688640334116c6ee5148228ee37966ae5cdb562
+Size (df_42_05_linux.tar.bz2) = 13794886 bytes
+SHA1 (patch-df) = b2e2bfcb119f83f5308a809798365acaeae82925
diff --git a/dwarf_fortress/patches/patch-df b/dwarf_fortress/patches/patch-df
new file mode 100644
index 0000000..0a8edbc
--- /dev/null
+++ b/dwarf_fortress/patches/patch-df
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- df.orig	2016-01-17 21:44:56.000000000 +0000
++++ df
+@@ -1,6 +1,7 @@
+ #!/bin/sh
+ DF_DIR=$(dirname "$0")
+ cd "${DF_DIR}"
++export LIBGL_DRIVERS_PATH=/usr/X11R7/lib/modules/dri
+ export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
+ #export SDL_VIDEO_CENTERED=1 # Centre the screen.  Messes up resizing.
+ ./libs/Dwarf_Fortress "$@" # Go, go, go! :)


Home | Main Index | Thread Index | Old Index