[postgis-tickets] [PostGIS] #5485: ln -v is a gnu extension

PostGIS trac at osgeo.org
Mon Aug 28 04:44:00 PDT 2023


#5485: ln -v is a gnu extension
---------------------+---------------------------
 Reporter:  landry   |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 3.4.1
Component:  postgis  |    Version:  3.4.x
 Keywords:           |
---------------------+---------------------------
 in
 https://git.osgeo.org/gitea/postgis/postgis/commit/984383dc79ffdc185356a37db9b6bc283f7b4c2c
 a call to 'ln -fvs' was added, but -v is a gnu coreutils ln extension, and
 doesnt exist on OpenBSD's ln (it exists on FreeBSD's version though)

 other places in the same script use ln -fs

 is it possible to drop the -v/verbose option ?
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5485>
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