Modified: trunk/dports/devel/gdb-apple/Portfile (108536 => 108537)
--- 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