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: multimedia/libvdpau/Makefile

Number of commits found: 34

Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 22 Mar 2022
11:10 Guido Falsi (madpilot) search for other commits by this committer
multimedia/libvdpau: Update to 1.5
commit hash: 8f7668d61a1102613bbac2a776ba08f71676dd40 commit hash: 8f7668d61a1102613bbac2a776ba08f71676dd40 commit hash: 8f7668d61a1102613bbac2a776ba08f71676dd40 commit hash: 8f7668d61a1102613bbac2a776ba08f71676dd40 8f7668d
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 22 May 2020
16:39 madpilot search for other commits by this committer
Update libvdpau to 1.4
Original commitRevision:536212 
Monday, 16 Mar 2020
18:07 madpilot search for other commits by this committer
Add missing dependency on libX11.

PR:		244846
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
Original commitRevision:528534 
Friday, 20 Dec 2019
14:54 madpilot search for other commits by this committer
- Update libvdpau and vdpauinfo to 1.3
- Move to new master site

PR:		242715
Submitted by:	jbeich
Original commitRevision:520512 
Wednesday, 6 Nov 2019
18:07 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories m

Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516916 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Original commitRevision:479538 
Tuesday, 31 Jul 2018
18:41 zeising search for other commits by this committer
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
Original commitRevision:476013 
Sunday, 5 Nov 2017
11:15 madpilot search for other commits by this committer
Don't modify OPTIONS_DEFAULT from external variables.

Reported by:	mat
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder
email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or
description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL
needed).
> Empty fields above will be automatically removed.

M    libvdpau/Makefile
Original commitRevision:453536 
Sunday, 22 Oct 2017
10:31 madpilot search for other commits by this committer
- WITH_DEBUG=yes is set by the infrastructure when the DEBUG option
  is enabled, so don't do that here [1]
- Also make the port enables the DEBUG option when WITH_DEBUG is
  defined so full debug is enabled.

Reported by:	jbeich [1]
Original commitRevision:452632 
10:17 madpilot search for other commits by this committer
Correct port WITH_DEBUG support and simplify Makefile.
Original commitRevision:452630 
Wednesday, 25 Nov 2015
08:05 madpilot search for other commits by this committer
Update to 1.1.1
Original commitRevision:402390 
Tuesday, 25 Aug 2015
11:01 madpilot search for other commits by this committer
Update to 1.1
Original commitRevision:395234 
Tuesday, 10 Mar 2015
13:05 madpilot search for other commits by this committer
Update to 1.0.
Original commitRevision:380912 
Saturday, 7 Feb 2015
10:49 madpilot search for other commits by this committer
Update to 0.9.
Original commitRevision:378582 
Thursday, 18 Sep 2014
15:24 madpilot search for other commits by this committer
These ports does use GNU configure.

Reported by:	bapt
Original commitRevision:368486 
14:41 madpilot search for other commits by this committer
- Convert to USES autoreconf
- Drop .la files
- Use @sample
Original commitRevision:368467 
Thursday, 3 Jul 2014
10:39 madpilot search for other commits by this committer
- Update libvdpau to 0.8
- Fix libva-vdpau-driver build after this update
Original commitRevision:360352 
Wednesday, 18 Jun 2014
08:35 madpilot search for other commits by this committer
Convert to USES=tar:xz

PR:		191140
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Original commitRevision:358232 
Sunday, 11 May 2014
15:44 madpilot search for other commits by this committer
Add USES=libtool and adjust plist accordingly.
Original commitRevision:353709 
Sunday, 29 Sep 2013
10:55 madpilot search for other commits by this committer
- Support staging
Original commitRevision:328672 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Monday, 2 Sep 2013
20:27 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326080 
Tuesday, 6 Aug 2013
23:40 madpilot search for other commits by this committer
- Update to 0.7
- Use Space in pkg-descr WWW line
Original commitRevision:324326 
Monday, 4 Feb 2013
21:53 madpilot search for other commits by this committer
Update to 0.6
Original commitRevision:311649 
Tuesday, 23 Oct 2012
21:13 madpilot search for other commits by this committer
- Switch back to cgit snapshot
- Use xz format archive
- Preserve configuraton file
- Remove uneeded dependency on gmake
- Properly USE_AUTOTOOLS which implies GNU_CONFIGURE
- Convert to optionsng
- Bump PORTREVISION due to diffs in installed files
- Take maintainership (submitter declined)

PR:		ports/171824
Submmitted by:	Jan Beich <jbeich@tormail.org>
Appproved by:	tabthorpe (portmgr)
Feature safe:	yes
Original commitRevision:306328 
Tuesday, 18 Sep 2012
23:05 eadler search for other commits by this committer
Change back to the people.freedesktop url.
This service was unavailable before, but apperently the git. version returns
multiple checksums.
Original commitRevision:304473 
20:53 eadler search for other commits by this committer
Upgrade to 0.5

- People are blue no longer!
Original commitRevision:304461 
Monday, 26 Dec 2011
16:12 tabthorpe search for other commits by this committer
- Reset ports to heap due to mail bounces

<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:       portmgr
Original commit
Thursday, 13 Jan 2011
10:20 makc search for other commits by this committer
Respect DEBUG/STRIP

PR:             ports/153704
Submitted by:   swell.k (maintainer)
Feature safe:   yes
Original commit
Friday, 24 Sep 2010
19:06 makc search for other commits by this committer
Add new port multimedia/libvdpau:

VDPAU is the Video Decode and Presentation API for UNIX. It provides
an interface to video decode acceleration and presentation hardware
present in modern GPUs.

WWW:    http://freedesktop.org/wiki/Software/VDPAU

PR:             ports/150368
Submitted by:   Anonymous <swell.k at gmail.com>
Original commit

Number of commits found: 34