[MacPorts] #70549: readosm @1.1.0a: checksum mismatch (was: readosm: checksum mismatch)

MacPorts noreply at macports.org
Wed Aug 14 03:20:56 UTC 2024


#70549: readosm @1.1.0a: checksum mismatch
---------------------------+--------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.10.0
Resolution:                |   Keywords:
      Port:  readosm       |
---------------------------+--------------------

Comment (by ryandesign):

 The difference between the file we mirrored and the one on the gaia-gis
 server now is:

 {{{#!diff
 diff -ru macports/readosm-1.1.0a/config-msvc.h gaia-gis/readosm-1.1.0a
 /config-msvc.h
 --- macports/readosm-1.1.0a/config-msvc.h       2020-08-02
 05:14:39.000000000 -0500
 +++ gaia-gis/readosm-1.1.0a/config-msvc.h       2020-08-23
 11:25:50.000000000 -0500
 @@ -92,7 +92,7 @@
  #define PACKAGE_NAME "readosm"

  /* Define to the full name and version of this package. */
 -#define PACKAGE_STRING "readosm 1.1.0"
 +#define PACKAGE_STRING "readosm 1.1.0a"

  /* Define to the one symbol short name of this package. */
  #define PACKAGE_TARNAME "readosm"
 @@ -101,7 +101,7 @@
  #define PACKAGE_URL ""

  /* Define to the version of this package. */
 -#define PACKAGE_VERSION "1.1.0"
 +#define PACKAGE_VERSION "1.1.0a"

  /* Define to 1 if you have the ANSI C header files. */
  #define STDC_HEADERS 1
 @@ -113,7 +113,7 @@
  /* #undef TM_IN_SYS_TIME */

  /* Version number of package */
 -#define VERSION "1.1.0"
 +#define VERSION "1.1.0a"

  /* Define to empty if `const' does not conform to ANSI C. */
  /* #undef const */
 diff -ru macports/readosm-1.1.0a/makefile.vc gaia-
 gis/readosm-1.1.0a/makefile.vc
 --- macports/readosm-1.1.0a/makefile.vc 2020-08-02 05:14:39.000000000
 -0500
 +++ gaia-gis/readosm-1.1.0a/makefile.vc 2020-08-23 11:25:50.000000000
 -0500
 @@ -21,7 +21,7 @@
  $(READOSM_DLL):        readosm_i.lib

  readosm_i.lib: $(LIBOBJ)
 -       link /debug /dll /out:$(READOSM_DLL) \
 +       link /dll /out:$(READOSM_DLL) \
                 /implib:readosm_i.lib $(LIBOBJ) \
                 C:\OSGeo4w\lib\libexpat.lib C:\OSGeo4w\lib\zlib.lib
         if exist $(READOSM_DLL).manifest mt -manifest \
 diff -ru macports/readosm-1.1.0a/makefile64.vc gaia-
 gis/readosm-1.1.0a/makefile64.vc
 --- macports/readosm-1.1.0a/makefile64.vc       2020-08-02
 05:14:39.000000000 -0500
 +++ gaia-gis/readosm-1.1.0a/makefile64.vc       2020-08-23
 11:25:50.000000000 -0500
 @@ -21,7 +21,7 @@
  $(READOSM_DLL):        readosm_i.lib

  readosm_i.lib: $(LIBOBJ)
 -       link /debug /dll /out:$(READOSM_DLL) \
 +       link /dll /out:$(READOSM_DLL) \
                 /implib:readosm_i.lib $(LIBOBJ) \
                 C:\OSGeo4w64\lib\expat.lib C:\OSGeo4w64\lib\zlib.lib
         if exist $(READOSM_DLL).manifest mt -manifest \
 }}}

 Looks like a [PortfileRecipes#stealth-updates stealth update] but I assume
 that files with .vc extensions or containing msvc are for Windows and have
 no effect on what we do in MacPorts so we should ignore the stealth update
 using `master_sites macports_distfiles`.

-- 
Ticket URL: <https://trac.macports.org/ticket/70549#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list