[25705] trunk/dports/aqua/Cenon/files

source_changes at macosforge.org source_changes at macosforge.org
Mon May 28 19:47:34 PDT 2007


Revision: 25705
          http://trac.macosforge.org/projects/macports/changeset/25705
Author:   bfulgham at macports.org
Date:     2007-05-28 19:47:34 -0700 (Mon, 28 May 2007)

Log Message:
-----------
Revised patches for current release.

Added Paths:
-----------
    trunk/dports/aqua/Cenon/files/patch-Cenon.xcodeproj-project.pbxproj

Removed Paths:
-------------
    trunk/dports/aqua/Cenon/files/patch-Cenon.pbproj-project.pbxproj
    trunk/dports/aqua/Cenon/files/patch-VHFShared-vhfCommonFunctions.h
    trunk/dports/aqua/Cenon/files/patch-functions.h

Deleted: trunk/dports/aqua/Cenon/files/patch-Cenon.pbproj-project.pbxproj
===================================================================
--- trunk/dports/aqua/Cenon/files/patch-Cenon.pbproj-project.pbxproj	2007-05-29 00:43:09 UTC (rev 25704)
+++ trunk/dports/aqua/Cenon/files/patch-Cenon.pbproj-project.pbxproj	2007-05-29 02:47:34 UTC (rev 25705)
@@ -1,36 +0,0 @@
---- Cenon.pbproj/project.pbxproj.orig	2005-12-09 08:03:02.000000000 -0800
-+++ Cenon.pbproj/project.pbxproj	2005-12-22 23:42:41.000000000 -0800
-@@ -8029,15 +8029,6 @@
- 			settings = {
- 			};
- 		};
--		F51FDB7C0201E33F01000048 = {
--			buildActionMask = 12;
--			files = (
--			);
--			isa = PBXShellScriptBuildPhase;
--			runOnlyForDeploymentPostprocessing = 0;
--			shellPath = /bin/sh;
--			shellScript = ../buildShip.sh;
--		};
- 		F51FDB7D0201ED4F01000048 = {
- 			explicitFileType = wrapper.framework;
- 			isa = PBXFileReference;
-@@ -8768,7 +8759,7 @@
- 			isa = PBXFileReference;
- 			lastKnownFileType = wrapper.framework;
- 			name = VHFImport.framework;
--			path = build/VHFImport.framework;
-+			path = build/Deployment/VHFImport.framework;
- 			refType = 4;
- 			sourceTree = "<group>";
- 		};
-@@ -9055,7 +9046,7 @@
- 			isa = PBXFileReference;
- 			lastKnownFileType = wrapper.framework;
- 			name = VHFExport.framework;
--			path = build/VHFExport.framework;
-+			path = build/Deployment/VHFExport.framework;
- 			refType = 4;
- 			sourceTree = "<group>";
- 		};

Added: trunk/dports/aqua/Cenon/files/patch-Cenon.xcodeproj-project.pbxproj
===================================================================
--- trunk/dports/aqua/Cenon/files/patch-Cenon.xcodeproj-project.pbxproj	                        (rev 0)
+++ trunk/dports/aqua/Cenon/files/patch-Cenon.xcodeproj-project.pbxproj	2007-05-29 02:47:34 UTC (rev 25705)
@@ -0,0 +1,21 @@
+--- Cenon.xcodeproj/project.pbxproj	2006-12-29 04:10:14.000000000 -0800
++++ Cenon.xcodeproj/project.pbxproj.new	2007-05-28 18:43:55.000000000 -0700
+@@ -2758,18 +2758,6 @@
+ 		};
+ /* End PBXRezBuildPhase section */
+ 
+-/* Begin PBXShellScriptBuildPhase section */
+-		56158BEB0997B6F7003130B4 /* ShellScript */ = {
+-			isa = PBXShellScriptBuildPhase;
+-			buildActionMask = 12;
+-			files = (
+-			);
+-			runOnlyForDeploymentPostprocessing = 0;
+-			shellPath = /bin/sh;
+-			shellScript = ../buildShip.sh;
+-		};
+-/* End PBXShellScriptBuildPhase section */
+-
+ /* Begin PBXSourcesBuildPhase section */
+ 		56158B4D0997B6F7003130B4 /* Sources */ = {
+ 			isa = PBXSourcesBuildPhase;

Deleted: trunk/dports/aqua/Cenon/files/patch-VHFShared-vhfCommonFunctions.h
===================================================================
--- trunk/dports/aqua/Cenon/files/patch-VHFShared-vhfCommonFunctions.h	2007-05-29 00:43:09 UTC (rev 25704)
+++ trunk/dports/aqua/Cenon/files/patch-VHFShared-vhfCommonFunctions.h	2007-05-29 02:47:34 UTC (rev 25705)
@@ -1,19 +0,0 @@
---- VHFShared/vhfCommonFunctions.h	2005-12-21 00:33:28.000000000 -0800
-+++ VHFShared/vhfCommonFunctions.h	2005-12-21 00:31:49.000000000 -0800
-@@ -38,13 +38,15 @@
- 
- #include "types.h"
- 
-+#include <AppKit/AppKit.h>
-+
- /* Timers used to automatically scroll when the mouse is
-  * outside the drawing view and not moving.
-  */
- #define StartTimer(inTimerLoop) if (!inTimerLoop) { [NSEvent startPeriodicEventsAfterDelay:0.1 withPeriod:0.01]; inTimerLoop=YES; }
- #define StopTimer(inTimerLoop) if (inTimerLoop) { [NSEvent stopPeriodicEvents]; inTimerLoop=NO; }
- 
--void		sortPopup(id popupButton, int startIx);
-+void		sortPopup(NSPopUpButton *popupButton, int startIx);
- 
- NSString	*stringWithConvertedChars(NSString *string, NSDictionary *conversionDict);
- 

Deleted: trunk/dports/aqua/Cenon/files/patch-functions.h
===================================================================
--- trunk/dports/aqua/Cenon/files/patch-functions.h	2007-05-29 00:43:09 UTC (rev 25704)
+++ trunk/dports/aqua/Cenon/files/patch-functions.h	2007-05-29 02:47:34 UTC (rev 25705)
@@ -1,11 +0,0 @@
---- functions.h.old	2005-12-20 23:38:50.000000000 -0800
-+++ functions.h	2005-12-20 23:39:28.000000000 -0800
-@@ -44,7 +44,7 @@
- NSString *systemBundlePath(void);
- NSString *userBundlePath(void);
- 
--void fillPopup(id popupButton, NSString *folder, NSString *ext, int removeIx );
-+void fillPopup(NSPopUpButton *popupButton, NSString *folder, NSString *ext, int removeIx );
- NSDictionary *dictionaryFromFolder(NSString *folder, NSString *name);
- 
- /* functions using base unit from 'unit' default */

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070528/afeca395/attachment.html


More information about the macports-changes mailing list