Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2019 21:38:40 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509661 - head/games/linux-dwarffortress
Message-ID:  <201908232138.x7NLceRD087438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Fri Aug 23 21:38:39 2019
New Revision: 509661
URL: https://svnweb.freebsd.org/changeset/ports/509661

Log:
  Urist Beastiewrangler loves Linux CentOS 6 for its 32-bit SDL libraries.
  
  Or, less dwarfishly, DF is tied to C6 because libSDL_image ships 32-bit
  libraries there, while C7 only has a 64-bit version. Bump PORTREVISION
  because it may have been built against C7 and then it doesn't work.
  
  PR:		240063

Modified:
  head/games/linux-dwarffortress/Makefile

Modified: head/games/linux-dwarffortress/Makefile
==============================================================================
--- head/games/linux-dwarffortress/Makefile	Fri Aug 23 21:30:08 2019	(r509660)
+++ head/games/linux-dwarffortress/Makefile	Fri Aug 23 21:38:39 2019	(r509661)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dwarffortress
 DISTVERSION=	0.44.12
+PORTREVISION=	1
 CATEGORIES=	games linux
 MASTER_SITES=	http://www.bay12games.com/dwarves/
 PKGNAMEPREFIX=	linux-
@@ -28,7 +29,7 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 RUN_DEPENDS=	linux-${linux_ARGS}-sdl_ttf>0:graphics/linux-${linux_ARGS}-sdl_ttf
 
-USES=		linux tar:bzip2
+USES=		linux:c6 tar:bzip2
 USE_LINUX=	dri gtk2 libsndfile openal-soft sdlimage xorglibs
 
 SUB_FILES=	dwarffortress



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