[21685] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 1 23:11:48 PST 2007


Revision: 21685
          http://trac.macosforge.org/projects/macports/changeset/21685
Author:   mgrimes at macports.org
Date:     2007-02-01 23:11:48 -0800 (Thu, 01 Feb 2007)

Log Message:
-----------
Span platform to fix break on 10.5.

Modified Paths:
--------------
    trunk/dports/archivers/par2/Portfile

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21686
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21771
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21326
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
d9146071-5dc1-4620-afc7-8ba4e23d31df:/local/trunk:21690
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21771

Modified: trunk/dports/archivers/par2/Portfile
===================================================================
--- trunk/dports/archivers/par2/Portfile	2007-02-02 06:57:48 UTC (rev 21684)
+++ trunk/dports/archivers/par2/Portfile	2007-02-02 07:11:48 UTC (rev 21685)
@@ -30,3 +30,12 @@
 platform darwin 8 i386 {
     patchfiles        patch-commandline_cpp patch-par2repairer_cpp patch-reedsolomon_cpp
 }
+
+platform darwin 9 powerpc {
+    configure.env-append    CC=/usr/bin/gcc-3.3 CXX=/usr/bin/g++-3.3
+    patchfiles        patch-commandline_cpp patch-par2repairer_cpp
+}
+
+platform darwin 9 i386 {
+    patchfiles        patch-commandline_cpp patch-par2repairer_cpp patch-reedsolomon_cpp
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070201/7e712bb4/attachment.html


More information about the macports-changes mailing list