svn commit: r558769 - head/comms/fldigi/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 20 19:50:29 UTC 2020


Author: sunpoet
Date: Sun Dec 20 19:50:29 2020
New Revision: 558769
URL: https://svnweb.freebsd.org/changeset/ports/558769

Log:
  Remove extra \r removal after r558767

Modified:
  head/comms/fldigi/files/patch-src_Makefile.am   (contents, props changed)

Modified: head/comms/fldigi/files/patch-src_Makefile.am
==============================================================================
--- head/comms/fldigi/files/patch-src_Makefile.am	Sun Dec 20 19:50:28 2020	(r558768)
+++ head/comms/fldigi/files/patch-src_Makefile.am	Sun Dec 20 19:50:29 2020	(r558769)
@@ -5,7 +5,7 @@
  $(builddir)/dialogs/guide.cxx: $(builddir)/../doc/guide.html
  	@mkdir -p $(builddir)/dialogs
 -	$(call silent,GUIDE ,$@)sed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
-+	$(call silent,GUIDE ,$@)gsed 's/\r//g; s/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
++	$(call silent,GUIDE ,$@)gsed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
  dialogs/htmlstrings.cxx: $(builddir)/dialogs/guide.cxx
  
  distclean-local:


More information about the svn-ports-all mailing list