pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters Fix FreeBSD 10.0 clang build
details: https://anonhg.NetBSD.org/pkgsrc/rev/26f4b9d8df91
branches: trunk
changeset: 635152:26f4b9d8df91
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Jun 01 04:01:06 2014 +0000
description:
Fix FreeBSD 10.0 clang build
* clang is needed as C preprocessor. Do not fail configure script.
* Disable -Werror flag
diffstat:
converters/libabw/Makefile | 6 ++++--
converters/libe-book/Makefile | 6 ++++--
converters/libetonyek/Makefile | 4 ++--
converters/libfreehand/Makefile | 4 ++--
converters/libmspub/Makefile | 6 ++++--
converters/libwps/Makefile | 4 +++-
6 files changed, 19 insertions(+), 11 deletions(-)
diffs (121 lines):
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libabw/Makefile
--- a/converters/libabw/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libabw/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/29 23:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libabw-0.0.2
PKGREVISION= 1
@@ -16,12 +16,14 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:build pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libabw.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../converters/libwpd/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libe-book/Makefile
--- a/converters/libe-book/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libe-book/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/13 18:54:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libe-book-0.0.3
PKGREVISION= 1
@@ -16,7 +16,9 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
+
+BUILDLINK_TRANSFORM+= rm:-Werror
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libetonyek/Makefile
--- a/converters/libetonyek/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libetonyek/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/04 17:03:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libetonyek-0.0.4
CATEGORIES= converters
@@ -15,7 +15,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-docs
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libfreehand/Makefile
--- a/converters/libfreehand/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libfreehand/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libfreehand-0.0.0
PKGREVISION= 1
@@ -16,7 +16,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= perl:build pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libmspub/Makefile
--- a/converters/libmspub/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libmspub/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/04/09 07:27:03 obache Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libmspub-0.0.6
PKGREVISION= 4
@@ -14,9 +14,11 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --without-docs
+BUILDLINK_TRANSFORM+= rm:-Werror
+
PKGCONFIG_OVERRIDE+= libmspub.pc.in
.include "../../mk/compiler.mk"
diff -r b24e45cb039b -r 26f4b9d8df91 converters/libwps/Makefile
--- a/converters/libwps/Makefile Sun Jun 01 03:58:11 2014 +0000
+++ b/converters/libwps/Makefile Sun Jun 01 04:01:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/05/13 18:54:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2014/06/01 04:01:06 ryoon Exp $
DISTNAME= libwps-0.2.4
CATEGORIES= converters
@@ -17,6 +17,8 @@
CONFIGURE_ARGS+= --without-docs
PKGCONFIG_OVERRIDE+= libwps-0.2.pc.in
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -Wno-unused-private-field -Wno-unused-const-variable
Home |
Main Index |
Thread Index |
Old Index