mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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'.
This commit is contained in:
parent
4a8f0c3c4e
commit
f01bbf652d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516742
11 changed files with 12 additions and 11 deletions
|
@ -22,8 +22,8 @@ GH_ACCOUNT= krrishnarraj
|
||||||
GH_TAGNAME= 75c8746
|
GH_TAGNAME= 75c8746
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
USES= cmake:insource gl
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
USES= cmake:insource
|
|
||||||
|
|
||||||
CXXFLAGS+= -std=c++11
|
CXXFLAGS+= -std=c++11
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png
|
LIB_DEPENDS= libpng.so:graphics/png
|
||||||
|
|
||||||
USES= jpeg localbase:ldflags pkgconfig waf
|
USES= gl jpeg localbase:ldflags pkgconfig waf
|
||||||
USE_GL= egl gl glesv2
|
USE_GL= egl gl glesv2
|
||||||
CONFIGURE_ARGS= --with-flavors=x11-gl,x11-glesv2 --no-opt --no-debug
|
CONFIGURE_ARGS= --with-flavors=x11-gl,x11-glesv2 --no-opt --no-debug
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Molecular viewer, editor, and visualization program
|
COMMENT= Molecular viewer, editor, and visualization program
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
ALL_TARGET= # empty
|
ALL_TARGET= # empty
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ RESTRICTED= free for academic, non profit usage; do not re-distribute source and
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R}
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R}
|
||||||
|
|
||||||
USES= fortran gl gmake
|
USES= fortran gl gmake xorg
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
|
|
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE
|
||||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||||
RUN_DEPENDS= bash:shells/bash
|
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
|
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
|
USE_XORG= x11 xpm
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= bash:shells/bash
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src
|
BUILD_WRKSRC= ${WRKSRC}/src
|
||||||
INSTALL_WRKSRC= ${WRKSRC}/src
|
INSTALL_WRKSRC= ${WRKSRC}/src
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake xorg
|
||||||
USE_XORG= x11 xaw xt
|
USE_XORG= x11 xaw xt
|
||||||
MAKEFILE= Makefile.unx
|
MAKEFILE= Makefile.unx
|
||||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \
|
||||||
|
|
|
@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
LIB_DEPENDS= libpng.so:graphics/png \
|
LIB_DEPENDS= libpng.so:graphics/png \
|
||||||
libtiff.so:graphics/tiff
|
libtiff.so:graphics/tiff
|
||||||
|
|
||||||
USES= jpeg shebangfix
|
USES= jpeg shebangfix xorg
|
||||||
USE_CXXSTD= c++98
|
USE_CXXSTD= c++98
|
||||||
SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \
|
SHEBANG_FILES= examples/butane_4/procDihedralFile.awk \
|
||||||
examples/butane_4/cleanOutput.bash \
|
examples/butane_4/cleanOutput.bash \
|
||||||
|
@ -41,6 +41,7 @@ OPTIONS_DEFINE= GLUT EXAMPLES
|
||||||
OPTIONS_DEFAULT= GLUT
|
OPTIONS_DEFAULT= GLUT
|
||||||
|
|
||||||
GLUT_CONFIGURE_ON= --with-glut=yes
|
GLUT_CONFIGURE_ON= --with-glut=yes
|
||||||
|
GLUT_USES= gl
|
||||||
GLUT_USE= GL=glut
|
GLUT_USE= GL=glut
|
||||||
GLUT_CONFIGURE_OFF= --with-glut=no
|
GLUT_CONFIGURE_OFF= --with-glut=no
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
|
||||||
PORTSCOUT= skipv:4.6.1.3
|
PORTSCOUT= skipv:4.6.1.3
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USES= gmake jpeg
|
USES= gmake jpeg xorg
|
||||||
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
||||||
|
|
||||||
MAKE_ENV= HELPFILE='-DDEFAULT_HELPFILE=\"${DATADIR}/seaview.html\"' \
|
MAKE_ENV= HELPFILE='-DDEFAULT_HELPFILE=\"${DATADIR}/seaview.html\"' \
|
||||||
|
|
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
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
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= cairo gdkpixbuf2 gtk20
|
USE_GNOME= cairo gdkpixbuf2 gtk20
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
|
|
@ -21,7 +21,7 @@ RUN_DEPENDS= bash:shells/bash
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to build: invokes x86 asm
|
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_GL= gl glu
|
||||||
USE_QT= buildtools_build linguisttools_build \
|
USE_QT= buildtools_build linguisttools_build \
|
||||||
core gui network opengl printsupport script scripttools \
|
core gui network opengl printsupport script scripttools \
|
||||||
|
|
|
@ -21,7 +21,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \
|
||||||
libgsl.so:math/gsl \
|
libgsl.so:math/gsl \
|
||||||
libmpfr.so:math/mpfr
|
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
|
USE_XORG= x11 xext # only for build
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue