[152358] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Sun Sep 4 16:40:52 PDT 2016


Revision: 152358
          https://trac.macports.org/changeset/152358
Author:   ryandesign at macports.org
Date:     2016-09-04 16:40:52 -0700 (Sun, 04 Sep 2016)
Log Message:
-----------
HermesApp: new port, version 1.2.8

Added Paths:
-----------
    trunk/dports/aqua/HermesApp/
    trunk/dports/aqua/HermesApp/Portfile
    trunk/dports/aqua/HermesApp/files/
    trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff

Added: trunk/dports/aqua/HermesApp/Portfile
===================================================================
--- trunk/dports/aqua/HermesApp/Portfile	                        (rev 0)
+++ trunk/dports/aqua/HermesApp/Portfile	2016-09-04 23:40:52 UTC (rev 152358)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               github 1.0
+PortGroup               xcode 1.0
+
+github.setup            HermesApp Hermes 1.2.8 v
+name                    HermesApp
+categories              aqua audio
+maintainers             ryandesign openmaintainer
+license                 MIT
+
+description             compact macOS Pandora client that doesn't use Flash
+
+long_description        Hermes is a ${description}.
+
+homepage                http://hermesapp.org
+
+checksums               rmd160  b2f47067bc2d17fa7dd0e52f3d755f441640eed1 \
+                        sha256  f94790c50f3b2809114d020306d28ba19d2d68a538876df0ae7aebe00256c501
+
+patchfiles              patch-no-Werror.diff
+
+xcode.target            Hermes
+xcode.configuration     Release
+xcode.build.settings    CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
+xcode.destroot.settings {*}${xcode.build.settings}


Property changes on: trunk/dports/aqua/HermesApp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff
===================================================================
--- trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff	                        (rev 0)
+++ trunk/dports/aqua/HermesApp/files/patch-no-Werror.diff	2016-09-04 23:40:52 UTC (rev 152358)
@@ -0,0 +1,36 @@
+--- Hermes.xcodeproj/project.pbxproj.orig	2016-06-24 07:13:08.000000000 -0500
++++ Hermes.xcodeproj/project.pbxproj	2016-09-04 18:18:48.000000000 -0500
+@@ -755,7 +755,6 @@
+ 					"-Wall",
+ 					"-Wextra",
+ 					"-Wno-unused-parameter",
+-					"-Werror",
+ 				);
+ 			};
+ 			name = Debug;
+@@ -787,7 +786,6 @@
+ 					"-Wall",
+ 					"-Wextra",
+ 					"-Wno-unused-parameter",
+-					"-Werror",
+ 				);
+ 			};
+ 			name = Release;
+@@ -802,7 +800,7 @@
+ 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ 				GCC_OPTIMIZATION_LEVEL = 0;
+ 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+-				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++				GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ 				GCC_WARN_UNUSED_VARIABLE = YES;
+ 				MACOSX_DEPLOYMENT_TARGET = 10.10;
+@@ -824,7 +822,7 @@
+ 				GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ 				GCC_OPTIMIZATION_LEVEL = s;
+ 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
+-				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
++				GCC_TREAT_WARNINGS_AS_ERRORS = NO;
+ 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ 				GCC_WARN_UNUSED_VARIABLE = YES;
+ 				MACOSX_DEPLOYMENT_TARGET = 10.10;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160904/bac9c0dc/attachment.html>


More information about the macports-changes mailing list