Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
This commit is contained in:
parent
e81287c37b
commit
15dac70c75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476013
32
MOVED
32
MOVED
@ -10363,3 +10363,35 @@ audio/glame||2018-07-28|Has expired: Does not build
|
||||
net/isc-dhcp43-relay|net/isc-dhcp44-relay|2018-07-31|Has expired: Please upgrade to isc-dhcp44
|
||||
net/isc-dhcp43-server|net/isc-dhcp44-server|2018-07-31|Has expired: Please upgrade to isc-dhcp44
|
||||
net/isc-dhcp43-client|net/isc-dhcp44-client|2018-07-31|Has expired: Please upgrade to isc-dhcp44
|
||||
x11/bigreqsproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/compositeproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/damageproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/dmxproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/dri2proto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/dri3proto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/fixesproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/glproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/inputproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/kbproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/presentproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/printproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/randrproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/recordproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/renderproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/resourceproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/scrnsaverproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/trapproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/videoproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xcmiscproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xextproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xf86dgaproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xf86driproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xf86miscproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xf86rushproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xf86vidmodeproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xineramaproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11/xproxymanagementprotocol|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11-fonts/fontcacheproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11-fonts/fontsproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
x11-fonts/xf86bigfontproto|x11/xorgproto|2018-07-31|merged into x11/xorgproto
|
||||
|
@ -1895,10 +1895,10 @@ _GL_egl_BUILD_DEPENDS= ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs
|
||||
_GL_egl_RUN_DEPENDS= ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs
|
||||
_GL_gl_BUILD_DEPENDS= ${LOCALBASE}/lib/libGL.so:graphics/mesa-libs
|
||||
_GL_gl_RUN_DEPENDS= ${LOCALBASE}/lib/libGL.so:graphics/mesa-libs
|
||||
_GL_gl_USE_XORG= glproto dri2proto dri3proto
|
||||
_GL_gl_USE_XORG= xorgproto
|
||||
_GL_glew_LIB_DEPENDS= libGLEW.so:graphics/glew
|
||||
_GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU
|
||||
_GL_glu_USE_XORG= glproto dri2proto dri3proto
|
||||
_GL_glu_USE_XORG= xorgproto
|
||||
_GL_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw
|
||||
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut
|
||||
.if defined(USE_GL)
|
||||
|
@ -20,8 +20,7 @@ Xorg_Pre_Include= bsd.xorg.mk
|
||||
# app - Installs applications, no shared libraries.
|
||||
# data - Installs only data.
|
||||
# doc - no particular notes
|
||||
# driver - input depends on inputproto/randrproto at least
|
||||
# video depends on randrproto/renderproto at least
|
||||
# driver - depends on xorgproto at least
|
||||
# font - don't install .pc file
|
||||
# lib - various dependencies, install .pc file, needs pathfix
|
||||
# proto - install .pc file, needs pathfix, most only needed at build time.
|
||||
@ -58,10 +57,7 @@ USE_XORG+= xorg-macros
|
||||
. endif
|
||||
|
||||
. if ${XORG_CAT} == "driver"
|
||||
USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \
|
||||
inputproto kbproto fontsproto videoproto dri2proto dri3proto \
|
||||
xf86driproto presentproto glproto xineramaproto resourceproto \
|
||||
scrnsaverproto
|
||||
USE_XORG+= xorg-server xorgproto xi
|
||||
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
|
||||
USES+= libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
@ -112,37 +108,15 @@ Xorg_Post_Include= bsd.xorg.mk
|
||||
# Register all xorg .pc files here.
|
||||
# foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS.
|
||||
|
||||
XORG_MODULES= bigreqsproto \
|
||||
compositeproto \
|
||||
damageproto \
|
||||
dmx \
|
||||
dmxproto \
|
||||
dri2proto \
|
||||
dri3proto \
|
||||
evieproto \
|
||||
fixesproto \
|
||||
fontcacheproto \
|
||||
XORG_MODULES= dmx \
|
||||
fontenc \
|
||||
fontsproto \
|
||||
fontutil \
|
||||
glproto \
|
||||
ice \
|
||||
inputproto \
|
||||
kbproto \
|
||||
libfs \
|
||||
oldx \
|
||||
pciaccess \
|
||||
pixman \
|
||||
presentproto \
|
||||
printproto \
|
||||
randrproto \
|
||||
recordproto \
|
||||
renderproto \
|
||||
resourceproto \
|
||||
scrnsaverproto \
|
||||
sm \
|
||||
trapproto \
|
||||
videoproto \
|
||||
x11 \
|
||||
xau \
|
||||
xaw \
|
||||
@ -150,20 +124,12 @@ XORG_MODULES= bigreqsproto \
|
||||
xaw7 \
|
||||
xbitmaps \
|
||||
xcb \
|
||||
xcmiscproto \
|
||||
xcomposite \
|
||||
xcursor \
|
||||
xdamage \
|
||||
xdmcp \
|
||||
xevie \
|
||||
xext \
|
||||
xextproto \
|
||||
xf86bigfontproto \
|
||||
xf86dgaproto \
|
||||
xf86driproto \
|
||||
xf86miscproto \
|
||||
xf86rushproto \
|
||||
xf86vidmodeproto \
|
||||
xfixes \
|
||||
xfont \
|
||||
xfont2 \
|
||||
@ -171,19 +137,17 @@ XORG_MODULES= bigreqsproto \
|
||||
xft \
|
||||
xi \
|
||||
xinerama \
|
||||
xineramaproto \
|
||||
xkbfile \
|
||||
xkbui \
|
||||
xmu \
|
||||
xmuu \
|
||||
xorg-macros \
|
||||
xorg-server \
|
||||
xorgproto \
|
||||
xp \
|
||||
xpm \
|
||||
xprintapputil \
|
||||
xprintutil \
|
||||
xproto \
|
||||
xproxymngproto \
|
||||
xrandr \
|
||||
xrender \
|
||||
xres \
|
||||
@ -199,37 +163,15 @@ XORG_MODULES= bigreqsproto \
|
||||
xxf86misc \
|
||||
xxf86vm
|
||||
|
||||
bigreqsproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bigreqsproto.pc:x11/bigreqsproto
|
||||
compositeproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compositeproto.pc:x11/compositeproto
|
||||
damageproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/damageproto.pc:x11/damageproto
|
||||
dmx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:x11/libdmx
|
||||
dmxproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:x11/dmxproto
|
||||
dri2proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:x11/dri2proto
|
||||
dri3proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri3proto.pc:x11/dri3proto
|
||||
evieproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/evieproto.pc:x11/evieext
|
||||
fixesproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:x11/fixesproto
|
||||
fontcacheproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:x11-fonts/fontcacheproto
|
||||
fontenc_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontenc.pc:x11-fonts/libfontenc
|
||||
fontsproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontsproto.pc:x11-fonts/fontsproto
|
||||
fontutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontutil.pc:x11-fonts/font-util
|
||||
glproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/glproto.pc:x11/glproto
|
||||
ice_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ice.pc:x11/libICE
|
||||
inputproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/inputproto.pc:x11/inputproto
|
||||
kbproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/kbproto.pc:x11/kbproto
|
||||
libfs_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libfs.pc:x11-fonts/libFS
|
||||
oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:x11/liboldX
|
||||
pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:devel/libpciaccess
|
||||
pixman_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:x11/pixman
|
||||
presentproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/presentproto.pc:x11/presentproto
|
||||
printproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/printproto.pc:x11/printproto
|
||||
randrproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/randrproto.pc:x11/randrproto
|
||||
recordproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/recordproto.pc:x11/recordproto
|
||||
renderproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/renderproto.pc:x11/renderproto
|
||||
resourceproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/resourceproto.pc:x11/resourceproto
|
||||
scrnsaverproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/scrnsaverproto.pc:x11/scrnsaverproto
|
||||
sm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/sm.pc:x11/libSM
|
||||
trapproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/trapproto.pc:x11/trapproto
|
||||
videoproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/videoproto.pc:x11/videoproto
|
||||
x11_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/x11.pc:x11/libX11
|
||||
xau_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xau.pc:x11/libXau
|
||||
xaw_LIB_PC_DEPENDS= ${xaw7_LIB_PC_DEPENDS}
|
||||
@ -237,20 +179,12 @@ xaw6_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xaw6.pc:x11-toolkits/libXaw
|
||||
xaw7_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xaw7.pc:x11-toolkits/libXaw
|
||||
xbitmaps_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps
|
||||
xcb_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:x11/libxcb
|
||||
xcmiscproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcmiscproto.pc:x11/xcmiscproto
|
||||
xcomposite_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcomposite.pc:x11/libXcomposite
|
||||
xcursor_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcursor.pc:x11/libXcursor
|
||||
xdamage_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdamage.pc:x11/libXdamage
|
||||
xdmcp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdmcp.pc:x11/libXdmcp
|
||||
xevie_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xevie.pc:x11/libXevie
|
||||
xext_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xext.pc:x11/libXext
|
||||
xextproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xextproto.pc:x11/xextproto
|
||||
xf86bigfontproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86bigfontproto.pc:x11-fonts/xf86bigfontproto
|
||||
xf86dgaproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86dgaproto.pc:x11/xf86dgaproto
|
||||
xf86driproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86driproto.pc:x11/xf86driproto
|
||||
xf86miscproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86miscproto.pc:x11/xf86miscproto
|
||||
xf86rushproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86rushproto.pc:x11/xf86rushproto
|
||||
xf86vidmodeproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xf86vidmodeproto.pc:x11/xf86vidmodeproto
|
||||
xfixes_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfixes.pc:x11/libXfixes
|
||||
xfont_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont.pc:x11-fonts/libXfont
|
||||
xfont2_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont2.pc:x11-fonts/libXfont2
|
||||
@ -258,19 +192,17 @@ xfontcache_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfontcache.pc:x11-font
|
||||
xft_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xft.pc:x11-fonts/libXft
|
||||
xi_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xi.pc:x11/libXi
|
||||
xinerama_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xinerama.pc:x11/libXinerama
|
||||
xineramaproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xineramaproto.pc:x11/xineramaproto
|
||||
xkbfile_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:x11/libxkbfile
|
||||
xkbui_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:x11/libxkbui
|
||||
xmu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmu.pc:x11-toolkits/libXmu
|
||||
xmuu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmuu.pc:x11-toolkits/libXmu
|
||||
xorg-macros_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:devel/xorg-macros
|
||||
xorg-server_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:x11-servers/xorg-server
|
||||
xorgproto_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xproto.pc:x11/xorgproto
|
||||
xp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xp.pc:x11/libXp
|
||||
xpm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpm.pc:x11/libXpm
|
||||
xprintapputil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:x11/libXprintAppUtil
|
||||
xprintutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:x11/libXprintUtil
|
||||
xproto_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xproto.pc:x11/xproto
|
||||
xproxymngproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xproxymngproto.pc:x11/xproxymanagementprotocol
|
||||
xrandr_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:x11/libXrandr
|
||||
xrender_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:x11/libXrender
|
||||
xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:x11/libXres
|
||||
|
9
UPDATING
9
UPDATING
@ -5,6 +5,15 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20180731:
|
||||
AFFECTS: users of x11/xorg and all ports with USE_XORG=*proto
|
||||
AUTHOR: zeising@daemonic.se
|
||||
|
||||
The xorg *proto packages have all been merged into one package,
|
||||
x11/xorgproto. This might cause issues with upgrading. If you
|
||||
get conflicts between xorgproto and old *proto packages, please
|
||||
remove the old package and install xorgproto again.
|
||||
|
||||
20180728:
|
||||
AFFECTS: users who upgrade from security/kc to security/kc24
|
||||
AUTHOR: pi@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 3.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome3
|
||||
@ -34,7 +35,7 @@ USES= desktop-file-utils gmake gnome libtool localbase \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_GNOME= cairo intlhack glib20 gnomeprefix gtk30 introspection \
|
||||
pygobject3 libxml2
|
||||
USE_XORG= ice x11 xproto
|
||||
USE_XORG= ice x11 xorgproto
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis
|
||||
CONFIGURE_ARGS= --enable-vala \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= brlcad
|
||||
PORTVERSION= 7.24.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION}
|
||||
|
||||
@ -30,8 +30,8 @@ CONFLICTS_INSTALL= py[23][0-9]-epsilon
|
||||
USES= bison cmake:outsource pathfix pkgconfig python:env shebangfix \
|
||||
tar:bzip2 tk:85
|
||||
USE_GL= gl glu
|
||||
USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
|
||||
xproto xrender xscrnsaver xt xxf86vm
|
||||
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
|
||||
xorgproto xrender xscrnsaver xt xxf86vm
|
||||
USE_LDCONFIG= yes
|
||||
SHEBANG_FILES= src/conv/intaval-g.py
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= librime
|
||||
PORTVERSION= 1.2.9
|
||||
DISTVERSIONPREFIX= rime-
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= chinese textproc
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
@ -23,7 +23,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
||||
USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5
|
||||
USE_PERL5= build patch
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xproto
|
||||
USE_XORG= xorgproto
|
||||
LDFLAGS+= -lintl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rime
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= directfb
|
||||
PORTVERSION= 1.4.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://sources.buildroot.net/
|
||||
DISTNAME= DirectFB-${PORTVERSION}
|
||||
@ -54,7 +55,7 @@ CONFIGURE_ARGS= --disable-osx --disable-extra-warnings --disable-profiling \
|
||||
DOCS_BUILD_DEPENDS= man2html:textproc/man2html
|
||||
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
|
||||
FREETYPE_CONFIGURE_ENABLE= freetype
|
||||
X11_USE= XORG=x11,xext,xproto
|
||||
X11_USE= XORG=x11,xext,xorgproto
|
||||
X11_CONFIGURE_ENABLE= x11
|
||||
SDL_USE= sdl=sdl
|
||||
SDL_CONFIGURE_ENABLE= sdl
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= imake
|
||||
PORTVERSION= 1.0.7
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -20,7 +21,7 @@ USE_PERL5= run
|
||||
SHEBANG_FILES= mkhtmlindex.pl
|
||||
|
||||
XORG_CAT= util
|
||||
USE_XORG= xproto
|
||||
USE_XORG= xorgproto
|
||||
|
||||
CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
|
||||
PORTNAME= lndir
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= unixmania@gmail.com
|
||||
COMMENT= Create a shadow directory of symbolic links to another directory tree
|
||||
|
||||
XORG_CAT= util
|
||||
USE_XORG= xproto
|
||||
USE_XORG= xorgproto
|
||||
|
||||
PLIST_FILES= bin/lndir \
|
||||
man/man1/lndir.1.gz
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= makedepend
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -12,7 +13,7 @@ COMMENT= Dependency generator for makefiles
|
||||
LICENSE= MIT
|
||||
|
||||
XORG_CAT= util
|
||||
USE_XORG= xproto
|
||||
USE_XORG= xorgproto
|
||||
|
||||
PLIST_FILES= bin/makedepend man/man1/makedepend.1.gz
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= sdl
|
||||
PORTVERSION= 1.2.15
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.libsdl.org/release/
|
||||
@ -58,7 +58,7 @@ SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
|
||||
VGL_CONFIGURE_ENABLE= video-vgl
|
||||
VGL_VARS= PKGMESSAGE=pkg-message.vgl
|
||||
X11_CONFIGURE_ENABLE= video-x11
|
||||
X11_USE= XORG=x11,xrender,xrandr,xextproto
|
||||
X11_USE= XORG=x11,xrender,xrandr,xorgproto
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/EXTRA_LDFLAGS/s/-liconv/${ICONV_LIB}/' \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= vim
|
||||
PORTVERSION= 8.1.0139
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= editors
|
||||
|
||||
@ -94,7 +95,7 @@ CONSOLE_VARS= GUI=no
|
||||
|
||||
GNOME_PLIST_SUB= GUI="" DESKTOP=""
|
||||
GNOME_IMPLIES= NLS
|
||||
GNOME_USE= GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,glproto,x11,xpm,xt
|
||||
GNOME_USE= GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,xorgproto,x11,xpm,xt
|
||||
GNOME_USES= desktop-file-utils
|
||||
GNOME_VARS= GUI=gnome2 INSTALLS_ICONS=yes
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= open-vm-tools
|
||||
PORTVERSION= ${RELEASE_VER}
|
||||
DISTVERSIONPREFIX= stable-
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= emulators
|
||||
|
||||
@ -30,7 +30,7 @@ DNET_DESC= libdnet support
|
||||
LIBNOTIFY_DESC= Desktop notification support
|
||||
|
||||
X11_CONFIGURE_WITH= x gtk2 gtkmm
|
||||
X11_USE= xorg=ice,sm,x11,xext,xi,xinerama,xineramaproto,xrandr,xrender,xtst \
|
||||
X11_USE= xorg=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst \
|
||||
gnome=gdkpixbuf2,gtk20,gtkmm24
|
||||
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= stonx
|
||||
PORTVERSION= 0.6.7e.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/stonx/stonx/0.6.7.6
|
||||
DISTNAME= STonX-0.6.7.6
|
||||
@ -23,7 +24,7 @@ RESTRICTED= Contains ROM (C) by Atari
|
||||
TOSIMG?= tos.img
|
||||
USES= fonts
|
||||
FONTNAME= misc
|
||||
USE_XORG= x11 sm ice xext xextproto
|
||||
USE_XORG= x11 sm ice xext xorgproto
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
|
||||
--x-libraries=${LOCALBASE}/lib
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= virtualbox-ose
|
||||
PORTVERSION= 5.2.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
|
||||
PKGNAMESUFFIX?= -additions
|
||||
@ -102,7 +102,7 @@ VBOX_LIBS= VBoxEGL.so \
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:x11-servers/xorg-server
|
||||
RUN_DEPENDS+= xrandr:x11/xrandr
|
||||
USE_XORG+= inputproto x11 xcursor xext xmu xorg-server xrandr xt
|
||||
USE_XORG+= xorgproto x11 xcursor xext xmu xorg-server xrandr xt
|
||||
USES+= pkgconfig
|
||||
VBOX_WITH_X11= 1
|
||||
XORG_DRV_ABI= pkgconf --modversion xorg-server | \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= virtualbox-ose
|
||||
PORTVERSION= 5.2.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
|
||||
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
|
||||
@ -180,7 +180,7 @@ VBOX_UTILS+= vboxwebsrv webtest
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
USE_SDL= sdl
|
||||
USE_XORG+= inputproto x11 xcursor xext xinerama xmu xt
|
||||
USE_XORG+= xorgproto x11 xcursor xext xinerama xmu xt
|
||||
VBOX_PROGS+= VBoxSDL
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= doom
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= IDSOFTWARE/source
|
||||
DISTNAME= doomsrc
|
||||
@ -21,7 +21,7 @@ NO_CDROM= Redistribution is limited, see license; Requested by id Software
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USES= gmake zip
|
||||
USE_XORG= x11 sm xextproto xext
|
||||
USE_XORG= x11 sm xorgproto xext
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
DATADIR= ${DMDIR}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fkiss
|
||||
PORTVERSION= 0.33a
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//}
|
||||
@ -25,7 +25,7 @@ BROKEN_armv7= fails to compile: passing char * to parameter of incompatible typ
|
||||
EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff
|
||||
|
||||
USES= gmake
|
||||
USE_XORG= x11 xproto
|
||||
USE_XORG= x11 xorgproto
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xjig
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= XCONTRIB/games
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Jigsaw puzzle game for X11
|
||||
|
||||
USES= compiler tar:tgz
|
||||
USE_XORG= x11 xproto xext
|
||||
USE_XORG= x11 xorgproto xext
|
||||
MAKEFILE= Makefile.Linux
|
||||
PLIST_FILES= bin/xjig man/man1/xjig.1.gz
|
||||
|
||||
|
@ -1,11 +1,14 @@
|
||||
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= Enhanced version of XPilot (client program)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xpilot-ng-server
|
||||
|
||||
USE_XORG= x11 xext xxf86misc
|
||||
USE_GL= gl
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xtrojka
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SUNSITE/games/arcade/tetris
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
|
||||
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
|
||||
MAINTAINER= ports@edwinm.ik.nu
|
||||
COMMENT= Game of skill similar to T*tris
|
||||
|
||||
USE_XORG= x11 xt xproto xaw xmu xext
|
||||
USE_XORG= x11 xt xorgproto xaw xmu xext
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cairo
|
||||
PORTVERSION= 1.14.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://cairographics.org/releases/
|
||||
@ -52,7 +52,7 @@ GLIB_DESC= Enable GObject Functions Feature
|
||||
OPTIONS_SUB= yes
|
||||
X11_USE= xorg=x11,xext,xrender
|
||||
X11_CONFIGURE_ENABLE=xlib
|
||||
OPENGL_USE= gl=gl,egl xorg=glproto:both,dri2proto:both
|
||||
OPENGL_USE= gl=gl,egl xorg=xorgproto:both
|
||||
OPENGL_CONFIGURE_ENABLE=gl egl
|
||||
OPENGL_IMPLIES= X11
|
||||
GLIB_USES= gettext-runtime
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= jogl
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics devel java
|
||||
MASTER_SITES= http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
|
||||
EXTRACT_SUFX= -src.zip
|
||||
@ -29,8 +29,7 @@ ALL_TARGET= all
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
USES= zip
|
||||
USE_XORG= x11 xau xdamage xdmcp xext xf86vidmodeproto xfixes xproto xt \
|
||||
xxf86vm
|
||||
USE_XORG= x11 xau xdamage xdmcp xext xfixes xorgproto xt xxf86vm
|
||||
USE_GL= gl
|
||||
USE_ANT= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -3,11 +3,12 @@
|
||||
|
||||
PORTNAME= libosmesa
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= Off-Screen Mesa implementation of the OpenGL API
|
||||
|
||||
USE_XORG= glproto
|
||||
USE_XORG= xorgproto
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mesa-demos
|
||||
PORTVERSION= 8.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ #${PORTVERSION}/
|
||||
|
||||
@ -16,7 +17,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake localbase pkgconfig tar:bzip2
|
||||
USE_GL= egl gbm gl glesv2 glew glu glut
|
||||
USE_XORG= dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
|
||||
USE_XORG= xorgproto x11 xdamage xext xfixes xi xxf86vm
|
||||
|
||||
CONFIGURE_ARGS+=--disable-osmesa --disable-vg --disable-wayland \
|
||||
--with-system-data-files
|
||||
|
@ -3,13 +3,12 @@
|
||||
|
||||
PORTNAME= mesa-dri
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL hardware acceleration drivers for DRI2+
|
||||
|
||||
USE_XORG= dri2proto dri3proto glproto presentproto x11 xdamage xext \
|
||||
xfixes xshmfence xv xvmc
|
||||
USE_XORG= xorgproto x11 xdamage xext xfixes xshmfence xv xvmc
|
||||
|
||||
OPTIONS_DEFINE= TEXTURE VAAPI VDPAU
|
||||
OPTIONS_DEFAULT=TEXTURE
|
||||
|
@ -3,11 +3,12 @@
|
||||
|
||||
PORTNAME= mesa-libs
|
||||
PORTVERSION= ${MESAVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= OpenGL libraries that support GLX and EGL clients
|
||||
|
||||
USE_XORG= dri2proto dri3proto glproto presentproto x11 xcb xdamage xext \
|
||||
USE_XORG= xorgproto x11 xcb xdamage xext \
|
||||
xfixes xshmfence xxf86vm
|
||||
|
||||
OPTIONS_DEFINE= WAYLAND
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pgplot
|
||||
PORTVERSION= 5.2.2
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:R}
|
||||
@ -17,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USES= fortran shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11 xproto xt
|
||||
USE_XORG= x11 xorgproto xt
|
||||
|
||||
MAKE_ENV= SSP_CFLAGS=
|
||||
SHEBANG_FILES= makehtml maketex
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= classpath
|
||||
PORTVERSION= 0.99
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= GNU \
|
||||
SAVANNAH
|
||||
@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
|
||||
USES= gmake iconv libtool perl5 pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 ice xtst xaw xproto xext
|
||||
USE_XORG= x11 ice xtst xaw xorgproto xext
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= reduce
|
||||
PORTVERSION= 20180117
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math lang
|
||||
MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/
|
||||
DISTNAME= Reduce-svn4372-src
|
||||
@ -35,7 +36,7 @@ CPPFLAGS+= -I${NCURSESINC}
|
||||
HAS_CONFIGURE= yes
|
||||
ALL_TARGET=
|
||||
|
||||
USE_XORG= x11 xext xproto xft
|
||||
USE_XORG= x11 xext xorgproto xft
|
||||
USES+= jpeg
|
||||
CONFIGURE_ARGS= --with-csl
|
||||
CPPFLAGS+= `freetype-config --cflags`
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xppaut
|
||||
PORTVERSION= 7.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math graphics
|
||||
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
@ -14,7 +14,7 @@ COMMENT= Graphical tool for solving differential equations, etc
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_XORG= x11 xbitmaps xproto
|
||||
USE_XORG= x11 xbitmaps xorgproto
|
||||
CFLAGS+= -w -Wno-return-type
|
||||
WRKSRC= ${WRKDIR}
|
||||
ALL_TARGET= xppaut
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= wmtunlo
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc windowmaker
|
||||
MASTER_SITES= http://www.gnu-darwin.org/distfiles/ \
|
||||
http://cvsup.theplanet.com/distfiles/
|
||||
@ -13,7 +13,7 @@ COMMENT= Falling-down-a-tunnel dockapp
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_XORG= x11 xpm xextproto
|
||||
USE_XORG= x11 xpm xorgproto
|
||||
ALL_TARGET= wmtunlo
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
@ -6,7 +6,7 @@ PORTNAME= gstreamer
|
||||
PORTVERSION?= ${BASE_PORTVERSION}
|
||||
# When chasing a shared library for a plug-in bump the PORTREVISION in the
|
||||
# plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}.
|
||||
PORTREVISION?= 8
|
||||
PORTREVISION?= 9
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES?= multimedia audio
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
|
||||
@ -72,7 +72,7 @@ PLIST_SUB+= I386="@comment "
|
||||
gst_base_DIST= base
|
||||
NO_GSTREAMER_COMMON= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11 xv xext videoproto xextproto
|
||||
USE_XORG= x11 xv xext xorgproto
|
||||
PLIST_SUB+= VERSION="${VERSION}" \
|
||||
SHLIB_VERSION="${SHLIB_VERSION}"
|
||||
SHEBANG_FILES= tools/gst-visualise-m.m
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gstreamer1-vaapi
|
||||
PORTVERSION= 1.12.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
|
||||
DISTNAME= gstreamer-vaapi-${PORTVERSION}
|
||||
@ -24,7 +24,7 @@ USE_LDCONFIG= yes
|
||||
USE_GNOME= glib20
|
||||
USE_GSTREAMER1= bad gl
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xrandr xrender xproto:build
|
||||
USE_XORG= x11 xrandr xrender xorgproto:build
|
||||
|
||||
# drm backend needs libudev so disable it for now.
|
||||
CONFIGURE_ARGS+=--disable-drm
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libcec
|
||||
PORTVERSION= 4.0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= multimedia
|
||||
|
||||
@ -51,7 +51,7 @@ CMAKE_ARGS+= -DSKIP_PYTHON_WRAPPER:BOOL=true
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
USE_XORG= x11 xproto xrandr
|
||||
USE_XORG= x11 xorgproto xrandr
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libva
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
@ -15,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
||||
LIB_DEPENDS= libdrm.so:graphics/libdrm
|
||||
|
||||
USES= autoreconf gmake libtool localbase pkgconfig tar:bzip2
|
||||
USE_XORG= glproto pciaccess x11 xext xfixes
|
||||
USE_XORG= xorgproto pciaccess x11 xext xfixes
|
||||
USE_GL= gl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=va
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libvdpau
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
|
||||
|
||||
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USES= autoreconf libtool pkgconfig tar:xz
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-documentation
|
||||
USE_XORG= dri2proto xext
|
||||
USE_XORG= xorgproto xext
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia audio
|
||||
|
||||
MAINTAINER= riggs@FreeBSD.org
|
||||
|
@ -140,7 +140,7 @@ VDPAU_CONFIGURE_OFF= --disable-vdpau
|
||||
VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
|
||||
VPX_CONFIGURE_OFF= --disable-libvpx-lavc
|
||||
|
||||
X11_USE= XORG=x11,xext,xproto,xscrnsaver
|
||||
X11_USE= XORG=x11,xext,xorgproto,xscrnsaver
|
||||
X11_CONFIGURE_OFF= --disable-x11
|
||||
|
||||
X11DGA_USE= XORG=xxf86dga
|
||||
@ -154,7 +154,7 @@ X11VM_IMPLIES= X11
|
||||
X264_LIB_DEPENDS= libx264.so:multimedia/libx264
|
||||
X264_CONFIGURE_OFF= --disable-x264
|
||||
|
||||
XINERAMA_USE= XORG=xinerama,xineramaproto
|
||||
XINERAMA_USE= XORG=xinerama,xorgproto
|
||||
XINERAMA_CONFIGURE_OFF= --disable-xinerama
|
||||
XINERAMA_IMPLIES= X11
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mpv
|
||||
PORTVERSION= 0.29.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
@ -141,7 +141,7 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
||||
libxkbcommon.so:x11/libxkbcommon
|
||||
WAYLAND_CONFIGURE_OFF= --disable-wayland
|
||||
|
||||
X11_USE= XORG=x11,xext,xinerama,xineramaproto,xrandr,xscrnsaver,xv,xxf86vm
|
||||
X11_USE= XORG=x11,xext,xinerama,xorgproto,xrandr,xscrnsaver,xv,xxf86vm
|
||||
X11_VARS= INSTALLS_ICONS=yes
|
||||
X11_CONFIGURE_OFF= --disable-x11
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= recordmydesktop
|
||||
DISTVERSION= 0.3.8.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-oss=yes \
|
||||
--enable-jack=yes
|
||||
|
||||
USE_XORG= ice sm x11 xext xextproto xfixes xdamage
|
||||
USE_XORG= ice sm x11 xext xorgproto xfixes xdamage
|
||||
PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= totem
|
||||
PORTVERSION= 3.18.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome3
|
||||
@ -36,7 +36,7 @@ USES= desktop-file-utils gettext gmake gnome libtool \
|
||||
pathfix pkgconfig python:2.7 tar:xz
|
||||
USE_GNOME= gtk30 intlhack introspection:build libxml2 nautilus3 \
|
||||
pygobject3
|
||||
USE_XORG= x11 xproto xtst ice sm
|
||||
USE_XORG= x11 xorgproto xtst ice sm
|
||||
USE_GSTREAMER1= core good bad soup ugly
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.2.8
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
@ -307,7 +307,7 @@ VDPAU_CONFIGURE_ENABLE= vdpau
|
||||
VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis
|
||||
VORBIS_CONFIGURE_ENABLE=vorbis
|
||||
|
||||
X11_USE= GL=gl XORG=xcb,xproto
|
||||
X11_USE= GL=gl XORG=xcb,xorgproto
|
||||
X11_LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
|
||||
X11_CONFIGURE_ENABLE= xcb xvideo
|
||||
X11_CONFIGURE_WITH= x
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= freerdp
|
||||
DISTVERSION= 2.0.0-rc1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net comms ipv6
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
@ -50,7 +50,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
FFMPEG_CMAKE_BOOL= WITH_FFMPEG
|
||||
|
||||
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0
|
||||
GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xext,xextproto,xrandr
|
||||
GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xext,xorgproto,xrandr
|
||||
GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1
|
||||
|
||||
ICU_LIB_DEPENDS= libicuuc.so:devel/icu
|
||||
@ -84,7 +84,7 @@ WAYLAND_CMAKE_BOOL= WITH_WAYLAND
|
||||
X11_DESC= Build FreeRDP X11 client
|
||||
X11_CMAKE_BOOL= WITH_X11
|
||||
X11_CMAKE_OFF= -DWITH_XKBFILE=OFF
|
||||
X11_USE= xorg=x11,xcursor,xext,xextproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv
|
||||
X11_USE= xorg=x11,xcursor,xext,xorgproto,xfixes,xi,xinerama,xkbfile,xrandr,xrender,xv
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= freerdp
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= net comms ipv6
|
||||
PKGNAMESUFFIX= 1
|
||||
|
||||
@ -48,7 +48,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
FFMPEG_CMAKE_BOOL= WITH_FFMPEG
|
||||
|
||||
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0
|
||||
GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xextproto,xext,xrandr
|
||||
GSTREAMER_USE= gnome=glib20 gstreamer1=yes xorg=x11,xorgproto,xext,xrandr
|
||||
GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1
|
||||
|
||||
NEON_DESC= Enable Media Processing Engine instructions
|
||||
@ -66,7 +66,7 @@ X11_DESC= Build FreeRDP X11 client
|
||||
X11_BUILD_DEPENDS= xmlto:textproc/xmlto
|
||||
X11_CMAKE_BOOL= WITH_X11
|
||||
X11_CMAKE_OFF= -DWITH_XKBFILE=OFF
|
||||
X11_USE= xorg=x11,xkbfile,xcursor,xextproto,xv,xinerama,xext,xrandr,xi,xfixes,xrender
|
||||
X11_USE= xorg=x11,xkbfile,xcursor,xorgproto,xv,xinerama,xext,xrandr,xi,xfixes,xrender
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mediastreamer
|
||||
PORTVERSION= 2.14.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SAVANNAH/linphone/mediastreamer
|
||||
|
||||
@ -82,7 +82,7 @@ VPX_CONFIGURE_ENABLE= vp8
|
||||
VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
|
||||
|
||||
XVIDEO_CONFIGURE_ENABLE=x11 xv
|
||||
XVIDEO_USE= XORG=videoproto,x11,xv
|
||||
XVIDEO_USE= XORG=xorgproto,x11,xv
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= tigervnc
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net x11-servers
|
||||
PKGNAMESUFFIX= -devel
|
||||
@ -36,11 +37,8 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TigerVNC
|
||||
|
||||
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \
|
||||
ice inputproto kbproto pixman presentproto randrproto renderproto \
|
||||
resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \
|
||||
xdmcp xext xextproto xfixes xfont xkbfile xorg-macros xproto xrandr \
|
||||
xrender xtrans xtst
|
||||
USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont xkbfile \
|
||||
xorg-macros xorgproto xrandr xrender xtrans xtst
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= tigervnc
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net x11-servers
|
||||
|
||||
@ -33,11 +34,8 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TigerVNC
|
||||
|
||||
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \
|
||||
ice inputproto kbproto pixman presentproto randrproto renderproto \
|
||||
resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \
|
||||
xdmcp xext xextproto xfixes xfont xkbfile xorg-macros xproto xrandr \
|
||||
xrender xtrans xtst
|
||||
USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont xkbfile \
|
||||
xorg-macros xorgproto xrandr xrender xtrans xtst
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= x11vnc
|
||||
PORTVERSION= 0.9.13
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/libvncserver/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
|
||||
USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \
|
||||
xdmcp recordproto
|
||||
xdmcp xorgproto
|
||||
# Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= iconv pkgconfig jpeg ssl
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= paraview
|
||||
DISTVERSION= 5.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= science graphics
|
||||
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
|
||||
DISTNAME= ParaView-v${PORTVERSION}
|
||||
@ -35,7 +35,7 @@ RUN_DEPENDS= bash:shells/bash \
|
||||
USES= alias cmake:outsource jpeg localbase python:2.7 qt:5 shebangfix
|
||||
USE_QT= core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
|
||||
USE_GL= gl glu
|
||||
USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm dri3proto
|
||||
USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
|
||||
USE_LDCONFIG= yes
|
||||
USE_GSTREAMER= yes
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= keepassx
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_QT= buildtools_build concurrent core gui linguisttools qmake_build \
|
||||
testlib widgets x11extras
|
||||
USE_XORG= ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \
|
||||
USE_XORG= ice xorgproto sm x11 xcursor xext xfixes xi xrandr xrender \
|
||||
xt xtst
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= KeePassX
|
||||
PORTVERSION= 0.4.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \
|
||||
http://www.keepassx.org/releases/${PORTVERSION}/
|
||||
@ -22,7 +23,7 @@ PORTSCOUT= ignore
|
||||
USES= desktop-file-utils qmake qt:4 shared-mime-info
|
||||
USE_QT= moc_build uic_build qt3support_build rcc_build \
|
||||
corelib gui xml
|
||||
USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\
|
||||
USE_XORG= xt xorgproto xtst xrender xrandr xfixes xcursor\
|
||||
xext x11 sm ice xi
|
||||
|
||||
QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= keepassx
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/
|
||||
@ -29,7 +30,7 @@ USE_LDCONFIG= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_QT= corelib gui xml qtestlib uic_build moc_build \
|
||||
qmake_build rcc_build linguisttools
|
||||
USE_XORG= ice inputproto sm x11 xcursor xext xfixes xi xrandr xrender \
|
||||
USE_XORG= ice xorgproto sm x11 xcursor xext xfixes xi xrandr xrender \
|
||||
xt xtst
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gnome-control-center
|
||||
PORTVERSION= 3.18.2
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome3
|
||||
@ -44,7 +44,7 @@ PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= compiler:c++11-lib gettext gmake gnome localbase:ldflags pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gnomedesktop3 intltool libxml2
|
||||
USE_XORG= xscrnsaver x11 xxf86misc kbproto xi
|
||||
USE_XORG= xscrnsaver x11 xxf86misc xorgproto xi
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mate-power-manager
|
||||
PORTVERSION= 1.20.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
@ -30,7 +31,7 @@ PORTSCOUT= limitw:1,even
|
||||
USES= gettext gmake libtool localbase \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_MATE= panel
|
||||
USE_XORG= x11 xext xproto xrandr xrender
|
||||
USE_XORG= x11 xext xorgproto xrandr xrender
|
||||
USE_GNOME= cairo glib20 gtk30 intlhack
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-settings
|
||||
PORTVERSION= 4.12.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -25,7 +26,7 @@ GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GNOME= glib20 gtk20 cairo intltool intlhack
|
||||
USE_XFCE= garcon libexo
|
||||
USE_XORG= inputproto x11 xcursor xi xrandr
|
||||
USE_XORG= xorgproto x11 xcursor xi xrandr
|
||||
|
||||
CONFIGURE_ARGS= --enable-debug=yes \
|
||||
--disable-xorg-libinput
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= scim-kmfl-imengine
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \
|
||||
http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
|
||||
@ -21,7 +21,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
RUN_DEPENDS= kmflcomp:textproc/kmflcomp \
|
||||
scim:textproc/scim
|
||||
|
||||
USE_XORG= x11 xkbfile xproto
|
||||
USE_XORG= x11 xkbfile xorgproto
|
||||
USE_GNOME= glib20 gtk20 intlhack
|
||||
USES= gettext iconv pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= chromium
|
||||
PORTVERSION= 67.0.3396.87
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
@ -81,8 +82,8 @@ CPE_PRODUCT= chrome
|
||||
USE_GL= gl
|
||||
USE_LDCONFIG= ${DATADIR}
|
||||
USE_PERL5= build
|
||||
USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \
|
||||
xproto xrandr xrender xscrnsaver xtst
|
||||
USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \
|
||||
xorgproto xrandr xrender xscrnsaver xtst
|
||||
USE_GNOME= atk dconf glib20 gtk30 libxml2 libxslt
|
||||
SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper
|
||||
ALL_TARGET= chrome
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 4.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 4
|
||||
@ -17,7 +18,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
|
||||
|
||||
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
||||
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto
|
||||
USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto
|
||||
USE_GNOME= gnomeprefix intlhack gtk30
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= iridium
|
||||
PORTVERSION= 58.0
|
||||
PORTREVISION= 18
|
||||
PORTREVISION= 19
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://downloads.iridiumbrowser.de/source/
|
||||
PKGNAMESUFFIX= -browser
|
||||
@ -62,8 +62,8 @@ USES= bison desktop-file-utils jpeg ninja perl5 \
|
||||
pkgconfig python:2.7,build shebangfix tar:xz
|
||||
|
||||
USE_PERL5= build
|
||||
USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \
|
||||
xproto xrandr xrender xscrnsaver xtst
|
||||
USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \
|
||||
xorgproto xrandr xrender xscrnsaver xtst
|
||||
USE_GNOME= atk dconf glib20 gtk20 gtk30 libxml2 libxslt
|
||||
MAKE_ARGS= -C out/${BUILDTYPE}
|
||||
ALL_TARGET= chrome
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= links-hacked
|
||||
DISTVERSION= 101110
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES?= www
|
||||
MASTER_SITES= http://xray.sai.msu.ru/~karpov/links-hacked/downloads/
|
||||
|
||||
@ -42,7 +42,7 @@ JS_DESC= Javascript interpreter support (very basic)
|
||||
JS_CONFIGURE_ENABLE= javascript
|
||||
SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
|
||||
SVGALIB_CONFIGURE_WITH= svgalib
|
||||
X11_USE= xorg=x11,xproto
|
||||
X11_USE= xorg=x11,xorgproto
|
||||
X11_CONFIGURE_WITH= x
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= links
|
||||
DISTVERSION= 2.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://links.twibright.com/download/
|
||||
@ -55,7 +55,7 @@ TRANS_EXTRA_PATCHES= ${FILESDIR}/extra-terminal.c.diff
|
||||
|
||||
UTF8_CONFIGURE_ENABLE= utf8
|
||||
|
||||
X11_USE= xorg=x11,xproto
|
||||
X11_USE= xorg=x11,xorgproto
|
||||
X11_LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
X11_CONFIGURE_WITH= x
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
PORTNAME= webengine
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
@ -75,7 +75,7 @@ USES= gperf jpeg python:2.7,build pkgconfig \
|
||||
USE_GNOME= glib20 libxml2 libxslt
|
||||
USE_QT= core designer gui location network qml quick webchannel \
|
||||
widgets buildtools_build qmake_build printsupport
|
||||
USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xi xproto \
|
||||
USE_XORG= x11 xcb xcomposite xcursor xext xi xorgproto \
|
||||
xrandr xrender xscrnsaver xtst
|
||||
|
||||
USE_LDCONFIG= ${QT_LIBDIR}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-acecad
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xf86-input-egalax
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= glebius@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-elographics
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-evdev
|
||||
PORTVERSION= 2.10.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-fpit
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-hyperpen
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-joystick
|
||||
PORTVERSION= 1.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-keyboard
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -12,6 +12,5 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= kbproto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-libinput
|
||||
PORTVERSION= 0.25.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-mouse
|
||||
PORTVERSION= 1.9.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-mutouch
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-penmount
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-synaptics
|
||||
PORTVERSION= 1.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= xf86-input-vmmouse
|
||||
PORTVERSION= 13.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-void
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-input-wacom
|
||||
PORTVERSION= 0.36.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${DISTNAME}/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= xf86-video-amdgpu
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-apm
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-ark
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-ast
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -11,7 +12,6 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86driproto glproto
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-ati
|
||||
PORTVERSION= 7.9.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-chips
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-cirrus
|
||||
PORTVERSION= 1.5.3
|
||||
PORREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-dummy
|
||||
PORTVERSION= 0.3.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -11,6 +12,5 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86dgaproto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-geode
|
||||
PORTVERSION= 2.11.19
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-glint
|
||||
PORTVERSION= 1.2.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -11,6 +11,5 @@ COMMENT= X.Org glint display driver
|
||||
USE_GL= gl
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86dgaproto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-i128
|
||||
PORTVERSION= 1.3.6
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-i740
|
||||
PORTVERSION= 1.3.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xf86-video-intel
|
||||
PORTVERSION= 2.99.917.20180512
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/
|
||||
DISTNAME= ${PORTNAME}-${COMMIT_ID}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-mach64
|
||||
PORTVERSION= 6.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-mga
|
||||
PORTVERSION= 1.6.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
|
@ -2,13 +2,12 @@
|
||||
|
||||
PORTNAME= xf86-video-neomagic
|
||||
PORTVERSION= 1.2.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X.Org neomagic display driver
|
||||
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86dgaproto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-nv
|
||||
PORTVERSION= 2.1.21
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-openchrome
|
||||
PORTVERSION= 0.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-qxl
|
||||
DISTVERSION= 0.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -15,7 +16,7 @@ LIB_DEPENDS= libspice-server.so:devel/libspice-server
|
||||
|
||||
USES= localbase:ldflags pkgconfig python:2.7 shebangfix
|
||||
|
||||
USE_XORG= xf86dgaproto xfont
|
||||
USE_XORG= xfont
|
||||
XORG_CAT= driver
|
||||
|
||||
CONFIGURE_ARGS+=--enable-xspice
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= xf86-video-r128
|
||||
PORTVERSION= 6.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-drivers
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -12,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GL= gl
|
||||
XORG_CAT= driver
|
||||
USE_XORG= xf86miscproto
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user