Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.5 22 Mar 2022 11:10:19 |
Guido Falsi (madpilot) |
multimedia/libvdpau: Update to 1.5 |
1.4 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 22 May 2020 16:39:18 |
madpilot |
Update libvdpau to 1.4 |
1.3_1 16 Mar 2020 18:07:39 |
madpilot |
Add missing dependency on libX11.
PR: 244846
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
1.3 20 Dec 2019 14:54:08 |
madpilot |
- Update libvdpau and vdpauinfo to 1.3
- Move to new master site
PR: 242715
Submitted by: jbeich |
1.1.1_2 06 Nov 2019 18:07:22 |
zeising |
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. |
1.1.1_2 11 Sep 2018 18:34:28 |
zeising |
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 |
1.1.1_1 31 Jul 2018 18:41:30 |
zeising |
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 |
1.1.1 05 Nov 2017 11:15:52 |
madpilot |
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 |
1.1.1 22 Oct 2017 10:31:28 |
madpilot |
- 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] |
1.1.1 22 Oct 2017 10:17:26 |
madpilot |
Correct port WITH_DEBUG support and simplify Makefile. |
1.1.1 25 Nov 2015 08:05:57 |
madpilot |
Update to 1.1.1 |
1.1 25 Aug 2015 11:01:32 |
madpilot |
Update to 1.1 |
1.0 10 Mar 2015 13:05:13 |
madpilot |
Update to 1.0. |
0.9 07 Feb 2015 10:49:49 |
madpilot |
Update to 0.9. |
0.8_1 18 Nov 2014 08:32:25 |
madpilot |
- Clean up plist |
0.8_1 18 Sep 2014 15:24:22 |
madpilot |
These ports does use GNU configure.
Reported by: bapt |
0.8_1 18 Sep 2014 14:41:16 |
madpilot |
- Convert to USES autoreconf
- Drop .la files
- Use @sample |
0.8 06 Aug 2014 14:53:08 |
madpilot |
Distfile rerolled, update distinfo.
No changes in content.
PR: 192436
Submitted by: marino@ |
0.8 03 Jul 2014 10:39:44 |
madpilot |
- Update libvdpau to 0.8
- Fix libva-vdpau-driver build after this update |
0.7_1 18 Jun 2014 08:35:54 |
madpilot |
Convert to USES=tar:xz
PR: 191140
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
0.7_1 11 May 2014 15:44:20 |
madpilot |
Add USES=libtool and adjust plist accordingly. |
0.7 29 Sep 2013 10:55:12 |
madpilot |
- Support staging |
0.7 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.7 02 Sep 2013 20:27:53 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.7 06 Aug 2013 23:40:07 |
madpilot |
- Update to 0.7
- Use Space in pkg-descr WWW line |
0.6 04 Feb 2013 21:53:59 |
madpilot |
Update to 0.6 |
0.5_1 23 Oct 2012 21:13:33 |
madpilot |
- 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 |
0.5 18 Sep 2012 23:05:43 |
eadler |
Change back to the people.freedesktop url.
This service was unavailable before, but apperently the git. version returns
multiple checksums. |
0.5 18 Sep 2012 20:53:21 |
eadler |
Upgrade to 0.5
- People are blue no longer! |
0.4.1_1 26 Dec 2011 16:12:28 |
tabthorpe |
- 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 |
0.4.1_1 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.4.1_1 13 Jan 2011 10:20:52 |
makc |
Respect DEBUG/STRIP
PR: ports/153704
Submitted by: swell.k (maintainer)
Feature safe: yes |
0.4.1 24 Sep 2010 19:06:00 |
makc |
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> |