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:
Niclas Zeising 2018-07-31 18:41:30 +00:00
parent e81287c37b
commit 15dac70c75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476013
348 changed files with 1088 additions and 1343 deletions

32
MOVED
View file

@ -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-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-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 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

View file

@ -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_egl_RUN_DEPENDS= ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs
_GL_gl_BUILD_DEPENDS= ${LOCALBASE}/lib/libGL.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_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_glew_LIB_DEPENDS= libGLEW.so:graphics/glew
_GL_glu_LIB_DEPENDS= libGLU.so:graphics/libGLU _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_glw_LIB_DEPENDS= libGLw.so:graphics/libGLw
_GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut _GL_glut_LIB_DEPENDS= libglut.so:graphics/freeglut
.if defined(USE_GL) .if defined(USE_GL)

View file

@ -20,8 +20,7 @@ Xorg_Pre_Include= bsd.xorg.mk
# app - Installs applications, no shared libraries. # app - Installs applications, no shared libraries.
# data - Installs only data. # data - Installs only data.
# doc - no particular notes # doc - no particular notes
# driver - input depends on inputproto/randrproto at least # driver - depends on xorgproto at least
# video depends on randrproto/renderproto at least
# font - don't install .pc file # font - don't install .pc file
# lib - various dependencies, install .pc file, needs pathfix # lib - various dependencies, install .pc file, needs pathfix
# proto - install .pc file, needs pathfix, most only needed at build time. # proto - install .pc file, needs pathfix, most only needed at build time.
@ -58,10 +57,7 @@ USE_XORG+= xorg-macros
. endif . endif
. if ${XORG_CAT} == "driver" . if ${XORG_CAT} == "driver"
USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \ USE_XORG+= xorg-server xorgproto xi
inputproto kbproto fontsproto videoproto dri2proto dri3proto \
xf86driproto presentproto glproto xineramaproto resourceproto \
scrnsaverproto
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
USES+= libtool USES+= libtool
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
@ -112,37 +108,15 @@ Xorg_Post_Include= bsd.xorg.mk
# Register all xorg .pc files here. # Register all xorg .pc files here.
# foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS. # foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS.
XORG_MODULES= bigreqsproto \ XORG_MODULES= dmx \
compositeproto \
damageproto \
dmx \
dmxproto \
dri2proto \
dri3proto \
evieproto \
fixesproto \
fontcacheproto \
fontenc \ fontenc \
fontsproto \
fontutil \ fontutil \
glproto \
ice \ ice \
inputproto \
kbproto \
libfs \ libfs \
oldx \ oldx \
pciaccess \ pciaccess \
pixman \ pixman \
presentproto \
printproto \
randrproto \
recordproto \
renderproto \
resourceproto \
scrnsaverproto \
sm \ sm \
trapproto \
videoproto \
x11 \ x11 \
xau \ xau \
xaw \ xaw \
@ -150,20 +124,12 @@ XORG_MODULES= bigreqsproto \
xaw7 \ xaw7 \
xbitmaps \ xbitmaps \
xcb \ xcb \
xcmiscproto \
xcomposite \ xcomposite \
xcursor \ xcursor \
xdamage \ xdamage \
xdmcp \ xdmcp \
xevie \ xevie \
xext \ xext \
xextproto \
xf86bigfontproto \
xf86dgaproto \
xf86driproto \
xf86miscproto \
xf86rushproto \
xf86vidmodeproto \
xfixes \ xfixes \
xfont \ xfont \
xfont2 \ xfont2 \
@ -171,19 +137,17 @@ XORG_MODULES= bigreqsproto \
xft \ xft \
xi \ xi \
xinerama \ xinerama \
xineramaproto \
xkbfile \ xkbfile \
xkbui \ xkbui \
xmu \ xmu \
xmuu \ xmuu \
xorg-macros \ xorg-macros \
xorg-server \ xorg-server \
xorgproto \
xp \ xp \
xpm \ xpm \
xprintapputil \ xprintapputil \
xprintutil \ xprintutil \
xproto \
xproxymngproto \
xrandr \ xrandr \
xrender \ xrender \
xres \ xres \
@ -199,37 +163,15 @@ XORG_MODULES= bigreqsproto \
xxf86misc \ xxf86misc \
xxf86vm 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 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 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 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 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 libfs_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libfs.pc:x11-fonts/libFS
oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:x11/liboldX oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:x11/liboldX
pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:devel/libpciaccess pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:devel/libpciaccess
pixman_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:x11/pixman 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 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 x11_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/x11.pc:x11/libX11
xau_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xau.pc:x11/libXau xau_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xau.pc:x11/libXau
xaw_LIB_PC_DEPENDS= ${xaw7_LIB_PC_DEPENDS} 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 xaw7_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xaw7.pc:x11-toolkits/libXaw
xbitmaps_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps xbitmaps_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps
xcb_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:x11/libxcb 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 xcomposite_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcomposite.pc:x11/libXcomposite
xcursor_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcursor.pc:x11/libXcursor xcursor_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcursor.pc:x11/libXcursor
xdamage_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdamage.pc:x11/libXdamage xdamage_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdamage.pc:x11/libXdamage
xdmcp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdmcp.pc:x11/libXdmcp xdmcp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xdmcp.pc:x11/libXdmcp
xevie_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xevie.pc:x11/libXevie xevie_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xevie.pc:x11/libXevie
xext_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xext.pc:x11/libXext 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 xfixes_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfixes.pc:x11/libXfixes
xfont_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont.pc:x11-fonts/libXfont xfont_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont.pc:x11-fonts/libXfont
xfont2_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xfont2.pc:x11-fonts/libXfont2 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 xft_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xft.pc:x11-fonts/libXft
xi_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xi.pc:x11/libXi xi_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xi.pc:x11/libXi
xinerama_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xinerama.pc:x11/libXinerama 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 xkbfile_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:x11/libxkbfile
xkbui_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:x11/libxkbui xkbui_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xkbui.pc:x11/libxkbui
xmu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmu.pc:x11-toolkits/libXmu xmu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmu.pc:x11-toolkits/libXmu
xmuu_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xmuu.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-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 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 xp_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xp.pc:x11/libXp
xpm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpm.pc:x11/libXpm xpm_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xpm.pc:x11/libXpm
xprintapputil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:x11/libXprintAppUtil xprintapputil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintapputil.pc:x11/libXprintAppUtil
xprintutil_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xprintutil.pc:x11/libXprintUtil 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 xrandr_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrandr.pc:x11/libXrandr
xrender_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:x11/libXrender xrender_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xrender.pc:x11/libXrender
xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:x11/libXres xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:x11/libXres

View file

@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades. 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: 20180728:
AFFECTS: users who upgrade from security/kc to security/kc24 AFFECTS: users who upgrade from security/kc to security/kc24
AUTHOR: pi@FreeBSD.org AUTHOR: pi@FreeBSD.org

View file

