svn commit: r487866 - head/sysutils/xorriso
Tobias Kortkamp
tobik at freebsd.org
Thu Dec 20 09:40:23 UTC 2018
On Thu, Dec 20, 2018 at 08:52:35AM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Thu Dec 20 08:52:35 2018
> New Revision: 487866
> URL: https://svnweb.freebsd.org/changeset/ports/487866
>
> Log:
> sysutils/xorriso: Unbreak by adding missing file to plist
>
> Also add missing USES=readline.
>
> Reported by: poudriere build log
> Approved by: portmgr (unbreak)
I'm guessing these are failures that only happens when building in
port testing mode?
>
> Modified:
> head/sysutils/xorriso/Makefile
> head/sysutils/xorriso/pkg-plist
>
> Modified: head/sysutils/xorriso/Makefile
> ==============================================================================
> --- head/sysutils/xorriso/Makefile Thu Dec 20 08:51:35 2018 (r487865)
> +++ head/sysutils/xorriso/Makefile Thu Dec 20 08:52:35 2018 (r487866)
> @@ -17,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
> LIB_DEPENDS= libburn.so:devel/libburn \
> libisofs.so:devel/libisofs
>
> -GNU_CONFIGURE= yes
> -USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix
> +USES= gmake iconv libtool libedit pathfix pkgconfig readline shebangfix
> SHEBANG_FILES= frontend/xorriso-tcltk
> +GNU_CONFIGURE= yes
> USE_LDCONFIG= yes
> INSTALL_TARGET= install-strip
>
>
> Modified: head/sysutils/xorriso/pkg-plist
> ==============================================================================
> --- head/sysutils/xorriso/pkg-plist Thu Dec 20 08:51:35 2018 (r487865)
> +++ head/sysutils/xorriso/pkg-plist Thu Dec 20 08:52:35 2018 (r487866)
> @@ -14,3 +14,4 @@ man/man1/xorrecord.1.gz
> %%TK%%man/man1/xorriso-tcltk.1.gz
> man/man1/xorriso.1.gz
> man/man1/xorrisofs.1.gz
> +share/info/xorriso-tcltk.info
This isn't right. A new file is installed, so a PORTREVISION bump
is required. It should be added as INFO (or TK_INFO since it appears
to be optional similar to xorriso-tcltk.1.gz) to the port if it's
really needed so that indexinfo is called after install.
The port already has that and also has do-install-TK-off which
deletes it from STAGEDIR but the info path was not adjusted in
r484628 when ${PREFIX}/info was moved to ${PREFIX}/share/info.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20181220/1c7f12c4/attachment.sig>
More information about the svn-ports-all
mailing list