[26552] trunk/dports/net/blackbag/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 01:26:14 PDT 2007


Revision: 26552
          http://trac.macosforge.org/projects/macports/changeset/26552
Author:   mgrimes at macports.org
Date:     2007-06-28 01:26:14 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
Add Darwin 9 variant and unbreak distfile location.

Modified Paths:
--------------
    trunk/dports/net/blackbag/Portfile

Modified: trunk/dports/net/blackbag/Portfile
===================================================================
--- trunk/dports/net/blackbag/Portfile	2007-06-28 07:40:58 UTC (rev 26551)
+++ trunk/dports/net/blackbag/Portfile	2007-06-28 08:26:14 UTC (rev 26552)
@@ -15,7 +15,7 @@
                  protocols, find compressed images inside of files and more!
 
 homepage         http://www.matasano.com/tools/blackbag/
-master_sites     http://www.sockpuppet.org/tqbf/
+master_sites     http://www.sockpuppet.org/
 extract.suffix   .tgz
 checksums        md5  9603a1c387b1cb0fc7e1a200002b578f \
                  sha1 7931f258f06853188c052eb2d72a2d4c6fb8f8b1
@@ -37,6 +37,7 @@
     reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/asn/asn
     reinplace "s|-I../third-party/libevent-1.0b||g" ${worksrcpath}/Makefile
     reinplace "s|-L../third-party/libevent-1.0b||g" ${worksrcpath}/Makefile
+    reinplace "s|-g||g" ${worksrcpath}/common.mk
     reinplace "s|-I\$\(TOP\)/../third-party/libevent-1.0b||g" ${worksrcpath}/common.mk
     reinplace "s|-L\$\(TOP\)/../third-party/libevent-1.0b||g" ${worksrcpath}/common.mk
     reinplace "s|-L\$\(TOP\)/../third-party/libevent-1.0b||g" ${worksrcpath}/asn/Makefile
@@ -48,3 +49,9 @@
     xinstall -m 0644 ${worksrcpath}/README \
         ${destroot}${prefix}/share/doc/${name}/README
 }
+
+platform darwin 9 {
+    post-patch {
+        reinplace "s|setpgrp|setpgid|g" ${worksrcpath}/tsec.c
+    }
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/15a97cf3/attachment.html


More information about the macports-changes mailing list