From owner-svn-ports-all@freebsd.org Wed Nov 6 18:06:44 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90AC01BC2D6; Wed, 6 Nov 2019 18:06:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 477ZH83L3Cz4RWF; Wed, 6 Nov 2019 18:06:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56543E7B; Wed, 6 Nov 2019 18:06:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA6I6iY4091736; Wed, 6 Nov 2019 18:06:44 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA6I6fwM091706; Wed, 6 Nov 2019 18:06:41 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201911061806.xA6I6fwM091706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 6 Nov 2019 18:06:41 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/lang: clisp gjs hugs icon ocaml php71 php72 php73 php74 ptoc py-qt5-qml seed7 squeak swi-pl yabasic yorick X-SVN-Commit-Revision: 516915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2019 18:06:44 -0000 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 - .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 .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 - .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 .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 - .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 .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 - .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 .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