@ -3,6 +3,7 @@
PORTNAME= rhythmbox PORTNAME= rhythmbox
PORTVERSION= 3.4.2 PORTVERSION= 3.4.2
PORTREVISION= 1
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -34,7 +35,7 @@ USES= desktop-file-utils gmake gnome libtool localbase \
pathfix pkgconfig tar:xz pathfix pkgconfig tar:xz
USE_GNOME= cairo intlhack glib20 gnomeprefix gtk30 introspection \ USE_GNOME= cairo intlhack glib20 gnomeprefix gtk30 introspection \
pygobject3 libxml2 pygobject3 libxml2
USE_XORG= ice x11 xproto USE_XORG= ice x11 xorgproto
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis
CONFIGURE_ARGS= --enable-vala \ CONFIGURE_ARGS= --enable-vala \

View file

@ -3,7 +3,7 @@
PORTNAME= brlcad PORTNAME= brlcad
PORTVERSION= 7.24.0 PORTVERSION= 7.24.0
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= cad CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION} 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 \ USES= bison cmake:outsource pathfix pkgconfig python:env shebangfix \
tar:bzip2 tk:85 tar:bzip2 tk:85
USE_GL= gl glu USE_GL= gl glu
USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
xproto xrender xscrnsaver xt xxf86vm xorgproto xrender xscrnsaver xt xxf86vm
USE_LDCONFIG= yes USE_LDCONFIG= yes
SHEBANG_FILES= src/conv/intaval-g.py SHEBANG_FILES= src/conv/intaval-g.py

View file

@ -4,7 +4,7 @@
PORTNAME= librime PORTNAME= librime
PORTVERSION= 1.2.9 PORTVERSION= 1.2.9
DISTVERSIONPREFIX= rime- DISTVERSIONPREFIX= rime-
PORTREVISION= 10 PORTREVISION= 11
CATEGORIES= chinese textproc CATEGORIES= chinese textproc
MAINTAINER= lichray@gmail.com 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 USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5
USE_PERL5= build patch USE_PERL5= build patch
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_XORG= xproto USE_XORG= xorgproto
LDFLAGS+= -lintl LDFLAGS+= -lintl
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= rime GH_ACCOUNT= rime

View file

@ -3,6 +3,7 @@
PORTNAME= directfb PORTNAME= directfb
PORTVERSION= 1.4.17 PORTVERSION= 1.4.17
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://sources.buildroot.net/ MASTER_SITES= http://sources.buildroot.net/
DISTNAME= DirectFB-${PORTVERSION} DISTNAME= DirectFB-${PORTVERSION}
@ -54,7 +55,7 @@ CONFIGURE_ARGS= --disable-osx --disable-extra-warnings --disable-profiling \
DOCS_BUILD_DEPENDS= man2html:textproc/man2html DOCS_BUILD_DEPENDS= man2html:textproc/man2html
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
FREETYPE_CONFIGURE_ENABLE= freetype FREETYPE_CONFIGURE_ENABLE= freetype
X11_USE= XORG=x11,xext,xproto X11_USE= XORG=x11,xext,xorgproto
X11_CONFIGURE_ENABLE= x11 X11_CONFIGURE_ENABLE= x11
SDL_USE= sdl=sdl SDL_USE= sdl=sdl
SDL_CONFIGURE_ENABLE= sdl SDL_CONFIGURE_ENABLE= sdl

View file

@ -3,6 +3,7 @@
PORTNAME= imake PORTNAME= imake
PORTVERSION= 1.0.7 PORTVERSION= 1.0.7
PORTREVISION= 1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= devel CATEGORIES= devel
@ -20,7 +21,7 @@ USE_PERL5= run
SHEBANG_FILES= mkhtmlindex.pl SHEBANG_FILES= mkhtmlindex.pl
XORG_CAT= util XORG_CAT= util
USE_XORG= xproto USE_XORG= xorgproto
CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp

View file

@ -3,13 +3,14 @@
PORTNAME= lndir PORTNAME= lndir
PORTVERSION= 1.0.3 PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= unixmania@gmail.com MAINTAINER= unixmania@gmail.com
COMMENT= Create a shadow directory of symbolic links to another directory tree COMMENT= Create a shadow directory of symbolic links to another directory tree
XORG_CAT= util XORG_CAT= util
USE_XORG= xproto USE_XORG= xorgproto
PLIST_FILES= bin/lndir \ PLIST_FILES= bin/lndir \
man/man1/lndir.1.gz man/man1/lndir.1.gz

View file

@ -3,6 +3,7 @@
PORTNAME= makedepend PORTNAME= makedepend
PORTVERSION= 1.0.5 PORTVERSION= 1.0.5
PORTREVISION= 1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= devel CATEGORIES= devel
@ -12,7 +13,7 @@ COMMENT= Dependency generator for makefiles
LICENSE= MIT LICENSE= MIT
XORG_CAT= util XORG_CAT= util
USE_XORG= xproto USE_XORG= xorgproto
PLIST_FILES= bin/makedepend man/man1/makedepend.1.gz PLIST_FILES= bin/makedepend man/man1/makedepend.1.gz

View file

@ -3,7 +3,7 @@
PORTNAME= sdl PORTNAME= sdl
PORTVERSION= 1.2.15 PORTVERSION= 1.2.15
PORTREVISION= 10 PORTREVISION= 11
PORTEPOCH= 2 PORTEPOCH= 2
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ MASTER_SITES= http://www.libsdl.org/release/
@ -58,7 +58,7 @@ SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
VGL_CONFIGURE_ENABLE= video-vgl VGL_CONFIGURE_ENABLE= video-vgl
VGL_VARS= PKGMESSAGE=pkg-message.vgl VGL_VARS= PKGMESSAGE=pkg-message.vgl
X11_CONFIGURE_ENABLE= video-x11 X11_CONFIGURE_ENABLE= video-x11
X11_USE= XORG=x11,xrender,xrandr,xextproto X11_USE= XORG=x11,xrender,xrandr,xorgproto
post-patch: post-patch:
@${REINPLACE_CMD} -e '/EXTRA_LDFLAGS/s/-liconv/${ICONV_LIB}/' \ @${REINPLACE_CMD} -e '/EXTRA_LDFLAGS/s/-liconv/${ICONV_LIB}/' \

View file

@ -3,6 +3,7 @@
PORTNAME= vim PORTNAME= vim
PORTVERSION= 8.1.0139 PORTVERSION= 8.1.0139
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= editors CATEGORIES= editors
@ -94,7 +95,7 @@ CONSOLE_VARS= GUI=no
GNOME_PLIST_SUB= GUI="" DESKTOP="" GNOME_PLIST_SUB= GUI="" DESKTOP=""
GNOME_IMPLIES= NLS 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_USES= desktop-file-utils
GNOME_VARS= GUI=gnome2 INSTALLS_ICONS=yes GNOME_VARS= GUI=gnome2 INSTALLS_ICONS=yes

View file

@ -4,7 +4,7 @@
PORTNAME= open-vm-tools PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER} PORTVERSION= ${RELEASE_VER}
DISTVERSIONPREFIX= stable- DISTVERSIONPREFIX= stable-
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 2 PORTEPOCH= 2
CATEGORIES= emulators CATEGORIES= emulators
@ -30,7 +30,7 @@ DNET_DESC= libdnet support
LIBNOTIFY_DESC= Desktop notification support LIBNOTIFY_DESC= Desktop notification support
X11_CONFIGURE_WITH= x gtk2 gtkmm 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 gnome=gdkpixbuf2,gtk20,gtkmm24
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 libfreetype.so:print/freetype2

