svn commit: r522231 - in head/accessibility/yasr: . files
Steve Wills
swills at FreeBSD.org
Mon Jan 6 13:56:32 UTC 2020
Author: swills
Date: Mon Jan 6 13:56:31 2020
New Revision: 522231
URL: https://svnweb.freebsd.org/changeset/ports/522231
Log:
accessibility/yasr: use patch instead of sed to replace static content
PR: 242486
Approved by: maintainer timeout (david.k.gerry at gmail.com, >3 weeks)
Added:
head/accessibility/yasr/files/patch-yasr.conf (contents, props changed)
Modified:
head/accessibility/yasr/Makefile (contents, props changed)
Modified: head/accessibility/yasr/Makefile
==============================================================================
--- head/accessibility/yasr/Makefile Mon Jan 6 13:50:34 2020 (r522230)
+++ head/accessibility/yasr/Makefile Mon Jan 6 13:56:31 2020 (r522231)
@@ -30,9 +30,6 @@ PLIST_FILES= bin/yasr \
%%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \
%%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo
-post-patch:
- @${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
Added: head/accessibility/yasr/files/patch-yasr.conf
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/accessibility/yasr/files/patch-yasr.conf Mon Jan 6 13:56:31 2020 (r522231)
@@ -0,0 +1,11 @@
+--- yasr.conf.orig 2008-01-31 13:01:50 UTC
++++ yasr.conf
+@@ -63,7 +63,7 @@ synthesizer port=|/usr/local/bin/eflite
+ # Below line appropriate for Speech Dispatcher in its default configuration
+ #synthesizer port=127.0.0.1:6560
+ key echo=off
+-shell=/bin/bash
++shell=/bin/csh
+ special=off
+ up and down arrows=speak line
+ DisableKey=6925
More information about the svn-ports-head
mailing list