Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2019 14:22:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240792] net/kea: 1.6.0 does not build without DOCS
Message-ID:  <bug-240792-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240792

            Bug ID: 240792
           Summary: net/kea: 1.6.0 does not build without DOCS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: chris@chrullrich.net
                CC: apevnev@me.com
             Flags: maintainer-feedback?(apevnev@me.com)
                CC: apevnev@me.com

Created attachment 207770
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207770&action=
=3Dedit
Patch.

Since the upgrade to 1.6.0, net/kea does not build, or rather, stage, anymo=
re:

[...]
 install  -m 0644  examples/https/nginx/kea-nginx.conf
'/wrkdirs/usr/ports/net/kea/work/stage/usr/local/share/doc/kea/examples/htt=
ps/nginx'
Making install in m4macros
/usr/bin/make  install-exec-hook
mkdir -p /wrkdirs/usr/ports/net/kea/work/stage/var/log/
mkdir -p /wrkdirs/usr/ports/net/kea/work/stage/var/run/kea
make[1]: don't know how to make install-pkgconfigDATA. Stop

make[1]: stopped in /wrkdirs/usr/ports/net/kea/work/kea-1.6.0
*** Error code 2

Stop.
make: stopped in /usr/ports/net/kea


This is caused by these lines in the Makefile:


DOCS_MAKE_ARGS_OFF=3D     \
                INSTALL_STRIP_PROGRAM=3D"${WRKSRC}/install-sh -c -s" \
                INSTALL_STRIP_FLAG=3D"-s" \
                INSTALL_PROGRAM_ENV=3D"STRIPPROG=3D${STRIP}"
DOCS_INSTALL_TARGET_OFF=3D        \
                install-exec-am \
                install-pkgconfigDATA \
                install-pkgincludeHEADERS


They have been in there from the start of the port, I have no idea what the=
y do
or what they may have been necessary, but Kea 1.6.0 does not know the target
anymore, so I think they need to go. Patch attached.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240792-7788>