[74920] trunk/dports/emulators/sheepshaver

ryandesign at macports.org ryandesign at macports.org
Fri Jan 7 02:20:34 PST 2011


Revision: 74920
          http://trac.macports.org/changeset/74920
Author:   ryandesign at macports.org
Date:     2011-01-07 02:20:26 -0800 (Fri, 07 Jan 2011)
Log Message:
-----------
sheepshaver: update to 20110101 (fixes build on Leopard (#15088); fixes build with newest autoconf (#27889)); fix build when libsigsegv is installed; disable universal variant

Modified Paths:
--------------
    trunk/dports/emulators/sheepshaver/Portfile

Added Paths:
-----------
    trunk/dports/emulators/sheepshaver/files/
    trunk/dports/emulators/sheepshaver/files/patch-Makefile.in.diff

Modified: trunk/dports/emulators/sheepshaver/Portfile
===================================================================
--- trunk/dports/emulators/sheepshaver/Portfile	2011-01-07 09:27:39 UTC (rev 74919)
+++ trunk/dports/emulators/sheepshaver/Portfile	2011-01-07 10:20:26 UTC (rev 74920)
@@ -3,7 +3,8 @@
 PortSystem 1.0
 
 name			sheepshaver
-version			2.3-20060318
+cvs.date		20110101
+version			2.3-${cvs.date}
 categories		emulators
 platforms		darwin
 maintainers		vercruesse.de:opendarwin.nospam
@@ -20,7 +21,6 @@
 cvs.root		:pserver:anoncvs at cvs.cebix.net:/home/cvs/cebix
 cvs.password	anoncvs
 cvs.module		BasiliskII SheepShaver
-cvs.date		20060318
 
 depends_build	port:autoconf \
 				port:automake
@@ -34,6 +34,8 @@
 	file mkdir ${worksrcpath}/Darwin
 }
 
+patchfiles		patch-Makefile.in.diff
+
 pre-configure {
 	system "cd ${worksrcpath}/../../ && make links"
 	system "cd ${worksrcpath} && NO_CONFIGURE=yes ACLOCAL_FLAGS=\"-I m4\" ./autogen.sh"
@@ -55,3 +57,4 @@
 	depends_lib-delete		port:gtk2
 }
 
+universal_variant	no

Added: trunk/dports/emulators/sheepshaver/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/emulators/sheepshaver/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/emulators/sheepshaver/files/patch-Makefile.in.diff	2011-01-07 10:20:26 UTC (rev 74920)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-08-17 22:27:50.000000000 -0500
++++ Makefile.in	2011-01-07 03:36:08.000000000 -0600
+@@ -17,7 +17,7 @@
+ CXX = @CXX@
+ CFLAGS = @CFLAGS@
+ CXXFLAGS = @CXXFLAGS@
+-CPPFLAGS = @CPPFLAGS@ -I../include -I. -I../slirp
++CPPFLAGS = -I../include -I. -I../slirp @CPPFLAGS@
+ DEFS = @DEFS@ -D_REENTRANT -DDATADIR=\"$(datadir)/$(APP)\"
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110107/b9c26ccc/attachment.html>


More information about the macports-changes mailing list