svn commit: r437529 - in head/sysutils/xorriso: . files

Kurt Jaeger pi at FreeBSD.org
Sun Apr 2 07:59:13 UTC 2017


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 at 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


More information about the svn-ports-head mailing list