Date: Thu, 20 Dec 2018 08:52:35 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487866 - head/sysutils/xorriso Message-ID: <201812200852.wBK8qZm1076469@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200852.wBK8qZm1076469>