[62138] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Tue Dec 29 12:22:56 PST 2009


Revision: 62138
          http://trac.macports.org/changeset/62138
Author:   ryandesign at macports.org
Date:     2009-12-29 12:22:53 -0800 (Tue, 29 Dec 2009)
Log Message:
-----------
vineserver: new port, version 3.1, replaces osxvnc 3.0 (#23062), fixes build on Snow Leopard (#22154)

Modified Paths:
--------------
    trunk/dports/aqua/vineserver/Portfile
    trunk/dports/aqua/vineserver/files/patch-project.pbxproj.diff

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

Modified: trunk/dports/aqua/vineserver/Portfile
===================================================================
--- trunk/dports/aqua/osxvnc/Portfile	2009-10-21 19:54:24 UTC (rev 59771)
+++ trunk/dports/aqua/vineserver/Portfile	2009-12-29 20:22:53 UTC (rev 62138)
@@ -3,11 +3,10 @@
 PortSystem              1.0
 PortGroup               xcode 1.0
 
-name                    osxvnc
-version                 3.0
-revision                1
+name                    vineserver
+version                 3.1
 categories              aqua vnc
-homepage                http://www.redstonesoftware.com/vnc.html
+homepage                http://www.testplant.com/products/vine_server
 maintainers             ryandesign
 fetch.type              cvs
 cvs.root                :pserver:anonymous at osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc
@@ -30,7 +29,8 @@
     port:zlib
 
 patchfiles \
-    patch-project.pbxproj.diff
+    patch-project.pbxproj.diff \
+    patch-rfb.h.diff
 
 post-patch {
     # Make all strings UTF-16 so CopyStringsFile doesn't fail on Leopard. See #15919.
@@ -66,4 +66,5 @@
 }
 
 livecheck.type          sourceforge
+livecheck.name          osxvnc
 livecheck.regex         {<title>Vine Server\(OSXvnc\) Version (.*) released.*</title>}

Modified: trunk/dports/aqua/vineserver/files/patch-project.pbxproj.diff
===================================================================
--- trunk/dports/aqua/osxvnc/files/patch-project.pbxproj.diff	2009-10-21 19:54:24 UTC (rev 59771)
+++ trunk/dports/aqua/vineserver/files/patch-project.pbxproj.diff	2009-12-29 20:22:53 UTC (rev 62138)
@@ -1,6 +1,6 @@
---- OSXvnc.xcodeproj/project.pbxproj	18 Dec 2007 03:54:13 -0000	1.16
-+++ OSXvnc.xcodeproj/project.pbxproj	3 Jan 2008 08:54:12 -0000
-@@ -1139,7 +1141,7 @@
+--- OSXvnc.xcodeproj/project.pbxproj.orig	2009-09-10 10:11:42.000000000 -0500
++++ OSXvnc.xcodeproj/project.pbxproj	2009-10-21 17:11:45.000000000 -0500
+@@ -1160,7 +1160,7 @@
  			);
  			runOnlyForDeploymentPostprocessing = 1;
  			shellPath = /bin/sh;
@@ -9,7 +9,7 @@
  		};
  		AB139E5C0CEA05C200EE873A /* ShellScript */ = {
  			isa = PBXShellScriptBuildPhase;
-@@ -1174,7 +1176,7 @@
+@@ -1195,7 +1195,7 @@
  			);
  			runOnlyForDeploymentPostprocessing = 1;
  			shellPath = /bin/sh;
@@ -18,10 +18,10 @@
  		};
  /* End PBXShellScriptBuildPhase section */
  
-@@ -1661,9 +1663,6 @@
+@@ -1685,9 +1685,6 @@
  			buildSettings = {
- 				COPY_PHASE_STRIP = NO;
- 				CURRENT_PROJECT_VERSION = 1016;
+ 				COPY_PHASE_STRIP = YES;
+ 				CURRENT_PROJECT_VERSION = 1053;
 -				DEPLOYMENT_LOCATION = YES;
 -				DEPLOYMENT_POSTPROCESSING = YES;
 -				DSTROOT = /tmp;

Added: trunk/dports/aqua/vineserver/files/patch-rfb.h.diff
===================================================================
--- trunk/dports/aqua/vineserver/files/patch-rfb.h.diff	                        (rev 0)
+++ trunk/dports/aqua/vineserver/files/patch-rfb.h.diff	2009-12-29 20:22:53 UTC (rev 62138)
@@ -0,0 +1,11 @@
+--- 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 @@
+ //#import <Carbon/Carbon.h>
+ //#include <ApplicationServices/ApplicationServices.h>
+ //#include "CoreGraphics/CGGeometry.h"
+-#ifndef __COREGRAPHICS__
++#ifndef COREGRAPHICS_H_
+ struct CGPoint {
+     float x;
+     float y;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091229/c9a51f33/attachment.html>


More information about the macports-changes mailing list