pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/fail2ban
Module Name: pkgsrc
Committed By: maya
Date: Thu Mar 16 21:08:35 UTC 2017
Modified Files:
pkgsrc/security/fail2ban: Makefile
Log Message:
fail2ban: fix build on linux and others
having an empty SUBST_SED returns usage and a non-zero exit value and
the build doesn't continue.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/fail2ban/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/fail2ban/Makefile
diff -u pkgsrc/security/fail2ban/Makefile:1.6 pkgsrc/security/fail2ban/Makefile:1.7
--- pkgsrc/security/fail2ban/Makefile:1.6 Thu Feb 2 18:35:56 2017
+++ pkgsrc/security/fail2ban/Makefile Thu Mar 16 21:08:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/02 18:35:56 nils Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/16 21:08:35 maya Exp $
#
DISTNAME= fail2ban-0.9.6
@@ -92,6 +92,8 @@ SUBST_SED.ostype= -e "s,\#before = paths
SUBST_SED.ostype= -e "s,\#before = paths-distro.conf,before = paths-osx.conf,g"
.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
SUBST_SED.ostype= -e "s,\#before = paths-distro.conf,before = paths-freebsd.conf,g"
+.else
+SUBST_SED.ostype= -e 's,this cant be empty,,g'
.endif
Home |
Main Index |
Thread Index |
Old Index