[108538] trunk/dports/devel/gdb/Portfile

sean at macports.org sean at macports.org
Thu Jul 25 17:20:27 PDT 2013


Revision: 108538
          https://trac.macports.org/changeset/108538
Author:   sean at macports.org
Date:     2013-07-25 17:20:27 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
gdb: add note about taskgated on mountain lion and later systems; closes #39349

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2013-07-26 00:20:24 UTC (rev 108537)
+++ trunk/dports/devel/gdb/Portfile	2013-07-26 00:20:27 UTC (rev 108538)
@@ -82,6 +82,19 @@
     }]
 }
 
+if {${os.platform} eq "darwin" && ${os.major} >= 12} {
+    notes "
+You will need to make sure /System/Library/LaunchDaemons/com.apple.taskgated.plist\
+has the '-p' option, e.g.
+            <key>ProgramArguments</key>
+            <array>
+                    <string>/usr/libexec/taskgated</string>
+                    <string>-sp</string>
+            </array>
+"
+}
+
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnu.org/gnu/gdb/
 livecheck.regex gdb-(\\d+(?:\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/ff7710fb/attachment.html>


More information about the macports-changes mailing list