pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/webkit-gtk webkit-gtk: Avoid to depends on flex an...
details: https://anonhg.NetBSD.org/pkgsrc/rev/90feb1b25af0
branches: trunk
changeset: 326796:90feb1b25af0
user: leot <leot%pkgsrc.org@localhost>
date: Fri Dec 14 15:51:13 2018 +0000
description:
webkit-gtk: Avoid to depends on flex and minor cleanup
- The flex requirements can be just satisfied via USE_TOOLS (the
version was from older webkit-gtk-s and it should be just a tool
dependency).
- No need to specify `:build' in USE_TOOLS, it is already the default
- Update the comment regarding PYTHON_VERSIONS_INCOMPATIBLE definition
Bump PKGREVISION
diffstat:
www/webkit-gtk/Makefile | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r 434cef912da3 -r 90feb1b25af0 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile Fri Dec 14 14:47:42 2018 +0000
+++ b/www/webkit-gtk/Makefile Fri Dec 14 15:51:13 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.154 2018/12/13 22:50:27 leot Exp $
+# $NetBSD: Makefile,v 1.155 2018/12/14 15:51:13 leot Exp $
DISTNAME= webkitgtk-2.22.5
PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.webkitgtk.org/releases/
EXTRACT_SUFX= .tar.xz
@@ -18,7 +19,7 @@
USE_CMAKE= yes
USE_LANGUAGES= c c++11
-USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
+USE_TOOLS+= automake bison flex gmake perl pkg-config msgfmt
# Enabling -gdwarf-2 hits GNU ar limits on file size.
CTF_SUPPORTED= no
@@ -80,7 +81,7 @@
CMAKE_ARGS+= -DRUBY_EXECUTABLE=${RUBY}
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.22.2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.22.5
.include "../../lang/python/application.mk"
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHONBIN}
@@ -103,8 +104,6 @@
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
-# A correct Webkit build requires flex 2.5.33
-.include "../../devel/flex/buildlink3.mk"
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../fonts/woff2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index