[145742] trunk/dports/java/BrowserLauncher2

ryandesign at macports.org ryandesign at macports.org
Mon Feb 15 10:18:34 PST 2016


Revision: 145742
          https://trac.macports.org/changeset/145742
Author:   ryandesign at macports.org
Date:     2016-02-15 10:18:34 -0800 (Mon, 15 Feb 2016)
Log Message:
-----------
BrowserLauncher2: fix build failure due to wrong enconding in source file (#50628)

Modified Paths:
--------------
    trunk/dports/java/BrowserLauncher2/Portfile

Added Paths:
-----------
    trunk/dports/java/BrowserLauncher2/files/patch-source-at-jta-Regor.java.diff

Modified: trunk/dports/java/BrowserLauncher2/Portfile
===================================================================
--- trunk/dports/java/BrowserLauncher2/Portfile	2016-02-15 17:33:02 UTC (rev 145741)
+++ trunk/dports/java/BrowserLauncher2/Portfile	2016-02-15 18:18:34 UTC (rev 145742)
@@ -24,7 +24,8 @@
 cvs.root        :pserver:anonymous at browserlaunch2.cvs.sourceforge.net:/cvsroot/browserlaunch2 
 cvs.module      ${name}
 worksrcdir      ${name}
-patchfiles      browserlaunchertestapp.patch
+patchfiles      browserlaunchertestapp.patch \
+                patch-source-at-jta-Regor.java.diff
 
 checksums           rmd160  4395f601debab5ffc4bd61a4224b26cf3f070b27 \
                     sha256  ccbcd9ce1f6b73e18004857dbf1cd2267a198231693ee37507953723869e95d5

Added: trunk/dports/java/BrowserLauncher2/files/patch-source-at-jta-Regor.java.diff
===================================================================
--- trunk/dports/java/BrowserLauncher2/files/patch-source-at-jta-Regor.java.diff	                        (rev 0)
+++ trunk/dports/java/BrowserLauncher2/files/patch-source-at-jta-Regor.java.diff	2016-02-15 18:18:34 UTC (rev 145742)
@@ -0,0 +1,20 @@
+--- source/at/jta/Regor.java.orig	2007-08-30 14:40:24.000000000 -0500
++++ source/at/jta/Regor.java	2016-02-15 11:58:05.000000000 -0600
+@@ -352,7 +352,7 @@
+   /******************************************************************************************************************************
+    * Method set the specified string value
+    * Methode setzt (oder erstellt) einen Wert auf eine Zeichenfolge
+-   * Will man den defaulteintrag \xE4ndern, so muss man valueName "" \xFCbergeben
++   * Will man den defaulteintrag ändern, so muss man valueName "" übergeben
+    * @param key obtained by openKey
+    * @param valueName the string value name in the registry you want to set
+    * @param value the new value you want to set
+@@ -479,7 +479,7 @@
+   /******************************************************************************************************************************
+    * Create new key/subkey in the registry with the specified name
+    * Attentition: if the key is successfully returned, you should close and open the key again, because the obtained key
+-   * doesnt have a high access level (so maybe creating or deleting a key/value wouldn\xB4t be successful)
++   * doesnt have a high access level (so maybe creating or deleting a key/value wouldn´t be successful)
+    * @param key handle to parent key obtained from openKey
+    * @param subkey name of the key/subkey you want to create
+    * @return on success the handle to the new key will be returned, otherwhise it will be -1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160215/cc02750a/attachment.html>


More information about the macports-changes mailing list