diff options
author | adam <adam> | 2013-11-20 20:04:35 +0000 |
---|---|---|
committer | adam <adam> | 2013-11-20 20:04:35 +0000 |
commit | aae382eaff7c058230f085597efdc92a36c22ea3 (patch) | |
tree | 78faa6a35d09442343364d9b1977b65b4e608387 /converters | |
parent | 00f22e2f49a77d9ed84fe37b18dddd4c4340a40c (diff) | |
download | pkgsrc-aae382eaff7c058230f085597efdc92a36c22ea3.tar.gz |
Revbump after updating devel/boost-libs
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libmspub/Makefile | 4 | ||||
-rw-r--r-- | converters/libvisio/Makefile | 4 | ||||
-rw-r--r-- | converters/orcus/Makefile | 27 |
3 files changed, 17 insertions, 18 deletions
diff --git a/converters/libmspub/Makefile b/converters/libmspub/Makefile index ba59afdfb18..a842462c97b 100644 --- a/converters/libmspub/Makefile +++ b/converters/libmspub/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/11/20 13:23:42 obache Exp $ +# $NetBSD: Makefile,v 1.5 2013/11/20 20:04:36 adam Exp $ DISTNAME= libmspub-0.0.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index 29d9ade0a17..cd83cfe8153 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/11/20 13:23:42 obache Exp $ +# $NetBSD: Makefile,v 1.18 2013/11/20 20:04:36 adam Exp $ DISTNAME= libvisio-0.0.31 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz diff --git a/converters/orcus/Makefile b/converters/orcus/Makefile index b22db5657a9..52a6f710bce 100644 --- a/converters/orcus/Makefile +++ b/converters/orcus/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2013/11/20 13:23:42 obache Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/20 20:04:36 adam Exp $ -PKGNAME= orcus-${PKGVERSION} -DISTNAME= liborcus-${PKGVERSION} -PKGVERSION= 0.5.1 -PKGREVISION= 1 +DISTNAME= liborcus-0.5.1 +PKGNAME= ${DISTNAME:S/lib//} +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= http://kohei.us/files/orcus/src/ EXTRACT_SUFX= .tar.bz2 @@ -13,14 +12,15 @@ HOMEPAGE= http://kohei.us/files/orcus/src/ COMMENT= Import filter library for spreadsheet documents LICENSE= mit -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config -USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-boost-libdir=${PREFIX}/lib \ - --with-boost-system=boost_system \ - --disable-spreadsheet-model --disable-werror -CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-boost-libdir=${BUILDLINK_PREFIX.boost-libs}/lib +CONFIGURE_ARGS+= --with-boost-system=boost_system +CONFIGURE_ARGS+= --disable-spreadsheet-model +CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ENV+= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" PKGCONFIG_OVERRIDE+= liborcus.pc.in @@ -30,5 +30,4 @@ pre-configure: .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |