[125322] trunk/dports/devel/libtool/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Sep 13 16:30:56 PDT 2014
> On Sep 13, 2014, at 12:58 PM, larryv at macports.org wrote:
>
> Revision
> 125322
> Author
> larryv at macports.org
> Date
> 2014-09-13 10:58:41 -0700 (Sat, 13 Sep 2014)
> Log Message
>
> libtool: Add modeline and clean up
>
> Also removed the unnecessary post-destroot check.
>
> Modified Paths
>
> • trunk/dports/devel/libtool/Portfile
> - post-destroot {
> - foreach {neededfile} "${prefix}/lib/libltdl.dylib" {
> - if {![file exists ${destroot}${neededfile}]} {
> - ui_error "${neededfile} is not in the destroot. Please clean ${name} and try again."
> - return -code error "missing ${neededfile} in destroot"
> - }
> - }
> - }
You are certain this is no longer needed? It was added for a reason:
https://trac.macports.org/ticket/23684
More information about the macports-dev
mailing list