From 8eb919206378c92f91ad7441b80d9618099522ec Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Fri, 8 Nov 2019 12:53:37 +0000 Subject: [PATCH] www: Add missing USES=gnome --- www/bluefish/Makefile | 4 ++-- www/castget/Makefile | 2 +- www/flickcurl/Makefile | 2 +- www/kannel-sqlbox/Makefile | 2 +- www/kannel/Makefile | 2 +- www/libgtkhtml/Makefile | 2 +- www/linkchecker/Makefile | 2 +- www/linux-opera/Makefile | 2 +- www/luakit/Makefile | 2 +- www/mod_authnz_crowd/Makefile | 2 +- www/mod_proxy_xml/Makefile | 2 +- www/mod_security/Makefile | 2 +- www/mod_xmlns/Makefile | 2 +- www/multiwatch/Makefile | 2 +- www/netsurf/Makefile | 2 +- www/nginx/Makefile | 1 + www/py-html5-parser/Makefile | 2 +- www/rssroll/Makefile | 2 +- www/rsstool/Makefile | 2 +- www/sitecopy/Makefile | 2 +- www/tickr/Makefile | 2 +- 21 files changed, 22 insertions(+), 21 deletions(-) diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index bb1e74290cc9..02306fe13dc7 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre \ libenchant.so:textproc/enchant -USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python:2.7 \ - shared-mime-info shebangfix tar:bzip2 +USES= desktop-file-utils gettext gmake gnome libtool localbase \ + pkgconfig python:2.7 shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \ data/jsmin.py data/lorem-ipsum-generator python_OLD_CMD= /usr/bin/python2.7 diff --git a/www/castget/Makefile b/www/castget/Makefile index 7626a5508010..6e44ef60e7a2 100644 --- a/www/castget/Makefile +++ b/www/castget/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libid3.so:audio/id3lib \ libcurl.so:ftp/curl USE_LDCONFIG= yes -USES= libtool pkgconfig tar:bzip2 +USES= gnome libtool pkgconfig tar:bzip2 USE_GNOME= glib20 libxml2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/www/flickcurl/Makefile b/www/flickcurl/Makefile index 3717c64a91eb..c78370bb482c 100644 --- a/www/flickcurl/Makefile +++ b/www/flickcurl/Makefile @@ -23,7 +23,7 @@ RAPTOR_DESC= Use Raptor to serialize to triples OFFLINE_DESC= Offline use of captured XML web service responses CAPTURE_DESC= Capturing web service responses -USES= libtool pathfix pkgconfig +USES= gnome libtool pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc diff --git a/www/kannel-sqlbox/Makefile b/www/kannel-sqlbox/Makefile index db317c27ca45..3fdd8091c85a 100644 --- a/www/kannel-sqlbox/Makefile +++ b/www/kannel-sqlbox/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libpcreposix.so:devel/pcre USE_GITHUB= yes GH_ACCOUNT= dbaio -USES= gmake iconv ssl +USES= gmake gnome iconv ssl USE_GCC= yes GNU_CONFIGURE= yes USE_GNOME= libxml2 diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 4ccbe81b849a..83fb4025aac1 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= skipv:1.5.0 USERS= kannel GROUPS= kannel -USES= gmake iconv ssl tar:bzip2 +USES= gmake gnome iconv ssl tar:bzip2 USE_GCC= yes USE_GNOME= libxml2 USE_RC_SUBR= ${PORTNAME}_bearerbox ${PORTNAME}_smsbox ${PORTNAME}_wapbox diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index e36c127f90fc..69e4149d4eda 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix libxslt gnomevfs2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index 61854ca2258d..9ec1585bab09 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ WRKSRC= ${WRKDIR}/${DISTNAME} -USES= cpe python:2.7 +USES= cpe gnome python:2.7 CPE_VENDOR= bastian_kleineidam USE_PYTHON= distutils autoplist INSTALLS_ICONS= yes diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 2584e3348e94..048d1828f76e 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -21,7 +21,7 @@ COMMENT= Blazingly fast, full-featured, standards-compliant browser RUN_DEPENDS= update-mime-database:misc/shared-mime-info -USES= desktop-file-utils linux shared-mime-info tar:xz +USES= desktop-file-utils gnome linux shared-mime-info tar:xz USE_LINUX= gtk2 sqlite3 xorglibs ONLY_FOR_ARCHS= i386 amd64 INSTALLS_ICONS= yes diff --git a/www/luakit/Makefile b/www/luakit/Makefile index eaa65b59ff05..8c3f0fbafdbb 100644 --- a/www/luakit/Makefile +++ b/www/luakit/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem-51 USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ - lua:51 pkgconfig sqlite + gnome lua:51 pkgconfig sqlite USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile index 46d0b8969431..a1206910ebca 100644 --- a/www/mod_authnz_crowd/Makefile +++ b/www/mod_authnz_crowd/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -USES= apache:2.2+ autoreconf libtool +USES= apache:2.2+ autoreconf gnome libtool USE_GNOME= libxml2 USE_GCC= any diff --git a/www/mod_proxy_xml/Makefile b/www/mod_proxy_xml/Makefile index 727bd7686d01..fcabe784fc04 100644 --- a/www/mod_proxy_xml/Makefile +++ b/www/mod_proxy_xml/Makefile @@ -13,7 +13,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module for rewriting URI references in XML USE_GNOME= libxml2 -USES= apache:2.2+ +USES= apache:2.2+ gnome AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index fa69096e0607..27d9afe680af 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libgdbm.so:databases/gdbm \ libexpat.so:textproc/expat2 -USES= apache:2.4+ perl5 pkgconfig shebangfix bdb +USES= apache:2.4+ bdb gnome perl5 pkgconfig shebangfix USE_GNOME= libxml2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in diff --git a/www/mod_xmlns/Makefile b/www/mod_xmlns/Makefile index 3231f9ac1ec5..f4045b4a0249 100644 --- a/www/mod_xmlns/Makefile +++ b/www/mod_xmlns/Makefile @@ -15,7 +15,7 @@ COMMENT= Apache module for XML namespaces LICENSE= GPLv2 USE_GNOME= libxml2 -USES= apache:2.2+ +USES= apache:2.2+ gnome AP_FAST_BUILD= yes AP_GENPLIST= yes diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile index d2fb9861116e..92902891e7ee 100644 --- a/www/multiwatch/Makefile +++ b/www/multiwatch/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libev.so:devel/libev GNU_CONFIGURE= yes -USES= pkgconfig tar:bzip2 +USES= gnome pkgconfig tar:bzip2 USE_GNOME= glib20 # Help configure find libev. diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 958d10a2606a..e79f62bff594 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= duk:lang/duktape \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss -USES= bison desktop-file-utils gettext-runtime gmake iconv jpeg \ +USES= bison desktop-file-utils gettext-runtime gmake gnome iconv jpeg \ localbase pkgconfig shebangfix ssl ALL_TARGET= #empty LDFLAGS+= -L${OPENSSLLIB} -lssl -lcrypto ${ICONV_LIB} diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 28a20222aadc..6664edf9f2b2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -171,6 +171,7 @@ HTTP_SSL_USE= openssl_rpath HTTP_SSL_USES= ssl HTTP_STATUS_CONFIGURE_ON= --with-http_stub_status_module HTTP_SUB_CONFIGURE_ON= --with-http_sub_module +HTTP_XSLT_USES= gnome HTTP_XSLT_USE= GNOME=libxml2,libxslt HTTP_XSLT_VARS= DSO_BASEMODS+=http_xslt_module HTTPV2_IMPLIES= HTTP_SSL diff --git a/www/py-html5-parser/Makefile b/www/py-html5-parser/Makefile index 5c8c90b6947b..96c54a081607 100644 --- a/www/py-html5-parser/Makefile +++ b/www/py-html5-parser/Makefile @@ -13,7 +13,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} -USES= pkgconfig python +USES= gnome pkgconfig python USE_PYTHON= autoplist distutils USE_GNOME= libxml2 diff --git a/www/rssroll/Makefile b/www/rssroll/Makefile index 6104417c3857..83673818a947 100644 --- a/www/rssroll/Makefile +++ b/www/rssroll/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libcurl.so:ftp/curl -USES= sqlite:3 +USES= gnome sqlite:3 USE_GNOME= libxml2 CEZ_VERSION= 1.05 diff --git a/www/rsstool/Makefile b/www/rsstool/Makefile index 168c7bf785e4..196e8115996a 100644 --- a/www/rsstool/Makefile +++ b/www/rsstool/Makefile @@ -13,7 +13,7 @@ COMMENT= Read, parse, merge and write RSS and Atom feeds LICENSE= GPLv2+ -USES= iconv gmake +USES= gmake gnome iconv USE_GNOME= libxml2 BUILD_WRKSRC= ${WRKSRC}/src CONFIGURE_WRKSRC= ${WRKSRC}/src diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index de2071ab83fe..aaef7d7a1567 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-neon --with-libxml2 USE_GNOME= libxml2 -USES= gmake +USES= gmake gnome OPTIONS_DEFINE= NLS diff --git a/www/tickr/Makefile b/www/tickr/Makefile index bf516748d010..33731ac1573a 100644 --- a/www/tickr/Makefile +++ b/www/tickr/Makefile @@ -23,7 +23,7 @@ REINPLACE_ARGS= -e 's,%%DATADIR%%,${DATADIR},1' -e 's,%%PREFIX%%,${PREFIX},1' -i DOS2UNIX_GLOB= tickr.h USE_GNOME= gtk20 libxml2 -USES= desktop-file-utils dos2unix pkgconfig libtool +USES= desktop-file-utils dos2unix gnome libtool pkgconfig post-patch: ${REINPLACE_CMD} ${WRKSRC}/${PORTNAME}.desktop ${WRKSRC}/src/tickr/tickr.h