[108537] trunk/dports/devel/gdb-apple/Portfile

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


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

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

Modified: trunk/dports/devel/gdb-apple/Portfile
===================================================================
--- trunk/dports/devel/gdb-apple/Portfile	2013-07-26 00:20:20 UTC (rev 108536)
+++ trunk/dports/devel/gdb-apple/Portfile	2013-07-26 00:20:24 UTC (rev 108537)
@@ -82,6 +82,18 @@
     eval delete [glob ${destroot}${prefix}/share/locale/*/LC_MESSAGES/{bfd,binutils,opcodes}.mo]
 }
 
+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://opensource.apple.com/tarballs/gdb
 livecheck.regex         gdb-(\\d+(?:\\.\\d+)*)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/10116937/attachment.html>


More information about the macports-changes mailing list