View file

@ -3,6 +3,7 @@
PORTNAME= stonx PORTNAME= stonx
PORTVERSION= 0.6.7e.6 PORTVERSION= 0.6.7e.6
PORTREVISION= 1
CATEGORIES= emulators CATEGORIES= emulators
MASTER_SITES= SF/stonx/stonx/0.6.7.6 MASTER_SITES= SF/stonx/stonx/0.6.7.6
DISTNAME= STonX-0.6.7.6 DISTNAME= STonX-0.6.7.6
@ -23,7 +24,7 @@ RESTRICTED= Contains ROM (C) by Atari
TOSIMG?= tos.img TOSIMG?= tos.img
USES= fonts USES= fonts
FONTNAME= misc FONTNAME= misc
USE_XORG= x11 sm ice xext xextproto USE_XORG= x11 sm ice xext xorgproto
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \ CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
--x-libraries=${LOCALBASE}/lib --x-libraries=${LOCALBASE}/lib

View file

@ -3,7 +3,7 @@
PORTNAME= virtualbox-ose PORTNAME= virtualbox-ose
PORTVERSION= 5.2.16 PORTVERSION= 5.2.16
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= emulators CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX?= -additions PKGNAMESUFFIX?= -additions
@ -102,7 +102,7 @@ VBOX_LIBS= VBoxEGL.so \
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:x11-servers/xorg-server BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xorg-server.pc:x11-servers/xorg-server
RUN_DEPENDS+= xrandr:x11/xrandr 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 USES+= pkgconfig
VBOX_WITH_X11= 1 VBOX_WITH_X11= 1
XORG_DRV_ABI= pkgconf --modversion xorg-server | \ XORG_DRV_ABI= pkgconf --modversion xorg-server | \

View file

@ -3,7 +3,7 @@
PORTNAME= virtualbox-ose PORTNAME= virtualbox-ose
PORTVERSION= 5.2.16 PORTVERSION= 5.2.16
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= emulators CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
@ -180,7 +180,7 @@ VBOX_UTILS+= vboxwebsrv webtest
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}
USE_SDL= sdl USE_SDL= sdl
USE_XORG+= inputproto x11 xcursor xext xinerama xmu xt USE_XORG+= xorgproto x11 xcursor xext xinerama xmu xt
VBOX_PROGS+= VBoxSDL VBOX_PROGS+= VBoxSDL
.endif .endif

View file

@ -3,7 +3,7 @@
PORTNAME= doom PORTNAME= doom
PORTVERSION= 1.10 PORTVERSION= 1.10
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= games CATEGORIES= games
MASTER_SITES= IDSOFTWARE/source MASTER_SITES= IDSOFTWARE/source
DISTNAME= doomsrc DISTNAME= doomsrc
@ -21,7 +21,7 @@ NO_CDROM= Redistribution is limited, see license; Requested by id Software
ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS= i386
USES= gmake zip USES= gmake zip
USE_XORG= x11 sm xextproto xext USE_XORG= x11 sm xorgproto xext
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes
DATADIR= ${DMDIR} DATADIR= ${DMDIR}

View file

@ -3,7 +3,7 @@
PORTNAME= fkiss PORTNAME= fkiss
PORTVERSION= 0.33a PORTVERSION= 0.33a
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= games CATEGORIES= games
MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} 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 EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.diff
USES= gmake USES= gmake
USE_XORG= x11 xproto USE_XORG= x11 xorgproto
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
AUTOMAKE="${TRUE}" AUTOMAKE="${TRUE}"

View file

@ -3,7 +3,7 @@
PORTNAME= xjig PORTNAME= xjig
PORTVERSION= 2.4 PORTVERSION= 2.4
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= games CATEGORIES= games
MASTER_SITES= XCONTRIB/games MASTER_SITES= XCONTRIB/games
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Jigsaw puzzle game for X11 COMMENT= Jigsaw puzzle game for X11
USES= compiler tar:tgz USES= compiler tar:tgz
USE_XORG= x11 xproto xext USE_XORG= x11 xorgproto xext
MAKEFILE= Makefile.Linux MAKEFILE= Makefile.Linux
PLIST_FILES= bin/xjig man/man1/xjig.1.gz PLIST_FILES= bin/xjig man/man1/xjig.1.gz

View file

@ -1,11 +1,14 @@
# Created by: Jean-Yves Lefort <jylefort@brutele.be> # Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$ # $FreeBSD$
PORTREVISION= 4 PORTREVISION= 5
PKGNAMESUFFIX= -client PKGNAMESUFFIX= -client
COMMENT= Enhanced version of XPilot (client program) COMMENT= Enhanced version of XPilot (client program)
MASTERDIR= ${.CURDIR}/../xpilot-ng-server MASTERDIR= ${.CURDIR}/../xpilot-ng-server
USE_XORG= x11 xext xxf86misc
USE_GL= gl
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -2,7 +2,7 @@
PORTNAME= xtrojka PORTNAME= xtrojka
PORTVERSION= 1.2.3 PORTVERSION= 1.2.3
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= games CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade/tetris MASTER_SITES= SUNSITE/games/arcade/tetris
DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g} DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}
MAINTAINER= ports@edwinm.ik.nu MAINTAINER= ports@edwinm.ik.nu
COMMENT= Game of skill similar to T*tris 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 MAKE_JOBS_UNSAFE= yes
WRKSRC= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}
INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX} INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX}

View file

@ -3,7 +3,7 @@
PORTNAME= cairo PORTNAME= cairo
PORTVERSION= 1.14.8 PORTVERSION= 1.14.8
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 2 PORTEPOCH= 2
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/ MASTER_SITES= http://cairographics.org/releases/
@ -52,7 +52,7 @@ GLIB_DESC= Enable GObject Functions Feature
OPTIONS_SUB= yes OPTIONS_SUB= yes
X11_USE= xorg=x11,xext,xrender X11_USE= xorg=x11,xext,xrender
X11_CONFIGURE_ENABLE=xlib 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_CONFIGURE_ENABLE=gl egl
OPENGL_IMPLIES= X11 OPENGL_IMPLIES= X11
GLIB_USES= gettext-runtime GLIB_USES= gettext-runtime

View file

@ -3,7 +3,7 @@
PORTNAME= jogl PORTNAME= jogl
PORTVERSION= 1.1.1 PORTVERSION= 1.1.1
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= graphics devel java CATEGORIES= graphics devel java
MASTER_SITES= http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/ MASTER_SITES= http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
EXTRACT_SUFX= -src.zip EXTRACT_SUFX= -src.zip
@ -29,8 +29,7 @@ ALL_TARGET= all
ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS= i386 amd64
USES= zip USES= zip
USE_XORG= x11 xau xdamage xdmcp xext xf86vidmodeproto xfixes xproto xt \ USE_XORG= x11 xau xdamage xdmcp xext xfixes xorgproto xt xxf86vm
xxf86vm
USE_GL= gl USE_GL= gl
USE_ANT= yes USE_ANT= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -3,11 +3,12 @@
PORTNAME= libosmesa PORTNAME= libosmesa
PORTVERSION= ${MESAVERSION} PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
COMMENT= Off-Screen Mesa implementation of the OpenGL API COMMENT= Off-Screen Mesa implementation of the OpenGL API
USE_XORG= glproto USE_XORG= xorgproto
.include <bsd.port.options.mk> .include <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common" .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"

