svn commit: r384540 - branches/2015Q2/x11/scripts
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 22 23:21:20 UTC 2015
Author: amdmi3
Date: Wed Apr 22 23:21:19 2015
New Revision: 384540
URL: https://svnweb.freebsd.org/changeset/ports/384540
Log:
MFH: r384539
- Fix run depends: installs script which needs ksh
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/x11/scripts/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/x11/scripts/Makefile
==============================================================================
--- branches/2015Q2/x11/scripts/Makefile Wed Apr 22 23:01:08 2015 (r384539)
+++ branches/2015Q2/x11/scripts/Makefile Wed Apr 22 23:21:19 2015 (r384540)
@@ -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