mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Sprinkle more USES=xorg
This commit is contained in:
parent
40f4b34b5a
commit
ef5d45aaa6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517008
@ -64,6 +64,7 @@ EXCITER_DESC= Build the exciter opcode
|
||||
EXCITER_CMAKE_BOOL= BUILD_EXCITER_OPCODES
|
||||
|
||||
FLTK_DESC= Build FLTK plugin and GUI
|
||||
FLTK_USES= xorg
|
||||
FLTK_USE= XORG=ice,sm,x11,xext
|
||||
FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
||||
FLTK_CMAKE_ON= -DBUILD_WINSOUND:BOOL=ON
|
||||
|
@ -32,11 +32,13 @@ VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis
|
||||
VORBIS_CONFIGURE_WITH= oggvorbis
|
||||
|
||||
SDL_CONFIGURE_WITH= sdl
|
||||
SDL_USES= sdl
|
||||
SDL_USE= SDL=sdl
|
||||
|
||||
NAS_CONFIGURE_WITH= nas
|
||||
NAS_LIB_DEPENDS= libaudio.so:audio/nas
|
||||
NAS_LDFLAGS= -laudio
|
||||
NAS_USES= xorg
|
||||
NAS_USE= XORG=x11,xt,ice,sm
|
||||
|
||||
post-patch:
|
||||
|
@ -66,8 +66,8 @@ X11_PLIST_SUB_OFF= XORG='@comment ' DESKTOP='@comment '
|
||||
X11_USE= XORG=xxf86dga,xxf86vm,xpm,xext,x11
|
||||
|
||||
# needed despite stage-qa's warning
|
||||
SDL_USES= desktop-file-utils
|
||||
X11_USES= desktop-file-utils
|
||||
SDL_USES= desktop-file-utils sdl
|
||||
X11_USES= desktop-file-utils xorg
|
||||
|
||||
LDFLAGS_i386= -Wl,-z,notext
|
||||
|
||||
|
@ -39,8 +39,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME:tu}
|
||||
OPTIONS_DEFINE= DOCS X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
DOCS_CONFIGURE_ON= --with-docroot=${DOCSDIR}
|
||||
X11_USES= motif xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_USES= motif
|
||||
X11_LIB_DEPENDS= libgd.so:graphics/gd \
|
||||
libpng.so:graphics/png
|
||||
X11_CONFIGURE_OFF= --without-x
|
||||
|
@ -19,6 +19,7 @@ OPTIONS_SUB= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xaw,xt
|
||||
|
||||
post-patch:
|
||||
|
@ -46,6 +46,7 @@ PORTEXAMPLES= bjtnoise.cir bsim1tst.cir bsim2tst.cir diffpair.cir \
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xaw,xext,xmu,xt
|
||||
X11_CONFIGURE_ENV= WITH_X11=yes
|
||||
DEV_BSIM3_DESC= BSIM3v3 MOS Transistor Model Support
|
||||
|
@ -72,6 +72,7 @@ SQLITE_CONFIGURE_OFF= --disable-sqlite
|
||||
X11_CONFIGURE_WITH= x
|
||||
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
X11_USES= gnome xorg
|
||||
X11_USE= XORG=x11 XORG=xpm \
|
||||
GNOME=cairo GNOME=gdkpixbuf2 GNOME=gtk20
|
||||
X11_PLIST_SUB= X11=''
|
||||
|
@ -26,6 +26,7 @@ PULSEAUDIO_DESC= Beep using Pulse Audio
|
||||
OSS_MAKE_ARGS= DEVICE=OSS
|
||||
|
||||
X11_MAKE_ARGS= DEVICE=X11
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CFLAGS= -I${LOCALBASE}/include
|
||||
X11_LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
@ -20,6 +20,7 @@ OPTIONS_DEFINE= PULSEAUDIO X11
|
||||
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
||||
PULSEAUDIO_CMAKE_BOOL= PULSE_AUDIO_SUPPORT
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=ice,sm,x11,xext
|
||||
X11_CMAKE_BOOL= X11_SUPPORT
|
||||
|
||||
|
@ -50,6 +50,7 @@ WAYLAND_USE= GL=egl
|
||||
WAYLAND_CMAKE_BOOL= enable-wayland-support
|
||||
WAYLAND_IMPLIES= EGL
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xcomposite,xinerama,xrandr,xrender,xtst
|
||||
X11_CMAKE_BOOL= enable-x11-support
|
||||
|
||||
|
@ -44,6 +44,7 @@ OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CONFIGURE_WITH= x
|
||||
|
||||
|
@ -48,6 +48,7 @@ TK_MAKE_ENV= tk=1
|
||||
TRIO_DESC= Trio portable string functions
|
||||
TRIO_BUILD_DEPENDS= trio>=0:devel/trio
|
||||
TRIO_MAKE_ENV= trio=1
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xt
|
||||
X11_MAKE_ENV= xt=1
|
||||
|
||||
|
@ -52,6 +52,7 @@ FONTCONFIG_CONFIGURE_WITH=fontconfig
|
||||
FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
|
||||
FONTCONFIG_IMPLIES= GUI
|
||||
|
||||
X11_USES= gl xorg
|
||||
X11_USE= GL=gl XORG=x11,xext
|
||||
X11_CONFIGURE_ON= --with-x=${LOCALBASE} --with-glx
|
||||
X11_CONFIGURE_OFF= --without-x --without-glx
|
||||
@ -61,6 +62,7 @@ XINERAMA_USE= XORG=xinerama
|
||||
XINERAMA_CONFIGURE_WITH=xinerama
|
||||
XINERAMA_IMPLIES= X11
|
||||
|
||||
SDL_USES= gl sdl
|
||||
SDL_USE= SDL=sdl GL=gl
|
||||
SDL_CONFIGURE_WITH= sdl
|
||||
SDL_IMPLIES= GUI
|
||||
|
@ -37,6 +37,7 @@ OPTIONS_SUB= yes
|
||||
CAIRO_CONFIGURE_OFF= --disable-cairo --without-x
|
||||
CAIRO_CONFIGURE_ON= --enable-cairo --with-x
|
||||
CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo
|
||||
CAIRO_USES= xorg
|
||||
CAIRO_USE= XORG=x11
|
||||
|
||||
post-install-DOCS-on:
|
||||
|
@ -36,6 +36,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}"
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_OFF= --no-intl
|
||||
|
||||
X11_USES xorg
|
||||
X11_USE= XORG=x11,xmu
|
||||
X11_CONFIGURE_ON= --x-include=${LOCALBASE}/include \
|
||||
--x-lib=${LOCALBASE}/lib
|
||||
|
@ -36,7 +36,7 @@ MODULES_DESC= SFML modules
|
||||
|
||||
WINDOW_DESC= SFML Window module
|
||||
WINDOW_CMAKE_BOOL= SFML_BUILD_WINDOW
|
||||
WINDOW_USES= gl
|
||||
WINDOW_USES= gl xorg
|
||||
WINDOW_USE= XORG=x11,xrandr GL=gl
|
||||
|
||||
GRAPHICS_DESC= SFML Graphics module
|
||||
|
@ -48,6 +48,7 @@ IDE_LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libnotify.so:devel/libnotify \
|
||||
libpng.so:graphics/png
|
||||
IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz
|
||||
IDE_USES= gnome xorg
|
||||
IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \
|
||||
GNOME=cairo,gdkpixbuf2,gtk20
|
||||
UMK_DESC= Build/install UMK (U++ MaKe command line utility)
|
||||
@ -57,7 +58,9 @@ USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC
|
||||
SCD_DESC= Install spelling dictionaries (*.scd files)
|
||||
SCD_VARS= PORTDATA+=*.scd
|
||||
# SDL/OPENGL/MYSQL/PGSQL dependencies are only for run-time for use by executables built by the IDE
|
||||
SDL_USES= sdl
|
||||
SDL_USE= SDL=sdl
|
||||
OPENGL_USES= gl
|
||||
OPENGL_USE= GL=gl,glu
|
||||
MYSQL_USES= mysql
|
||||
PGSQL_USES= pgsql
|
||||
|
@ -23,6 +23,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||
OPTIONS_DEFINE= XAE
|
||||
|
||||
XAE_DESC= Build X11 version 'xae'
|
||||
XAE_USES= xorg
|
||||
XAE_USE= XORG=x11
|
||||
XAE_PLIST_FILES= bin/xae bin/rxae
|
||||
XAE_ALL_TARGET= xae
|
||||
|
@ -36,6 +36,7 @@ MAKE_ENV+= DEST_DOC_DIR=${STAGEDIR}${DOCSDIR}
|
||||
|
||||
ALL_TARGET= all getmail
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11 XORG=ice XORG=xt
|
||||
X11_ALL_TARGET= xjed
|
||||
|
||||
|
@ -32,6 +32,7 @@ BACKEND_DESC= GUI backend
|
||||
SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
|
||||
SVGALIB_VARS= MAKE_ARGS+=TARGET=Linux_svgalib
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xaw,xext,xmu,xt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -54,7 +54,7 @@ GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
||||
libepoxy.so:graphics/libepoxy \
|
||||
libpcre2-8.so:devel/pcre2
|
||||
GTK3_USE= GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm
|
||||
GTK3_USES= gettext gl
|
||||
GTK3_USES= gettext gl gnome xorg
|
||||
JPEG_CONFIGURE_OFF= --disable-vnc-jpeg
|
||||
JPEG_USES= jpeg
|
||||
NCURSES_USES= ncurses:base
|
||||
@ -80,7 +80,7 @@ VDE_CONFIGURE_OFF= --disable-vde
|
||||
VDE_LIB_DEPENDS= libvdeplug.so:net/vde2
|
||||
X11_CONFIGURE_ENABLE= sdl
|
||||
X11_USE= SDL=sdl2 XORG=x11,xext
|
||||
X11_USES= sdl
|
||||
X11_USES= sdl xorg
|
||||
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
|
||||
X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2
|
||||
.endif
|
||||
|
@ -51,7 +51,7 @@ VDE_DESC= vde dependency (for vde networking)
|
||||
OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE
|
||||
OPTIONS_SUB= yes
|
||||
X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2
|
||||
X11_USES= sdl
|
||||
X11_USES= gnome sdl xorg
|
||||
X11_CONFIGURE_ENABLE= sdl
|
||||
GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
||||
GTK3_USE= GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext
|
||||
|
@ -24,7 +24,7 @@ OPTIONS_DEFINE= GUI DOCS
|
||||
OPTIONS_DEFAULT=GUI
|
||||
|
||||
GUI_USE= XORG=x11,xaw
|
||||
GUI_USES= imake:env
|
||||
GUI_USES= imake:env xorg
|
||||
GUI_PLIST_FILES=bin/xspim man/man1/xspim.1.gz
|
||||
|
||||
post-build-GUI-on:
|
||||
|
@ -111,7 +111,7 @@ VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
|
||||
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML
|
||||
|
||||
X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
|
||||
X11_USES= gl jpeg
|
||||
X11_USES= gl jpeg xorg
|
||||
X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
|
||||
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
|
@ -20,6 +20,7 @@ OPTIONS_DEFINE= X11 DOCS
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xpm
|
||||
X11_CONFIGURE_WITH= x
|
||||
|
||||
|
@ -23,8 +23,10 @@ OPTIONS_DEFINE= SDL X11 DOCS
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils
|
||||
SDL_USES= sdl
|
||||
SDL_USE= SDL=image,mixer,ttf,sdl
|
||||
SDL_CONFIGURE_ENABLE= sdl
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=ice,sm,x11
|
||||
X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps
|
||||
X11_CONFIGURE_ENABLE= x11
|
||||
|
@ -36,9 +36,10 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS
|
||||
OPTIONS_DEFAULT= OPENGL X11 OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPENGL_USES= jpeg
|
||||
OPENGL_USES= gl jpeg
|
||||
OPENGL_USE= GL=yes
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xxf86dga
|
||||
|
||||
BROKEN_powerpc= Does not install on powerpc: signal 2
|
||||
|
@ -30,10 +30,12 @@ OPTIONS_SUB= yes
|
||||
|
||||
X11_ALL_TARGET= x11
|
||||
X11_VARS= BINARY=xheretic
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xext
|
||||
|
||||
FASTX11_ALL_TARGET= fastx11
|
||||
FASTX11_VARS= BINARY=xaheretic
|
||||
FASTX11_USES= xorg
|
||||
FASTX11_USE= XORG=x11,xext
|
||||
|
||||
SDL_ALL_TARGET= sdl
|
||||
|
@ -50,6 +50,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \
|
||||
VORBIS_CMAKE_BOOL= WITH_OGGVORBIS
|
||||
|
||||
X11_DESC= X11 clipboard pasting support
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CMAKE_BOOL= WITH_X11
|
||||
|
||||
|
@ -40,12 +40,14 @@ GH_ACCOUNT= Xylemon
|
||||
USES= pkgconfig
|
||||
|
||||
ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif
|
||||
ATHENA_USES= xorg
|
||||
ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice
|
||||
|
||||
MOTIF_CONFIGURE_ON= --disable-athena --disable-gtk
|
||||
MOTIF_USE= XORG=xt,x11,sm,ice,xpm
|
||||
MOTIF_USES= motif
|
||||
MOTIF_USES= motif xorg
|
||||
|
||||
GTK_USES= gnome xorg
|
||||
GTK_CONFIGURE_ON= --disable-athena --disable-motif
|
||||
GTK_USE= GNOME=gtk20 XORG=sm,ice
|
||||
|
||||
|
@ -42,6 +42,7 @@ CLIENT_LIB_DEPENDS= libtheora.so:multimedia/libtheora \
|
||||
libvorbisenc.so:audio/libvorbis \
|
||||
libvorbisfile.so:audio/libvorbis \
|
||||
libogg.so:audio/libogg
|
||||
CLIENT_USES= sdl xorg
|
||||
CLIENT_USE= SDL=sdl2 XORG=x11
|
||||
CLIENT_ALL_TARGET= sdl-release
|
||||
CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico
|
||||
|
@ -66,6 +66,7 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
WMF_CONFIGURE_WITH= wmf
|
||||
X11_CONFIGURE_OFF= ac_cv_lib_ICE_IceConnectionNumber=no
|
||||
X11_CONFIGURE_WITH= x
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=ice,sm,x11,xext
|
||||
XML_CONFIGURE_WITH= xml
|
||||
XML_USE= GNOME=libxml2
|
||||
|
@ -25,6 +25,7 @@ OPTIONS_DEFAULT= NCURSES
|
||||
|
||||
DRIVERS_DESC= Drives selection
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CONFIGURE_WITH= x11-driver=yes
|
||||
NCURSES_USES= ncurses
|
||||
|
@ -44,6 +44,7 @@ CHAMPLAIN_LIB_DEPENDS= libcogl.so:graphics/cogl \
|
||||
libclutter-1.0.so:graphics/clutter \
|
||||
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
||||
libchamplain-0.12.so:graphics/libchamplain
|
||||
CHAMPLAIN_USES= gl xorg
|
||||
CHAMPLAIN_USE= GL=egl XORG=x11,xcomposite,xdamage,xext,xfixes,xi,xrandr
|
||||
|
||||
PYTHON_CONFIGURE_ENABLE=python
|
||||
|
@ -52,6 +52,7 @@ PLUGINS_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
PLUGINS_BROKEN= cmake files support was accidentally broken, need to convert the port to gmake use: https://github.com/dtschump/gmic/issues/135
|
||||
|
||||
X11_CMAKE_BOOL= ENABLE_X
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=ice,sm,x11,xext
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -64,6 +64,7 @@ OCTAVE_CONFIGURE_OFF= --disable-mex
|
||||
SHARED_DESC= Build shared (dynamic) libraries
|
||||
SHARED_CONFIGURE_ON= --enable-shared
|
||||
SHARED_USE= LDCONFIG=yes
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xaw,xmu,xt
|
||||
X11_CONFIGURE_OFF= --disable-xgrid
|
||||
|
||||
|
@ -24,6 +24,7 @@ USE_LDCONFIG= yes
|
||||
USES= jpeg libtool:keepla localbase zip
|
||||
|
||||
OPENGL_CONFIGURE_ENABLE=opengl
|
||||
OPENGL_USES= gl xorg
|
||||
OPENGL_USE= GL=glut XORG=x11,xext,xi,xmu
|
||||
UUID_EXTRA_PATCHES= ${PATCHDIR}/uuid.patch
|
||||
|
||||
|
@ -32,6 +32,7 @@ OPTIONS_DEFAULT= X11 IMLIB2
|
||||
X11_DESC= X11 and OpenGL support
|
||||
FTGL_DESC= Freetype font rendering in OpenGL
|
||||
|
||||
X11_USES= gl xorg
|
||||
X11_USE= XORG=x11 GL=glut
|
||||
X11_CONFIGURE_OFF= --disable-x11 --disable-gl
|
||||
IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2
|
||||
|
@ -34,6 +34,7 @@ OPTIONS_DEFINE= X11 DOCS
|
||||
OPTIONS_DEFAULT=X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CONFIGURE_OFF=--with-x=no
|
||||
|
||||
|
@ -40,6 +40,7 @@ IO_DESC= Without I/O restrictions (security risk)
|
||||
|
||||
IO_CONFIGURE_ON= --disable-io-restrictions
|
||||
STATIC_CONFIGURE_ON= --enable-static
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xpm,sm,ice,x11 SDL=sdl
|
||||
X11_CONFIGURE_OFF= --without-x
|
||||
|
||||
|
@ -48,6 +48,7 @@ GTK2_USE= GNOME=gtk20
|
||||
GTK2_USES= pkgconfig
|
||||
GTK2_CONFIGURE_WITH= gtk-driver
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xext
|
||||
X11_CONFIGURE_WITH= x11-driver x
|
||||
|
||||
|
@ -26,6 +26,7 @@ OPTIONS_RADIO_IMAGEMAGICK= V6 V7
|
||||
OPTIONS_SUB= yes
|
||||
V4L_DESC= Build zbarcam video scanner
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=ice,sm,x11,xau,xcb,xdmcp,xext,xv
|
||||
X11_CONFIGURE_ON= --with-x=yes
|
||||
X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv
|
||||
|
@ -40,6 +40,7 @@ CANNA_CONFIGURE_ON= --with-canna=yes
|
||||
CANNA_CONFIGURE_OFF= --with-canna=no
|
||||
CANNA_LIB_DEPENDS= libcanna.so:japanese/canna-lib
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xext,xt
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -48,6 +48,7 @@ PORTDOCS= cygwin.txt differen.doc fepctrl.doc readme.doc \
|
||||
CPPFLAGS+= -DBSD_UNIX -DUSE_LOCALE
|
||||
LIBS+= -ltermlib -L${LOCALBASE}/lib
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_CPPFLAGS= -DUSE_X11 -I${LOCALBASE}/include
|
||||
X11_LIBS= -lX11 -L${LOCALBASE}/lib
|
||||
|
@ -109,6 +109,7 @@ X11_CONFIGURE_ON= --with-giflib=system \
|
||||
X11_LIB_DEPENDS= libgif.so:graphics/giflib
|
||||
X11_MAKE_ENV_OFF= BUILD_HEADLESS_ONLY=1 \
|
||||
MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include"
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xext,xi,xrender,xt,xtst
|
||||
FONTCONFIG_EXTRA_PATCHES= ${PATCHDIR}/fontconfig.patch
|
||||
FONTCONFIG_IMPLIES= X11
|
||||
|
@ -45,6 +45,7 @@ CONFIGURE_ARGS= --installprefix=${PREFIX} \
|
||||
PLIST_SUB= PORTNAME=${PORTNAME} \
|
||||
CHEZ_ARCH=${CHEZ_ARCH} \
|
||||
CHEZ_LIBDIR=${CHEZ_LIBDIR}
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -41,6 +41,7 @@ PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
ASDF_CONFIGURE_ON= --with-asdf=yes
|
||||
ASDF_CONFIGURE_OFF= --with-asdf=no
|
||||
|
||||
CLX_USES= xorg
|
||||
CLX_USE= XORG=x11
|
||||
CLX_CONFIGURE_ON= --with-clx=yes
|
||||
CLX_CONFIGURE_OFF= --with-clx=no
|
||||
|
@ -74,13 +74,16 @@ OPTIONS_GROUP_ADDONS=${OPTIONAL_ADDONS:tu}
|
||||
|
||||
BIGNUM_LIB_DEPENDS= libgmp.so:math/gmp
|
||||
CFFI_LIB_DEPENDS= libffi.so:devel/libffi
|
||||
CAIRO_USES= gnome
|
||||
CAIRO_USE= GNOME=cairo
|
||||
CLUTTER_LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter
|
||||
DBI_LIB_DEPENDS= libdbi.so:databases/libdbi
|
||||
EDITLINE_USES= libedit
|
||||
FONT_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
FONT_USES= gl xorg
|
||||
FONT_USE= GL=glut XORG=xmu
|
||||
GLFW_LIB_DEPENDS= libglfw.so:graphics/glfw2
|
||||
GLFW_USES= gl xorg
|
||||
GLFW_USE+= GL=glu,gl XORG=sm,ice,x11,xext,xi
|
||||
IMAGE_LIB_DEPENDS= libpng.so:graphics/png \
|
||||
libtiff.so:graphics/tiff
|
||||
@ -88,11 +91,12 @@ IMAGE_USES= jpeg
|
||||
LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
||||
LIBSNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||
LIBXML2_USE= GNOME=libxml2
|
||||
LIBXML2_USES= iconv
|
||||
LIBXML2_USES= gnome iconv
|
||||
LOUDMOUTH_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth
|
||||
MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
|
||||
MYSQL_USES= mysql:client
|
||||
OGG_LIB_DEPENDS= libogg.so:audio/libogg
|
||||
OPENGL_USES= gl xorg
|
||||
OPENGL_USE= GL=glut XORG=xmu
|
||||
POSTGRESQL_USES= pgsql
|
||||
PYTHON_USES= python:3.3+
|
||||
|
@ -27,6 +27,7 @@ X11_BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
|
||||
mkfontscale>=0:x11-fonts/mkfontscale
|
||||
X11_RUN_DEPENDS= xloadimage:x11/xloadimage \
|
||||
mkfontscale>=0:x11-fonts/mkfontscale
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile-x11
|
||||
X11_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile-nox11
|
||||
|
@ -28,6 +28,7 @@ FLTK_LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \
|
||||
libexpat.so:textproc/expat2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfltk_images.so:x11-toolkits/fltk
|
||||
FLTK_USES= xorg
|
||||
FLTK_USE= XORG=x11,xau,xcb,xdmcp,xext,xft,xinerama,xpm,xrender
|
||||
FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut"
|
||||
FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT=""
|
||||
|
@ -501,6 +501,7 @@ VAPOURSYNTH_LIB_DEPENDS= libvapoursynth-script.so:multimedia/vapoursynth
|
||||
VAPOURSYNTH_CONFIGURE_ENABLE= vapoursynth
|
||||
|
||||
# vdpau
|
||||
VDPAU_USES= xorg
|
||||
VDPAU_USE= XORG=x11
|
||||
VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau
|
||||
VDPAU_CONFIGURE_ENABLE= vdpau
|
||||
@ -554,6 +555,7 @@ XAVS2_LIB_DEPENDS= libxavs2.so:multimedia/xavs2
|
||||
XAVS2_CONFIGURE_ENABLE= libxavs2
|
||||
|
||||
# xcb
|
||||
XCB_USES= xorg
|
||||
XCB_USE= XORG=xcb
|
||||
XCB_CONFIGURE_ENABLE= libxcb
|
||||
|
||||
@ -562,6 +564,7 @@ XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid
|
||||
XVID_CONFIGURE_ENABLE= libxvid
|
||||
|
||||
# xv
|
||||
XVIDEO_USES= xorg
|
||||
XVIDEO_USE= XORG=x11,xext,xv
|
||||
XVIDEO_CONFIGURE_OFF= --disable-outdev=xv
|
||||
|
||||
|
@ -34,6 +34,7 @@ WAYLAND_CONFIGURE_ENABLE= wayland
|
||||
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
||||
|
||||
X11_CONFIGURE_ENABLE= x11
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xext,xfixes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,6 +27,7 @@ DATADIR= ${PREFIX}/share/mpeg2
|
||||
|
||||
CFLAGS+= -DVERIFY -DVERBOSE -DTRACE
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xext
|
||||
X11_MAKE_ARGS= USE_DISP="-DDISPLAY" \
|
||||
USE_SHMEM="-DSH_MEM" \
|
||||
|
@ -44,6 +44,7 @@ FILTERAUDIO_DESC= Enable the echo canceling backend
|
||||
FILTERAUDIO_CMAKE_BOOL= USE_FILTERAUDIO
|
||||
FILTERAUDIO_LIB_DEPENDS= libfilteraudio.so:audio/libfilteraudio
|
||||
PLATFORM_EXTENSIONS_CMAKE_BOOL= PLATFORM_EXTENSIONS
|
||||
PLATFORM_EXTENSIONS_USES= xorg
|
||||
PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver
|
||||
|
||||
SPELL_CHECK_DESC= Spell checking support
|
||||
|
@ -76,7 +76,7 @@ CLIENT_USE= RC_SUBR=boinc-client
|
||||
LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu
|
||||
LINUX_USES= linux
|
||||
|
||||
X11_USES= jpeg gl
|
||||
X11_USES= jpeg gl xorg
|
||||
X11_USE= GL=glut XORG=x11,xscrnsaver,xmu,xi
|
||||
X11_CONFIGURE_OFF= --without-x ax_cv_check_glut_libglut=no
|
||||
|
||||
|
@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -91,7 +91,7 @@ ALL_MODULES_LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
|
||||
libyaml.so:textproc/libyaml
|
||||
ALL_MODULES_RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
||||
ALL_MODULES_USE= XORG=x11 OPENLDAP=yes
|
||||
ALL_MODULES_USES= autoreconf # required by mod_unimrcp
|
||||
ALL_MODULES_USES= autoreconf xorg # required by mod_unimrcp
|
||||
|
||||
8K_VARS= BITRATES+=8000
|
||||
16K_VARS= BITRATES+=16000
|
||||
|
@ -53,6 +53,7 @@ G729_LIB_DEPENDS= libbcg729.so:audio/bcg729
|
||||
|
||||
GLX_IMPLIES= VIDEO
|
||||
GLX_CMAKE_BOOL= ENABLE_GL ENABLE_GLX
|
||||
GLX_USES= gl
|
||||
GLX_USE= GL=glew
|
||||
|
||||
GSM_CMAKE_BOOL= ENABLE_GSM
|
||||
|
@ -29,6 +29,7 @@ OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xaw,xext,xmu,xt
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -30,6 +30,7 @@ PLIST_FILES= bin/hp2xx man/man1/hp2xx.1.gz
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11
|
||||
X11_MAKE_ENV= PREVIEWER=to_x11
|
||||
X11_MAKE_ENV_OFF= PREVIEWER=no_prev
|
||||
|
@ -34,7 +34,7 @@ DOCS_CMAKE_BOOL= INSTALL_DOCS
|
||||
|
||||
VISUALIZER_DESC= Build the visualizer component
|
||||
VISUALIZER_CMAKE_BOOL= BUILD_VISUALIZER
|
||||
VISUALIZER_USES= gl
|
||||
VISUALIZER_USES= gl xorg
|
||||
VISUALIZER_USE= GL=gl,glu,glut XORG=xi,xmu
|
||||
|
||||
EXAMPLE_PROGRAMS_DESC= Build and install example programs
|
||||
|
@ -63,6 +63,7 @@ IPV6_CMAKE_BOOL= BUILD_IPV6
|
||||
|
||||
LUA_CAIRO_DESC= Lua-Cairo binding
|
||||
LUA_CAIRO_CMAKE_BOOL= BUILD_LUA_CAIRO
|
||||
LUA_CAIRO_USES= gnome
|
||||
LUA_CAIRO_USE= gnome=cairo
|
||||
LUA_CAIRO_PLIST_FILES= lib/conky/libcairo.so
|
||||
LUA_CAIRO_IMPLIES= X11
|
||||
@ -74,6 +75,7 @@ LUA_IMLIB2_IMPLIES= IMLIB2 X11
|
||||
|
||||
LUA_RSVG_DESC= Lua-rsvg binding
|
||||
LUA_RSVG_CMAKE_BOOL= BUILD_LUA_RSVG
|
||||
LUA_RSVG_USES= gnome
|
||||
LUA_RSVG_USE= gnome=librsvg2
|
||||
LUA_RSVG_PLIST_FILES= lib/conky/librsvg.so
|
||||
LUA_RSVG_IMPLIES= X11
|
||||
@ -94,6 +96,7 @@ NCURSES_USES= ncurses:port
|
||||
|
||||
RSS_DESC= Display RSS feeds
|
||||
RSS_CMAKE_BOOL= BUILD_RSS
|
||||
RSS_USES= gnome
|
||||
RSS_USE= gnome=glib20,libxml2
|
||||
RSS_IMPLIES= CURL
|
||||
|
||||
@ -118,6 +121,7 @@ XMMS2_LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
||||
XOAP_DESC= Display XOAP weather reports
|
||||
XOAP_CMAKE_BOOL= BUILD_WEATHER_XOAP
|
||||
XOAP_IMPLIES= CURL METAR
|
||||
XOAP_USES= gnome
|
||||
XOAP_USE= gnome=libxml2
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -22,6 +22,7 @@ OPTIONS_SUB= yes
|
||||
|
||||
CLIENT_DESC= GKrellM Client
|
||||
CLIENT_CONFLICTS= gkrellm-[^2].* gkrellm[^2]-[^2].*
|
||||
CLIENT_USES= gnome xorg
|
||||
CLIENT_USE= GNOME=gtk20 XORG=sm,x11
|
||||
CLIENT_USE_OFF= GNOME=glib20
|
||||
CLIENT_VARS_OFF= BUILD_WRKSRC=${WRKSRC}/server \
|
||||
|
@ -26,9 +26,10 @@ NVCONTROL_DESC= NV-CONTROL support (for OpenGL settings)
|
||||
X11_DESC= Build GUI program (requires GTK+ 2.x)
|
||||
|
||||
NVCONTROL_USE= XORG=xext
|
||||
NVCONTROL_USES= pkgconfig
|
||||
NVCONTROL_USES= pkgconfig xorg
|
||||
NVCONTROL_CONFIGURE_OFF= --disable-nvcontrol
|
||||
|
||||
X11_USES= gnome
|
||||
X11_USE= GNOME=gtk20
|
||||
X11_CONFIGURE_OFF= --disable-gtk
|
||||
X11_VARS= INSTALLS_ICONS=yes
|
||||
|
@ -29,6 +29,7 @@ OPTIONS_DEFAULT=SMB CLI
|
||||
ASUS_DESC= Enable A7N8X-VM support
|
||||
SMB_DESC= Enable smb(4) support
|
||||
CLI_DESC= CLI support only
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xt
|
||||
X11_MAKE_ARGS_OFF= PROGRAM="mbmon"
|
||||
|
||||
|
@ -31,6 +31,7 @@ HTMLDOCGUI_DESC= Build GUI front-end
|
||||
HTMLDOCGUI_CONFIGURE_WITH= gui=yes
|
||||
HTMLDOCGUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
HTMLDOCGUI_USES= xorg
|
||||
HTMLDOCGUI_USE= XORG=x11,xrender,xcursor,xfixes \
|
||||
xext,xft,xinerama jpeg
|
||||
GNUTLS_CONFIGURE_ENABLE= gnutls
|
||||
|
@ -62,6 +62,7 @@ GTK2_LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
GTK3_USES= xorg
|
||||
GTK3_USE= GNOME=cairo,gtk30 XORG=x11,xi
|
||||
GTK3_CONFIGURE_ENABLE= gtk3 libnotify
|
||||
GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
||||
|
@ -46,6 +46,7 @@ NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= gettext-runtime
|
||||
|
||||
SVG_CONFIGURE_WITH= librsvg
|
||||
SVG_USES= gnome
|
||||
SVG_USE= gnome=librsvg2,glib20,gdkpixbuf2,cairo
|
||||
|
||||
SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
|
||||
|
@ -33,6 +33,7 @@ CPE_VENDOR= mono-project
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_DEFAULT=X11
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xrender
|
||||
X11_CONFIGURE_OFF= --without-x11
|
||||
|
||||
|
@ -16,6 +16,7 @@ OPTIONS_DEFINE= X11
|
||||
X11_DESC= Install X libraries
|
||||
OPTIONS_DEFAULT= X11
|
||||
|
||||
X11_USES= xorg
|
||||
X11_USE= XORG=xcursor,xfont,xxf86dga,xxf86vm,xi,xinerama,xkbfile,xrandr,xrender,xres,xv
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user