notbugIf you buy from Amazon USA, please support us by using this link.
Port details
wayland Wayland composite "server"
1.14.0 graphics on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Jan 2017 23:04:55
Also Listed In: wayland
License: MIT
Wayland is intended as a simpler replacement for X, easier to develop and
maintain. GNOME and KDE are expected to be ported to it.

Wayland is a protocol for a compositor to talk to its clients as well as
a C library implementation of that protocol. The compositor can be a
standalone display server running on Linux kernel modesetting and evdev
input devices, an X application, or a wayland client itself. The clients can
be traditional applications, X servers (rootless or fullscreen) or other
display servers.

Please report bugs to the FreeBSD bugtracker!

WWW: https://wayland.freedesktop.org/
SVNWeb : Homepage : PortsMon
    Pseudo-pkg-plist information, but much better, from make generate-plist
    Expand this list (37 items)
  1. /usr/local/share/licenses/wayland-1.14.0/catalog.mk
  2. /usr/local/share/licenses/wayland-1.14.0/LICENSE
  3. /usr/local/share/licenses/wayland-1.14.0/MIT
  4. bin/wayland-scanner
  5. include/wayland-client-core.h
  6. include/wayland-client-protocol.h
  7. include/wayland-client.h
  8. include/wayland-cursor.h
  9. include/wayland-egl-core.h
  10. include/wayland-egl.h
  11. include/wayland-server-core.h
  12. include/wayland-server-protocol.h
  13. include/wayland-server.h
  14. include/wayland-util.h
  15. include/wayland-version.h
  16. lib/libwayland-client.a
  17. lib/libwayland-client.so
  18. lib/libwayland-client.so.0
  19. lib/libwayland-client.so.0.3.0
  20. lib/libwayland-cursor.a
  21. lib/libwayland-cursor.so
  22. lib/libwayland-cursor.so.0
  23. lib/libwayland-cursor.so.0.0.0
  24. lib/libwayland-server.a
  25. lib/libwayland-server.so
  26. lib/libwayland-server.so.0
  27. lib/libwayland-server.so.0.1.0
  28. libdata/pkgconfig/wayland-client.pc
  29. libdata/pkgconfig/wayland-cursor.pc
  30. libdata/pkgconfig/wayland-scanner.pc
  31. libdata/pkgconfig/wayland-server.pc
  32. share/aclocal/wayland-scanner.m4
  33. share/wayland/wayland-scanner.mk
  34. share/wayland/wayland.dtd
  35. share/wayland/wayland.xml
  36. @postexec /usr/sbin/service ldconfig restart > /dev/null
  37. @postunexec /usr/sbin/service ldconfig restart > /dev/null
  38. Collapse this list.

To install the port: cd /usr/ports/graphics/wayland/ && make install clean
To add the package: pkg install wayland

PKGNAME: wayland

distinfo:

TIMESTAMP = 1507715269
SHA256 (wayland-1.14.0.tar.xz) = ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8
SIZE (wayland-1.14.0.tar.xz) = 413960


NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.

Build dependencies:
  1. autoconf>=2.69 : devel/autoconf
  2. automake>=1.16.1 : devel/automake
  3. libtoolize : devel/libtool
  4. gmake : devel/gmake
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. xsltproc : textproc/libxslt
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. libffi.so : devel/libffi
  3. libepoll-shim.so : devel/libepoll-shim
  4. libxml2.so : textproc/libxml2

This port is required by:

for Build for Libraries * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options
     No options to configure

USES:
autoreconf gmake libtool localbase pathfix pkgconfig tar:xz gnome

Master Sites:
  1. http://wayland.freedesktop.org/releases/
Port Moves
  • port moved here from x11-servers/wayland on 2017-01-30
    REASON: Better location for wayland

Number of commits found: 6

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Jul 2018 00:47:14
Original commit files touched by this commit  1.14.0
Revision:473692
linimon search for other commits by this committer
Mark various ports broken on mips64 and, where appropriate, mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
18 Jun 2018 14:00:43
Original commit files touched by this commit  1.14.0
Revision:472693
linimon search for other commits by this committer
Mark ports broken on powerpc64, categories g-n.

While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
03 May 2018 09:33:58
Original commit files touched by this commit  1.14.0
Revision:468920
amdmi3 search for other commits by this committer
- Update WWW

Approved by:	portmgr blanket
09 Dec 2017 22:02:30
Original commit files touched by this commit  1.14.0
Revision:455878
zeising search for other commits by this committer
Update wayland to 1.14.0

Disable posix_fallocate since ZFS does not support it.
Use epoll-shim instead of kqueue directly, from myfreeweb on github.

PR:		224200
Submitted by:	Johannes Lundberg
12 May 2017 18:46:53
Original commit files touched by this commit  1.13.0
Revision:440699
rezny search for other commits by this committer
Consolidate the Mesa ports, update to 17.0.4, and add Wayland option

* libGL, libEGL, libglesv2, libglapi, and gbm have been moved into mesa-libs,
  graphics/dri has been renamed to mesa-dri, and USE_GL has been adjusted
* mesa-libs has a new WAYLAND option that enables platform support in libEGL
* mesa-dri now depends on graphics/s2tc for compressed texture support [1]
* re-remove obsolete dependency on makedepends [2]
* correct sed fix backported from 17.1 [3]

PR:		218799 (exp-run), 212762 [1], 218552 [2], 218562 [3]
Submitted by:	dbn [1], jbeich [2,3]
Reported by:	afiskon@devzen.ru [1]
Reviewed by:	kwm, johalun0@gmail.com
Approved by:	portmgr, swills (mentor)
Differential Revision:  https://reviews.freebsd.org/D10448
29 Jan 2017 23:04:45
Original commit files touched by this commit  1.12.0
Revision:432804
bapt search for other commits by this committer
Move wayland to a better location

Number of commits found: 6

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

This site
What is FreshPorts?
About the authors
Issues
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nodeAug 25
node6Aug 25
node8Aug 25
mantis*Aug 24
gogsAug 22
libX11Aug 22
phpmyadminAug 22
botan2Aug 17
jenkinsAug 15
jenkins-ltsAug 15
linux-flashplayerAug 14
samba46Aug 14
samba47Aug 14
samba48Aug 14
wpa_supplicantAug 14

10 vulnerabilities affecting 61 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities

Last updated:
2018-08-27 12:19:41


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 35078
Broken 50
Deprecated 67
Ignore 293
Forbidden 3
Restricted 162
No CDROM 74
Vulnerable 33
Expired 9
Set to expire 52
Interactive 0
new 24 hours 17
new 48 hours21
new 7 days463
new fortnight545
new month1568

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2018 Dan Langille. All rights reserved.