mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
This commit is contained in:
parent
2677283c3d
commit
7be404eb3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516915
@ -105,6 +105,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/db${BDB_VER}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCLX_MIT} || ${PORT_OPTIONS:MCLX_NEW}
|
||||
USES+= xorg
|
||||
USE_XORG= x11
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MCLX_MIT}
|
||||
@ -135,6 +136,7 @@ CONFIGURE_ARGS+=--with-module=bindings/glibc
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK2}
|
||||
USES+= gnome
|
||||
USE_GNOME= gtk20 libglade2
|
||||
CONFIGURE_ARGS+=--with-module=gtk2
|
||||
.endif
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52 \
|
||||
libffi.so:devel/libffi
|
||||
|
||||
USES= compiler:c++11-lib gettext gmake gnome libtool \
|
||||
localbase pathfix pkgconfig python:build readline tar:xz
|
||||
localbase pathfix pkgconfig python:build readline tar:xz xorg
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection
|
||||
USE_XORG= x11 xext
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:shells/bash
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
HUGS_DATE= Sep2006
|
||||
USES= bison gmake openal:al,alut
|
||||
USES= bison gl gmake openal:al,alut xorg
|
||||
USE_CSTD= gnu89
|
||||
USE_GCC= yes
|
||||
|
||||
|
@ -31,6 +31,7 @@ OPTIONS_DEFINE= DOCS X11
|
||||
CONFIG_CMD= Configure
|
||||
PLIST_SUB+= WITHOUT_X11="@comment "
|
||||
.else
|
||||
USES+= xorg
|
||||
USE_XORG= x11 xpm
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIG_CMD= X-Configure
|
||||
|
@ -82,6 +82,7 @@ CONFIGURE_ARGS+=-no-pthread
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
PLIST_SUB+= X11=""
|
||||
USES+= xorg
|
||||
USE_XORG= x11
|
||||
CONFLICTS+= ocaml-nox11-[0-9]*
|
||||
CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib
|
||||
|
@ -505,8 +505,6 @@ USES+= mysql
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "gd"
|
||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||
@ -520,12 +518,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||
. endif
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
USE_XORG= xpm
|
||||
USES+= xorg
|
||||
USE_XORG= x11 xpm
|
||||
|
||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
PHP_MOD_PRIO= 30
|
||||
. if ${PORT_OPTIONS:MPANDA}
|
||||
|
@ -509,8 +509,6 @@ USES+= mysql
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "gd"
|
||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||
@ -524,12 +522,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||
. endif
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
USE_XORG= xpm
|
||||
USES+= xorg
|
||||
USE_XORG= x11 xpm
|
||||
|
||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
. if ${PORT_OPTIONS:MPANDA}
|
||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||
|
@ -509,8 +509,6 @@ USES+= mysql
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "gd"
|
||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||
@ -524,12 +522,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||
. endif
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
USES+= xorg
|
||||
USE_XORG= xpm
|
||||
|
||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
. if ${PORT_OPTIONS:MPANDA}
|
||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||
|
@ -489,8 +489,6 @@ USES+= mysql
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "gd"
|
||||
. if ${PORT_OPTIONS:MJIS}
|
||||
CONFIGURE_ARGS+=--enable-gd-jis-conv
|
||||
@ -501,12 +499,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||
CONFIGURE_ARGS+=--with-webp
|
||||
. endif
|
||||
. if ${PORT_OPTIONS:MX11}
|
||||
USES+= xorg
|
||||
USE_XORG= xpm
|
||||
|
||||
CONFIGURE_ARGS+=--with-xpm
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PHP_MODNAME} == "imap"
|
||||
. if ${PORT_OPTIONS:MPANDA}
|
||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||
|
@ -12,8 +12,8 @@ COMMENT= ANSI/Turbo Pascal to C/C++ converter
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= bison xorg
|
||||
USE_XORG= x11
|
||||
USES= bison
|
||||
|
||||
EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \
|
||||
func.pas hello.pas impact.pas lister.pas makefile.bsd \
|
||||
|
@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34}
|
||||
CONFIGURE_ARGS= --enable QtQml
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USES= gl python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run network_run
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
|
@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64
|
||||
|
||||
LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
|
||||
USES= mysql:client ncurses pgsql sqlite tar:tgz
|
||||
USES= mysql:client ncurses pgsql sqlite tar:tgz xorg
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
|
@ -31,7 +31,7 @@ LIB_DEPENDS= libaudio.so:audio/nas \
|
||||
libpulse-simple.so:audio/pulseaudio \
|
||||
libv4l2.so:multimedia/libv4l
|
||||
|
||||
USES= pkgconfig
|
||||
USES= gl gnome pkgconfig
|
||||
USE_GNOME= cairo pango
|
||||
USE_GL= gl
|
||||
HAS_CONFIGURE= yes
|
||||
|
@ -27,7 +27,7 @@ SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION}
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
||||
USES= compiler:c11 libedit gmake jpeg libarchive pathfix pkgconfig \
|
||||
readline shebangfix ssl
|
||||
readline shebangfix ssl xorg
|
||||
USE_XORG= ice sm x11 xext xft xinerama xpm xt
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libffi.so:devel/libffi
|
||||
|
||||
USES= autoreconf bison gmake localbase ncurses
|
||||
USES= autoreconf bison gmake localbase ncurses xorg
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= marcIhm
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Interpreted language for scientific simulations
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= makeinfo
|
||||
USES= makeinfo xorg
|
||||
USE_XORG= x11
|
||||
MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user