svn commit: r532502 - head/devel/desed

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 22 18:55:33 UTC 2020


Author: yuri
Date: Wed Apr 22 18:55:32 2020
New Revision: 532502
URL: https://svnweb.freebsd.org/changeset/ports/532502

Log:
  devel/desed: Add the explanation why only GNU sed is supported

Modified:
  head/devel/desed/pkg-descr

Modified: head/devel/desed/pkg-descr
==============================================================================
--- head/devel/desed/pkg-descr	Wed Apr 22 18:53:33 2020	(r532501)
+++ head/devel/desed/pkg-descr	Wed Apr 22 18:55:32 2020	(r532502)
@@ -10,4 +10,8 @@ Some of the notable features include:
 * Hot reload and see what changes as you edit source code
 * Its name is a palindrome
 
+desed currently only supports GNU sed (gsed) because BSD sed doesn't support
+the execution annotation feature (the --debug argument of gsed) that desed
+depends on.
+
 WWW: https://github.com/SoptikHa2/desed


More information about the svn-ports-all mailing list