Reinplace

Craig Treleaven ctreleaven at cogeco.ca
Mon Apr 2 20:17:14 PDT 2012


At 6:31 PM -0700 4/2/12, Bradley Giesbrecht wrote:
>Content-type: multipart/signed; boundary=Apple-Mail-15-774700747;
>  protocol="application/pkcs7-signature"; micalg=sha1
>
>
>On Apr 2, 2012, at 6:04 PM, Craig Treleaven wrote:
>
>>  At 8:55 PM -0400 4/2/12, Craig Treleaven wrote:
>>>  At 4:27 PM -0500 4/2/12, Ryan Schmidt wrote:
>>>>  On Apr 2, 2012, at 14:35, Joshua Root wrote:
>>>>
>>>>>  Does just "find ${configure.dir} -name Makefile" also give unexpected
>>>>>  results?
>>>>
>>>>  The "find" correctly finds 28 files named "Makefile". It 
>>>>correctly removes " -L " from 22 of them. The remaining 6 are in 
>>>>the directory mythplugins/mythweather/mythweather/scripts and do 
>>>>not contain that string so there's nothing to remove.
>>>
>>>  Ryan:
>>>
>>>  There should be 58 Makefiles, see attached list.
>>>
>>
>>  Argh, 6 of the 58 have some extension so the net that should be 
>>searched is 52.  Sorry for confusing the issue.
>
>Craig, I cannot match your Makefile counts. What does "port 
>distfiles" produce on your system?
>
>$ port distfiles
>--->  Distfiles for mythtv
>[mythtv-0.25-rc.tar.gz] 
>/opt/local/var/macports/distfiles/mythtv/mythtv-0.25-rc.tar.gz
>rmd160: fd6c70709dbb0742536d914eee99298db856bd41
>sha256: a8814baba1aa155259fbfa6483e0eebfcab99e4ee9dd6bc0aa6435e8c13ff77d
>  https://github.com/MythTV/mythtv/tarball/v0.25-rc/mythtv-0.25-rc.tar.gz

$ port distfiles
--->  Distfiles for mythtv
[mythtv-v0.25-rc-0-g92f7d1f.tar.gz] 
/opt/local/var/macports/distfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
  rmd160: fd6c70709dbb0742536d914eee99298db856bd41
  sha256: a8814baba1aa155259fbfa6483e0eebfcab99e4ee9dd6bc0aa6435e8c13ff77d
 
https://github.com/MythTV/mythtv/tarball/v0.25-rc-0-g92f7d1f/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
   http://distfiles.macports.org/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://jog.id.distfiles.macports.org/macports/mpdistfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
   http://lil.fr.distfiles.macports.org/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://sea.us.distfiles.macports.org/macports/mpdistfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz
 
http://svn.macports.org/repository/macports/distfiles/mythtv/mythtv-v0.25-rc-0-g92f7d1f.tar.gz

>$ sudo port extract
>--->  Fetching distfiles for mythtv
>--->  Verifying checksum(s) for mythtv
>--->  Extracting mythtv
>$ find $(port work) -name Makefile* | wc -l
>      36
>pillbox:mythtv brad$ find $(port work) -name Makefile | wc -l
>      28
>


I used EasyFind from Devon Technologies.  It is weird how the find 
command is giving us all inconsistent results.

http://www.devontechnologies.com/download/products.html

Craig


More information about the macports-dev mailing list