svn commit: r384539 - head/x11/scripts

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 22 23:01:09 UTC 2015


Author: amdmi3
Date: Wed Apr 22 23:01:08 2015
New Revision: 384539
URL: https://svnweb.freebsd.org/changeset/ports/384539

Log:
  - Fix run depends: installs script which needs ksh
  - Fix shebangs
  
  MFH:		2015Q2
  Approved by:	portmgr blanket

Modified:
  head/x11/scripts/Makefile

Modified: head/x11/scripts/Makefile
==============================================================================
--- head/x11/scripts/Makefile	Wed Apr 22 22:59:50 2015	(r384538)
+++ head/x11/scripts/Makefile	Wed Apr 22 23:01:08 2015	(r384539)
@@ -2,12 +2,19 @@
 
 PORTNAME=	scripts
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Various X related scripts
 
+RUN_DEPENDS=	ksh:${PORTSDIR}/shells/pdksh
+
 XORG_CAT=	app
 USE_XORG=	x11
+USES=		shebangfix
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|XCOMM!${ksh_OLD_CMD}|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list