Ticket #22825 (closed defect: fixed)
gdal: reinplace didn't change anything in GNUmakefile
| Reported by: | ryandesign@… | Owned by: | seanasy@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | vince@…, macsforever2000@… | |
| Port: | gdal |
Description
Using the patch from #15514, I see this message when upgrading gdal:
---> Computing dependencies for gdal ---> Fetching gdal ---> Verifying checksum(s) for gdal ---> Extracting gdal ---> Applying patches to gdal ---> Configuring gdal Warning: reinplace s|XXX|| didn't change anything in /mp/var/macports/build/_Volumes_data_macports_ports_gis_gdal/work/gdal-1.6.2/swig/python/GNUmakefile ---> Building gdal ---> Staging gdal into destroot ---> Deactivating gdal @1.6.2_0 ---> Computing dependencies for gdal ---> Installing gdal @1.6.2_1 ---> Activating gdal @1.6.2_1 ---> Cleaning gdal ---> Uninstalling gdal @1.6.2_0
As you see the port install completes anyway, so I don't know the implications of this ineffectual reinplace.
There's also a curious line in the portfile that doesn't appear to do anything:
configure.args-append
Both changes occurred in r61243.
Change History
Note: See
TracTickets for help on using
tickets.


Presumably fixed by r74077, though it's hard to tell with all the whitespace changes.