svn commit: r363809 - head/usr.bin/gh-bc

Stefan Eßer se at FreeBSD.org
Mon Aug 3 19:18:39 UTC 2020


Author: se
Date: Mon Aug  3 19:18:38 2020
New Revision: 363809
URL: https://svnweb.freebsd.org/changeset/base/363809

Log:
  Upgrade to version 3.1.4
  
  This version omits the printing of a copyright header in interactive mode
  and the dc command now exits after execution of the commands passed via -e
  or -f instead of switching to interactive mode. To pass further commands
  via STDIN when dc has been invoked with -e or -f, add "-f -" to the
  parameter list.

Modified:
  head/usr.bin/gh-bc/Makefile

Modified: head/usr.bin/gh-bc/Makefile
==============================================================================
--- head/usr.bin/gh-bc/Makefile	Mon Aug  3 19:00:12 2020	(r363808)
+++ head/usr.bin/gh-bc/Makefile	Mon Aug  3 19:18:38 2020	(r363809)
@@ -59,6 +59,10 @@ MAN_SRC_DC=	dc/A.1
 CFLAGS+=	-flto
 .endif
 
+.if ${MK_TESTS} != "no"
+#SUBDIR+=	tests
+.endif
+
 .for catalog in ${CATALOGS}
 NLS+=           ${catalog:C/.*://}
 NLSSRCFILES_${catalog:C/.*://}= ${catalog:C/.*://}.msg


More information about the svn-src-all mailing list