Skip to content

Commit

Permalink
Fixed pkglint warnings. The warnings are mostly quoting issues, for
Browse files Browse the repository at this point in the history
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
  • Loading branch information
rillig committed Dec 5, 2005
1 parent 624eed5 commit b71a1d4
Show file tree
Hide file tree
Showing 1,531 changed files with 4,009 additions and 4,138 deletions.
4 changes: 2 additions & 2 deletions archivers/advancecomp/hacks.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: hacks.mk,v 1.1 2005/01/21 21:48:32 tv Exp $
# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:49:47 rillig Exp $

.ifndef ADVANCECOMP_HACKS_MK
.if !defined(ADVANCECOMP_HACKS_MK)
ADVANCECOMP_HACKS_MK= # defined

### [Fri Jan 21 21:44:32 UTC 2005 : tv]
Expand Down
4 changes: 2 additions & 2 deletions archivers/dar/hacks.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: hacks.mk,v 1.2 2005/01/24 20:48:35 tv Exp $
# $NetBSD: hacks.mk,v 1.3 2005/12/05 20:49:47 rillig Exp $

.ifndef DAR_HACKS_MK
.if !defined(DAR_HACKS_MK)
DAR_HACKS_MK= # defined

### [Mon Jan 24 16:39:35 UTC 2005 : tv]
Expand Down
4 changes: 2 additions & 2 deletions archivers/p7zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2005/10/08 08:27:42 adam Exp $
# $NetBSD: Makefile,v 1.16 2005/12/05 20:49:47 rillig Exp $

DISTNAME= p7zip_4.29_src_all
PKGNAME= p7zip-4.29
Expand Down Expand Up @@ -29,7 +29,7 @@ PLIST_SUBST+= DYNAMIC_7Z="@comment "

WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/-/_/}

GCC_REQD= 3.0
GCC_REQD+= 3.0

INSTALLATION_DIRS= bin

Expand Down
4 changes: 2 additions & 2 deletions archivers/par2/hacks.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: hacks.mk,v 1.1 2005/01/21 21:48:32 tv Exp $
# $NetBSD: hacks.mk,v 1.2 2005/12/05 20:49:47 rillig Exp $

.ifndef PAR2_HACKS_MK
.if !defined(PAR2_HACKS_MK)
PAR2_HACKS_MK= # defined

### [Fri Jan 21 21:44:32 UTC 2005 : tv]
Expand Down
4 changes: 2 additions & 2 deletions audio/SDL-nas/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2005/09/07 10:16:27 adam Exp $
# $NetBSD: Makefile,v 1.10 2005/12/05 20:49:47 rillig Exp $

.include "../../devel/SDL/Makefile.common"

Expand All @@ -19,7 +19,7 @@ do-install:
cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \
${INSTALL_DATA} libaudio_nas.la ${PREFIX}/lib

BUILDLINK_DEPENDS.SDL= SDL>=1.2.5nb6
BUILDLINK_DEPENDS.SDL+= SDL>=1.2.5nb6

.include "../../audio/nas/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/bmp/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2005/10/19 15:09:37 minskim Exp $
# $NetBSD: Makefile,v 1.13 2005/12/05 20:49:47 rillig Exp $
#

BMP_ENABLE_ENCODERS= yes
Expand All @@ -14,7 +14,7 @@ DEPENDS+= unzip-[0-9]*:../../archivers/unzip
# library is loaded, and is the one causing problems. See PR pkg/26846
# for more information.
USE_LANGUAGES= c c++
LDFLAGS.NetBSD= -lstdc++ -lm
LDFLAGS.NetBSD+= -lstdc++ -lm

.include "../../audio/id3lib/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
Expand Down
4 changes: 2 additions & 2 deletions audio/cam/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:51 tv Exp $
# $NetBSD: Makefile,v 1.20 2005/12/05 20:49:47 rillig Exp $
#

DISTNAME= cam-1.02
Expand All @@ -25,7 +25,7 @@ CAMLIBS= -lcurses
CAMLIBS+= -lossaudio
.endif

