Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20240303 07 Mar 2024 11:51:55 |
Ganael LAPLANCHE (martymac) |
games/jfsw: Update to 20240303 |
20211225_2 03 Mar 2024 09:44:21 |
Tijl Coosemans (tijl) Author: Kenji Takefu |
devel/gmake: Update to 4.4.1
Some ports required patches.
PR: 272216
Exp-run by: antoine |
20211225_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
20211225_1 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 ) |
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) |
20211225 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 ) |
20211225 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 ) |
20211225 12 Jan 2022 15:01:18 |
Ganael LAPLANCHE (martymac) |
games/jfsw: Update to 20211225 |
20210130_3 27 Nov 2021 10:09:44 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4 |
20210130_2 04 Oct 2021 04:56:46 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4 |
20210130_1 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 |
20210130 06 May 2021 11:47:41 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010 |
20210130 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210130 24 Feb 2021 15:04:46 |
martymac |
Update to 20210130 |
20201010 19 Oct 2020 19:42:41 |
martymac |
Update to 20201010 |
20200116 25 Sep 2020 11:16:44 |
martymac |
Remove useless patch erroneously introduced in previous commit |
20200116 24 Sep 2020 10:37:54 |
martymac |
Update to 20200116 |
20131019_3 04 Sep 2020 10:34:58 |
martymac |
Fix build with llvm11 (duplicate symbol errors)
While here, re-generate patches using 'makepatch' target. |
20131019_3 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
20131019_3 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 |
20131019_2 10 May 2019 10:53:45 |
martymac |
Add missing USES=sdl for my ports
(and also reorder a few things) |
20131019_2 03 Apr 2019 06:19:02 |
linimon |
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
/usr/local/lib/libgraphite2.so.3: undefined reference to
'__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Approved by: portmgr (tier-2 blanket) |
20131019_2 05 Oct 2018 10:10:02 |
martymac |
Add missing USES=gl to my ports |
20131019_2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
20131019_2 05 Sep 2018 10:05:30 |
martymac |
Add missing USES=gnome to my ports |
20131019_2 25 Jan 2018 11:07:51 |
martymac |
Make portlint happier with my ports (reorder variables) |
20131019_2 13 Sep 2017 20:12:38 |
martymac |
Update distinfo as jonof-jfaudiolib was rerolled upstream
(archive contents are exactly the same) |
20131019_2 06 Jun 2017 16:18:17 |
mat |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
20131019_2 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 |
20131019_1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
20131019_1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
20131019_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20131019_1 19 Sep 2015 18:17:04 |
marino |
Add USES=alias to 10 ports (Aids DragonFly support) |
20131019_1 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20131019 25 Nov 2014 13:37:27 |
martymac |
Update games/jfsw to 20131019 |
20051009_4 13 Oct 2014 07:12:43 |
martymac |
Remove @dirrm/@dirrmty from my ports |
20051009_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) |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
20051009_3 13 Jan 2014 08:20:30 |
martymac |
- Fix build on recent FreeBSD (10, 11)
- Add LICENSE and update LEGAL accordingly
- Update USES
- Use NO_WRKSUBDIR/BUILD_WRKSRC instead of WRKSRC
- Enable staging (and always stage documentation)
- Rework patches: split them and convert them to UNIX file format (use dos2unix) |
20051009_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
20051009_2 15 Jun 2012 09:58:40 |
martymac |
- Switch to OptionsNg
- Use PORTDOCS |
20051009_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
20051009_1 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
20051009 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
20051009 27 Sep 2010 12:08:23 |
martymac |
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor) |
20051009 07 Sep 2010 15:52:18 |
pgollucci |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer |
20051009 31 May 2010 21:21:31 |
jacula |
This is JonoF's Shadow Warrior port with additional
patches for FX sound support.
WWW: http://www.jonof.id.au/jfsw
PR: ports/144846
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by: tabthorpe |