Date: Thu, 7 Nov 2019 18:41:56 +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: r517001 - in head: net/freerdp net/freerdp1 net/mediastreamer science/cgnslib science/dlib-cpp science/py-dlib security/dsniff sysutils/conky sysutils/lcdproc sysutils/nitrogen www/link... Message-ID: <201911071841.xA7IfumD098140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Nov 7 18:41:56 2019 New Revision: 517001 URL: https://svnweb.freebsd.org/changeset/ports/517001 Log: Add USES=xorg and USES=gl Add USES=xorg and USES=gl to a few remaining ports. Modified: head/net/freerdp/Makefile head/net/freerdp1/Makefile head/net/mediastreamer/Makefile head/science/cgnslib/Makefile head/science/dlib-cpp/Makefile head/science/py-dlib/Makefile head/security/dsniff/Makefile head/sysutils/conky/Makefile head/sysutils/lcdproc/Makefile head/sysutils/nitrogen/Makefile head/www/links/Makefile head/www/w3m/Makefile head/x11-toolkits/fox16/Makefile head/x11-wm/ratpoison/Makefile head/x11/hs-xmobar/Makefile head/x11/xvkbd/Makefile Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/net/freerdp/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -83,6 +83,7 @@ GSM_LIB_DEPENDS= libgsm.so:audio/gsm GSM_CMAKE_BOOL= WITH_GSM GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 +GSTREAMER_USES= gnome xorg GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xext,xorgproto,xrandr GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 @@ -135,6 +136,7 @@ X11_CMAKE_ON= -DWITH_X11:BOOL=ON -DWITH_XCURSOR:BOOL= -DWITH_XRENDER:BOOL=ON -DWITH_XSHM:BOOL=ON \ -DWITH_XV:BOOL=ON X11_CMAKE_OFF= -DWITH_X11:BOOL=OFF -DWITH_XKBFILE:BOOL=OFF +X11_USES= xorg X11_USE= xorg=x11,xcursor,xext,xorgproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv post-patch: Modified: head/net/freerdp1/Makefile ============================================================================== --- head/net/freerdp1/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/net/freerdp1/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -50,6 +50,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ FFMPEG_CMAKE_BOOL= WITH_FFMPEG GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 +GSTREAMER_USES= gnome xorg GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xorgproto,xext,xrandr GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1 @@ -68,6 +69,7 @@ X11_DESC= Build FreeRDP X11 client X11_BUILD_DEPENDS= xmlto:textproc/xmlto X11_CMAKE_BOOL= WITH_X11 X11_CMAKE_OFF= -DWITH_XKBFILE=OFF +X11_USES= xorg X11_USE= xorg=x11,xkbfile,xcursor,xorgproto,xv,xinerama,xext,xrandr,xi,xfixes,xrender post-patch: Modified: head/net/mediastreamer/Makefile ============================================================================== --- head/net/mediastreamer/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/net/mediastreamer/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -86,6 +86,7 @@ VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx XVIDEO_IMPLIES= VIDEO XVIDEO_CMAKE_BOOL= ENABLE_X11 ENABLE_XV +XVIDEO_USES= xorg XVIDEO_USE= XORG=xorgproto,x11,xv .include <bsd.port.pre.mk> Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/science/cgnslib/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -41,7 +41,7 @@ HDF5_CMAKE_ON= -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE} TESTS_CMAKE_BOOL= CGNS_ENABLE_TESTS -TOOLS_USES= gl localbase tk +TOOLS_USES= gl localbase tk xorg TOOLS_USE= GL=gl,glu XORG=ice,xext,x11,xmu TOOLS_CMAKE_BOOL= CGNS_BUILD_CGNSTOOLS TOOLS_CMAKE_ON= -DTCL_INCLUDE_PATH:STRING="${TCL_INCLUDEDIR}" \ Modified: head/science/dlib-cpp/Makefile ============================================================================== --- head/science/dlib-cpp/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/science/dlib-cpp/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -22,6 +22,7 @@ OPTIONS_DEFAULT= X11 JPEG PNG GIF SQLITE BLASLAPACK_DESC= Use Blas and Lapack libraries from ports AVX_DESC= Use AVX instructions if supported by CPU +X11_USES= xorg X11_USE= xorg=x11 X11_CMAKE_OFF= -DDLIB_NO_GUI_SUPPORT=1 Modified: head/science/py-dlib/Makefile ============================================================================== --- head/science/py-dlib/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/science/py-dlib/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -27,6 +27,7 @@ OPTIONS_DEFAULT= X11 JPEG PNG GIF SQLITE BLASLAPACK_DESC= Use Blas and Lapack libraries from ports AVX_DESC= Use AVX instructions if supported by CPU +X11_USES= xorg X11_USE= xorg=x11 JPEG_USES= jpeg Modified: head/security/dsniff/Makefile ============================================================================== --- head/security/dsniff/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/security/dsniff/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= xorg=x11,xmu X11_CONFIGURE_WITH=x Modified: head/sysutils/conky/Makefile ============================================================================== --- head/sysutils/conky/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/sysutils/conky/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -97,6 +97,7 @@ RSS_CMAKE_BOOL= BUILD_RSS RSS_USE= gnome=glib20,libxml2 RSS_IMPLIES= CURL +X11_USES= xorg X11_USE= xorg=x11,xext,xdamage,xfixes X11_CMAKE_BOOL= BUILD_X11 OWN_WINDOW X11_VARS= EXAMPLE_CONF_FILE=${WRKSRC}/data/conky.conf Modified: head/sysutils/lcdproc/Makefile ============================================================================== --- head/sysutils/lcdproc/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/sysutils/lcdproc/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -47,6 +47,7 @@ SERDISP_CFLAGS= -I${LOCALBASE}/include SERDISP_LDFLAGS= -L${LOCALBASE}/lib SERDISP_CPPFLAGS= -I${LOCALBASE}/include +X11_USES= xorg X11_USE= xorg=x11 X11_CONFIGURE_ENABLE= libX11 Modified: head/sysutils/nitrogen/Makefile ============================================================================== --- head/sysutils/nitrogen/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/sysutils/nitrogen/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -35,6 +35,7 @@ OPTIONS_DEFINE= XINERAMA OPTIONS_DEFAULT= XINERAMA XINERAMA_CONFIGURE_ENABLE= xinerama +XINERAMA_USES= xorg XINERAMA_USE= xorg=xinerama post-patch: Modified: head/www/links/Makefile ============================================================================== --- head/www/links/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/www/links/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -58,6 +58,7 @@ TRANS_EXTRA_PATCHES= ${FILESDIR}/extra-terminal.c.diff UTF8_CONFIGURE_ENABLE= utf8 +X11_USES= xorg X11_USE= xorg=x11,xorgproto X11_LIB_DEPENDS= libevent.so:devel/libevent \ libfontconfig.so:x11-fonts/fontconfig Modified: head/www/w3m/Makefile ============================================================================== --- head/www/w3m/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/www/w3m/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -49,6 +49,7 @@ JAPANESE_DESC= Japanese messages and migemo support KEY_LYNX_DESC= Keymap like lynx browser OPTIONS_SUB= yes +INLINE_MAGE_USES= gnome xorg INLINE_IMAGE_USE= xorg=x11 gnome=gtk20,gdkpixbuf2 INLINE_IMAGE_CONFIGURE_ON= --with-imagelib=gtk2 --enable-image=fb,x11 INLINE_IMAGE_CONFIGURE_OFF= --enable-image=no Modified: head/x11-toolkits/fox16/Makefile ============================================================================== --- head/x11-toolkits/fox16/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/x11-toolkits/fox16/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -43,9 +43,11 @@ PROFILE_CONFIGURE_ON= --with-profiling=gprof SHM_DESC= Shared Memory support SHM_CONFIGURE_ON= --with-xshm=yes SHM_CONFIGURE_OFF= --with-xshm=no +XCURSOR_USES= xorg XCURSOR_USE= xorg=xcursor XCURSOR_CONFIGURE_ON= --with-xcursor=yes XCURSOR_CONFIGURE_OFF= --with-xcursor=no +XFT_USES= xorg XFT_USE= xorg=xft XFT_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig @@ -55,13 +57,16 @@ XFT_CPPFLAGS= $$(freetype-config --cflags) XFT_LDFLAGS= $$(freetype-config --libs) XFT_IMPLIES= XRENDER XINPUT_DESC= X Input extension library support +XINPUT_USES= xorg XINPUT_USE= xorg=xi XINPUT_CONFIGURE_ON= --with-xinput=yes XINPUT_CONFIGURE_OFF= --with-xinput=no +XRANDR_USES= xorg XRANDR_USE= xorg=xrandr XRANDR_CONFIGURE_ON= --with-xrandr=yes XRANDR_CONFIGURE_OFF= --with-xrandr=no XRENDER_DESC= X Render extension library support +XRENDER_USES= xorg XRENDER_USE= xorg=xrender XRENDER_CONFIGURE_ON= --with-xrender=yes XRENDER_CONFIGURE_OFF= --with-xrender=no Modified: head/x11-wm/ratpoison/Makefile ============================================================================== --- head/x11-wm/ratpoison/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/x11-wm/ratpoison/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -28,6 +28,7 @@ OPTIONS_SUB= yes GDM_SUPPORT_DESC= Install session data files for GDM READLINE_USES= readline READLINE_CONFIGURE_ENABLE= history +XFT_USES= xorg XFT_USE= xorg=xft XFT_CONFIGURE_WITH= xft Modified: head/x11/hs-xmobar/Makefile ============================================================================== --- head/x11/hs-xmobar/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/x11/hs-xmobar/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -19,11 +19,13 @@ OPTIONS_DEFAULT= XFT UTF8 XFT_DESC= Use Xft to render text (UTF-8 support included) XFT_CABAL_FLAGS= with_xft XFT_USE_CABAL= utf8-string-1.0.1.1_3 X11-xft-0.3.1 +XFT_USES= xorg XFT_USE= xorg=xft XFT_IMPLIES= UTF8 XPM_DESC= Use Xpm to render icons XPM_CABAL_FLAGS= with_xpm +XPM_USES= xorg XPM_USE= xorg=xpm UTF8_DESC= UTF-8 support Modified: head/x11/xvkbd/Makefile ============================================================================== --- head/x11/xvkbd/Makefile Thu Nov 7 18:36:55 2019 (r517000) +++ head/x11/xvkbd/Makefile Thu Nov 7 18:41:56 2019 (r517001) @@ -22,6 +22,7 @@ OPTIONS_DEFAULT= XTEST XAW3D_DESC= Xaw3d widget library support XAW3D_LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d XTEST_DESC= XTEST extensions support +XTEST_USES= xorg XTEST_USE= xorg=xtst post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911071841.xA7IfumD098140>