Date: Wed, 6 Nov 2019 18:03:34 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516912 - in head: japanese/kdrill japanese/kinput2 japanese/kterm japanese/mozc-server japanese/nethack34 japanese/skkinput japanese/skkinput3 japanese/tgif java/icedtea-web java/java3... Message-ID: <201911061803.xA6I3YIY090837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Wed Nov 6 18:03:34 2019 New Revision: 516912 URL: https://svnweb.freebsd.org/changeset/ports/516912 Log: Add USES=xorg USES=gl, ports categories j Add USES=xorg and USES=gl to ports in categories starting with 'j' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Modified: head/japanese/kdrill/Makefile head/japanese/kinput2/Makefile head/japanese/kterm/Makefile head/japanese/mozc-server/Makefile head/japanese/nethack34/Makefile head/japanese/skkinput/Makefile head/japanese/skkinput3/Makefile head/japanese/tgif/Makefile head/java/icedtea-web/Makefile head/java/java3d/Makefile head/java/openjdk11/Makefile head/java/openjdk12/Makefile head/java/openjdk13/Makefile head/java/sablevm-classpath/Makefile Modified: head/japanese/kdrill/Makefile ============================================================================== --- head/japanese/kdrill/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/kdrill/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -12,7 +12,7 @@ COMMENT= Program to quiz you on the meanings of Kanji RUN_DEPENDS= xjdic:japanese/edict -USES= imake +USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt DATADIR= ${PREFIX}/share/dict/kdrill Modified: head/japanese/kinput2/Makefile ============================================================================== --- head/japanese/kinput2/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/kinput2/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -13,7 +13,7 @@ COMMENT= Japanese text input server for X11 applicatio MAKE_JOBS_UNSAFE= yes -USES= imake +USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt SUB_FILES= Kinput2.conf PLIST_FILES= bin/kinput2 lib/X11/app-defaults/Kinput2 man/man1/kinput2.1.gz Modified: head/japanese/kterm/Makefile ============================================================================== --- head/japanese/kterm/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/kterm/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -17,7 +17,7 @@ LICENSE= MIT BUILD_DEPENDS= nkf:japanese/nkf -USES= imake +USES= imake xorg USE_XORG= ice sm x11 xaw xext xmu xpm xt USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/mozc-server/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -49,7 +49,7 @@ USES+= qt:5 gnome USE_GNOME= glib20 gtk20 USE_QT= buildtools core gui widgets .elif ${BUILD_MOZC_LIST:Mibus_mozc} == "ibus_mozc" -USES+= gettext-runtime gnome +USES+= gettext-runtime gnome xorg USE_XORG= xcb USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ Modified: head/japanese/nethack34/Makefile ============================================================================== --- head/japanese/nethack34/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/nethack34/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -40,6 +40,7 @@ SHELL_DESC= Shell support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} +USES+= xorg USE_XORG= xaw xpm GRAPHICS= X11_GRAPHICS .endif Modified: head/japanese/skkinput/Makefile ============================================================================== --- head/japanese/skkinput/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/skkinput/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -12,7 +12,7 @@ COMMENT= SKK-like Japanese input method for X11 LICENSE= GPLv2 -USES= imake +USES= imake xorg USE_XORG= ice sm x11 xext xt xmu PLIST_FILES= bin/skkinput lib/X11/app-defaults/Skkinput \ Modified: head/japanese/skkinput3/Makefile ============================================================================== --- head/japanese/skkinput3/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/skkinput3/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -11,7 +11,7 @@ DISTNAME= skkinput-${PORTVERSION} MAINTAINER= koma2@lovepeers.org COMMENT= SKK-like Japanese input method for X11 -USES= imake +USES= imake xorg USE_GCC= any USE_CSTD= gnu89 USE_XORG= ice sm x11 xext xmu xt Modified: head/japanese/tgif/Makefile ============================================================================== --- head/japanese/tgif/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/japanese/tgif/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -18,6 +18,7 @@ RUN_DEPENDS= tgif:graphics/tgif \ NO_BUILD= yes NO_WRKSUBDIR= yes +USES= xorg USE_XORG= x11 PLIST_SUB= XAPPLRESDIR=${XAPPLRESDIR} Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/icedtea-web/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -26,7 +26,7 @@ JAVA_OS= native JAVA_VENDOR= openjdk USE_PERL5= build USE_XORG= x11 -USES= desktop-file-utils gmake perl5 pkgconfig shebangfix +USES= desktop-file-utils gmake perl5 pkgconfig shebangfix xorg SHEBANG_FILES= jrunscript.in launcher/launchers.in CONFIGURE_ARGS= --with-hamcrest="${HAMCREST_JAR}" @@ -72,7 +72,7 @@ PLUGIN_MASTER_SITES= LOCAL/tobik:npapi PLUGIN_PORTDOCS= plugin PLUGIN_TEST_TARGET= plugin-tests PLUGIN_USE= GNOME=glib20 -PLUGIN_USES= webplugin:native +PLUGIN_USES= webplugin:native gnome PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib \ WEBPLUGIN_FILES=IcedTeaPlugin.so Modified: head/java/java3d/Makefile ============================================================================== --- head/java/java3d/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/java3d/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -17,7 +17,7 @@ BROKEN_aarch64= fails to compile: GVector.java:168: b BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details -USES= gl tar:bzip2 +USES= gl tar:bzip2 xorg USE_JAVA= yes USE_GL= gl USE_XORG= xt Modified: head/java/openjdk11/Makefile ============================================================================== --- head/java/openjdk11/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/openjdk11/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libpng.so:graphics/png RUN_DEPENDS= javavm:java/javavmwrapper -USES= compiler:features gmake iconv jpeg pkgconfig +USES= compiler:features gmake iconv jpeg pkgconfig xorg USE_XORG= x11 xext xi xrandr xrender xt xtst USE_GITHUB= yes Modified: head/java/openjdk12/Makefile ============================================================================== --- head/java/openjdk12/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/openjdk12/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -26,7 +26,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libpng.so:graphics/png RUN_DEPENDS= javavm:java/javavmwrapper -USES= compiler:features gmake iconv jpeg pkgconfig +USES= compiler:features gmake iconv jpeg pkgconfig xorg USE_XORG= x11 xext xi xrandr xrender xt xtst USE_GITHUB= yes Modified: head/java/openjdk13/Makefile ============================================================================== --- head/java/openjdk13/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/openjdk13/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -25,7 +25,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libpng.so:graphics/png RUN_DEPENDS= javavm:java/javavmwrapper -USES= compiler:features gmake iconv jpeg pkgconfig +USES= compiler:features gmake iconv jpeg pkgconfig xorg USE_XORG= x11 xext xi xrandr xrender xt xtst USE_GITHUB= yes Modified: head/java/sablevm-classpath/Makefile ============================================================================== --- head/java/sablevm-classpath/Makefile Wed Nov 6 17:58:27 2019 (r516911) +++ head/java/sablevm-classpath/Makefile Wed Nov 6 18:03:34 2019 (r516912) @@ -16,7 +16,7 @@ BUILD_DEPENDS= jikes:java/jikes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig +USES= gmake libtool pkgconfig xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_XORG= x11 ice xtst sm @@ -35,6 +35,7 @@ ZIP_DESC= Compress class library .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK2} +USES+= gnome USE_GNOME+= gtk20 PLIST_SUB+= GTK2="" .if ${PORT_OPTIONS:MCAIRO}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911061803.xA6I3YIY090837>