Sat May 2 17:25:03 2009 UTC ()
pkglint fix -- use -e in SUBST_SED.


(wiz)
diff -r1.49 -r1.50 pkgsrc/audio/libsndfile/Makefile

cvs diff -r1.49 -r1.50 pkgsrc/audio/libsndfile/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/libsndfile/Makefile 2009/03/04 16:47:05 1.49
+++ pkgsrc/audio/libsndfile/Makefile 2009/05/02 17:25:03 1.50
@@ -1,37 +1,37 @@ @@ -1,37 +1,37 @@
1# $NetBSD: Makefile,v 1.49 2009/03/04 16:47:05 tnn Exp $ 1# $NetBSD: Makefile,v 1.50 2009/05/02 17:25:03 wiz Exp $
2 2
3DISTNAME= libsndfile-1.0.19 3DISTNAME= libsndfile-1.0.19
4CATEGORIES= audio 4CATEGORIES= audio
5MASTER_SITES= http://www.mega-nerd.com/libsndfile/ 5MASTER_SITES= http://www.mega-nerd.com/libsndfile/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.mega-nerd.com/libsndfile/ 8HOMEPAGE= http://www.mega-nerd.com/libsndfile/
9COMMENT= Library for reading and writing audio files 9COMMENT= Library for reading and writing audio files
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12PKG_INSTALLATION_TYPES= overwrite pkgviews 12PKG_INSTALLATION_TYPES= overwrite pkgviews
13 13
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS= pkg-config 16USE_TOOLS= pkg-config
17PKGCONFIG_OVERRIDE= sndfile.pc.in 17PKGCONFIG_OVERRIDE= sndfile.pc.in
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19 19
20MAKE_JOBS_SAFE= no 20MAKE_JOBS_SAFE= no
21 21
22SUBST_CLASSES+= vorbis 22SUBST_CLASSES+= vorbis
23SUBST_FILES.vorbis= configure 23SUBST_FILES.vorbis= configure
24SUBST_SED.vorbis= "s/1\.2\.1/1.2.0/g" 24SUBST_SED.vorbis= -e "s/1\.2\.1/1.2.0/g"
25SUBST_STAGE.vorbis= pre-configure 25SUBST_STAGE.vorbis= pre-configure
26SUBST_MESSAGE.vorbis= Allowing libvorbis-1.2.0. 26SUBST_MESSAGE.vorbis= Allowing libvorbis-1.2.0.
27 27
28# This package compiles with gcc2, but its configure script doesn't know that 28# This package compiles with gcc2, but its configure script doesn't know that
29CONFIGURE_ENV+= ac_cv_c_struct_hack=yes 29CONFIGURE_ENV+= ac_cv_c_struct_hack=yes
30 30
31.include "../../mk/bsd.prefs.mk" 31.include "../../mk/bsd.prefs.mk"
32 32
33.include "options.mk" 33.include "options.mk"
34 34
35.if ${OPSYS} == "Darwin" 35.if ${OPSYS} == "Darwin"
36BUILDLINK_PASSTHRU_DIRS+= /Developer 36BUILDLINK_PASSTHRU_DIRS+= /Developer
37.endif 37.endif