[postgis-tickets] [PostGIS] #3898: ANY-2.5.0dev is showing as an upgrade option
PostGIS
trac at osgeo.org
Thu Oct 12 08:28:37 PDT 2017
#3898: ANY-2.5.0dev is showing as an upgrade option
------------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.5.0
Component: build/upgrade/install | Version: trunk
Resolution: fixed | Keywords:
------------------------------------+---------------------------
Comment (by strk):
Regina it should be installed by {{{ make install }}} which should call
{{{ make install-upgrade-paths }}} which would call this:
{{{
install-upgrade-paths: sql_bits/postgis_extension_upgrade_minor.sql
tpl='$(EXTENSION)--ANY--$(EXTVERSION).sql'; \
ln -fs "$${tpl}"
$(EXTDIR)/$(EXTENSION)--$(EXTVERSION)--$(EXTVERSION)next.sql; \
ln -fs "$${tpl}"
$(EXTDIR)/$(EXTENSION)--$(EXTVERSION)next--$(EXTVERSION).sql; \
$(INSTALL_DATA) $^ "$(EXTDIR)/$${tpl}"; \
for OLD_VERSION in $(UPGRADEABLE_VERSIONS); do \
ln -fs "$${tpl}"
$(EXTDIR)/$(EXTENSION)--$$OLD_VERSION--$(EXTVERSION).sql; \
done
}}}
See the "next" part is installing a symlink to {{{ ${tpl} }}} which should
be the ANY file.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3898#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list