Add USES=xorg and USES=gl

Add USES=xorg and USES=gl to a few remaining ports.
This commit is contained in:
Niclas Zeising 2019-11-07 18:41:56 +00:00
parent 4c46ca73d8
commit cc36f3229d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517001
16 changed files with 23 additions and 1 deletions

View File

@ -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=ON \
-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:

View File

@ -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:

View File

@ -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>

View File

@ -41,7 +41,7 @@ HDF5_CMAKE_ON= -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE}/include"
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}" \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -35,6 +35,7 @@ OPTIONS_DEFINE= XINERAMA
OPTIONS_DEFAULT= XINERAMA
XINERAMA_CONFIGURE_ENABLE= xinerama
XINERAMA_USES= xorg
XINERAMA_USE= xorg=xinerama
post-patch:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: