[52659] trunk/dports/graphics/nifticlib/Portfile

Ryan Schmidt ryandesign at macports.org
Sat Jun 20 16:37:07 PDT 2009


On Jun 20, 2009, at 14:00, jameskyle at macports.org wrote:

> Revision: 52659
>           http://trac.macports.org/changeset/52659
> Author:   jameskyle at macports.org
> Date:     2009-06-20 12:00:35 -0700 (Sat, 20 Jun 2009)
> Log Message:
> -----------
> Changed build args to compile dynamic libraries (was static)

It sounds like this changes the files the port installs, in which  
case you must increase the port's revision so everybody who already  
had the port installed receives this change.

> Modified Paths:
> --------------
>     trunk/dports/graphics/nifticlib/Portfile
>
> Modified: trunk/dports/graphics/nifticlib/Portfile
> ===================================================================
> --- trunk/dports/graphics/nifticlib/Portfile	2009-06-20 18:55:28  
> UTC (rev 52658)
> +++ trunk/dports/graphics/nifticlib/Portfile	2009-06-20 19:00:35  
> UTC (rev 52659)
> @@ -16,11 +16,12 @@
>                      sha1     
> f1837fa6b99e32f9f80a73ebda56ff5e1e9d6efd \
>                      rmd160  3d70405085b3c432638baa48c71669b1235d385e
>
> -depends_build port:cmake
> -configure.cmd cmake
> +depends_build       port:cmake
> +configure.cmd       cmake
>
>  configure.pre_args
> -configure.args -DCMAKE_INSTALL_PREFIX:PATH=${prefix}
> +configure.args      -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
> +                    -DBUILD_SHARED_LIBS:BOOL=True




More information about the macports-dev mailing list