MAKE_ENV+= CAMLIBS="${CAMLIBS}"
MAKE_ENV+= CAMLIBS=${CAMLIBS:Q}

.include "../../mk/curses.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
Expand Down
6 changes: 3 additions & 3 deletions audio/cmp3/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:38 jlam Exp $
# $NetBSD: Makefile,v 1.24 2005/12/05 20:49:47 rillig Exp $
#

DISTNAME= cmp3-2.0pre6
Expand All @@ -15,8 +15,8 @@ DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools

WRKSRC= ${WRKDIR}/cmp3-kenrevs
USE_TOOLS+= gmake
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-H]*
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-H]*-*

INSTALLATION_DIRS= bin

Expand Down
6 changes: 3 additions & 3 deletions audio/daapd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2005/10/11 12:20:57 tonio Exp $
# $NetBSD: Makefile,v 1.12 2005/12/05 20:49:47 rillig Exp $

DISTNAME= daapd-0.2.3d
PKGREVISION= 3
Expand Down Expand Up @@ -26,9 +26,9 @@ PKG_SUPPORTED_OPTIONS=faad

.if !empty(PKG_OPTIONS:Mfaad)
.include "../../audio/faad2/buildlink3.mk"
MAKE_ENV+= WITH_FAAD=1
MAKE_ENV+= WITH_FAAD=1
.else
MAKE_ENV+= WITH_FAAD=0
MAKE_ENV+= WITH_FAAD=0
.endif

post-install:
Expand Down
4 changes: 2 additions & 2 deletions audio/dap/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2005/10/16 15:14:40 wiz Exp $
# $NetBSD: Makefile,v 1.27 2005/12/05 20:49:47 rillig Exp $

DISTNAME= dap-2.1.2
PKGREVISION= 5
Expand All @@ -12,7 +12,7 @@ COMMENT= Digital audio recording and processing package

MAKEFILE= Makefile.netbsd

MAKE_ENV+= X11PREFIX=${X11PREFIX}
MAKE_ENV+= X11PREFIX=${X11PREFIX:Q}

USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin
Expand Down
4 changes: 2 additions & 2 deletions audio/eawpatches/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2004/12/03 14:20:03 ben Exp $
# $NetBSD: Makefile,v 1.15 2005/12/05 20:49:47 rillig Exp $
#

DISTNAME= eawpats12_full
Expand All @@ -12,7 +12,7 @@ MAINTAINER= [email protected]
HOMEPAGE= http://www.stardate.bc.ca/eawpatches/html/
COMMENT= Eric A. Welsh' patches (audio samples) for TiMidity

BUILD_DEPENDS= unrar-[0-9]*:../../archivers/unrar
BUILD_DEPENDS+= unrar-[0-9]*:../../archivers/unrar

EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
Expand Down
4 changes: 2 additions & 2 deletions audio/esound/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.57 2005/07/27 17:16:32 drochner Exp $
# $NetBSD: Makefile,v 1.58 2005/12/05 20:49:47 rillig Exp $

DISTNAME= esound-0.2.36
CATEGORIES= audio
Expand Down Expand Up @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --disable-local-sound
.else
.include "../../mk/ossaudio.buildlink3.mk"
MAKE_ENV+= AM_CPPFLAGS='-DDEV_DSP=\"${DEVOSSAUDIO}\"'
SUBST_CLASSES= oss
SUBST_CLASSES+= oss
SUBST_STAGE.oss= post-patch
SUBST_FILES.oss= configure
SUBST_SED.oss= -e 's,-lossaudio,${LIBOSSAUDIO},g'
Expand Down
4 changes: 2 additions & 2 deletions audio/faad2/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2005/10/09 03:23:11 ben Exp $
# $NetBSD: Makefile,v 1.29 2005/12/05 20:49:47 rillig Exp $
#

DISTNAME= faad2-2.0
Expand All @@ -25,7 +25,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-mp4v2
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/faad2
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
CONFIGURE_ENV+= F77=${FALSE:Q}

