games/golly:

- Add patch from Debian repo to disable Python 2 support
This commit is contained in:
Max Brazhnikov 2019-12-27 13:26:02 +00:00
parent 821c26373a
commit 803f0608ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520986
3 changed files with 160 additions and 73 deletions

View File

@ -3,18 +3,16 @@
PORTNAME= golly
PORTVERSION= 3.3
DISTVERSIONSUFFIX= -src
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Conway's Game of Life and other cellular automata
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
LICENSE= GPLv2+
USES= compiler:c++11-lib gl localbase python:2.7 xorg
USES= autoreconf compiler:c++11-lib gl localbase xorg
USE_GL= gl glu
USE_WX= 3.0+
@ -32,7 +30,9 @@ DESKTOP_ENTRIES= "Golly" \
"${PREFIX}/bin/golly" \
"Education;" \
""
WRKSRC_SUBDIR= gui-wx/configure
PATCH_WRKSRC= ${WRKSRC}/../..
OPTIONS_DEFINE= DOCS

File diff suppressed because one or more lines are too long

View File

@ -48,7 +48,6 @@ share/pixmaps/golly.xpm
%%DATADIR%%/Help/archives.html
%%DATADIR%%/Help/bounded.html
%%DATADIR%%/Help/changes.html
%%DATADIR%%/Help/changes.html~
%%DATADIR%%/Help/control.html
%%DATADIR%%/Help/credits.html
%%DATADIR%%/Help/edit.html
@ -69,7 +68,6 @@ share/pixmaps/golly.xpm
%%DATADIR%%/Help/layer.html
%%DATADIR%%/Help/lifeviewer.html
%%DATADIR%%/Help/lua.html
%%DATADIR%%/Help/lua.html~
%%DATADIR%%/Help/mouse.html
%%DATADIR%%/Help/overlay.html
%%DATADIR%%/Help/problems.html
@ -474,7 +472,6 @@ share/pixmaps/golly.xpm
%%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.java
%%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.lua
%%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.pl
%%DATADIR%%/Rules/TreeGenerators/RuleTreeGen.py
%%DATADIR%%/Rules/TriTurmite_120010.rule
%%DATADIR%%/Rules/TripATronMargolus_emulated.rule
%%DATADIR%%/Rules/Turmite_1202822111121111812a0281282.rule
@ -520,7 +517,6 @@ share/pixmaps/golly.xpm
%%DATADIR%%/Scripts/Lua/move-selection.lua
%%DATADIR%%/Scripts/Lua/oplus/images/lifeviewer.png
%%DATADIR%%/Scripts/Lua/oplus/init.lua
%%DATADIR%%/Scripts/Lua/oplus/init.lua~
%%DATADIR%%/Scripts/Lua/oplus/sounds/README.txt
%%DATADIR%%/Scripts/Lua/oscar.lua
%%DATADIR%%/Scripts/Lua/overlay-demo.lua
@ -534,68 +530,3 @@ share/pixmaps/golly.xpm
%%DATADIR%%/Scripts/Lua/toChangeState.lua
%%DATADIR%%/Scripts/Lua/toLife.lua
%%DATADIR%%/Scripts/Lua/toLifeHistory.lua
%%DATADIR%%/Scripts/Python/Margolus/convert-MCell-string.py
%%DATADIR%%/Scripts/Python/Margolus/export.py
%%DATADIR%%/Scripts/Python/Margolus/import.py
%%DATADIR%%/Scripts/Python/Rule-Generators/AbsoluteHexTurmite-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/AbsoluteTurmite-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/FredkinModN-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/HexTurmite-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/Langtons-Ant-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/RuleTableToTree.py
%%DATADIR%%/Scripts/Python/Rule-Generators/TriTurmite-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/Turmite-gen.py
%%DATADIR%%/Scripts/Python/Rule-Generators/icon-exporter.py
%%DATADIR%%/Scripts/Python/Rule-Generators/icon-importer.py
%%DATADIR%%/Scripts/Python/Rule-Generators/make-ruletree.py
%%DATADIR%%/Scripts/Python/bricklayer.py
%%DATADIR%%/Scripts/Python/density.py
%%DATADIR%%/Scripts/Python/draw-lines.py
%%DATADIR%%/Scripts/Python/envelope.py
%%DATADIR%%/Scripts/Python/flood-fill.py
%%DATADIR%%/Scripts/Python/glife/BuiltinIcons.py
%%DATADIR%%/Scripts/Python/glife/BuiltinIcons.pyc
%%DATADIR%%/Scripts/Python/glife/EmulateHexagonal.py
%%DATADIR%%/Scripts/Python/glife/EmulateMargolus.py
%%DATADIR%%/Scripts/Python/glife/EmulateOneDimensional.py
%%DATADIR%%/Scripts/Python/glife/EmulateTriangular.py
%%DATADIR%%/Scripts/Python/glife/ReadRuleTable.py
%%DATADIR%%/Scripts/Python/glife/RuleTree.py
%%DATADIR%%/Scripts/Python/glife/WriteBMP.py
%%DATADIR%%/Scripts/Python/glife/WriteRuleTable.py
%%DATADIR%%/Scripts/Python/glife/__init__.py
%%DATADIR%%/Scripts/Python/glife/__init__.pyc
%%DATADIR%%/Scripts/Python/glife/base.py
%%DATADIR%%/Scripts/Python/glife/base.pyc
%%DATADIR%%/Scripts/Python/glife/gun24.py
%%DATADIR%%/Scripts/Python/glife/gun24.pyc
%%DATADIR%%/Scripts/Python/glife/gun256.py
%%DATADIR%%/Scripts/Python/glife/gun30.py
%%DATADIR%%/Scripts/Python/glife/gun30.pyc
%%DATADIR%%/Scripts/Python/glife/gun46.py
%%DATADIR%%/Scripts/Python/glife/gun46.pyc
%%DATADIR%%/Scripts/Python/glife/herschel.py
%%DATADIR%%/Scripts/Python/glife/text.py
%%DATADIR%%/Scripts/Python/glife/text.pyc
%%DATADIR%%/Scripts/Python/goto.py
%%DATADIR%%/Scripts/Python/goto_expression.py
%%DATADIR%%/Scripts/Python/gun-demo.py
%%DATADIR%%/Scripts/Python/heisenburp.py
%%DATADIR%%/Scripts/Python/invert.py
%%DATADIR%%/Scripts/Python/life-integer-gun30.py
%%DATADIR%%/Scripts/Python/make-Banks-IV-constructor.py
%%DATADIR%%/Scripts/Python/make-Codd-constructor.py
%%DATADIR%%/Scripts/Python/make-Devore-tape.py
%%DATADIR%%/Scripts/Python/make-torus.py
%%DATADIR%%/Scripts/Python/metafier.py
%%DATADIR%%/Scripts/Python/move-object.py
%%DATADIR%%/Scripts/Python/move-selection.py
%%DATADIR%%/Scripts/Python/oscar.py
%%DATADIR%%/Scripts/Python/p1100-MWSS-gun.py
%%DATADIR%%/Scripts/Python/pd-glider.py
%%DATADIR%%/Scripts/Python/pop-plot.py
%%DATADIR%%/Scripts/Python/shift.py
%%DATADIR%%/Scripts/Python/slide-show.py
%%DATADIR%%/Scripts/Python/tile-with-clip.py
%%DATADIR%%/Scripts/Python/tile.py