Date: Sun, 2 Apr 2017 07:59:11 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437529 - in head/sysutils/xorriso: . files Message-ID: <201704020759.v327xBJs047542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Apr 2 07:59:11 2017 New Revision: 437529 URL: https://svnweb.freebsd.org/changeset/ports/437529 Log: sysutils/xorriso: fix xorriso-tcltk shebang without non-working shebangfix Submitted by: fischerking1905@yahoo.co.jp Added: head/sysutils/xorriso/files/ head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk (contents, props changed) Modified: head/sysutils/xorriso/Makefile Modified: head/sysutils/xorriso/Makefile ============================================================================== --- head/sysutils/xorriso/Makefile Sun Apr 2 07:57:59 2017 (r437528) +++ head/sysutils/xorriso/Makefile Sun Apr 2 07:59:11 2017 (r437529) @@ -3,7 +3,7 @@ PORTNAME= xorriso PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} @@ -18,8 +18,7 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs GNU_CONFIGURE= yes -USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix -SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk +USES= gmake iconv libtool libedit pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip Added: head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/xorriso/files/patch-frontend_xorriso-tcltk Sun Apr 2 07:59:11 2017 (r437529) @@ -0,0 +1,8 @@ +--- frontend/xorriso-tcltk.orig 2017-04-02 07:56:18 UTC ++++ frontend/xorriso-tcltk +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish + # + # xorriso-tcltk + # Copyright (C) 2012 - 2016
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704020759.v327xBJs047542>