svn commit: r509661 - head/games/linux-dwarffortress

Adriaan de Groot adridg at FreeBSD.org
Fri Aug 23 21:38:40 UTC 2019


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


More information about the svn-ports-all mailing list