[MacPorts] #56354: docbook-xsl @1.79.2: broken man page output

MacPorts noreply at macports.org
Thu Aug 9 02:17:18 UTC 2018


#56354: docbook-xsl @1.79.2: broken man page output
--------------------------+------------------------
  Reporter:  mouse07410   |      Owner:  ryandesign
      Type:  defect       |     Status:  reopened
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  docbook-xsl  |
--------------------------+------------------------

Comment (by mouse07410):

 Thank you!!

 What can be wrong with what I'm doing? I've added your argument, so the
 relevant part of {{{MacOSX/build-package.in} looks like:

 {{{
 if ! test -e ${BUILDPATH}/target/$PREFIX/lib/pkgconfig; then
         ./configure --prefix=$PREFIX \
                 --sysconfdir=$PREFIX/etc \
                 --enable-cvcdir=$PREFIX/etc/cvc \
                 --enable-x509dir=$PREFIX/etc/x509 \
                 --disable-dependency-tracking \
                 --enable-shared \
                 --enable-static \
                 --enable-strict \
                 --disable-assert \
                 --with-xsl-stylesheetsdir=/opt/local/share/xsl/docbook-
 xsl-nons \
                 --enable-sm # TODO: remove this (must be sensible default
 in master)

         # always make clean
         make clean

         # compile
         make -j 2

         # copy files
         rm -rf ${BUILDPATH}/target
         make install DESTDIR=${BUILDPATH}/target
 }}}


 and yet the docs/man pages aren't rebuilt. The binaries are
 recompiled/relinked...

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


More information about the macports-tickets mailing list