pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/k*: fix pkglint indentation warnings
Module Name: pkgsrc-wip
Committed By: Roland Illig <roland.illig%gmx.de@localhost>
Pushed By: rillig
Date: Sat Jan 27 21:13:50 2018 +0000
Changeset: f47131fa55781028df0e99421a13ee4f30dd6458
Modified Files:
kannel-gateway/Makefile
khard-git/Makefile
kibana/Makefile
kio-extras/hacks.mk
klayout/Makefile
kmymoney4/Makefile
krusader/Makefile
ktjet/Makefile
kwayland/buildlink3.mk
kwin/hacks.mk
kwrited/Makefile
Log Message:
wip/k*: fix pkglint indentation warnings
pkglint -Wall -F -o aligned k*/
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f47131fa55781028df0e99421a13ee4f30dd6458
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
kannel-gateway/Makefile | 2 +-
khard-git/Makefile | 2 +-
kibana/Makefile | 4 ++--
kio-extras/hacks.mk | 2 +-
klayout/Makefile | 2 +-
kmymoney4/Makefile | 4 ++--
krusader/Makefile | 2 +-
ktjet/Makefile | 2 +-
kwayland/buildlink3.mk | 2 +-
kwin/hacks.mk | 2 +-
kwrited/Makefile | 6 +++---
11 files changed, 15 insertions(+), 15 deletions(-)
diffs:
diff --git a/kannel-gateway/Makefile b/kannel-gateway/Makefile
index 7e78ef5845..46ae00027e 100644
--- a/kannel-gateway/Makefile
+++ b/kannel-gateway/Makefile
@@ -14,7 +14,7 @@ USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-ssl
+CONFIGURE_ARGS+= --disable-ssl
CONFIGURE_ARGS+= --disable-docs
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/khard-git/Makefile b/khard-git/Makefile
index c83b8fee1e..206394096d 100644
--- a/khard-git/Makefile
+++ b/khard-git/Makefile
@@ -10,7 +10,7 @@ COMMENT= Console carddav client
LICENSE= gnu-gpl-v3
GIT_REPOSITORIES= khard
-GIT_REPO.khard= git://github.com/scheibler/khard.git
+GIT_REPO.khard= git://github.com/scheibler/khard.git
WRKSRC= ${WRKDIR}/khard
diff --git a/kibana/Makefile b/kibana/Makefile
index 4d15fc099c..bec037f179 100644
--- a/kibana/Makefile
+++ b/kibana/Makefile
@@ -3,8 +3,8 @@
DISTNAME= kibana-4.1.1
CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_GITHUB:=elasticsearch/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=elasticsearch/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= mbowie%rocketspace.com@localhost
HOMEPAGE= http://www.elasticsearch.org/overview/kibana/
diff --git a/kio-extras/hacks.mk b/kio-extras/hacks.mk
index 6a89854605..9c686b8489 100644
--- a/kio-extras/hacks.mk
+++ b/kio-extras/hacks.mk
@@ -4,4 +4,4 @@
# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
# unless -lexecinfo preceeds -lQt5Widgets
-BUILDLINK_TRANSFORM.NetBSD+=l:Qt5Widgets:execinfo:Qt5Widgets
+BUILDLINK_TRANSFORM.NetBSD+= l:Qt5Widgets:execinfo:Qt5Widgets
diff --git a/klayout/Makefile b/klayout/Makefile
index dcf37b2fa1..828fa3a51b 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -18,7 +18,7 @@ CFLAGS+= -I${PREFIX}/include/python${PYVERSUFFIX}
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
-SUBST_CLASSES+= rpath
+SUBST_CLASSES+= rpath
SUBST_MESSAGE.rpath= Add COMPILER_RPATH_FLAG and PREFIX to NetBSD specific config file
SUBST_FILES.rpath+= config/Makefile.conf.netbsd-32-gcc-release
SUBST_STAGE.rpath= post-patch
diff --git a/kmymoney4/Makefile b/kmymoney4/Makefile
index c1ede402ff..681d88730b 100644
--- a/kmymoney4/Makefile
+++ b/kmymoney4/Makefile
@@ -4,7 +4,7 @@ DISTNAME= kmymoney-4.6.1
PKGREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= gary%duzan.org@localhost
HOMEPAGE= http://kmymoney2.sourceforge.net/
@@ -16,7 +16,7 @@ CONFLICTS+= kmymoney2-[0-9]*
BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4
#MAKE_JOBS_SAFE=no
-BUILD_MAKE_FLAGS+= VERBOSE=yes
+BUILD_MAKE_FLAGS+= VERBOSE=yes
USE_CMAKE= yes
USE_TOOLS+= msgfmt pkg-config perl
diff --git a/krusader/Makefile b/krusader/Makefile
index 9d74efb6ef..700f3b5169 100644
--- a/krusader/Makefile
+++ b/krusader/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://krusader.sourceforge.net/
COMMENT= Advanced twin-panel (commander-style) file-manager for KDE 4.x
-BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
+BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
USE_TOOLS+= perl msgfmt
USE_LANGUAGES= c c++
diff --git a/ktjet/Makefile b/ktjet/Makefile
index 09b12ca980..3d24af233b 100644
--- a/ktjet/Makefile
+++ b/ktjet/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE= http://projects.hepforge.org/ktjet/
COMMENT= C++ implementation of the K clustering algorithm
LICENSE= gnu-gpl-v2
-CHECK_PORTABILITY_SKIP= configure
+CHECK_PORTABILITY_SKIP= configure
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
diff --git a/kwayland/buildlink3.mk b/kwayland/buildlink3.mk
index 30d2b03efe..d9659154a7 100644
--- a/kwayland/buildlink3.mk
+++ b/kwayland/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= kwayland
KWAYLAND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.kwayland+= kwayland>=5.6.3
-BUILDLINK_PKGSRCDIR.kwayland?= ../../wip/kwayland
+BUILDLINK_PKGSRCDIR.kwayland?= ../../wip/kwayland
.include "../../wip/wayland/buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
diff --git a/kwin/hacks.mk b/kwin/hacks.mk
index c48764a92a..25d554aac3 100644
--- a/kwin/hacks.mk
+++ b/kwin/hacks.mk
@@ -15,4 +15,4 @@ pre-configure:
# ld: BFD (NetBSD Binutils nb1) 2.27 assertion fail
# /usr/src/external/gpl3/binutils/lib/libbfd/../../dist/bfd/elflink.c:2694
# unless -lexecinfo preceeds -lQt5Widgets
-BUILDLINK_TRANSFORM.NetBSD+=l:Qt5Widgets:execinfo:Qt5Widgets
+BUILDLINK_TRANSFORM.NetBSD+= l:Qt5Widgets:execinfo:Qt5Widgets
diff --git a/kwrited/Makefile b/kwrited/Makefile
index 87d29ce84c..266692efb7 100644
--- a/kwrited/Makefile
+++ b/kwrited/Makefile
@@ -15,15 +15,15 @@ USE_TOOLS+= msgmerge
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= utempter noutempter
+PLIST_VARS+= utempter noutempter
.if ${OPSYS} == "Linux" && exists(/usr/include/utempter.h)
PLIST.utempter= yes
.elif ${OPSYS} == "FreeBSD" && exists(/usr/include/utempter.h)
PLIST.utempter= yes
.else
PLIST.noutempter= yes
-CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/autostart/kwrited-autostart.desktop \
- ${PKG_SYSCONFDIR}/xdg/autostart/kwrited-autostart.desktop
+CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/autostart/kwrited-autostart.desktop \
+ ${PKG_SYSCONFDIR}/xdg/autostart/kwrited-autostart.desktop
.endif
.include "../../sysutils/kdbusaddons/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index