Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1_3 01 Dec 2023 10:55:30 |
Piotr Kubaj (pkubaj) |
games/diaspora: fix architecture detection on 64-bit non-amd64 and unbreak
aarch64 |
1.1.1_3 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
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.1.1_2 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.1.1_2 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 ) |
1.1.1_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 |
1.1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1_1 04 Nov 2020 08:03:45 |
wen |
- Drop maintainership
PR: 250844
Submitted by: lightside@gmx.com(maintainer) |
1.1.1_1 19 Mar 2020 23:02:31 |
tobik |
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030 |
1.1.1_1 08 Dec 2019 15:28:05 |
pkubaj |
games/diaspora: fix build on GCC architectures
OpenAL needs C++11 compiler:
/usr/local/lib/libopenal.so: undefined reference to
`std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
>::~basic_string()@GLIBCXX_3.4.21' |
1.1.1_1 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.1.1_1 13 Apr 2019 00:57:27 |
swills |
games/diaspora: fix build with GCC-based architectures
PR: 237215
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: lightside <lightside@gmx.com> (maintainer) |
1.1.1_1 01 Apr 2018 07:30:42 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226980
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
1.1.1_1 10 Feb 2018 21:09:30 |
yuri |
games/diaspora: Update mirrors and pkg-descr file
Port changes:
* Mirrors changed without an actual distfiles change
* Whitespace changes in pkg-descr
* Changed WWW
PR: 225787
Submitted by: lightside@gmx.com (maintainer)
Approved by: tcberner (mentor, implicit) |
1.1.1_1 15 Jan 2018 21:59:49 |
jbeich |
games/diaspora: unbreak build with Clang 6 (C++14 by default)
- Don't use %%FOO%% in PLIST_FILES to avoid unnecessary substitution
PR: 225187
Submitted by: lightside@gmx.com (maintainer) |
1.1.1_1 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 |
1.1.1 31 Jan 2017 03:40:46 |
linimon |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket) |
1.1.1 26 Dec 2016 11:12:53 |
amdmi3 |
- Add mirror for distfile
- Use standard CC-BY-NC-SA-3.0 license
- Add gl to USE_GL
- Remove bsd.port.options.mk include
- Use new options helpers
- Use EXTRACT_* variables for post-extract target
- Use POST_PLIST for build-plist-empty target
PR: 215539
Submitted by: lightside@gmx.com (maintainer) |
1.1.1 25 May 2016 14:43:29 |
amdmi3 |
- Add some mirrors, fixing fetch
PR: 209738
Submitted by: lightside@gmx.com (maintainer) |
1.1.1 23 May 2016 16:23:26 |
mat |
While having a distfile of 400MB 10 years ago was big, it is not a
problem any more.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6512 |
1.1.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.1.1 06 Feb 2015 11:15:03 |
marino |
Add new port: games/diaspora
PR: 195014
Submitted by: lightside (gmx.com)
Diaspora: Shattered Armistice is a single and multiplayer space fighter
combat game set in the reimagined Battlestar Galactica universe. It is
based on FreeSpace 2 Open Source Code Project engine. |