LIBS+= -lm

Expand Down
42 changes: 21 additions & 21 deletions audio/festival/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.46 2005/12/03 04:14:05 joerg Exp $
# $NetBSD: Makefile,v 1.47 2005/12/05 20:49:47 rillig Exp $

DISTNAME= festival-1.95-beta
PKGNAME= festival-1.95beta
Expand Down Expand Up @@ -44,28 +44,28 @@ PKG_COMPILER= ${PKG_COMPILER_cmd:sh}
.endif

.if empty(PKG_COMPILER)
PKG_FAIL_REASON= "${CC_VERSION} is not currently supported."
PKG_FAIL_REASON+= "${CC_VERSION} is not currently supported."
.endif

MAKE_ENV+= PKG_EST_HOME="${SPEECHTOOLS}" \
EST_HOME="${SPEECHTOOLS}" \
PKG_FESTIVAL_BUILD_HOME="${FESTIVAL}" \
PKG_FESTIVAL_HOME="${FHOME}" \
PKG_COMPILER="${PKG_COMPILER}" \
PKG_X11BASE="${X11BASE}" \
PKG_PREFIX="${PREFIX}" \
EGCS_CC="${CC}" \
EGCS_CXX="${CXX}" \
GCC295_CC="${CC}" \
GCC295_CXX="${CXX}" \
GCC28_CC="${CC}" \
GCC28_CXX="${CXX}" \
GCC27_CC="${CC}" \
GCC27_CXX="${CXX}" \
GCC26_CC="${CC}" \
GCC26_CXX="${CXX}" \
CC="${CC}" \
CXX="${CXX}"
MAKE_ENV+= PKG_EST_HOME=${SPEECHTOOLS:Q} \
EST_HOME=${SPEECHTOOLS:Q} \
PKG_FESTIVAL_BUILD_HOME=${FESTIVAL:Q} \
PKG_FESTIVAL_HOME=${FHOME:Q} \
PKG_COMPILER=${PKG_COMPILER:Q} \
PKG_X11BASE=${X11BASE:Q} \
PKG_PREFIX=${PREFIX:Q} \
EGCS_CC=${CC:Q} \
EGCS_CXX=${CXX:Q} \
GCC295_CC=${CC:Q} \
GCC295_CXX=${CXX:Q} \
GCC28_CC=${CC:Q} \
GCC28_CXX=${CXX:Q} \
GCC27_CC=${CC:Q} \
GCC27_CXX=${CXX:Q} \
GCC26_CC=${CC:Q} \
GCC26_CXX=${CXX:Q} \
CC=${CC:Q} \
CXX=${CXX:Q}

INSTALLATION_DIRS= bin libexec man/man1

Expand Down
4 changes: 2 additions & 2 deletions audio/festvox-aec/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2005/07/19 10:22:33 grant Exp $
# $NetBSD: Makefile,v 1.19 2005/12/05 20:49:48 rillig Exp $

DISTNAME= voice_aec_di-2.0
PKGNAME= festvox-aec-2.0
Expand All @@ -15,7 +15,7 @@ DEPENDS+= festlex-ogi>=2.0:../../audio/festlex-ogi

LICENSE= no-commercial-use

DIST_SUBDIR= ${PKGNAME}
DIST_SUBDIR= ${PKGNAME_NOREV}nb1
WRKSRC= ${WRKDIR}/festival

NO_BUILD= yes
Expand Down
4 changes: 2 additions & 2 deletions audio/gkrellm-xmms/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2005/08/10 20:56:11 jlam Exp $
# $NetBSD: Makefile,v 1.21 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= gkrellmms-2.1.20
Expand All @@ -15,7 +15,7 @@ USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= YES
BUILD_USES_MSGFMT= YES

BUILDLINK_DEPENDS.gkrellm= gkrellm>=2.2.0
BUILDLINK_DEPENDS.gkrellm+= gkrellm>=2.2.0

