notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/libXvMC/distinfo

Number of commits found: 11

Monday, 5 Feb 2024
08:01 Emmanuel Vadot (manu) search for other commits by this committer
x11/libXvMC: Update to 1.0.14

Release
notes:	https://lists.x.org/archives/xorg-announce/2024-February/003456.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 57d43f4faf11955d02e340bd60058835f68630db commit hash: 57d43f4faf11955d02e340bd60058835f68630db commit hash: 57d43f4faf11955d02e340bd60058835f68630db commit hash: 57d43f4faf11955d02e340bd60058835f68630db 57d43f4
Wednesday, 6 Nov 2019
17:58 zeising search for other commits by this committer
Update xorgproto, libX11 and libXvMC

Update x11/xorgproto to 2019.2 [0]
Disable all legacy headers, they are no longer needed, since they only
detail deprecated protocol features.

Update x11/libX11 to 1.6.9
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.

Update x11/libXvMC to  1.0.12 [1]
This is a minor update, mostly containing fixes to work with updated
x11/xorgproto.

Patch mesa prts to explicitly link against -lXv, previously this was pulled
in by x11/libXvMC, but with changes to libXvMC .pc file, this is no longer
true.
Bump portrevision for mesa-dri because of this.

Thanks fo antoine for the exp-run!

PR:		241314 (exp-run) [0], 240801 [1]
Submitted by:	pete@nomadlogic.org [1]
Original commitRevision:516911 
Sunday, 16 Jun 2019
20:39 zeising search for other commits by this committer
x11/libXvMC: Update to 1.0.11

Update x11/libXvMC to 1.0.11
This release contains some minor fixes, and updates to the build system.

add INSTALL_TARGET=install-strip to strip binaries and libraries

Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002981.html

Sponsored by:	B3 Init
Original commitRevision:504369 
Friday, 7 Oct 2016
18:01 kwm search for other commits by this committer
Update libX11 to 1.6.4.
Update libXfixes to 5.0.2.
Update libXi to 1.7.7.
Update libXrandr to 1.5.1.
Update libXrender to 0.9.10.
Update libXtst to 1.2.3.
Update libXv to 1.0.11.
Update libXvMC to 1.0.10.

Fix a number of issues in the way these X client libraries handle the
responses they receive from servers.

Submitted by:	zeising@
Security:	1cf65085-a760-41d2-9251-943e1af62eb8
MFH:		2016Q4
Original commitRevision:423473 
Saturday, 18 Apr 2015
15:34 kwm search for other commits by this committer
Misc X.org port updates:

Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.

Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
  all affected ports.

PR:		199400
Obtained from:	Xorg-devel repo
Original commitRevision:384234 
Friday, 14 Jun 2013
11:45 zeising search for other commits by this committer
Update to 1.0.8

Obtained from:	xorg development repo
Original commitRevision:320896 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Wednesday, 14 Sep 2011
18:17 eadler search for other commits by this committer
- update fixesproto to 5.0
- update inputproto to 2.0.2
- update printproto to 1.0.5
- update recordproto to 1.14.1
- update renderproto to 0.11.1
- update resourceproto to 1.2.0
- update scrnsaverproto 1.2.1
- update videoproto to 2.3.1
- update xcmiscproto 1.2.1
- update xextproto 7.2.0
- update xf86vidmodeproto 2.3.1
- update xineramaproto 1.2.1
- update libXvMC to 1.0.6

Reviewed by:    kwm
Approved by:    bapt (mentor)
Obtained from:  xorg-devel repo
Original commit
Saturday, 19 Mar 2011
12:38 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Saturday, 1 May 2010
11:41 miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*

or:

portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.

Tested by:      Community and 2x exp-runs
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit

Number of commits found: 11