Skip to content

Commit

Permalink
sheepshaver: update to 20180225 version
Browse files Browse the repository at this point in the history
add 64bit build variant
Note: has menu bar artifacts in full-screen mode
and possibly other errors to be discovered
  • Loading branch information
kencu committed Jun 15, 2018
1 parent d312089 commit 208803a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions emulators/sheepshaver/Portfile
Expand Up @@ -3,10 +3,11 @@
PortSystem 1.0
PortGroup github 1.0

github.setup cebix macemu 1c9b21f580501c5d5833935375945479c5651964
version 20171215
checksums rmd160 297cd3d06818cec3e567adb0b19b3fc3d7334afb \
sha256 54064cde03e8b5b2d18f2d4bda1dae45502dfb3c94297fd1dc606ff15ef20321
github.setup cebix macemu 2e302d60a337daa252c6992335e6365a9beac83f
version 20180225
checksums rmd160 b7240735e8ca7ad7a263a4bb69935ad68b34a878 \
sha256 dc4be91e7357b9f22343dba0de7d0d724d12031798fe7947a74074526a55b9e4 \
size 2196035
epoch 1
# we need a name here as the github-supplied name is not correct for this port
name sheepshaver
Expand Down Expand Up @@ -49,6 +50,8 @@ if {${subport} eq "sheepshaver"} {
these are not supplied with this port. The emulator will be installed into your \
MacPorts Applications folder.

variant SixtyFour description "Build 64 bit." {}

platform darwin i386 {
supported_archs i386

Expand All @@ -70,6 +73,10 @@ if {${subport} eq "sheepshaver"} {

configure.ldflags-append \
-Wl,-no_pie

if {[variant_isset SixtyFour]} {
supported_archs x86_64
}
}

platform darwin powerpc {
Expand Down

0 comments on commit 208803a

Please sign in to comment.