View file

@ -3,6 +3,7 @@
PORTNAME= mesa-demos PORTNAME= mesa-demos
PORTVERSION= 8.4.0 PORTVERSION= 8.4.0
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ #${PORTVERSION}/ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ #${PORTVERSION}/
@ -16,7 +17,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gmake localbase pkgconfig tar:bzip2 USES= gmake localbase pkgconfig tar:bzip2
USE_GL= egl gbm gl glesv2 glew glu glut 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 \ CONFIGURE_ARGS+=--disable-osmesa --disable-vg --disable-wayland \
--with-system-data-files --with-system-data-files

View file

@ -3,13 +3,12 @@
PORTNAME= mesa-dri PORTNAME= mesa-dri
PORTVERSION= ${MESAVERSION} PORTVERSION= ${MESAVERSION}
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics CATEGORIES= graphics
COMMENT= OpenGL hardware acceleration drivers for DRI2+ COMMENT= OpenGL hardware acceleration drivers for DRI2+
USE_XORG= dri2proto dri3proto glproto presentproto x11 xdamage xext \ USE_XORG= xorgproto x11 xdamage xext xfixes xshmfence xv xvmc
xfixes xshmfence xv xvmc
OPTIONS_DEFINE= TEXTURE VAAPI VDPAU OPTIONS_DEFINE= TEXTURE VAAPI VDPAU
OPTIONS_DEFAULT=TEXTURE OPTIONS_DEFAULT=TEXTURE

View file

@ -3,11 +3,12 @@
PORTNAME= mesa-libs PORTNAME= mesa-libs
PORTVERSION= ${MESAVERSION} PORTVERSION= ${MESAVERSION}
PORTREVISION= 1
CATEGORIES= graphics CATEGORIES= graphics
COMMENT= OpenGL libraries that support GLX and EGL clients 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 xfixes xshmfence xxf86vm
OPTIONS_DEFINE= WAYLAND OPTIONS_DEFINE= WAYLAND

View file

@ -3,7 +3,7 @@
PORTNAME= pgplot PORTNAME= pgplot
PORTVERSION= 5.2.2 PORTVERSION= 5.2.2
PORTREVISION= 22 PORTREVISION= 23
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/
DISTNAME= ${PORTNAME}${PORTVERSION:R} DISTNAME= ${PORTNAME}${PORTVERSION:R}
@ -17,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes
USES= fortran shebangfix USES= fortran shebangfix
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_XORG= x11 xproto xt USE_XORG= x11 xorgproto xt
MAKE_ENV= SSP_CFLAGS= MAKE_ENV= SSP_CFLAGS=
SHEBANG_FILES= makehtml maketex SHEBANG_FILES= makehtml maketex

View file

@ -3,7 +3,7 @@
PORTNAME= classpath PORTNAME= classpath
PORTVERSION= 0.99 PORTVERSION= 0.99
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= java devel CATEGORIES= java devel
MASTER_SITES= GNU \ MASTER_SITES= GNU \
SAVANNAH SAVANNAH
@ -24,7 +24,7 @@ GNU_CONFIGURE= yes
USES= gmake iconv libtool perl5 pkgconfig USES= gmake iconv libtool perl5 pkgconfig
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_PERL5= build USE_PERL5= build
USE_XORG= x11 ice xtst xaw xproto xext USE_XORG= x11 ice xtst xaw xorgproto xext
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -3,6 +3,7 @@
PORTNAME= reduce PORTNAME= reduce
PORTVERSION= 20180117 PORTVERSION= 20180117
PORTREVISION= 1
CATEGORIES= math lang CATEGORIES= math lang
MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/
DISTNAME= Reduce-svn4372-src DISTNAME= Reduce-svn4372-src
@ -35,7 +36,7 @@ CPPFLAGS+= -I${NCURSESINC}
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
ALL_TARGET= ALL_TARGET=
USE_XORG= x11 xext xproto xft USE_XORG= x11 xext xorgproto xft
USES+= jpeg USES+= jpeg
CONFIGURE_ARGS= --with-csl CONFIGURE_ARGS= --with-csl
CPPFLAGS+= `freetype-config --cflags` CPPFLAGS+= `freetype-config --cflags`

View file

@ -3,7 +3,7 @@
PORTNAME= xppaut PORTNAME= xppaut
PORTVERSION= 7.0 PORTVERSION= 7.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= math graphics CATEGORIES= math graphics
MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/ MASTER_SITES= http://www.math.pitt.edu/~bard/bardware/
DISTNAME= ${PORTNAME}${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}
@ -14,7 +14,7 @@ COMMENT= Graphical tool for solving differential equations, etc
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
USE_XORG= x11 xbitmaps xproto USE_XORG= x11 xbitmaps xorgproto
CFLAGS+= -w -Wno-return-type CFLAGS+= -w -Wno-return-type
WRKSRC= ${WRKDIR} WRKSRC= ${WRKDIR}
ALL_TARGET= xppaut ALL_TARGET= xppaut

View file

@ -3,7 +3,7 @@
PORTNAME= wmtunlo PORTNAME= wmtunlo
PORTVERSION= 0.1.3 PORTVERSION= 0.1.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= misc windowmaker CATEGORIES= misc windowmaker
MASTER_SITES= http://www.gnu-darwin.org/distfiles/ \ MASTER_SITES= http://www.gnu-darwin.org/distfiles/ \
http://cvsup.theplanet.com/distfiles/ http://cvsup.theplanet.com/distfiles/
@ -13,7 +13,7 @@ COMMENT= Falling-down-a-tunnel dockapp
LICENSE= GPLv2 LICENSE= GPLv2
USE_XORG= x11 xpm xextproto USE_XORG= x11 xpm xorgproto
ALL_TARGET= wmtunlo ALL_TARGET= wmtunlo
OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFINE= EXAMPLES

View file

@ -6,7 +6,7 @@ PORTNAME= gstreamer
PORTVERSION?= ${BASE_PORTVERSION} PORTVERSION?= ${BASE_PORTVERSION}
# When chasing a shared library for a plug-in bump the PORTREVISION in the # When chasing a shared library for a plug-in bump the PORTREVISION in the
# plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}.
PORTREVISION?= 8 PORTREVISION?= 9
PORTEPOCH= 3 PORTEPOCH= 3
CATEGORIES?= multimedia audio CATEGORIES?= multimedia audio
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
@ -72,7 +72,7 @@ PLIST_SUB+= I386="@comment "
gst_base_DIST= base gst_base_DIST= base
NO_GSTREAMER_COMMON= yes NO_GSTREAMER_COMMON= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_XORG= x11 xv xext videoproto xextproto USE_XORG= x11 xv xext xorgproto
PLIST_SUB+= VERSION="${VERSION}" \ PLIST_SUB+= VERSION="${VERSION}" \
SHLIB_VERSION="${SHLIB_VERSION}" SHLIB_VERSION="${SHLIB_VERSION}"
SHEBANG_FILES= tools/gst-visualise-m.m SHEBANG_FILES= tools/gst-visualise-m.m

View file

@ -3,7 +3,7 @@
PORTNAME= gstreamer1-vaapi PORTNAME= gstreamer1-vaapi
PORTVERSION= 1.12.3 PORTVERSION= 1.12.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/
DISTNAME= gstreamer-vaapi-${PORTVERSION} DISTNAME= gstreamer-vaapi-${PORTVERSION}
@ -24,7 +24,7 @@ USE_LDCONFIG= yes
USE_GNOME= glib20 USE_GNOME= glib20
USE_GSTREAMER1= bad gl USE_GSTREAMER1= bad gl
USE_GL= 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. # drm backend needs libudev so disable it for now.
CONFIGURE_ARGS+=--disable-drm CONFIGURE_ARGS+=--disable-drm

View file

@ -3,7 +3,7 @@
PORTNAME= libcec PORTNAME= libcec
PORTVERSION= 4.0.2 PORTVERSION= 4.0.2
PORTREVISION= 3 PORTREVISION= 4
DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= multimedia CATEGORIES= multimedia
@ -51,7 +51,7 @@ CMAKE_ARGS+= -DSKIP_PYTHON_WRAPPER:BOOL=true
.endif .endif
.if ${PORT_OPTIONS:MX11} .if ${PORT_OPTIONS:MX11}
USE_XORG= x11 xproto xrandr USE_XORG= x11 xorgproto xrandr
.endif .endif
post-patch: post-patch:

View file

@ -2,6 +2,7 @@
PORTNAME= libva PORTNAME= libva
PORTVERSION= 2.2.0 PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= multimedia CATEGORIES= multimedia
MAINTAINER= madpilot@FreeBSD.org MAINTAINER= madpilot@FreeBSD.org
@ -15,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
LIB_DEPENDS= libdrm.so:graphics/libdrm LIB_DEPENDS= libdrm.so:graphics/libdrm
USES= autoreconf gmake libtool localbase pkgconfig tar:bzip2 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 USE_GL= gl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=va CONFIGURE_ARGS= --program-prefix=va

View file

@ -2,6 +2,7 @@
PORTNAME= libvdpau PORTNAME= libvdpau
PORTVERSION= 1.1.1 PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/ MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool pkgconfig tar:xz USES= autoreconf libtool pkgconfig tar:xz
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-documentation CONFIGURE_ARGS= --disable-documentation
USE_XORG= dri2proto xext USE_XORG= xorgproto xext
USE_LDCONFIG= yes USE_LDCONFIG= yes
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip

View file

@ -3,7 +3,7 @@
PORTNAME= mplayer PORTNAME= mplayer
PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g}
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= multimedia audio CATEGORIES= multimedia audio
MAINTAINER= riggs@FreeBSD.org MAINTAINER= riggs@FreeBSD.org

View file

@ -140,7 +140,7 @@ VDPAU_CONFIGURE_OFF= --disable-vdpau
VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
VPX_CONFIGURE_OFF= --disable-libvpx-lavc 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 X11_CONFIGURE_OFF= --disable-x11
X11DGA_USE= XORG=xxf86dga X11DGA_USE= XORG=xxf86dga
@ -154,7 +154,7 @@ X11VM_IMPLIES= X11
X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_LIB_DEPENDS= libx264.so:multimedia/libx264
X264_CONFIGURE_OFF= --disable-x264 X264_CONFIGURE_OFF= --disable-x264
XINERAMA_USE= XORG=xinerama,xineramaproto XINERAMA_USE= XORG=xinerama,xorgproto
XINERAMA_CONFIGURE_OFF= --disable-xinerama XINERAMA_CONFIGURE_OFF= --disable-xinerama
XINERAMA_IMPLIES= X11 XINERAMA_IMPLIES= X11

View file

@ -3,7 +3,7 @@
PORTNAME= mpv PORTNAME= mpv
PORTVERSION= 0.29.0 PORTVERSION= 0.29.0
PORTREVISION= 1 PORTREVISION= 2
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= multimedia audio CATEGORIES= multimedia audio
@ -141,7 +141,7 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon libxkbcommon.so:x11/libxkbcommon
WAYLAND_CONFIGURE_OFF= --disable-wayland 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_VARS= INSTALLS_ICONS=yes
X11_CONFIGURE_OFF= --disable-x11 X11_CONFIGURE_OFF= --disable-x11

View file

@ -2,7 +2,7 @@
PORTNAME= recordmydesktop PORTNAME= recordmydesktop
DISTVERSION= 0.3.8.1 DISTVERSION= 0.3.8.1
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= SF MASTER_SITES= SF
@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-oss=yes \ CONFIGURE_ARGS+= --enable-oss=yes \
--enable-jack=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 PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= totem PORTNAME= totem
PORTVERSION= 3.18.1 PORTVERSION= 3.18.1
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= multimedia gnome CATEGORIES= multimedia gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 DIST_SUBDIR= gnome3
@ -36,7 +36,7 @@ USES= desktop-file-utils gettext gmake gnome libtool \
pathfix pkgconfig python:2.7 tar:xz pathfix pkgconfig python:2.7 tar:xz
USE_GNOME= gtk30 intlhack introspection:build libxml2 nautilus3 \ USE_GNOME= gtk30 intlhack introspection:build libxml2 nautilus3 \
pygobject3 pygobject3
USE_XORG= x11 xproto xtst ice sm USE_XORG= x11 xorgproto xtst ice sm
USE_GSTREAMER1= core good bad soup ugly USE_GSTREAMER1= core good bad soup ugly
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -3,7 +3,7 @@
PORTNAME= vlc PORTNAME= vlc
DISTVERSION= 2.2.8 DISTVERSION= 2.2.8
PORTREVISION= 7 PORTREVISION= 8
PORTEPOCH= 4 PORTEPOCH= 4
CATEGORIES= multimedia audio ipv6 net www CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ 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_LIB_DEPENDS= libvorbis.so:audio/libvorbis
VORBIS_CONFIGURE_ENABLE=vorbis 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_LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
X11_CONFIGURE_ENABLE= xcb xvideo X11_CONFIGURE_ENABLE= xcb xvideo
X11_CONFIGURE_WITH= x X11_CONFIGURE_WITH= x

View file

@ -3,7 +3,7 @@
PORTNAME= freerdp PORTNAME= freerdp
DISTVERSION= 2.0.0-rc1 DISTVERSION= 2.0.0-rc1
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= net comms ipv6 CATEGORIES= net comms ipv6
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ 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 FFMPEG_CMAKE_BOOL= WITH_FFMPEG
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 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 GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1
ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_LIB_DEPENDS= libicuuc.so:devel/icu
@ -84,7 +84,7 @@ WAYLAND_CMAKE_BOOL= WITH_WAYLAND
X11_DESC= Build FreeRDP X11 client X11_DESC= Build FreeRDP X11 client
X11_CMAKE_BOOL= WITH_X11 X11_CMAKE_BOOL= WITH_X11
X11_CMAKE_OFF= -DWITH_XKBFILE=OFF 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> .include <bsd.port.pre.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= freerdp PORTNAME= freerdp
PORTVERSION= 1.2.0 PORTVERSION= 1.2.0
PORTREVISION= 10 PORTREVISION= 11
CATEGORIES= net comms ipv6 CATEGORIES= net comms ipv6
PKGNAMESUFFIX= 1 PKGNAMESUFFIX= 1
@ -48,7 +48,7 @@ FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
FFMPEG_CMAKE_BOOL= WITH_FFMPEG FFMPEG_CMAKE_BOOL= WITH_FFMPEG
GSTREAMER_CMAKE_BOOL= WITH_GSTREAMER_1_0 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 GSTREAMER_LIB_DEPENDS= libgstbase-1.0.so:multimedia/gstreamer1
NEON_DESC= Enable Media Processing Engine instructions NEON_DESC= Enable Media Processing Engine instructions
@ -66,7 +66,7 @@ X11_DESC= Build FreeRDP X11 client
X11_BUILD_DEPENDS= xmlto:textproc/xmlto X11_BUILD_DEPENDS= xmlto:textproc/xmlto
X11_CMAKE_BOOL= WITH_X11 X11_CMAKE_BOOL= WITH_X11
X11_CMAKE_OFF= -DWITH_XKBFILE=OFF 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> .include <bsd.port.pre.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= mediastreamer PORTNAME= mediastreamer
PORTVERSION= 2.14.0 PORTVERSION= 2.14.0
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= net CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/mediastreamer MASTER_SITES= SAVANNAH/linphone/mediastreamer
@ -82,7 +82,7 @@ VPX_CONFIGURE_ENABLE= vp8
VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx
XVIDEO_CONFIGURE_ENABLE=x11 xv XVIDEO_CONFIGURE_ENABLE=x11 xv
XVIDEO_USE= XORG=videoproto,x11,xv XVIDEO_USE= XORG=xorgproto,x11,xv
.if defined(WITH_DEBUG) .if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--enable-debug CONFIGURE_ARGS+=--enable-debug

View file

@ -2,6 +2,7 @@
PORTNAME= tigervnc PORTNAME= tigervnc
PORTVERSION= 1.9.0 PORTVERSION= 1.9.0
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= net x11-servers CATEGORIES= net x11-servers
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
@ -36,11 +37,8 @@ USE_LDCONFIG= yes
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= TigerVNC GH_ACCOUNT= TigerVNC
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont xkbfile \
ice inputproto kbproto pixman presentproto randrproto renderproto \ xorg-macros xorgproto xrandr xrender xtrans xtst
resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \
xdmcp xext xextproto xfixes xfont xkbfile xorg-macros xproto xrandr \
xrender xtrans xtst
CFLAGS+= -fPIC CFLAGS+= -fPIC

View file

@ -2,6 +2,7 @@
PORTNAME= tigervnc PORTNAME= tigervnc
PORTVERSION= 1.9.0 PORTVERSION= 1.9.0
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= net x11-servers CATEGORIES= net x11-servers
@ -33,11 +34,8 @@ USE_LDCONFIG= yes
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= TigerVNC GH_ACCOUNT= TigerVNC
USE_XORG+= bigreqsproto compositeproto damageproto fixesproto fontsproto glproto \ USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont xkbfile \
ice inputproto kbproto pixman presentproto randrproto renderproto \ xorg-macros xorgproto xrandr xrender xtrans xtst
resourceproto scrnsaverproto sm videoproto x11 xau xcmiscproto xdamage \
xdmcp xext xextproto xfixes xfont xkbfile xorg-macros xproto xrandr \
xrender xtrans xtst
CFLAGS+= -fPIC CFLAGS+= -fPIC

View file

@ -3,7 +3,7 @@
PORTNAME= x11vnc PORTNAME= x11vnc
PORTVERSION= 0.9.13 PORTVERSION= 0.9.13
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= net CATEGORIES= net
MASTER_SITES= SF/libvncserver/${PORTNAME}/${PORTVERSION} 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 LIB_DEPENDS= libdbus-1.so:devel/dbus
USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ 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 # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
USES= iconv pkgconfig jpeg ssl USES= iconv pkgconfig jpeg ssl

View file

@ -3,7 +3,7 @@
PORTNAME= paraview PORTNAME= paraview
DISTVERSION= 5.5.1 DISTVERSION= 5.5.1
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= science graphics CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION} 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 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_QT= core gui help network sql widgets x11extras xmlpatterns buildtools_build qmake_build
USE_GL= gl glu 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_LDCONFIG= yes
USE_GSTREAMER= yes USE_GSTREAMER= yes

View file

@ -3,7 +3,7 @@
PORTNAME= keepassx PORTNAME= keepassx
PORTVERSION= 2.0.3 PORTVERSION= 2.0.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= security CATEGORIES= security
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_QT= buildtools_build concurrent core gui linguisttools qmake_build \ USE_QT= buildtools_build concurrent core gui linguisttools qmake_build \
testlib widgets x11extras 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 xt xtst
USE_GITHUB= yes USE_GITHUB= yes

View file

@ -3,6 +3,7 @@
PORTNAME= KeePassX PORTNAME= KeePassX
PORTVERSION= 0.4.4 PORTVERSION= 0.4.4
PORTREVISION= 1
CATEGORIES= security CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \ MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \
http://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 USES= desktop-file-utils qmake qt:4 shared-mime-info
USE_QT= moc_build uic_build qt3support_build rcc_build \ USE_QT= moc_build uic_build qt3support_build rcc_build \
corelib gui xml 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 xext x11 sm ice xi
QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/include LIBS+=-L${LOCALBASE}/lib

View file

@ -3,6 +3,7 @@
PORTNAME= keepassx PORTNAME= keepassx
PORTVERSION= 2.0.3 PORTVERSION= 2.0.3
PORTREVISION= 1
PORTEPOCH= 2 PORTEPOCH= 2
CATEGORIES= security CATEGORIES= security
MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/
@ -29,7 +30,7 @@ USE_LDCONFIG= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_QT= corelib gui xml qtestlib uic_build moc_build \ USE_QT= corelib gui xml qtestlib uic_build moc_build \
qmake_build rcc_build linguisttools 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 xt xtst
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= gnome-control-center PORTNAME= gnome-control-center
PORTVERSION= 3.18.2 PORTVERSION= 3.18.2
PORTREVISION= 9 PORTREVISION= 10
CATEGORIES= sysutils gnome CATEGORIES= sysutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome3 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 USES= compiler:c++11-lib gettext gmake gnome localbase:ldflags pathfix pkgconfig tar:xz
USE_GNOME= gnomedesktop3 intltool libxml2 USE_GNOME= gnomedesktop3 intltool libxml2
USE_XORG= xscrnsaver x11 xxf86misc kbproto xi USE_XORG= xscrnsaver x11 xxf86misc xorgproto xi
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes

View file

@ -3,6 +3,7 @@
PORTNAME= mate-power-manager PORTNAME= mate-power-manager
PORTVERSION= 1.20.1 PORTVERSION= 1.20.1
PORTREVISION= 1
CATEGORIES= sysutils mate CATEGORIES= sysutils mate
MASTER_SITES= MATE MASTER_SITES= MATE
DIST_SUBDIR= mate DIST_SUBDIR= mate
@ -30,7 +31,7 @@ PORTSCOUT= limitw:1,even
USES= gettext gmake libtool localbase \ USES= gettext gmake libtool localbase \
pathfix pkgconfig tar:xz pathfix pkgconfig tar:xz
USE_MATE= panel USE_MATE= panel
USE_XORG= x11 xext xproto xrandr xrender USE_XORG= x11 xext xorgproto xrandr xrender
USE_GNOME= cairo glib20 gtk30 intlhack USE_GNOME= cairo glib20 gtk30 intlhack
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes

