Date: Mon, 4 Nov 2019 21:08:20 +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: r516742 - in head: benchmarks/clpeak benchmarks/glmark2 biology/garlic biology/molden biology/ncbi-cxx-toolkit biology/phylip biology/protomol biology/seaview biology/seqtools biology/u... Message-ID: <201911042108.xA4L8K8o045234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Nov 4 21:08:20 2019 New Revision: 516742 URL: https://svnweb.freebsd.org/changeset/ports/516742 Log: Add USES=xorg USES=gl, ports categories b Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'b'. Modified: head/benchmarks/clpeak/Makefile head/benchmarks/glmark2/Makefile head/biology/garlic/Makefile head/biology/molden/Makefile head/biology/ncbi-cxx-toolkit/Makefile head/biology/phylip/Makefile head/biology/protomol/Makefile head/biology/seaview/Makefile head/biology/seqtools/Makefile head/biology/ugene/Makefile head/biology/viennarna/Makefile Modified: head/benchmarks/clpeak/Makefile ============================================================================== --- head/benchmarks/clpeak/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/benchmarks/clpeak/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -22,8 +22,8 @@ GH_ACCOUNT= krrishnarraj GH_TAGNAME= 75c8746 USE_LDCONFIG= yes +USES= cmake:insource gl USE_GL= gl -USES= cmake:insource CXXFLAGS+= -std=c++11 Modified: head/benchmarks/glmark2/Makefile ============================================================================== --- head/benchmarks/glmark2/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/benchmarks/glmark2/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libpng.so:graphics/png -USES= jpeg localbase:ldflags pkgconfig waf +USES= gl jpeg localbase:ldflags pkgconfig waf USE_GL= egl gl glesv2 CONFIGURE_ARGS= --with-flavors=x11-gl,x11-glesv2 --no-opt --no-debug Modified: head/biology/garlic/Makefile ============================================================================== --- head/biology/garlic/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/garlic/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Molecular viewer, editor, and visualization program -USES= gmake +USES= gmake xorg USE_XORG= x11 ALL_TARGET= # empty Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/molden/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -21,7 +21,7 @@ RESTRICTED= free for academic, non profit usage; do no WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} -USES= fortran gl gmake +USES= fortran gl gmake xorg USE_XORG= x11 USE_GL= gl glu MAKEFILE= makefile Modified: head/biology/ncbi-cxx-toolkit/Makefile ============================================================================== --- head/biology/ncbi-cxx-toolkit/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/ncbi-cxx-toolkit/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash -USES= compiler:c++11-lang gmake mysql perl5 python shebangfix ssl +USES= compiler:c++11-lang gmake mysql perl5 python shebangfix ssl xorg SHEBANG_FILES= src/app/blast/get_species_taxids.sh src/app/blast/legacy_blast.pl src/app/blast/update_blastdb.pl src/app/winmasker/windowmasker_2.2.22_adapter.py USE_XORG= x11 xpm Modified: head/biology/phylip/Makefile ============================================================================== --- head/biology/phylip/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/phylip/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src -USES= gmake +USES= gmake xorg USE_XORG= x11 xaw xt MAKEFILE= Makefile.unx MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ Modified: head/biology/protomol/Makefile ============================================================================== --- head/biology/protomol/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/protomol/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= jpeg shebangfix +USES= jpeg shebangfix xorg USE_CXXSTD= c++98 SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \ examples/butane_4/cleanOutput.bash \ @@ -41,6 +41,7 @@ OPTIONS_DEFINE= GLUT EXAMPLES OPTIONS_DEFAULT= GLUT GLUT_CONFIGURE_ON= --with-glut=yes +GLUT_USES= gl GLUT_USE= GL=glut GLUT_CONFIGURE_OFF= --with-glut=no Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/seaview/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -20,7 +20,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ PORTSCOUT= skipv:4.6.1.3 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake jpeg +USES= gmake jpeg xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender MAKE_ENV= HELPFILE='-DDEFAULT_HELPFILE=\"${DATADIR}/seaview.html\"' \ Modified: head/biology/seqtools/Makefile ============================================================================== --- head/biology/seqtools/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/seqtools/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++14-lang gettext libtool pkgconfig +USES= compiler:c++14-lang gettext gnome libtool pkgconfig xorg GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/ugene/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -21,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash BROKEN_aarch64= Fails to build: invokes x86 asm -USES= desktop-file-utils qmake qt:5 shared-mime-info +USES= desktop-file-utils gl qmake qt:5 shared-mime-info xorg USE_GL= gl glu USE_QT= buildtools_build linguisttools_build \ core gui network opengl printsupport script scripttools \ Modified: head/biology/viennarna/Makefile ============================================================================== --- head/biology/viennarna/Makefile Mon Nov 4 21:08:16 2019 (r516741) +++ head/biology/viennarna/Makefile Mon Nov 4 21:08:20 2019 (r516742) @@ -21,7 +21,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libgsl.so:math/gsl \ libmpfr.so:math/mpfr -USES= autoreconf compiler:c++11-lang gmake libtool localbase perl5 pkgconfig # w/out autoreconf -lstdc++ is present in configure and Makefiles and this causes link failure +USES= autoreconf compiler:c++11-lang gmake libtool localbase perl5 pkgconfig xorg # w/out autoreconf -lstdc++ is present in configure and Makefiles and this causes link failure USE_XORG= x11 xext # only for build GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911042108.xA4L8K8o045234>