Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2019 18:06:41 +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: r516915 - in head/lang: clisp gjs hugs icon ocaml php71 php72 php73 php74 ptoc py-qt5-qml seed7 squeak swi-pl yabasic yorick
Message-ID:  <201911061806.xA6I6fwM091706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Nov  6 18:06:40 2019
New Revision: 516915
URL: https://svnweb.freebsd.org/changeset/ports/516915

Log:
  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.

Modified:
  head/lang/clisp/Makefile
  head/lang/gjs/Makefile
  head/lang/hugs/Makefile
  head/lang/icon/Makefile
  head/lang/ocaml/Makefile
  head/lang/php71/Makefile.ext
  head/lang/php72/Makefile.ext
  head/lang/php73/Makefile.ext
  head/lang/php74/Makefile.ext
  head/lang/ptoc/Makefile
  head/lang/py-qt5-qml/Makefile
  head/lang/seed7/Makefile
  head/lang/squeak/Makefile
  head/lang/swi-pl/Makefile
  head/lang/yabasic/Makefile
  head/lang/yorick/Makefile

Modified: head/lang/clisp/Makefile
==============================================================================
--- head/lang/clisp/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/clisp/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/gjs/Makefile
==============================================================================
--- head/lang/gjs/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/gjs/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/hugs/Makefile
==============================================================================
--- head/lang/hugs/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/hugs/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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
 

Modified: head/lang/icon/Makefile
==============================================================================
--- head/lang/icon/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/icon/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/ocaml/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/php71/Makefile.ext
==============================================================================
--- head/lang/php71/Makefile.ext	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/php71/Makefile.ext	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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,11 +518,14 @@ 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

Modified: head/lang/php72/Makefile.ext
==============================================================================
--- head/lang/php72/Makefile.ext	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/php72/Makefile.ext	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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,11 +522,14 @@ 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}

Modified: head/lang/php73/Makefile.ext
==============================================================================
--- head/lang/php73/Makefile.ext	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/php73/Makefile.ext	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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,11 +522,14 @@ 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}

Modified: head/lang/php74/Makefile.ext
==============================================================================
--- head/lang/php74/Makefile.ext	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/php74/Makefile.ext	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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,11 +499,14 @@ 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}

Modified: head/lang/ptoc/Makefile
==============================================================================
--- head/lang/ptoc/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/ptoc/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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 \

Modified: head/lang/py-qt5-qml/Makefile
==============================================================================
--- head/lang/py-qt5-qml/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/py-qt5-qml/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/seed7/Makefile
==============================================================================
--- head/lang/seed7/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/seed7/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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
 

Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/squeak/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/swi-pl/Makefile
==============================================================================
--- head/lang/swi-pl/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/swi-pl/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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

Modified: head/lang/yabasic/Makefile
==============================================================================
--- head/lang/yabasic/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/yabasic/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -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
 

Modified: head/lang/yorick/Makefile
==============================================================================
--- head/lang/yorick/Makefile	Wed Nov  6 18:05:56 2019	(r516914)
+++ head/lang/yorick/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
@@ -13,7 +13,7 @@ COMMENT=	Interpreted language for scientific simulatio
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		makeinfo
+USES=		makeinfo xorg
 USE_XORG=	x11
 MAKE_ARGS=	Y_HOME=relocatable Y_DOCDIR=/dev/null
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911061806.xA6I6fwM091706>