View file

@ -3,6 +3,7 @@
PORTNAME= xfce4-settings PORTNAME= xfce4-settings
PORTVERSION= 4.12.4 PORTVERSION= 4.12.4
PORTREVISION= 1
CATEGORIES= sysutils xfce CATEGORIES= sysutils xfce
MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4 DIST_SUBDIR= xfce4
@ -25,7 +26,7 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_GNOME= glib20 gtk20 cairo intltool intlhack USE_GNOME= glib20 gtk20 cairo intltool intlhack
USE_XFCE= garcon libexo USE_XFCE= garcon libexo
USE_XORG= inputproto x11 xcursor xi xrandr USE_XORG= xorgproto x11 xcursor xi xrandr
CONFIGURE_ARGS= --enable-debug=yes \ CONFIGURE_ARGS= --enable-debug=yes \
--disable-xorg-libinput --disable-xorg-libinput

View file

@ -3,7 +3,7 @@
PORTNAME= scim-kmfl-imengine PORTNAME= scim-kmfl-imengine
PORTVERSION= 0.9.9 PORTVERSION= 0.9.9
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \
http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
@ -21,7 +21,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
RUN_DEPENDS= kmflcomp:textproc/kmflcomp \ RUN_DEPENDS= kmflcomp:textproc/kmflcomp \
scim:textproc/scim scim:textproc/scim
USE_XORG= x11 xkbfile xproto USE_XORG= x11 xkbfile xorgproto
USE_GNOME= glib20 gtk20 intlhack USE_GNOME= glib20 gtk20 intlhack
USES= gettext iconv pkgconfig libtool USES= gettext iconv pkgconfig libtool
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -3,6 +3,7 @@
PORTNAME= chromium PORTNAME= chromium
PORTVERSION= 67.0.3396.87 PORTVERSION= 67.0.3396.87
PORTREVISION= 1
CATEGORIES?= www CATEGORIES?= www
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/ MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@ -81,8 +82,8 @@ CPE_PRODUCT= chrome
USE_GL= gl USE_GL= gl
USE_LDCONFIG= ${DATADIR} USE_LDCONFIG= ${DATADIR}
USE_PERL5= build USE_PERL5= build
USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \ USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \
xproto xrandr xrender xscrnsaver xtst xorgproto xrandr xrender xscrnsaver xtst
USE_GNOME= atk dconf glib20 gtk30 libxml2 libxslt USE_GNOME= atk dconf glib20 gtk30 libxml2 libxslt
SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper SHEBANG_FILES= chrome/tools/build/linux/chrome-wrapper
ALL_TARGET= chrome ALL_TARGET= chrome

View file

@ -3,6 +3,7 @@
PORTNAME= gtkhtml PORTNAME= gtkhtml
PORTVERSION= 4.10.0 PORTVERSION= 4.10.0
PORTREVISION= 1
CATEGORIES= www gnome CATEGORIES= www gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
PKGNAMESUFFIX= 4 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 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz 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_GNOME= gnomeprefix intlhack gtk30
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -3,7 +3,7 @@
PORTNAME= iridium PORTNAME= iridium
PORTVERSION= 58.0 PORTVERSION= 58.0
PORTREVISION= 18 PORTREVISION= 19
CATEGORIES= www CATEGORIES= www
MASTER_SITES= https://downloads.iridiumbrowser.de/source/ MASTER_SITES= https://downloads.iridiumbrowser.de/source/
PKGNAMESUFFIX= -browser PKGNAMESUFFIX= -browser
@ -62,8 +62,8 @@ USES= bison desktop-file-utils jpeg ninja perl5 \
pkgconfig python:2.7,build shebangfix tar:xz pkgconfig python:2.7,build shebangfix tar:xz
USE_PERL5= build USE_PERL5= build
USE_XORG= scrnsaverproto x11 xcb xcomposite xcursor xext xdamage xfixes xi \ USE_XORG= x11 xcb xcomposite xcursor xext xdamage xfixes xi \
xproto xrandr xrender xscrnsaver xtst xorgproto xrandr xrender xscrnsaver xtst
USE_GNOME= atk dconf glib20 gtk20 gtk30 libxml2 libxslt USE_GNOME= atk dconf glib20 gtk20 gtk30 libxml2 libxslt
MAKE_ARGS= -C out/${BUILDTYPE} MAKE_ARGS= -C out/${BUILDTYPE}
ALL_TARGET= chrome ALL_TARGET= chrome

View file

@ -3,7 +3,7 @@
PORTNAME= links-hacked PORTNAME= links-hacked
DISTVERSION= 101110 DISTVERSION= 101110
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES?= www CATEGORIES?= www
MASTER_SITES= http://xray.sai.msu.ru/~karpov/links-hacked/downloads/ 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 JS_CONFIGURE_ENABLE= javascript
SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
SVGALIB_CONFIGURE_WITH= svgalib SVGALIB_CONFIGURE_WITH= svgalib
X11_USE= xorg=x11,xproto X11_USE= xorg=x11,xorgproto
X11_CONFIGURE_WITH= x X11_CONFIGURE_WITH= x
.include <bsd.port.options.mk> .include <bsd.port.options.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= links PORTNAME= links
DISTVERSION= 2.14 DISTVERSION= 2.14
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= www ipv6 CATEGORIES= www ipv6
MASTER_SITES= http://links.twibright.com/download/ MASTER_SITES= http://links.twibright.com/download/
@ -55,7 +55,7 @@ TRANS_EXTRA_PATCHES= ${FILESDIR}/extra-terminal.c.diff
UTF8_CONFIGURE_ENABLE= utf8 UTF8_CONFIGURE_ENABLE= utf8
X11_USE= xorg=x11,xproto X11_USE= xorg=x11,xorgproto
X11_LIB_DEPENDS= libevent.so:devel/libevent \ X11_LIB_DEPENDS= libevent.so:devel/libevent \
libfontconfig.so:x11-fonts/fontconfig libfontconfig.so:x11-fonts/fontconfig
X11_CONFIGURE_WITH= x X11_CONFIGURE_WITH= x

View file