WRKSRC= ${WRKDIR}/gkrellmms
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \
Expand Down
4 changes: 2 additions & 2 deletions audio/gramofile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:38 jlam Exp $
# $NetBSD: Makefile,v 1.9 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= gramofile-1.6
Expand All @@ -23,7 +23,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bplaysrc/bplay ${PREFIX}/bin/bplay_gramo
cd ${PREFIX}/bin && ${LN} -s bplay_gramo brec_gramo

SUBST_CLASSES= snd
SUBST_CLASSES+= snd
SUBST_STAGE.snd= post-patch
SUBST_FILES.snd= bplaysrc/sndfunc.c
SUBST_SED.snd= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
Expand Down
5 changes: 2 additions & 3 deletions audio/guspatches/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2005/04/29 22:16:12 rillig Exp $
# $NetBSD: Makefile,v 1.12 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= dgguspat
Expand All @@ -16,9 +16,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}

EXTRACT_ONLY= # empty
NO_TOOLS= yes
NO_BUILD= yes
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}

do-configure:
${SED} "s|@PREFIX@|${PREFIX}|" < ${FILESDIR}/gravis.cfg > \
Expand Down
3 changes: 1 addition & 2 deletions audio/icecast1/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2005/11/11 17:21:11 joerg Exp $
# $NetBSD: Makefile,v 1.15 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= icecast-1.3.12
Expand Down Expand Up @@ -32,7 +32,6 @@ EGFILES= groups.aut mounts.aut users.aut icecast.conf
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/${f}.dist ${PKG_SYSCONFDIR}/${f}
.endfor
.undef f

.include "../../mk/bsd.prefs.mk"

Expand Down
4 changes: 2 additions & 2 deletions audio/juke/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2005/10/16 15:05:45 wiz Exp $
# $NetBSD: Makefile,v 1.9 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= juke-0.7
Expand All @@ -14,7 +14,7 @@ USE_PKGINSTALL= YES
GNU_CONFIGURE= YES

# halfdelay()
INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-*
INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-L]-*

EGDIR= ${PREFIX}/share/examples/juke

Expand Down
4 changes: 2 additions & 2 deletions audio/lame/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.51 2005/09/04 02:37:02 xtraeme Exp $
# $NetBSD: Makefile,v 1.52 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= lame-${VERS}
Expand All @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-vorbis

# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
CONFIGURE_ENV+= F77=${FALSE:Q}

LDFLAGS.SunOS+= -lm

Expand Down
4 changes: 2 additions & 2 deletions audio/libid3tag/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2005/08/10 20:56:11 jlam Exp $
# $NetBSD: Makefile,v 1.19 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= libid3tag-0.15.1b
Expand All @@ -20,7 +20,7 @@ USE_LIBTOOL= YES
USE_TOOLS+= pkg-config

# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
CONFIGURE_ENV+= F77=${FALSE:Q}

INSTALLATION_DIRS= lib/pkgconfig

Expand Down
4 changes: 2 additions & 2 deletions audio/libmad/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2005/08/10 20:56:11 jlam Exp $
# $NetBSD: Makefile,v 1.14 2005/12/05 20:49:48 rillig Exp $
#

DISTNAME= libmad-0.15.1b
Expand All @@ -20,7 +20,7 @@ USE_LIBTOOL= YES
USE_TOOLS+= pkg-config

# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
CONFIGURE_ENV+= F77=${FALSE:Q}

INSTALLATION_DIRS= lib/pkgconfig

Expand Down
4 changes: 2 additions & 2 deletions audio/libsndfile/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2005/09/30 13:26:02 adam Exp $
# $NetBSD: Makefile,v 1.32 2005/12/05 20:49:48 rillig Exp $

DISTNAME= libsndfile-1.0.12
CATEGORIES= audio
Expand All @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
# This package compiles with gcc2, but its configure script doesn't know that
CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE}
CONFIGURE_ENV+= F77=${FALSE:Q}

.include "options.mk"
.include "../../mk/bsd.prefs.mk"
Expand Down
Loading

0 comments on commit b71a1d4

Please sign in to comment.