notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11/xcb-util-image/Makefile
SVNWeb

Number of commits found: 22

Tue, 20 Jun 2023
[ 12:57 Renato Botelho (garga) search for other commits by this committer ]    commit hash:03e28078327f7ce014186c4d5d27d24c9b31b1d3  commit hash:03e28078327f7ce014186c4d5d27d24c9b31b1d3  commit hash:03e28078327f7ce014186c4d5d27d24c9b31b1d3  03e2807 
x11/xcb-util-image: Update to 0.4.1

Sponsored by:	Rubicon Communications, LLC ("Netgate")
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 3 Nov 2019
[ 21:56 zeising search for other commits by this committer ] Original commit   Revision:516607 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Switch all ports to use USES=xorg-cat

Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
Wed, 1 May 2019
[ 09:31 amdmi3 search for other commits by this committer ] Original commit   Revision:500586
- Add LICENSE
- Update WWW

Approved by:	portmgr blanket
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 18 Apr 2015
[ 15:34 kwm search for other commits by this committer ] Original commit   Revision:384234 (Only the first 10 of 180 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 12 Jan 2015
[ 14:32 garga search for other commits by this committer ] Original commit   Revision:376826
Update x11/xcb-util, x11/xcb-util-image and x11/xcb-util-keysyms to 0.4.0
Fri, 8 Aug 2014
[ 08:42 olgeni search for other commits by this committer ] Original commit   Revision:364347 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 31 Oct 2013
[ 23:52 garga search for other commits by this committer ] Original commit   Revision:332327
. Support STAGE
. Use space on WWW line
Tue, 24 Sep 2013
[ 16:47 garga search for other commits by this committer ] Original commit   Revision:328166 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Fri, 20 Sep 2013
[ 23:43 bapt search for other commits by this committer ] Original commit   Revision:327777 (Only the first 10 of 483 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
Mon, 2 Sep 2013
[ 15:26 bapt search for other commits by this committer ] Original commit   Revision:326011 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
[ 09:45 garga search for other commits by this committer ] Original commit   Revision:325961 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Change my ports to USES (gmake|perl5)
Sat, 25 May 2013
[ 14:37 zeising search for other commits by this committer ] Original commit   Revision:319055 (Only the first 10 of 518 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Dec 2012
[ 19:08 garga search for other commits by this committer ] Original commit   Revision:308628 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update xcb-util to 0.3.9
- Update xcb-util-wm to 0.3.9
- Update xcb-util-keysyms to 0.3.9
- Update xcb-util-image to 0.3.9
- Bump PORTREVISION on dependant ports
Fri, 5 Oct 2012
[ 12:41 garga search for other commits by this committer ] Original commit   Revision:305298 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Change headers of all ports maintained by me to new format
Mon, 2 Jul 2012
[ 22:21 garga search for other commits by this committer ] Original commit 
Remove lib version from LIB_DEPENDS to silence portlint
Sun, 15 Jan 2012
[ 12:46 garga search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding the
following new ports:

xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm

As approved by maintainer, i'm taking over the maintainership

Exp-run by:     pav

Number of commits found: 22