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
16 changed files with 27 additions and 19 deletions
|
@ -105,6 +105,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/db${BDB_VER}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCLX_MIT} || ${PORT_OPTIONS:MCLX_NEW}
|
.if ${PORT_OPTIONS:MCLX_MIT} || ${PORT_OPTIONS:MCLX_NEW}
|
||||||
|
USES+= xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
.endif
|
.endif
|
||||||
.if ${PORT_OPTIONS:MCLX_MIT}
|
.if ${PORT_OPTIONS:MCLX_MIT}
|
||||||
|
@ -135,6 +136,7 @@ CONFIGURE_ARGS+=--with-module=bindings/glibc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGTK2}
|
.if ${PORT_OPTIONS:MGTK2}
|
||||||
|
USES+= gnome
|
||||||
USE_GNOME= gtk20 libglade2
|
USE_GNOME= gtk20 libglade2
|
||||||
CONFIGURE_ARGS+=--with-module=gtk2
|
CONFIGURE_ARGS+=--with-module=gtk2
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52 \
|
||||||
libffi.so:devel/libffi
|
libffi.so:devel/libffi
|
||||||
|
|
||||||
USES= compiler:c++11-lib gettext gmake gnome libtool \
|
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_GNOME= cairo gdkpixbuf2 gtk30 introspection
|
||||||
USE_XORG= x11 xext
|
USE_XORG= x11 xext
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:shells/bash
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||||
|
|
||||||
HUGS_DATE= Sep2006
|
HUGS_DATE= Sep2006
|
||||||
USES= bison gmake openal:al,alut
|
USES= bison gl gmake openal:al,alut xorg
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@ OPTIONS_DEFINE= DOCS X11
|
||||||
CONFIG_CMD= Configure
|
CONFIG_CMD= Configure
|
||||||
PLIST_SUB+= WITHOUT_X11="@comment "
|
PLIST_SUB+= WITHOUT_X11="@comment "
|
||||||
.else
|
.else
|
||||||
|
USES+= xorg
|
||||||
USE_XORG= x11 xpm
|
USE_XORG= x11 xpm
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
CONFIG_CMD= X-Configure
|
CONFIG_CMD= X-Configure
|
||||||
|
|
|
@ -82,6 +82,7 @@ CONFIGURE_ARGS+=-no-pthread
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MX11}
|
.if ${PORT_OPTIONS:MX11}
|
||||||
PLIST_SUB+= X11=""
|
PLIST_SUB+= X11=""
|
||||||
|
USES+= xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
CONFLICTS+= ocaml-nox11-[0-9]*
|
CONFLICTS+= ocaml-nox11-[0-9]*
|
||||||
CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib
|
CONFIGURE_ARGS+=-x11include ${LOCALBASE}/include -x11lib ${LOCALBASE}/lib
|
||||||
|
|
|
@ -505,8 +505,6 @@ USES+= mysql
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "gd"
|
.if ${PHP_MODNAME} == "gd"
|
||||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||||
|
@ -520,12 +518,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
. if ${PORT_OPTIONS:MX11}
|
. if ${PORT_OPTIONS:MX11}
|
||||||
USE_XORG= xpm
|
USES+= xorg
|
||||||
|
USE_XORG= x11 xpm
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "imap"
|
.if ${PHP_MODNAME} == "imap"
|
||||||
PHP_MOD_PRIO= 30
|
PHP_MOD_PRIO= 30
|
||||||
. if ${PORT_OPTIONS:MPANDA}
|
. if ${PORT_OPTIONS:MPANDA}
|
||||||
|
|
|
@ -509,8 +509,6 @@ USES+= mysql
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "gd"
|
.if ${PHP_MODNAME} == "gd"
|
||||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||||
|
@ -524,12 +522,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
. if ${PORT_OPTIONS:MX11}
|
. if ${PORT_OPTIONS:MX11}
|
||||||
USE_XORG= xpm
|
USES+= xorg
|
||||||
|
USE_XORG= x11 xpm
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "imap"
|
.if ${PHP_MODNAME} == "imap"
|
||||||
. if ${PORT_OPTIONS:MPANDA}
|
. if ${PORT_OPTIONS:MPANDA}
|
||||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||||
|
|
|
@ -509,8 +509,6 @@ USES+= mysql
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "gd"
|
.if ${PHP_MODNAME} == "gd"
|
||||||
. if ${PORT_OPTIONS:MTRUETYPE}
|
. if ${PORT_OPTIONS:MTRUETYPE}
|
||||||
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
CONFIGURE_ARGS+=--enable-gd-native-ttf
|
||||||
|
@ -524,12 +522,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||||
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-webp-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
. if ${PORT_OPTIONS:MX11}
|
. if ${PORT_OPTIONS:MX11}
|
||||||
|
USES+= xorg
|
||||||
USE_XORG= xpm
|
USE_XORG= xpm
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "imap"
|
.if ${PHP_MODNAME} == "imap"
|
||||||
. if ${PORT_OPTIONS:MPANDA}
|
. if ${PORT_OPTIONS:MPANDA}
|
||||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||||
|
|
|
@ -489,8 +489,6 @@ USES+= mysql
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "gd"
|
.if ${PHP_MODNAME} == "gd"
|
||||||
. if ${PORT_OPTIONS:MJIS}
|
. if ${PORT_OPTIONS:MJIS}
|
||||||
CONFIGURE_ARGS+=--enable-gd-jis-conv
|
CONFIGURE_ARGS+=--enable-gd-jis-conv
|
||||||
|
@ -501,12 +499,15 @@ LIB_DEPENDS+= libwebp.so:graphics/webp
|
||||||
CONFIGURE_ARGS+=--with-webp
|
CONFIGURE_ARGS+=--with-webp
|
||||||
. endif
|
. endif
|
||||||
. if ${PORT_OPTIONS:MX11}
|
. if ${PORT_OPTIONS:MX11}
|
||||||
|
USES+= xorg
|
||||||
USE_XORG= xpm
|
USE_XORG= xpm
|
||||||
|
|
||||||
CONFIGURE_ARGS+=--with-xpm
|
CONFIGURE_ARGS+=--with-xpm
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PHP_MODNAME} == "imap"
|
.if ${PHP_MODNAME} == "imap"
|
||||||
. if ${PORT_OPTIONS:MPANDA}
|
. if ${PORT_OPTIONS:MPANDA}
|
||||||
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
|
||||||
|
|
|
@ -12,8 +12,8 @@ COMMENT= ANSI/Turbo Pascal to C/C++ converter
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
USES= bison xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USES= bison
|
|
||||||
|
|
||||||
EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \
|
EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \
|
||||||
func.pas hello.pas impact.pas lister.pas makefile.bsd \
|
func.pas hello.pas impact.pas lister.pas makefile.bsd \
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34}
|
||||||
CONFIGURE_ARGS= --enable QtQml
|
CONFIGURE_ARGS= --enable QtQml
|
||||||
PYQT_DIST= yes
|
PYQT_DIST= yes
|
||||||
|
|
||||||
USES= python pyqt:5 qt:5
|
USES= gl python pyqt:5 qt:5
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USE_PYQT= sip_build core_run network_run
|
USE_PYQT= sip_build core_run network_run
|
||||||
USE_PYTHON= concurrent flavors py3kplist
|
USE_PYTHON= concurrent flavors py3kplist
|
||||||
|
|
|
@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= amd64 i386 sparc64
|
||||||
|
|
||||||
LIB_DEPENDS= libodbc.so:databases/unixODBC
|
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
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ LIB_DEPENDS= libaudio.so:audio/nas \
|
||||||
libpulse-simple.so:audio/pulseaudio \
|
libpulse-simple.so:audio/pulseaudio \
|
||||||
libv4l2.so:multimedia/libv4l
|
libv4l2.so:multimedia/libv4l
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= gl gnome pkgconfig
|
||||||
USE_GNOME= cairo pango
|
USE_GNOME= cairo pango
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
|
|
@ -27,7 +27,7 @@ SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION}
|
||||||
NOPRECIOUSMAKEVARS= yes
|
NOPRECIOUSMAKEVARS= yes
|
||||||
|
|
||||||
USES= compiler:c11 libedit gmake jpeg libarchive pathfix pkgconfig \
|
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
|
USE_XORG= ice sm x11 xext xft xinerama xpm xt
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libffi.so:devel/libffi
|
LIB_DEPENDS= libffi.so:devel/libffi
|
||||||
|
|
||||||
USES= autoreconf bison gmake localbase ncurses
|
USES= autoreconf bison gmake localbase ncurses xorg
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= marcIhm
|
GH_ACCOUNT= marcIhm
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Interpreted language for scientific simulations
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
USES= makeinfo
|
USES= makeinfo xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
|
MAKE_ARGS= Y_HOME=relocatable Y_DOCDIR=/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue