[postgis-tickets] [PostGIS] #5475: man pages not being automatically installed

PostGIS trac at osgeo.org
Sat Aug 12 16:15:14 PDT 2023


#5475: man pages not being automatically installed
-----------------------------------+---------------------------
 Reporter:  robe                   |      Owner:  strk
     Type:  defect                 |     Status:  new
 Priority:  medium                 |  Milestone:  PostGIS 3.4.0
Component:  build/upgrade/install  |    Version:  master
 Keywords:                         |
-----------------------------------+---------------------------
 Man pages are not being automatically installed when you do make install

 as noted by Greg Troxel in:

 https://lists.osgeo.org/pipermail/postgis-devel/2023-August/030074.html

 NetBSD packaging builds with just make install
 {{{
 pkgsrc is running configure:

   $ ./configure --enable-rpath --datadir=/usr/pkg/share/postgresql/contrib
 --with-address-standardizer -with-xsldir=/usr/pkg/share/xsl/docbook
 --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib
 --prefix=/usr/pkg --build=x86_64--netbsd --host=x86_64--netbsd
 --mandir=/usr/pkg/man --enable-option-checking=yes

 and config.status has

   S["PGSQL_MANDIR"]="/usr/pkg/man"
   S["mandir"]="/usr/pkg/man"


 make install
 }}}


 Note that for debian packaging it works because they do an explicit man-
 install as noted by Bas:

 https://lists.osgeo.org/pipermail/postgis-devel/2023-August/030075.html
 {{{
      Compile and install docs
           $(MAKE) -C doc docs-install man-install \
                   DESTDIR=$(CURDIR)/debian/tmp \
                   PGSQL_DOCDIR=/usr/share/doc \
                   PGSQL_MANDIR=/usr/share/man

 https://salsa.debian.org/debian-gis-team/postgis/-/blob/debian/3.4.0_rc2
 +dfsg-1_exp1/debian/rules#L206-L210

 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5475>
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