'The "+=" operator should only be used with lists.'
This commit is contained in:
parent
dfb16e5d15
commit
8ec5764dd6
12 changed files with 26 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.27 2012/06/12 15:45:54 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.28 2013/04/06 19:42:41 rodent Exp $
|
||||
#
|
||||
# used by audio/bmp/Makefile
|
||||
# used by audio/bmp-esound/Makefile
|
||||
|
@ -16,7 +16,7 @@ FILESDIR= ${.CURDIR}/../../audio/xmms/files
|
|||
PATCHDIR= ${.CURDIR}/../../audio/bmp/patches
|
||||
PATCH_SITES= http://izb.knu.ac.kr/~bh/diffs/
|
||||
PATCHFILES= bmp-0.9.7-ipv6-simple.diff
|
||||
PATCH_DIST_STRIP+= -p1
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.15 2012/06/16 23:06:07 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.16 2013/04/06 19:42:41 rodent Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat
|
||||
PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 mitshm gnome
|
||||
|
@ -50,8 +50,8 @@ CONFIGURE_ARGS+= --disable-shm
|
|||
CONFIGURE_ARGS+= --enable-dbus
|
||||
PLIST.dbus= yes
|
||||
SUBST_CLASSES+= gconf
|
||||
SUBST_STAGE.gconf+= pre-configure
|
||||
SUBST_MESSAGE.gconf+= Disabling schema registration/installation.
|
||||
SUBST_STAGE.gconf= pre-configure
|
||||
SUBST_MESSAGE.gconf= Disabling schema registration/installation.
|
||||
SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g'
|
||||
SUBST_FILES.gconf+= src/common/dbus/Makefile.in
|
||||
. include "../../devel/GConf/schemas.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/12/13 00:57:23 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/04/06 19:42:41 rodent Exp $
|
||||
#
|
||||
# NOTE:
|
||||
# When updating this package, a change in the minor (5.n -> 5.(n+1))
|
||||
|
@ -15,7 +15,7 @@ MASTER_SITES= http://download.oracle.com/berkeley-db/ \
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.oracle.com/database/berkeley-db/db/index.html
|
||||
COMMENT= Berkeley DB version 5 from Oracle
|
||||
LICENSE+= sleepycat-public
|
||||
LICENSE= sleepycat-public
|
||||
# NOTE: it is NOT a modified BSD in a common sense:
|
||||
#LICENSE=
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2012/10/31 11:16:58 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $
|
||||
|
||||
DISTNAME= c31a1dd9cbb2
|
||||
# Last part of PKGNAME is changeset number
|
||||
|
@ -22,9 +22,9 @@ DIST_SUBDIR= fromcvs
|
|||
|
||||
SUBST_CLASSES+= python
|
||||
SUBST_FILES.python+= tohg.rb
|
||||
SUBST_MESSAGE.python+= Fixing path to Python interpreter.
|
||||
SUBST_MESSAGE.python= Fixing path to Python interpreter.
|
||||
SUBST_SED.python+= -e "s!'python'!'${PYTHONBIN}'!"
|
||||
SUBST_STAGE.python+= pre-build
|
||||
SUBST_STAGE.python= pre-build
|
||||
|
||||
INSTALLATION_DIRS= bin
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2012/10/23 10:24:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:41 rodent Exp $
|
||||
|
||||
DISTNAME= fMSX351
|
||||
PKGNAME= fmsx-3.5.1
|
||||
|
@ -46,7 +46,7 @@ DEFS+= -DMSB_FIRST
|
|||
.elif ${MACHINE_ENDIAN} == "little"
|
||||
DEFS+= -DLSB_FIRST
|
||||
.else
|
||||
BROKEN+= "Unknown endian"
|
||||
BROKEN= "Unknown endian"
|
||||
.endif
|
||||
|
||||
MAKE_ENV+= DEFS=${DEFS:Q}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/10/03 18:28:17 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bakoma-20010719
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/
|
||||
COMMENT= BaKoMa Fonts for TeX
|
||||
LICENSE+= no-commercial-use
|
||||
LICENSE= no-commercial-use
|
||||
|
||||
NO_SRC_ON_CDROM= #defined
|
||||
NO_BIN_ON_CDROM= #defined
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2013/01/15 16:21:34 morr Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfrisk-1.2
|
||||
|
@ -12,7 +12,7 @@ COMMENT= X11 version of the classic Risk board game
|
|||
# LICENSE pending investigation; absence of LICENSE violates
|
||||
# "RESTRICTED implies LICENSE" pkgsrc rule.
|
||||
#LICENSE= gnu-gpl-v2
|
||||
LICENSE+= generic-nonlicense
|
||||
LICENSE= generic-nonlicense
|
||||
|
||||
WRKSRC= ${WRKDIR}/XFrisk
|
||||
USE_TOOLS+= gmake
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.23 2012/10/04 09:19:18 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/04/06 19:42:42 rodent Exp $
|
||||
|
||||
DISTNAME= gpsd-2.96
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://download.berlios.de/gpsd/
|
||||
|
||||
MAINTAINER+= gdt@NetBSD.org
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://gpsd.berlios.de/
|
||||
COMMENT= GPS information daemon
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/12/02 12:15:08 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libvdpau-0.5
|
||||
|
@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake
|
|||
USE_LANGUAGES= c c++
|
||||
CONFIGURE_ARGS+= --disable-documentation
|
||||
|
||||
AUTO_MKDIRS+= yes
|
||||
AUTO_MKDIRS= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= vdpau.pc.in
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:44 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= omniORB-4.1.5
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
|
||||
EXTRACT_SUFX+= .tar.bz2
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= ianzag@mail.ru
|
||||
HOMEPAGE= http://omniorb.sourceforge.net/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2012/09/11 23:25:07 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
# Note to packagers:
|
||||
# packages installing additional completion files should drop
|
||||
|
@ -26,7 +26,7 @@ INSTALLATION_DIRS+= share/doc/bash-completion
|
|||
SUBST_CLASSES+= path
|
||||
SUBST_SED.path+= -e "s,/etc/bash_completion.d,${PREFIX}/share/bash-completion.d,g"
|
||||
SUBST_SED.path+= -e "s,/etc/bash_completion,${PREFIX}/share/bash-completion/bash_completion,g"
|
||||
SUBST_STAGE.path+= pre-build
|
||||
SUBST_STAGE.path= pre-build
|
||||
SUBST_FILES.path+= bash_completion* README
|
||||
SUBST_MESSAGE.path= Fixing path to completion files.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2012/10/28 06:31:01 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2013/04/06 19:42:42 rodent Exp $
|
||||
#
|
||||
|
||||
VERSION= 0.10.0
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
|
|||
EXTRACT_SUFX= .tar.bz2
|
||||
LICENSE= mit
|
||||
|
||||
MAINTAINER+= gdt@ir.bbn.com
|
||||
MAINTAINER= gdt@ir.bbn.com
|
||||
HOMEPAGE= http://divmod.org/trac/wiki/DivmodNevow
|
||||
COMMENT= Next-generation web application templating system
|
||||
|
||||
|
|
Loading…
Reference in a new issue