pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 27 04:24:19 UTC 2018

Modified Files:
        pkgsrc/net/bind911: Makefile
        pkgsrc/net/bind912: Makefile

Log Message:
bind91?: fix whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind912/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.3 pkgsrc/net/bind911/Makefile:1.4
--- pkgsrc/net/bind911/Makefile:1.3     Thu Sep 20 10:01:36 2018
+++ pkgsrc/net/bind911/Makefile Thu Sep 27 04:24:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/20 10:01:36 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/27 04:24:18 wiz Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+=      --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --disable-openssl-version-check
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
 CONFIGURE_ARGS+=       --with-python=no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \    
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
 CONFIGURE_ARGS+=       --disable-atomic

Index: pkgsrc/net/bind912/Makefile
diff -u pkgsrc/net/bind912/Makefile:1.3 pkgsrc/net/bind912/Makefile:1.4
--- pkgsrc/net/bind912/Makefile:1.3     Thu Sep 20 10:03:03 2018
+++ pkgsrc/net/bind912/Makefile Thu Sep 27 04:24:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/20 10:03:03 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/09/27 04:24:18 wiz Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+=      --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --disable-openssl-version-check
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
 CONFIGURE_ARGS+=       --with-python=no
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \    
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-m68k) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
     !empty(MACHINE_PLATFORM:MNetBSD-*-vax)
 CONFIGURE_ARGS+=       --disable-atomic



Home | Main Index | Thread Index | Old Index