Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2020 01:23:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251829] Ports infrastructure: .info files install to GNU_CONFIGURE_PREFIX, but packaged from PREFIX
Message-ID:  <bug-251829-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 251829
           Summary: Ports infrastructure: .info files install to
                    GNU_CONFIGURE_PREFIX, but packaged from PREFIX
           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: damjan.jov@gmail.com

When GNU_CONFIGURE_PREFIX and PREFIX differ, .info files are installed to
GNU_CONFIGURE_PREFIX:

            _LATE_CONFIGURE_ARGS=3D"$${_LATE_CONFIGURE_ARGS}
--infodir=3D${GNU_CONFIGURE_PREFIX}/${INFO_PATH}/${INFO_SUBDIR}" ; \

yet packaged from PREFIX instead:

add-plist-info:
.for i in ${INFO}
        @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e
s:${STAGEDIR}:@info\ :g >> ${TMPPLIST}
.endfor

This will not work, no matter what the value of INFO_PATH is. Neither can a
custom --infordir be set for LATE_CONFIGURE_ARGS.

--=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-251829-7788>