[78672] trunk/dports/aqua/vineserver

ryandesign at macports.org ryandesign at macports.org
Tue May 17 06:58:41 PDT 2011


Revision: 78672
          http://trac.macports.org/changeset/78672
Author:   ryandesign at macports.org
Date:     2011-05-17 06:58:40 -0700 (Tue, 17 May 2011)
Log Message:
-----------
vineserver: force 32-bit architectures (uses Carbon); fix build errors due to missing headers; remove arch code now handled by xcode portgroup; see #29483

Modified Paths:
--------------
    trunk/dports/aqua/vineserver/Portfile
    trunk/dports/aqua/vineserver/files/patch-rfb.h.diff

Modified: trunk/dports/aqua/vineserver/Portfile
===================================================================
--- trunk/dports/aqua/vineserver/Portfile	2011-05-17 09:36:26 UTC (rev 78671)
+++ trunk/dports/aqua/vineserver/Portfile	2011-05-17 13:58:40 UTC (rev 78672)
@@ -6,9 +6,12 @@
 
 name                    vineserver
 version                 3.1
+revision                1
 categories              aqua vnc
 homepage                http://www.testplant.com/products/vine_server
 maintainers             ryandesign
+supported_archs         i386 ppc
+
 fetch.type              cvs
 cvs.root                :pserver:anonymous at osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc
 cvs.module              OSXvnc
@@ -55,17 +58,6 @@
     }
 }
 
-variant universal {}
-if {! [variant_isset universal]} {
-    set arch ${os.arch}
-    if {! [string compare ${arch} powerpc]} {
-        set arch ppc
-    }
-    
-    xcode.build.settings    ARCHS=${arch}
-    xcode.destroot.settings ARCHS=${arch}
-}
-
 livecheck.type          regex
 livecheck.url           http://www.testplant.com/downloads
 livecheck.regex         {>Vine Server ([0-9.]+)<}

Modified: trunk/dports/aqua/vineserver/files/patch-rfb.h.diff
===================================================================
--- trunk/dports/aqua/vineserver/files/patch-rfb.h.diff	2011-05-17 09:36:26 UTC (rev 78671)
+++ trunk/dports/aqua/vineserver/files/patch-rfb.h.diff	2011-05-17 13:58:40 UTC (rev 78672)
@@ -1,6 +1,15 @@
---- OSXvnc-server/rfb.h.orig	2007-12-15 11:07:09.000000000 -0600
-+++ OSXvnc-server/rfb.h	2009-12-29 13:30:45.000000000 -0600
-@@ -39,7 +39,7 @@
+--- OSXvnc-server/rfb.h.orig	2009-09-10 10:13:09.000000000 -0500
++++ OSXvnc-server/rfb.h	2011-05-17 07:34:28.000000000 -0500
+@@ -30,6 +30,8 @@
+ #include "Xmd.h"
+ #include "regionstr.h"
+ 
++#include <pthread.h>
++#include <machine/types.h>
+ #include <rfbproto.h>
+ #include <vncauth.h>
+ #include <zlib.h>
+@@ -41,7 +43,7 @@
  //#import <Carbon/Carbon.h>
  //#include <ApplicationServices/ApplicationServices.h>
  //#include "CoreGraphics/CGGeometry.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110517/f9e6b601/attachment.html>


More information about the macports-changes mailing list