[94725] users/g5pw/dports/devel

Ryan Schmidt ryandesign at macports.org
Wed Jun 27 15:01:53 PDT 2012


On Jun 27, 2012, at 13:55, g5pw at macports.org wrote:

> Revision: 94725
>          https://trac.macports.org/changeset/94725
> Author:   g5pw at macports.org
> Date:     2012-06-27 11:55:15 -0700 (Wed, 27 Jun 2012)
> Log Message:
> -----------
> devel/pev: new port
> 
> Added Paths:
> -----------
>    users/g5pw/dports/devel/pev/
>    users/g5pw/dports/devel/pev/Portfile


> +master_sites        sourceforge

Please write sourceforge master_sites entries so that redirects are avoided. In this case:

master_sites        sourceforge:project/pev/pev-${version}


> +use_configure       no
> +
> +build.args-append   CC=${configure.cc} \
> +                    CXX=${configure.cxx} \
> +                    CPP=${configure.cpp}

Because you are using "use_configure no", please consider the need of specifying the -arch flags. You may need to add [get_canonical_archflags] to CFLAGS / CXXFLAGS / LDFLAGS, or to CC / CXX. If possible, also please add a universal variant, by adding the line "variant universal {}" before you call get_canonical_archflags.




More information about the macports-dev mailing list