[141211] trunk/dports/finance/libgeier/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Oct 12 18:42:07 PDT 2015


> On Oct 12, 2015, at 7:12 PM, jeremyhu at macports.org wrote:
> 
> Revision
> 141211
> Author
> jeremyhu at macports.org
> Date
> 2015-10-12 17:12:02 -0700 (Mon, 12 Oct 2015)
> Log Message
> 
> libgeier: Fix build failure and alow universal by using openssl instead of nss
> Modified Paths
> 
> 	• trunk/dports/finance/libgeier/Portfile

> Diff
> Modified: trunk/dports/finance/libgeier/Portfile (141210 => 141211)
> --- trunk/dports/finance/libgeier/Portfile	2015-10-12 23:53:51 UTC (rev 141210)
> +++ trunk/dports/finance/libgeier/Portfile	2015-10-13 00:12:02 UTC (rev 141211)
> @@ -21,25 +21,14 @@
>  depends_lib-append  port:libxml2 \
>                      port:libxslt \
>                      port:xmlsec \
> -                    port:nss \
> -                    port:nspr \
> +                    path:lib/libssl.dylib:openssl \
>                      port:argp-standalone
>  
> -# nss is not universal
> -universal_variant   no

libgeiger still can't build universal because of dependency xmlsec which still depends on nss.

The above changes change the installed files, so the revision needs to be increased.




More information about the macports-dev mailing list