[59615] trunk/dports/devel/activewire/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Oct 18 11:52:51 PDT 2009


On Oct 17, 2009, at 17:56, jameskyle at macports.org wrote:

> Revision: 59615
>          http://trac.macports.org/changeset/59615
> Author:   jameskyle at macports.org
> Date:     2009-10-17 15:56:14 -0700 (Sat, 17 Oct 2009)
> Log Message:
> -----------
> Updated SDK target.


> Modified: trunk/dports/devel/activewire/Portfile
> ===================================================================
> --- trunk/dports/devel/activewire/Portfile	2009-10-17 22:56:12 UTC  
> (rev 59614)
> +++ trunk/dports/devel/activewire/Portfile	2009-10-17 22:56:14 UTC  
> (rev 59615)


> # Doesn't build with 10.5
> -macosx_deployment_target 10.4
> +macosx_deployment_target 10.5
> variant awdriver description {Installs the ActiveWire driver} {}
> variant awconfig description {Installs the awconfig utility} {}
> variant doc description {Install documentation} {}
> @@ -53,6 +53,7 @@
>     reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/$i/ 
> $i.xcodeproj/project.pbxproj"
>
>     reinplace "s|/usr/share/man/man1/|${prefix}/include|g" "$ 
> {worksrcpath}/$i/$i.xcodeproj/project.pbxproj"
> +    reinplace "s|MacOSX10.4u.sdk|MacOSX10.5.sdk|g" "${worksrcpath}/ 
> $i/$i.xcodeproj/project.pbxproj"
>

That's probably going to break on 10.4 now. I can test it later today.

If you don't want to support 10.4 anymore, just add a pre-fetch  
message to bail out for 10.4 and earlier. See graphviz-gui for an  
example.



More information about the macports-dev mailing list