pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: remove unnecessary space after variable name
Module Name: pkgsrc-wip
Committed By: Roland Illig <roland.illig%gmx.de@localhost>
Pushed By: rillig
Date: Sun Jun 30 23:39:34 2019 +0200
Changeset: 328bdeb177ecfbb1c93ffd6906e438ba554ff0fd
Modified Files:
agfl/Makefile
antlr3-c/Makefile
c-news/Makefile
dbus-dfbsd/options.mk
feathercoin/Makefile
flexdump/Makefile
frida-libffi/Makefile
fs-uae-dev/Makefile
garden/Makefile
gcc42/Makefile
gcc6snapshot/options.mk
gcc7snapshot/options.mk
gcc8snapshot/options.mk
gimp-dds/Makefile
hdparm/Makefile
io-base/Makefile
kicad/Makefile
miracl/Makefile
mysqltcl/Makefile
netkit-telnet/Makefile
objfw-git/Makefile
openblas/Makefile
openblas_openmp/Makefile
openblas_pthread/Makefile
openerp-server/Makefile
pike8.0-Java/Makefile
pike8.0/builtin_module.mk
pike8.0/version.mk
py-SQLObject/options.mk
py-acq4/Makefile
py-algopy/Makefile
py-chaintipy/options.mk
py-lempel-Ziv_Complexity/Makefile
py-math3d/Makefile
py-ore-algebra/Makefile
sara/Makefile
slideml/Makefile
suitesparse/Makefile
truecrypt/Makefile
vkeybd/Makefile
wicd/Makefile
Log Message:
*: remove unnecessary space after variable name
pkglint -Wall -r -F --only "Unnecessary space"
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=328bdeb177ecfbb1c93ffd6906e438ba554ff0fd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
agfl/Makefile | 2 +-
antlr3-c/Makefile | 2 +-
c-news/Makefile | 2 +-
dbus-dfbsd/options.mk | 4 ++--
feathercoin/Makefile | 2 +-
flexdump/Makefile | 8 ++++----
frida-libffi/Makefile | 2 +-
fs-uae-dev/Makefile | 4 ++--
garden/Makefile | 2 +-
gcc42/Makefile | 2 +-
gcc6snapshot/options.mk | 6 +++---
gcc7snapshot/options.mk | 8 ++++----
gcc8snapshot/options.mk | 6 +++---
gimp-dds/Makefile | 2 +-
hdparm/Makefile | 2 +-
io-base/Makefile | 6 +++---
kicad/Makefile | 2 +-
miracl/Makefile | 4 ++--
mysqltcl/Makefile | 2 +-
netkit-telnet/Makefile | 2 +-
objfw-git/Makefile | 2 +-
openblas/Makefile | 2 +-
openblas_openmp/Makefile | 2 +-
openblas_pthread/Makefile | 2 +-
openerp-server/Makefile | 24 ++++++++++++------------
pike8.0-Java/Makefile | 2 +-
pike8.0/builtin_module.mk | 4 ++--
pike8.0/version.mk | 2 +-
py-SQLObject/options.mk | 2 +-
py-acq4/Makefile | 2 +-
py-algopy/Makefile | 2 +-
py-chaintipy/options.mk | 2 +-
py-lempel-Ziv_Complexity/Makefile | 2 +-
py-math3d/Makefile | 2 +-
py-ore-algebra/Makefile | 2 +-
sara/Makefile | 4 ++--
slideml/Makefile | 6 +++---
suitesparse/Makefile | 4 ++--
truecrypt/Makefile | 2 +-
vkeybd/Makefile | 2 +-
wicd/Makefile | 4 ++--
41 files changed, 73 insertions(+), 73 deletions(-)
diffs:
diff --git a/agfl/Makefile b/agfl/Makefile
index ccc1174a86..d45cb91c3d 100644
--- a/agfl/Makefile
+++ b/agfl/Makefile
@@ -12,7 +12,7 @@ COMMENT= Formalism for the syntactic description of Natural Languages
DIST_SUBDIR= agfl-${AGFL_VERSION}
AGFL_VERSION= 3.2
-CONFIGURE_ARGS += --with-cdl3=${BUILDLINK_PREFIX.cdl3}
+CONFIGURE_ARGS+= --with-cdl3=${BUILDLINK_PREFIX.cdl3}
MAKE_JOBS_SAFE= NO
LICENSE= gnu-gpl-v3
diff --git a/antlr3-c/Makefile b/antlr3-c/Makefile
index d67f0f9d28..afb5b47835 100644
--- a/antlr3-c/Makefile
+++ b/antlr3-c/Makefile
@@ -17,6 +17,6 @@ USE_TOOLS+= gmake
# Would enable -m32 on a 64 bit system if it does get the compiler
# version wrong.
-CONFIGURE_ARGS += --disable-abiflags
+CONFIGURE_ARGS+= --disable-abiflags
.include "../../mk/bsd.pkg.mk"
diff --git a/c-news/Makefile b/c-news/Makefile
index 35e599ff38..dc81cc248f 100644
--- a/c-news/Makefile
+++ b/c-news/Makefile
@@ -49,7 +49,7 @@ EGDIR= ${PREFIX}/share/examples/c-news
# Debugging aids
CFLAGS+= -Wall -Wno-error
DBG= -O -g3
-INSTALL_UNSTRIPPED = yes
+INSTALL_UNSTRIPPED= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/dbus-dfbsd/options.mk b/dbus-dfbsd/options.mk
index f53a040b6c..a4c98d3d9d 100644
--- a/dbus-dfbsd/options.mk
+++ b/dbus-dfbsd/options.mk
@@ -91,6 +91,6 @@ BUILDLINK_TRANSFORM+= rm:-pie
# From OpenBSD ports
# gives no chance of picking up devel/libexecinfo
-CONFIGURE_ENV += ac_cv_header_execinfo_h=no
-CONFIGURE_ENV += ac_cv_func_backtrace=no
+CONFIGURE_ENV+= ac_cv_header_execinfo_h=no
+CONFIGURE_ENV+= ac_cv_func_backtrace=no
.endif
diff --git a/feathercoin/Makefile b/feathercoin/Makefile
index 1e17d0216b..6a4acfd331 100644
--- a/feathercoin/Makefile
+++ b/feathercoin/Makefile
@@ -33,7 +33,7 @@ QMAKE_OPTIONS+= BDB_LIB_PATH=${PREFIX}/lib
QMAKE_OPTIONS+= OPENSSL_LIB_PATH=${PREFIX}/lib
QMAKE_OPTIONS+= LIB_RPATH=${PREFIX}/lib
-QMAKE_MOC += QMAKE_MOC -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
+QMAKE_MOC+= QMAKE_MOC -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED
RCD_SCRIPTS= feathercoind
OWN_DIRS= ${VARBASE}/feathercoin
diff --git a/flexdump/Makefile b/flexdump/Makefile
index 3b347e34fc..966cd12406 100644
--- a/flexdump/Makefile
+++ b/flexdump/Makefile
@@ -15,10 +15,10 @@ REPLACE_PERL= ${WRKSRC}/flexbackup
NO_BUILD= YES
SUBST_CLASSES+= cfgpath
-SUBST_MESSAGE.cfgpath = Fixing hardcoded configuration file path.
-SUBST_STAGE.cfgpath = post-patch
-SUBST_FILES.cfgpath = flexbackup flexbackup.1 flexbackup.conf.5
-SUBST_SED.cfgpath = -e s,/etc/flexbackup.conf,${PKG_SYSCONFDIR}/flexbackup.conf,
+SUBST_MESSAGE.cfgpath= Fixing hardcoded configuration file path.
+SUBST_STAGE.cfgpath= post-patch
+SUBST_FILES.cfgpath= flexbackup flexbackup.1 flexbackup.conf.5
+SUBST_SED.cfgpath= -e s,/etc/flexbackup.conf,${PKG_SYSCONFDIR}/flexbackup.conf,
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES= ${EGDIR}/flexbackup.conf ${PKG_SYSCONFDIR}/flexbackup.conf
diff --git a/frida-libffi/Makefile b/frida-libffi/Makefile
index 31865efa7c..230fb6772d 100644
--- a/frida-libffi/Makefile
+++ b/frida-libffi/Makefile
@@ -47,7 +47,7 @@ LIBS+= -lm68k
# fix http://gnats.netbsd.org/42865
.if !empty(MACHINE_PLATFORM:MSunOS-*-i386) && !empty(CC_VERSION:Mgcc-[23]*)
-CPPFLAGS += -D__PIC__
+CPPFLAGS+= -D__PIC__
.endif
# irix fixes from PR 48587
diff --git a/fs-uae-dev/Makefile b/fs-uae-dev/Makefile
index 1acf304e2c..393ff5cb2c 100644
--- a/fs-uae-dev/Makefile
+++ b/fs-uae-dev/Makefile
@@ -14,9 +14,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config zip
GNU_CONFIGURE= yes
-#CONFIGURE_ARGS += --enable-lua
+#CONFIGURE_ARGS+= --enable-lua
# patchelf is sometimes used, for something with steam or so?
-#BUILD_DEPENDS += patchelf-*:../../devel/patchelf
+#BUILD_DEPENDS+= patchelf-*:../../devel/patchelf
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"
diff --git a/garden/Makefile b/garden/Makefile
index 69eaf9e77a..a1334e1bad 100644
--- a/garden/Makefile
+++ b/garden/Makefile
@@ -15,7 +15,7 @@ USE_LANGUAGES= c c++
#DEPENDS+= doxygen>=1.8.2:../../devel/doxygen
# Patches can be omitted with
-#CFLAGS += -fgnu89-inline
+#CFLAGS+= -fgnu89-inline
.include "../../devel/allegro/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/gcc42/Makefile b/gcc42/Makefile
index d155cada8f..b2b3d11fe7 100644
--- a/gcc42/Makefile
+++ b/gcc42/Makefile
@@ -144,7 +144,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
# Ada bootstrap compiler section
# An Ada compiler is required to build the Ada compiler. You
# may specify:
-#USE_GCC42ADA = # Define to use gcc-3.4.x-ada
+#USE_GCC42ADA= # Define to use gcc-3.4.x-ada
# Or, you may specify the path of any gcc/gnat Ada compiler
# by providing the full path of the compiler (example) below:
#ALT_GCC= prefix/bin/gcc
diff --git a/gcc6snapshot/options.mk b/gcc6snapshot/options.mk
index 41f5425412..df81c6ef14 100644
--- a/gcc6snapshot/options.mk
+++ b/gcc6snapshot/options.mk
@@ -81,9 +81,9 @@ LIBS.SunOS+= -lgmp
### Graphite Support
###
.if !empty(PKG_OPTIONS:Mgcc-graphite)
-ISL14 = isl-0.14
-SITES.${ISL14}.tar.bz2 = ${MASTER_SITE_GNU:=gcc/infrastructure/}
-DISTFILES += ${ISL14}.tar.bz2
+ISL14= isl-0.14
+SITES.${ISL14}.tar.bz2= ${MASTER_SITE_GNU:=gcc/infrastructure/}
+DISTFILES+= ${ISL14}.tar.bz2
.endif
###
diff --git a/gcc7snapshot/options.mk b/gcc7snapshot/options.mk
index 89185dc4b7..b03318fb44 100644
--- a/gcc7snapshot/options.mk
+++ b/gcc7snapshot/options.mk
@@ -81,10 +81,10 @@ LIBS.SunOS+= -lgmp
### Graphite Support
###
.if !empty(PKG_OPTIONS:Mgcc-graphite)
-ISL16 = isl-0.16.1
-SITES.${ISL16}.tar.bz2 = ftp://ftp.fu-berlin.de/unix/languages/gcc/infrastructure/
-#SITES.${ISL16}.tar.bz2 = ${MASTER_SITE_GNU:=gcc/infrastructure/}
-DISTFILES += ${ISL16}.tar.bz2
+ISL16= isl-0.16.1
+SITES.${ISL16}.tar.bz2= ftp://ftp.fu-berlin.de/unix/languages/gcc/infrastructure/
+#SITES.${ISL16}.tar.bz2= ${MASTER_SITE_GNU:=gcc/infrastructure/}
+DISTFILES+= ${ISL16}.tar.bz2
.endif
###
diff --git a/gcc8snapshot/options.mk b/gcc8snapshot/options.mk
index f570c760c1..528c7079ed 100644
--- a/gcc8snapshot/options.mk
+++ b/gcc8snapshot/options.mk
@@ -81,9 +81,9 @@ LIBS.SunOS+= -lgmp
### Graphite Support
###
.if !empty(PKG_OPTIONS:Mgcc-graphite)
-ISL16 = isl-0.16.1
-SITES.${ISL16}.tar.bz2 = ${MASTER_SITE_GNU:=gcc/infrastructure/}
-DISTFILES += ${ISL16}.tar.bz2
+ISL16= isl-0.16.1
+SITES.${ISL16}.tar.bz2= ${MASTER_SITE_GNU:=gcc/infrastructure/}
+DISTFILES+= ${ISL16}.tar.bz2
.endif
###
diff --git a/gimp-dds/Makefile b/gimp-dds/Makefile
index fcfe6e7ff4..26d0049c71 100644
--- a/gimp-dds/Makefile
+++ b/gimp-dds/Makefile
@@ -14,7 +14,7 @@ USE_TOOLS+= gmake pkg-config
GCC_REQD= 4.9
-gimplibdir = pkg-config --variable=gimplibdir gimp-2.0
+gimplibdir= pkg-config --variable=gimplibdir gimp-2.0
do-install:
${INSTALL_LIB_DIR} ${DESTDIR}${gimplibdir:sh}/plug-ins
diff --git a/hdparm/Makefile b/hdparm/Makefile
index 54f1e653b3..20d4735517 100644
--- a/hdparm/Makefile
+++ b/hdparm/Makefile
@@ -16,7 +16,7 @@ SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-build
SUBST_FILES.prefix= Makefile
-SUBST_SED.prefix = -e s,/usr,,g \
+SUBST_SED.prefix= -e s,/usr,,g \
-e s,DESTDIR\ =,DESTDIR=${PREFIX},g
diff --git a/io-base/Makefile b/io-base/Makefile
index f54cf66e8c..7d6b972354 100644
--- a/io-base/Makefile
+++ b/io-base/Makefile
@@ -4,9 +4,9 @@ META_PACKAGE= # empty
.include "../../wip/io-base/version.mk"
-DISTNAME = io-${IO_VERSION}
-PKGNAME = io-base-${IO_VERSION}
-CATEGORIES = meta-pkgs lang devel
+DISTNAME= io-${IO_VERSION}
+PKGNAME= io-base-${IO_VERSION}
+CATEGORIES= meta-pkgs lang devel
LICENSE= modified-bsd
MAINTAINER= milos.negovanovic%googlemail.com@localhost
diff --git a/kicad/Makefile b/kicad/Makefile
index 79d77de2f3..d63707dc1d 100644
--- a/kicad/Makefile
+++ b/kicad/Makefile
@@ -25,7 +25,7 @@ CMAKE_ARGS+= -DKICAD_SCRIPTING=OFF -DKICAD_SCRIPTING_MODULES=OFF
CMAKE_ARGS+= -DKICAD_SCRIPTING_ACTION_MENU=OFF
CMAKE_ARGS+= -DKICAD_SCRIPTING_WXPYTHON=OFF
-CMAKE_MODULE_PATH_OVERRIDE = \
+CMAKE_MODULE_PATH_OVERRIDE= \
new/CMakeLists.txt
PY_PATCHPLIST= yes
diff --git a/miracl/Makefile b/miracl/Makefile
index 976be27808..9d604064b7 100644
--- a/miracl/Makefile
+++ b/miracl/Makefile
@@ -22,9 +22,9 @@ USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "i386"
-BUILDCMD = linux
+BUILDCMD= linux
.elif ${MACHINE_ARCH} == "x86_64"
-BUILDCMD = linux64
+BUILDCMD= linux64
.else
PKG_FAIL_REASON= "This package is unavailable on your machine"
.endif
diff --git a/mysqltcl/Makefile b/mysqltcl/Makefile
index 8737bd7787..b068783cc4 100644
--- a/mysqltcl/Makefile
+++ b/mysqltcl/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-mysql-include=${PREFIX}/include/mysql
CONFIGURE_ARGS+= --with-mysql-lib=${PREFIX}/lib/mysql
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/tcl
-LIBS += ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
+LIBS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/mysql
.include "../../mk/mysql.buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
diff --git a/netkit-telnet/Makefile b/netkit-telnet/Makefile
index 3bea579da9..1ca2d2f1b8 100644
--- a/netkit-telnet/Makefile
+++ b/netkit-telnet/Makefile
@@ -22,6 +22,6 @@ CONFIGURE_ARGS+= --installroot=${DESTDIR}
SUBST_CLASSES+= warn
SUBST_STAGE.warn= pre-configure
SUBST_FILES.warn= configure
-SUBST_SED.warn = -e s,^WARNINGS=,\#WARNINGS=,g
+SUBST_SED.warn= -e s,^WARNINGS=,\#WARNINGS=,g
.include "../../mk/bsd.pkg.mk"
diff --git a/objfw-git/Makefile b/objfw-git/Makefile
index b8938af6ed..b2638ada07 100644
--- a/objfw-git/Makefile
+++ b/objfw-git/Makefile
@@ -23,7 +23,7 @@ PLIST_VARS+= runtime bridge
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"
-PLIST.runtime = yes
+PLIST.runtime= yes
.endif
pre-configure:
diff --git a/openblas/Makefile b/openblas/Makefile
index 0736b72a99..076d727196 100644
--- a/openblas/Makefile
+++ b/openblas/Makefile
@@ -1,4 +1,4 @@
# $NetBSD$
-OPENBLAS_VARIANT = openblas
+OPENBLAS_VARIANT= openblas
.include "../openblas/Makefile.common"
diff --git a/openblas_openmp/Makefile b/openblas_openmp/Makefile
index 43c6aab4b8..213ce4d07c 100644
--- a/openblas_openmp/Makefile
+++ b/openblas_openmp/Makefile
@@ -1,4 +1,4 @@
# $NetBSD$
-OPENBLAS_VARIANT = openblas_openmp
+OPENBLAS_VARIANT= openblas_openmp
.include "../openblas/Makefile.common"
diff --git a/openblas_pthread/Makefile b/openblas_pthread/Makefile
index 78b362a980..48fb61732e 100644
--- a/openblas_pthread/Makefile
+++ b/openblas_pthread/Makefile
@@ -1,4 +1,4 @@
# $NetBSD$
-OPENBLAS_VARIANT = openblas_pthread
+OPENBLAS_VARIANT= openblas_pthread
.include "../openblas/Makefile.common"
diff --git a/openerp-server/Makefile b/openerp-server/Makefile
index 8da77b916a..bcc0a36194 100644
--- a/openerp-server/Makefile
+++ b/openerp-server/Makefile
@@ -10,18 +10,18 @@ HOMEPAGE= http://www.openerp.com/
COMMENT= Open source application ERP & CRM in Python using Postgresql
LICENSE= gnu-agpl-v3
-DEPENDS += ${PYPKGPREFIX}-psycopg2>0:../../databases/py-psycopg2
-DEPENDS += ${PYPKGPREFIX}-babel>0:../../devel/py-babel
-DEPENDS += ${PYPKGPREFIX}-simplejson>0:../../converters/py-simplejson
-DEPENDS += ${PYPKGPREFIX}-chart>0:../../graphics/py-chart
-DEPENDS += ${PYPKGPREFIX}-dot>0:../../graphics/py-dot
-DEPENDS += ${PYPKGPREFIX}-libxslt>0:../../textproc/py-libxslt
-DEPENDS += ${PYPKGPREFIX}-lxml>0:../../textproc/py-lxml
-DEPENDS += ${PYPKGPREFIX}-yaml>0:../../textproc/py-yaml
-DEPENDS += ${PYPKGPREFIX}-mako>0:../../devel/py-mako
-DEPENDS += ${PYPKGPREFIX}-werkzeug>0:../../www/py-werkzeug
-DEPENDS += ${PYPKGPREFIX}-dateutil>0:../../time/py-dateutil
-DEPENDS += ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
+DEPENDS+= ${PYPKGPREFIX}-psycopg2>0:../../databases/py-psycopg2
+DEPENDS+= ${PYPKGPREFIX}-babel>0:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-simplejson>0:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-chart>0:../../graphics/py-chart
+DEPENDS+= ${PYPKGPREFIX}-dot>0:../../graphics/py-dot
+DEPENDS+= ${PYPKGPREFIX}-libxslt>0:../../textproc/py-libxslt
+DEPENDS+= ${PYPKGPREFIX}-lxml>0:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-yaml>0:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-mako>0:../../devel/py-mako
+DEPENDS+= ${PYPKGPREFIX}-werkzeug>0:../../www/py-werkzeug
+DEPENDS+= ${PYPKGPREFIX}-dateutil>0:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-reportlab-[0-9]*:../../print/py-reportlab
NIGHTLY= 20140115-002435
WRKSRC= ${WRKDIR}/${DISTNAME}
diff --git a/pike8.0-Java/Makefile b/pike8.0-Java/Makefile
index 235ad7abde..bec3e82269 100644
--- a/pike8.0-Java/Makefile
+++ b/pike8.0-Java/Makefile
@@ -12,7 +12,7 @@ USE_JAVA2= 7
PIKE_MODULE_OVERLAPPING_FILES+= lib/pike${PIKEVERSUFFIX}/modules/Java.pmod
-EXTRACT_ELEMENTS = ${DISTNAME}/src/modules/${MODULENAME} ${DISTNAME}/refdoc
+EXTRACT_ELEMENTS= ${DISTNAME}/src/modules/${MODULENAME} ${DISTNAME}/refdoc
.include "../../devel/libffi/buildlink3.mk"
.if ${OPSYS} != "Darwin"
diff --git a/pike8.0/builtin_module.mk b/pike8.0/builtin_module.mk
index 07a730f874..26df32de0f 100644
--- a/pike8.0/builtin_module.mk
+++ b/pike8.0/builtin_module.mk
@@ -27,7 +27,7 @@ NAME= pike${PIKEVERSUFFIX}-${MODULENAME}
PKGNAME= ${NAME}-${PIKE_VERSION}
DISTNAME= Pike-v${PIKE_VERSION}
-PIKE_EXECUTABLE = pike${PIKEVERSUFFIX}
+PIKE_EXECUTABLE= pike${PIKEVERSUFFIX}
CHECK_SSP= no
.if defined(PKGSRC_USE_SSP)
@@ -49,7 +49,7 @@ USE_LANGUAGES= c c++
SHARED_DOCS_LOC= ${PREFIX}/share/doc/${NAME}
PIKE_MODULE_SRC= src/${MODULE_TYPE}s/${INTERNAL_MODULENAME}
-PIKE_MODULE_OVERLAPPING_FILES =
+PIKE_MODULE_OVERLAPPING_FILES=
SYSTEM_MODULE_PATH!= pike${PIKEVERSUFFIX} -x module --query=system_module_path
SYSTEM_DOC_PATH= ${PREFIX}/share/pike${PIKEVERSUFFIX}/refdoc
diff --git a/pike8.0/version.mk b/pike8.0/version.mk
index 13b4648d2a..5439b600e2 100644
--- a/pike8.0/version.mk
+++ b/pike8.0/version.mk
@@ -1,4 +1,4 @@
# $NetBSD$
PIKE_VERSION= 8.0.702
PIKEVERSUFFIX= 8.0
-PIKE_RELEASE_TYPE = all
+PIKE_RELEASE_TYPE= all
diff --git a/py-SQLObject/options.mk b/py-SQLObject/options.mk
index 61a165a92d..26b4eacc9b 100644
--- a/py-SQLObject/options.mk
+++ b/py-SQLObject/options.mk
@@ -1,6 +1,6 @@
# $NetBSD: options.mk,v 1.5 2014/05/09 07:38:44 thomasklausner Exp $
-PKG_OPTIONS_VAR = PKG_OPTIONS.SQLObject
+PKG_OPTIONS_VAR= PKG_OPTIONS.SQLObject
PKG_SUPPORTED_OPTIONS= mysql psycopg2 sqlite sybase
PKG_SUGGESTED_OPTIONS= psycopg2
diff --git a/py-acq4/Makefile b/py-acq4/Makefile
index 6346029273..f4d5c02105 100644
--- a/py-acq4/Makefile
+++ b/py-acq4/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=a/acq4/}
MAINTAINER= jihbed.research%gmail.com@localhost
HOMEPAGE= https://files.pythonhosted.org/packages/source/a/acq4/
COMMENT= Neurophysiology acquisition and analysis platform
-LICENSE = mit
+LICENSE= mit
#DEPENDS+= ${PYPKGPREFIX}-Pillow>=2.2.1:../../graphics/py-Pillow
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.1:../../math/py-scipy
diff --git a/py-algopy/Makefile b/py-algopy/Makefile
index f1d0fb49da..0ca08b27d3 100644
--- a/py-algopy/Makefile
+++ b/py-algopy/Makefile
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
USE_LANGUAGES= # none
-PYDISTUTILSPKG = yes
+PYDISTUTILSPKG= yes
do-test:
${RUN} cd ${WRKSRC}/algopy; ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_tests.py
diff --git a/py-chaintipy/options.mk b/py-chaintipy/options.mk
index d2ac0910a8..5fb774ac5e 100644
--- a/py-chaintipy/options.mk
+++ b/py-chaintipy/options.mk
@@ -1,6 +1,6 @@
# $NetBSD: options.mk,v 1.4 2014/05/09 07:38:46 thomasklausner Exp $
-PKG_OPTIONS_VAR = PKG_OPTIONS.chiantipy
+PKG_OPTIONS_VAR= PKG_OPTIONS.chiantipy
PKG_SUPPORTED_OPTIONS= wx qt
PKG_SUGGESTED_OPTIONS= wx
diff --git a/py-lempel-Ziv_Complexity/Makefile b/py-lempel-Ziv_Complexity/Makefile
index a534f3200c..d5fc4e2b26 100644
--- a/py-lempel-Ziv_Complexity/Makefile
+++ b/py-lempel-Ziv_Complexity/Makefile
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYDISTUTILSPKG = yes
+PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/extension.mk"
diff --git a/py-math3d/Makefile b/py-math3d/Makefile
index b18debe4a9..3c73589ec9 100644
--- a/py-math3d/Makefile
+++ b/py-math3d/Makefile
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
-PYDISTUTILSPKG = yes
+PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
diff --git a/py-ore-algebra/Makefile b/py-ore-algebra/Makefile
index f1f6c53fb8..bdd5de27e8 100644
--- a/py-ore-algebra/Makefile
+++ b/py-ore-algebra/Makefile
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/src
USE_LANGUAGES= # none
-PYDISTUTILSPKG = yes
+PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sara/Makefile b/sara/Makefile
index dfddd10236..9700f3d0c9 100644
--- a/sara/Makefile
+++ b/sara/Makefile
@@ -41,7 +41,7 @@ SUBST_SED.fping= -e 's,: $$(PROG),:,g'
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-install
SUBST_FILES.path= sara perl/* perllib/* bin/* html/*.pl
-SUBST_SED.path = -e 's,config\/,${EGDIR}/,g'
+SUBST_SED.path= -e 's,config\/,${EGDIR}/,g'
SUBST_SED.path+= -e 's,perl.*\/,${PREFIX}/share/sara/,g'
SUBST_SED.path+= -e 's,rules/,${PREFIX}/share/sara/rules/,g'
SUBST_SED.path+= -e 's,`pwd`,\"${PREFIX}/share/sara/\",g'
@@ -50,7 +50,7 @@ SUBST_SED.path+= -e 's,`pwd`,\"${PREFIX}/share/sara/\",g'
SUBST_CLASSES+= defpath
SUBST_STAGE.defpath= post-build
SUBST_FILES.defpath= config/paths.pl
-SUBST_SED.defpath = -e 's,\"bin/,\"${PREFIX}/bin/,g'
+SUBST_SED.defpath= -e 's,\"bin/,\"${PREFIX}/bin/,g'
SUBST_SED.defpath+= -e 's,config,${EGDIR}/,g'
REPLACE_PERL= bin/get_targets bin/faux_fping sara add_user \
diff --git a/slideml/Makefile b/slideml/Makefile
index 7348a301f0..d6b4e2edb5 100644
--- a/slideml/Makefile
+++ b/slideml/Makefile
@@ -23,9 +23,9 @@ INSTALLATION_DIRS= bin
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-DATA_DIR = ${DESTDIR}${PREFIX}/share/slideml
-DOC_DIR = ${DESTDIR}${PREFIX}/share/doc/slideml
-EG_DIR = ${DESTDIR}${PREFIX}/share/examples/slideml
+DATA_DIR= ${DESTDIR}${PREFIX}/share/slideml
+DOC_DIR= ${DESTDIR}${PREFIX}/share/doc/slideml
+EG_DIR= ${DESTDIR}${PREFIX}/share/examples/slideml
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/slideml.pl ${DESTDIR}${PREFIX}/bin/slideml.pl
diff --git a/suitesparse/Makefile b/suitesparse/Makefile
index b5097890f5..5aa5330c4e 100644
--- a/suitesparse/Makefile
+++ b/suitesparse/Makefile
@@ -50,9 +50,9 @@ SVERSION= 1
.if defined (WITH_METIS)
METIS= ${PREFIX}/lib/libmetis.a
METIS_PATH= ${PREFIX}/include/metis
-CHOLMOD_CONFIG =
+CHOLMOD_CONFIG=
.else
-CHOLMOD_CONFIG = -DNPARTITION
+CHOLMOD_CONFIG= -DNPARTITION
.endif
AUTO_MKDIRS= yes
diff --git a/truecrypt/Makefile b/truecrypt/Makefile
index 1ca2222a35..3dce5bb46d 100644
--- a/truecrypt/Makefile
+++ b/truecrypt/Makefile
@@ -27,7 +27,7 @@ NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
-FETCH_MESSAGE = " The file ${DISTNAME}${EXTRACT_SUFX} must be fetched"
+FETCH_MESSAGE= " The file ${DISTNAME}${EXTRACT_SUFX} must be fetched"
FETCH_MESSAGE+= " from ${DOWNLOAD}"
FETCH_MESSAGE+= " into ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}"
FETCH_MESSAGE+= ""
diff --git a/vkeybd/Makefile b/vkeybd/Makefile
index d61e4f5a78..e6dfa9f87e 100644
--- a/vkeybd/Makefile
+++ b/vkeybd/Makefile
@@ -11,7 +11,7 @@ COMMENT= Virtual midi keyboard
RAWMIDI= /dev/rmidi0
WRKSRC= ${WRKDIR}/vkeybd
-VKB_TCLFILE = ${PREFIX}/share/vkeybd/vkeybd.tcl
+VKB_TCLFILE= ${PREFIX}/share/vkeybd/vkeybd.tcl
NO_CONFIGURE= yes
CFLAGS+= -Wall -O2
CFLAGS+= -DVKB_TCLFILE=\"${VKB_TCLFILE:Q}\"
diff --git a/wicd/Makefile b/wicd/Makefile
index ef6c800551..2fbaa77818 100644
--- a/wicd/Makefile
+++ b/wicd/Makefile
@@ -15,8 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2
DEPENDS+= ${PYPKGPREFIX}-dbus>=0.80:../../sysutils/py-dbus
DEPENDS+= ${PYPKGPREFIX}-urwid>=0.9.9:../../devel/py-urwid
-PY_PATCHPLIST = YES
-PYSETUP = setup.py
+PY_PATCHPLIST= YES
+PYSETUP= setup.py
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
PLIST_SUBST+= EGG_INFODIR=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
Home |
Main Index |
Thread Index |
Old Index