Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20150621_7 22 Jan 2024 00:29:01 |
Muhammad Moinur Rahman (bofh) |
games/netradiant: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
20150621_6 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
20150621_5 28 Jun 2023 11:58:06 |
Alexey Dokuchaev (danfe) |
games/netradiant: unbreak the port's build against Clang 16
Reported by: pkg-fallout |
20150621_5 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
20150621_4 14 Feb 2023 05:59:28 |
Alexey Dokuchaev (danfe) |
games/{gtk,net}radiant: fix getting file length on Unix-like systems
Decloak Q_filelength() which takes a pointer to FILE, not an integer
file descriptor, and optimize away superfluous call thereof.
Reported by: pkg-fallout (clang 15) |
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) |
20150621_4 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 ) |
20150621_4 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
20150621_4 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
20150621_3 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
20150621_2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
20150621_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
20150621_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20150621_1 01 Sep 2020 18:46:42 |
danfe |
Force -fcommon for the time being, fixing the code looks impractical.
This is to fix the build against modern compilers (Clang 11, GCC 10).
Reported by: pkg-fallout |
20150621_1 26 Mar 2020 15:40:59 |
danfe |
- When fixing __linux__ -> __FreeBSD__ checks, narrow down the file
list so sed(1) would only edit necessary files, not every *.[ch]
- Add missing USE_XORG components, remove banal comment, and update
WWW line in the port description while I'm here |
20150621_1 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
20150621_1 26 Aug 2019 15:57:51 |
linimon |
These ports now build on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20150621_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
20150621 12 Jul 2019 09:12:12 |
pkubaj |
games/netradiant: fix packaging on powerpc64
After the last update, this port doesn't need replacing ARCH on powerpc64 and
doing it actually breaks packaging:
pkg-static: Unable to access file
/wrkdirs/usr/ports/games/netradiant/work/stage/usr/local/share/netradiant/heretic2/h2data.powerpc:No
such file or directory
PR: 239054
Approved by: danfe (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20889 |
20150621 21 Jun 2019 15:57:28 |
danfe |
- Update to version 20150621 and unbreak
- Remove judgemental wording from COMMENT
- Fix the code to avoid using `sys/dir.h'
- Install more popular games' gamepacks
- Fix some Makefile QA warnings while here |
20130630_8 15 Jun 2019 15:48:35 |
rene |
games/netradiant: mark as BROKEN
The port has no more public distfiles and it uses the obsolete sys/dir.h
While here fix USES=gl so that 'make patch' works again
Hat: portmgr
Event: Berlin hackathon 2019 |
20130630_8 14 Jun 2019 07:15:06 |
pkubaj |
games/netradiant: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix linking with boost.
Also replace ARCH on powerpc64 with powerpc to fix packaging.
While here, add USES=gl gnome localbase:ldflags.
PR: 237962
Approved by: danfe (maintainer timeout), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20612 |
20130630_8 15 Jan 2018 16:50:28 |
danfe |
- Unbreak the build against new Clang version 6.0.0
- Merge all Clang-related fixes into existing patch and
regenerate it to get sane timestamps while I'm here
PR: 224989 |
20130630_8 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
20130630_8 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20130630_8 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
20130630_7 14 May 2017 06:33:57 |
linimon |
Mark some ports failing on various tier-2 archs. In cases where the
error message was a stub, provide a real one.
While here, pet portlint.
This is a catchup commit from various earlier commits.
Approved by: portmgr (tier-2 blanket) |
20130630_7 30 Apr 2017 12:50:54 |
sunpoet |
Update to 0.6.0
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
20130630_6 14 Nov 2016 06:19:30 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20130630_6 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20130630_6 01 Apr 2016 11:17:54 |
sunpoet |
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
20130630_5 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
20130630_5 22 Apr 2015 21:50:34 |
amdmi3 |
- Fix build on 64 bit architectures (cast from pointer to int loses precision)
- Drop @dirrm* from plist
Approved by: portmgr blanket |
20130630_5 18 Apr 2015 16:39:18 |
danfe |
- Clang insists that reference cannot be bound to dereferenced null pointer
in well-defined C++ code (that is correct) and evaluates comparisons like
&foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack
by casting those "bad" references to a local volatile int variable (since
NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that
was fixed in r384239; patches are slightly different though)
- While here, make a comment more accurate, and bump port revision |
20130630_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
20130630_3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
20130630_3 08 May 2014 03:25:06 |
sunpoet |
- Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
20130630_2 16 Apr 2014 18:28:50 |
zeising |
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 ) |
20130630_1 17 Dec 2013 06:29:37 |
danfe |
Fix packaging on !i386. |
20130630_1 15 Dec 2013 15:54:18 |
danfe |
- Comment out apparently unused yet offending piece of code to unbreak the
build on amd64 (tested on MacBookPro6,2)
- Unify the usage of pre/do-install targets in both ports and stagify them
Reported by: pkg-fallout |
20130630_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20130630_1 12 Sep 2013 14:49:27 |
danfe |
- Stop checking for unzip (it's unused anyways) to unbreak on 8.3-RELEASE
- Throw in a bunch of #include's to make modern Clang happy on -CURRENT
Reported by: pkg-fallout |
20130630_1 12 Sep 2013 14:20:16 |
danfe |
- Install q3map2.6 manual page
- Define LICENSE (GPLv2)
- Reformat port description |
20130630_1 09 Sep 2013 22:49:21 |
mm |
Bump some PORTREVISIONs due to graphics/webp update to 0.3.1 |
20130630 06 Sep 2013 12:29:57 |
danfe |
Add a port of NetRadiant, a fork of the well-known GtkRadiant 1.5 FPS games
map editor. The focus is put on stabilizing and bugfixing the included map
compiler, q3map2, so it can become a reliable tool for map authors.
WWW: http://ingar.satgnu.net/gtkradiant/ |