pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mbone
Module Name: pkgsrc
Committed By: rillig
Date: Sun Nov 3 11:04:17 UTC 2019
Modified Files:
pkgsrc/mbone/beacon: Makefile
pkgsrc/mbone/vic: Makefile
pkgsrc/mbone/vic-devel: Makefile
Log Message:
mbone: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mbone/beacon/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mbone/vic/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mbone/vic-devel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mbone/beacon/Makefile
diff -u pkgsrc/mbone/beacon/Makefile:1.27 pkgsrc/mbone/beacon/Makefile:1.28
--- pkgsrc/mbone/beacon/Makefile:1.27 Sun Aug 11 13:21:53 2019
+++ pkgsrc/mbone/beacon/Makefile Sun Nov 3 11:04:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/08/11 13:21:53 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/11/03 11:04:16 rillig Exp $
#
DISTNAME= beacon-1.3
@@ -11,7 +11,7 @@ MAINTAINER= pettai%NetBSD.org@localhost
COMMENT= Multicast supervision tool
LICENSE= modified-bsd
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples/beacon
USE_TOOLS+= tar patch perl
Index: pkgsrc/mbone/vic/Makefile
diff -u pkgsrc/mbone/vic/Makefile:1.48 pkgsrc/mbone/vic/Makefile:1.49
--- pkgsrc/mbone/vic/Makefile:1.48 Mon Mar 12 11:17:04 2018
+++ pkgsrc/mbone/vic/Makefile Sun Nov 3 11:04:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/03/12 11:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/11/03 11:04:16 rillig Exp $
DISTNAME= vicsrc-2.8
PKGNAME= ${DISTNAME:S/src//}
@@ -22,7 +22,7 @@ COMMENT= MBONE video conferencing tool
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}
Index: pkgsrc/mbone/vic-devel/Makefile
diff -u pkgsrc/mbone/vic-devel/Makefile:1.24 pkgsrc/mbone/vic-devel/Makefile:1.25
--- pkgsrc/mbone/vic-devel/Makefile:1.24 Wed Jul 18 00:06:21 2018
+++ pkgsrc/mbone/vic-devel/Makefile Sun Nov 3 11:04:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/07/18 00:06:21 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/03 11:04:17 rillig Exp $
DISTNAME= vic-2.8ucl1.4.0beta-4337
PKGNAME= vic-devel-2.8.1.4.0beta.4337
@@ -24,7 +24,7 @@ EXTRACT_SUFX= .tgz
WRKSRC= ${WRKDIR}/vic-mpeg4
GNU_CONFIGURE= yes
-USE_LANGUAGES= c gnu++03
+USE_LANGUAGES= c gnu++03
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
Home |
Main Index |
Thread Index |
Old Index