@ -20,7 +20,7 @@
PORTNAME= webengine PORTNAME= webengine
DISTVERSION= ${QT5_VERSION} DISTVERSION= ${QT5_VERSION}
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= www CATEGORIES= www
PKGNAMEPREFIX= qt5- PKGNAMEPREFIX= qt5-
@ -75,7 +75,7 @@ USES= gperf jpeg python:2.7,build pkgconfig \
USE_GNOME= glib20 libxml2 libxslt USE_GNOME= glib20 libxml2 libxslt
USE_QT= core designer gui location network qml quick webchannel \ USE_QT= core designer gui location network qml quick webchannel \
widgets buildtools_build qmake_build printsupport 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 xrandr xrender xscrnsaver xtst
USE_LDCONFIG= ${QT_LIBDIR} USE_LDCONFIG= ${QT_LIBDIR}

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-acecad PORTNAME= xf86-input-acecad
PORTVERSION= 1.5.0 PORTVERSION= 1.5.0
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= xf86-input-egalax PORTNAME= xf86-input-egalax
PORTVERSION= 0.3 PORTVERSION= 0.3
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= glebius@FreeBSD.org MAINTAINER= glebius@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-elographics PORTNAME= xf86-input-elographics
PORTVERSION= 1.4.1 PORTVERSION= 1.4.1
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-evdev PORTNAME= xf86-input-evdev
PORTVERSION= 2.10.6 PORTVERSION= 2.10.6
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-fpit PORTNAME= xf86-input-fpit
PORTVERSION= 1.4.0 PORTVERSION= 1.4.0
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-hyperpen PORTNAME= xf86-input-hyperpen
PORTVERSION= 1.4.1 PORTVERSION= 1.4.1
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-joystick PORTNAME= xf86-input-joystick
PORTVERSION= 1.6.3 PORTVERSION= 1.6.3
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-keyboard PORTNAME= xf86-input-keyboard
PORTVERSION= 1.9.0 PORTVERSION= 1.9.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -12,6 +12,5 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= driver XORG_CAT= driver
USE_XORG= kbproto
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-libinput PORTNAME= xf86-input-libinput
PORTVERSION= 0.25.0 PORTVERSION= 0.25.0
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-mouse PORTNAME= xf86-input-mouse
PORTVERSION= 1.9.3 PORTVERSION= 1.9.3
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-mutouch PORTNAME= xf86-input-mutouch
PORTVERSION= 1.3.0 PORTVERSION= 1.3.0
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-penmount PORTNAME= xf86-input-penmount
PORTVERSION= 1.5.0 PORTVERSION= 1.5.0
PORTREVISION= 6 PORTREVISION= 7
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-synaptics PORTNAME= xf86-input-synaptics
PORTVERSION= 1.9.1 PORTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -3,7 +3,7 @@
PORTNAME= xf86-input-vmmouse PORTNAME= xf86-input-vmmouse
PORTVERSION= 13.1.0 PORTVERSION= 13.1.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-input-void PORTNAME= xf86-input-void
PORTVERSION= 1.4.1 PORTVERSION= 1.4.1
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-input-wacom PORTNAME= xf86-input-wacom
PORTVERSION= 0.36.1 PORTVERSION= 0.36.1
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${DISTNAME}/ MASTER_SITES= https://github.com/linuxwacom/${PORTNAME}/releases/download/${DISTNAME}/

View file

@ -4,7 +4,7 @@
PORTNAME= xf86-video-amdgpu PORTNAME= xf86-video-amdgpu
PORTVERSION= 1.3.0 PORTVERSION= 1.3.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-apm PORTNAME= xf86-video-apm
PORTVERSION= 1.2.5 PORTVERSION= 1.2.5
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-ark PORTNAME= xf86-video-ark
PORTVERSION= 0.7.5 PORTVERSION= 0.7.5
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-ast PORTNAME= xf86-video-ast
PORTVERSION= 1.1.5 PORTVERSION= 1.1.5
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -11,7 +12,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= driver XORG_CAT= driver
USE_XORG= xf86driproto glproto
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-ati PORTNAME= xf86-video-ati
PORTVERSION= 7.9.0 PORTVERSION= 7.9.0
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-chips PORTNAME= xf86-video-chips
PORTVERSION= 1.2.7 PORTVERSION= 1.2.7
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-cirrus PORTNAME= xf86-video-cirrus
PORTVERSION= 1.5.3 PORTVERSION= 1.5.3
PORREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-dummy PORTNAME= xf86-video-dummy
PORTVERSION= 0.3.8 PORTVERSION= 0.3.8
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -11,6 +12,5 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= driver XORG_CAT= driver
USE_XORG= xf86dgaproto
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-geode PORTNAME= xf86-video-geode
PORTVERSION= 2.11.19 PORTVERSION= 2.11.19
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-glint PORTNAME= xf86-video-glint
PORTVERSION= 1.2.9 PORTVERSION= 1.2.9
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -11,6 +11,5 @@ COMMENT= X.Org glint display driver
USE_GL= gl USE_GL= gl
XORG_CAT= driver XORG_CAT= driver
USE_XORG= xf86dgaproto
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-i128 PORTNAME= xf86-video-i128
PORTVERSION= 1.3.6 PORTVERSION= 1.3.6
PORTREVISION= 7 PORTREVISION= 8
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-i740 PORTNAME= xf86-video-i740
PORTVERSION= 1.3.6 PORTVERSION= 1.3.6
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -3,6 +3,7 @@
PORTNAME= xf86-video-intel PORTNAME= xf86-video-intel
PORTVERSION= 2.99.917.20180512 PORTVERSION= 2.99.917.20180512
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/ MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/
DISTNAME= ${PORTNAME}-${COMMIT_ID} DISTNAME= ${PORTNAME}-${COMMIT_ID}

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-mach64 PORTNAME= xf86-video-mach64
PORTVERSION= 6.9.6 PORTVERSION= 6.9.6
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-mga PORTNAME= xf86-video-mga
PORTVERSION= 1.6.5 PORTVERSION= 1.6.5
PORTREVISION= 2 PORTREVISION= 3
PORTEPOCH= 3 PORTEPOCH= 3
CATEGORIES= x11-drivers CATEGORIES= x11-drivers

View file

@ -2,13 +2,12 @@
PORTNAME= xf86-video-neomagic PORTNAME= xf86-video-neomagic
PORTVERSION= 1.2.9 PORTVERSION= 1.2.9
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org neomagic display driver COMMENT= X.Org neomagic display driver
XORG_CAT= driver XORG_CAT= driver
USE_XORG= xf86dgaproto
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-nv PORTNAME= xf86-video-nv
PORTVERSION= 2.1.21 PORTVERSION= 2.1.21
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,7 +2,7 @@
PORTNAME= xf86-video-openchrome PORTNAME= xf86-video-openchrome
PORTVERSION= 0.6.0 PORTVERSION= 0.6.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-qxl PORTNAME= xf86-video-qxl
DISTVERSION= 0.1.5 DISTVERSION= 0.1.5
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
@ -15,7 +16,7 @@ LIB_DEPENDS= libspice-server.so:devel/libspice-server
USES= localbase:ldflags pkgconfig python:2.7 shebangfix USES= localbase:ldflags pkgconfig python:2.7 shebangfix
USE_XORG= xf86dgaproto xfont USE_XORG= xfont
XORG_CAT= driver XORG_CAT= driver
CONFIGURE_ARGS+=--enable-xspice CONFIGURE_ARGS+=--enable-xspice

View file

@ -2,6 +2,7 @@
PORTNAME= xf86-video-r128 PORTNAME= xf86-video-r128
PORTVERSION= 6.11.0 PORTVERSION= 6.11.0
PORTREVISION= 1
CATEGORIES= x11-drivers CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org MAINTAINER= x11@FreeBSD.org
@ -12,6 +13,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GL= gl USE_GL= gl
XORG_CAT= driver XORG_CAT= driver
USE_XORG= xf86miscproto
.include <bsd.port.mk> .include <bsd.port.mk>

Some files were not shown because too many files have changed in this diff Show more