Date: Mon, 6 Jan 2020 13:56:31 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522231 - in head/accessibility/yasr: . files Message-ID: <202001061356.006DuVGS077326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001061356.006DuVGS077326>