[111159] trunk/dports/multimedia/gpac/Portfile

Frank Schima macsforever2000 at macports.org
Mon Sep 16 07:08:22 PDT 2013


On Sep 15, 2013, at 8:55 PM, ryandesign at macports.org wrote:

> Revision
> 111159
> Author
> ryandesign at macports.org
> Date
> 2013-09-15 19:55:04 -0700 (Sun, 15 Sep 2013)
> Log Message
> 
> gpac: don't misuse xinstall for changing an existing file's permissions
> Modified Paths
> 
> trunk/dports/multimedia/gpac/Portfile
> Diff
> 
> Modified: trunk/dports/multimedia/gpac/Portfile (111158 => 111159)
> 
> --- trunk/dports/multimedia/gpac/Portfile	2013-09-16 02:45:42 UTC (rev 111158)
> +++ trunk/dports/multimedia/gpac/Portfile	2013-09-16 02:55:04 UTC (rev 111159)
> @@ -45,12 +45,12 @@
>                      port:spidermonkey \
>                      port:xvid
>  
> -worksrcdir          gpac
> -use_parallel_build  no
> +worksrcdir          ${name}
>  
> -# Fix configure execute bit
>  post-extract {
> -    xinstall -m 550 ${worksrcpath}/configure ${worksrcpath}
> +    file attributes ${worksrcpath}/configure -permissions a+x
I had no idea this could be fixed in this way, the guide does not mention it. 

>  }
>  
> +use_parallel_build  no
> +
>  destroot.destdir    DESTDIR=${destroot} mandir=share/man
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes

Cheers!
Frank

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20130916/fcf141be/attachment.html>


More information about the macports-dev mailing list