From owner-svn-ports-all@freebsd.org Fri Nov 8 13:23:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D000D1B249D; Fri, 8 Nov 2019 13:23:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478gtt51prz4LtP; Fri, 8 Nov 2019 13:23:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FD0626AD2; Fri, 8 Nov 2019 13:23:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA8DN26I086467; Fri, 8 Nov 2019 13:23:02 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA8DMxva086449; Fri, 8 Nov 2019 13:22:59 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911081322.xA8DMxva086449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Nov 2019 13:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517059 - in head: print/abcm2ps print/cups-pk-helper print/deforaos-pdfviewer print/foomatic-db-engine print/libgnomecups print/libgnomeprint print/libgnomeprintmm print/libspectre pri... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: print/abcm2ps print/cups-pk-helper print/deforaos-pdfviewer print/foomatic-db-engine print/libgnomecups print/libgnomeprint print/libgnomeprintmm print/libspectre print/lilypond-devel print/p... X-SVN-Commit-Revision: 517059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2019 13:23:02 -0000 Author: tobik Date: Fri Nov 8 13:22:59 2019 New Revision: 517059 URL: https://svnweb.freebsd.org/changeset/ports/517059 Log: print, science: Add missing USES=gnome Modified: head/print/abcm2ps/Makefile head/print/cups-pk-helper/Makefile head/print/deforaos-pdfviewer/Makefile head/print/foomatic-db-engine/Makefile head/print/libgnomecups/Makefile head/print/libgnomeprint/Makefile head/print/libgnomeprintmm/Makefile head/print/libspectre/Makefile head/print/lilypond-devel/Makefile head/print/paps/Makefile head/print/system-config-printer/Makefile head/science/chemical-mime-data/Makefile head/science/ghmm/Makefile head/science/gsmc/Makefile head/science/gwyddion/Makefile Modified: head/print/abcm2ps/Makefile ============================================================================== --- head/print/abcm2ps/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/abcm2ps/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -11,7 +11,7 @@ COMMENT= Converts ABC to music sheet in PostScript for LICENSE= GPLv2 -USES= cpe gettext-runtime +USES= cpe gettext-runtime gnome MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CPE_VENDOR= moinejf GNU_CONFIGURE= yes Modified: head/print/cups-pk-helper/Makefile ============================================================================== --- head/print/cups-pk-helper/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/cups-pk-helper/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -16,7 +16,7 @@ LIB_DEPENDS= libcups.so:print/cups \ libpolkit-gobject-1.so:sysutils/polkit USE_GNOME= glib20 intltool -USES= cpe gettext localbase gmake pkgconfig tar:xz +USES= cpe gettext gmake gnome localbase pkgconfig tar:xz CPE_VENDOR= cups-pk-helper_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/deforaos-pdfviewer/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -21,7 +21,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libfreetype.so:print/freetype2 MAKE_ARGS+= PREFIX=${PREFIX} -USES= desktop-file-utils pkgconfig +USES= desktop-file-utils gnome pkgconfig USE_GNOME= gtk20 gdkpixbuf2 cairo MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/foomatic-db-engine/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake perl5 +USES= gmake gnome perl5 USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL=${PERL} LIBDIR=${PREFIX}/share/foomatic/ \ Modified: head/print/libgnomecups/Makefile ============================================================================== --- head/print/libgnomecups/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/libgnomecups/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -14,7 +14,7 @@ COMMENT= Support library for gnome cups administration LIB_DEPENDS= libcups.so:print/cups -USES= pkgconfig pathfix gettext gmake libtool:keepla tar:bzip2 +USES= gettext gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= intlhack glib20 USE_LDCONFIG= yes Modified: head/print/libgnomeprint/Makefile ============================================================================== --- head/print/libgnomeprint/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/libgnomeprint/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -19,7 +19,7 @@ USES= tar:bzip2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES+= bison gettext gmake gnome libtool:keepla pathfix pkgconfig USE_GNOME= gnomeprefix intlhack glib20 pango libxml2 libartlgpl2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/print/libgnomeprintmm/Makefile ============================================================================== --- head/print/libgnomeprintmm/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/libgnomeprintmm/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the GNOME print support libr LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 BUILD_DEPENDS= gm4:devel/m4 -USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake gnome libtool pathfix pkgconfig \ + tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= gnomeprefix libgnomeprint USE_LDCONFIG= yes Modified: head/print/libspectre/Makefile ============================================================================== --- head/print/libspectre/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/libspectre/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -12,7 +12,7 @@ COMMENT= Small library for rendering Postscript docume LICENSE= GPLv2 -USES= gmake libtool localbase pathfix pkgconfig ghostscript +USES= ghostscript gmake gnome libtool localbase pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= cairo GNU_CONFIGURE= yes Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/lilypond-devel/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -45,8 +45,8 @@ INFO= internals \ lilypond-web \ music-glossary -USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ - compiler:gcc-c++11-lib python:2.7 +USES= bison:build compiler:gcc-c++11-lib gettext ghostscript gmake \ + gnome perl5 pkgconfig python:2.7 USE_CXXSTD= c++11 USE_TEX= latex texmf USE_PERL5= build Modified: head/print/paps/Makefile ============================================================================== --- head/print/paps/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/paps/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -15,6 +15,6 @@ PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h GNU_CONFIGURE= yes USE_GNOME= pango -USES= pkgconfig +USES= gnome pkgconfig .include Modified: head/print/system-config-printer/Makefile ============================================================================== --- head/print/system-config-printer/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/print/system-config-printer/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -21,8 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycups>=0:print/py PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2.7 \ - shebangfix tar:xz +USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig \ + python:2.7 shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= intlhack pygobject3 Modified: head/science/chemical-mime-data/Makefile ============================================================================== --- head/science/chemical-mime-data/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/science/chemical-mime-data/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -12,7 +12,8 @@ COMMENT= Collection of chemical MIME types for UNIX de BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc:graphics/librsvg2 -USES= gettext-tools gmake pathfix pkgconfig tar:bzip2 shared-mime-info +USES= gettext-tools gmake gnome pathfix pkgconfig shared-mime-info \ + tar:bzip2 USE_GNOME= gnomemimedata intlhack libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-database Modified: head/science/ghmm/Makefile ============================================================================== --- head/science/ghmm/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/science/ghmm/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -16,7 +16,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= libxml2 -USES= autoreconf libtool pkgconfig +USES= autoreconf gnome libtool pkgconfig CONFIGURE_ARGS+= --without-python USE_LDCONFIG= yes Modified: head/science/gsmc/Makefile ============================================================================== --- head/science/gsmc/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/science/gsmc/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -14,7 +14,7 @@ LICENSE= GPLv2 USE_GNOME= gtk20 GNU_CONFIGURE= yes -USES= autoreconf gmake pkgconfig +USES= autoreconf gmake gnome pkgconfig PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz post-patch: Modified: head/science/gwyddion/Makefile ============================================================================== --- head/science/gwyddion/Makefile Fri Nov 8 13:17:00 2019 (r517058) +++ head/science/gwyddion/Makefile Fri Nov 8 13:22:59 2019 (r517059) @@ -19,9 +19,9 @@ LIB_DEPENDS= libminizip.so:archivers/minizip \ libfftw3.so:math/fftw3 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= compiler:c++11-lang desktop-file-utils gl gmake libtool \ - localbase:ldflags pathfix pkgconfig shared-mime-info \ - shebangfix tar:xz xorg +USES= compiler:c++11-lang desktop-file-utils gl gmake gnome libtool \ + localbase:ldflags pathfix pkgconfig shared-mime-info shebangfix \ + tar:xz xorg SHEBANG_FILES= plugins/process/invert_python.py USE_GNOME= cairo gtk20 libxml2 pangox-compat USE_GL= gl glu