Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.33_17 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.33_16 23 Jul 2023 20:02:29 |
Muhammad Moinur Rahman (bofh) |
games/vavoom: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.33_16 31 Dec 2022 03:45:50 |
Muhammad Moinur Rahman (bofh) |
games/vavoom: Refactor after wxgtk28 removal
- Pet portclippy
- Generate make makepatch compliant patches |
1.33_16 05 Dec 2022 12:02:32 |
Rene Ladan (rene) |
all: return bar@'s ports to the pool after commit bit safekeeping.
With hat: portmgr-secretary |
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.33_16 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.33_16 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.33_16 11 Jul 2022 21:46:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change |
1.33_15 31 Aug 2021 11:24:20 |
Bernhard Froehlich (decke) |
games/vavoom: Add CPE information
Approved by: portmgr (blanket) |
1.33_15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.33_15 08 Nov 2019 10:47:01 |
tobik |
games: Add missing USES={gnome,gl,sdl,xorg} |
1.33_15 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.33_15 26 Dec 2018 21:12:17 |
bar |
Removed post-configure target to fix the build. |
1.33_14 21 Mar 2018 06:47:44 |
bar |
Attempt to fix on HEAD. |
1.33_14 18 Mar 2018 06:20:50 |
bar |
Attempt to fix on HEAD. |
1.33_14 17 Mar 2018 06:48:03 |
bar |
Attempt to fix on HEAD. |
1.33_14 15 Mar 2018 02:45:50 |
bar |
Attempt to fix on HEAD. |
1.33_14 25 Jun 2017 21:07:58 |
tcberner |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
1.33_14 04 Jun 2017 15:10:58 |
bar |
Apply some patches from OpenSUSE to fix some issues, including the build on
recent compilers.
PR: 216835, 219295 |
1.33_13 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.33_12 17 Apr 2017 11:35:39 |
bar |
Revert to r437875.
Sorry...it turned out I did the test using my default make.conf,
so it was building with default 10-STABLE clang (3.4.1).
After testing again, still no luck with llvm40. |
1.33_12 17 Apr 2017 11:02:20 |
bar |
Build using LLVM because after r438668 it builds fine using llvm40.
This also allows to restore LAUNCHER option, because contrarily to
default gcc version, llvm still produces working binary for vlaunch. |
1.33_11 06 Apr 2017 20:14:21 |
bar |
- USE_GCC because llvm (starting from llvm40) generates not working binary for
vcc causing failure during the build
- Remove the LAUNCHER option because current GCC generates not working binary
for vlaunch
- Modernize OPTIONS |
1.33_10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.33_10 19 Mar 2016 14:36:54 |
rakuco |
Add some patches to properly declare dependencies between targets.
The upcoming CMake 3.5.0 ends up generating Makefiles that cause much more
problems in parallel builds when the dependencies are not declared correctly.
This also allows us to get rid of MAKE_JOBS_UNSAFE.
PR: 208033 |
1.33_10 16 Sep 2015 19:51:28 |
bapt |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop |
1.33_9 13 Sep 2015 18:58:30 |
bapt |
Enforce unicode version of wxGTK |
1.33_8 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.33_8 18 Jan 2015 21:23:19 |
amdmi3 |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
1.33_8 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.33_7 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.33_7 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 ) |
1.33_6 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) |
1.33_5 17 Apr 2014 15:07:22 |
swills |
- Chase libmikmod upgrade
Approved by: portmgr (bdrewery) |
1.33_4 24 Mar 2014 12:35:11 |
bapt |
Use wx 2.8+ |
1.33_4 05 Feb 2014 15:53:18 |
bapt |
Chase libmad changes |
1.33_3 12 Jan 2014 18:50:44 |
bar |
- Support stage directory
- Use new syntax for LIB_DEPENDS
- Added LICENSE
- Added MAKE_JOBS_UNSAFE=yes
- Strip some binaries
- Replace the broken fixunix.sh script with an equivalent DOS2UNIX_REGEX
- Pet portlint
- Remove ALLEGRO option - graphics/allegrogl is gone and there is
no option to build devel/allegro with opengl extension
Approved by: flo (mentor) |
1.33_3 25 Dec 2013 23:29:34 |
antoine |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
1.33_3 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.33_3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.33_3 27 Jan 2013 10:05:18 |
bar |
- remove a missed shlib version from LIB_DEPENDS
- add a patch to make the content pane of the vlaunch window scrollable
the patch has been sent upstream on 24 Dec., but there is still no feedback
Approved by: flo (maintainer) |
1.33_2 13 Dec 2012 01:02:51 |
bar |
- Trim Makefile header
- Remove ABI version from LIB_DEPENDS
- Take maintainership
Approved by: flo, rene (mentors) |
1.33_2 10 Dec 2012 01:20:17 |
eadler |
Revert Chris Petrik's ports to the pool. Thank you for all your work so far,
and should you desire to return just let us know.
PR: ports/174309
Submitted by: Chris Petrik |
1.33_2 09 Sep 2012 02:30:44 |
eadler |
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481 |
1.33_2 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.33_2 12 Jun 2012 16:35:45 |
bapt |
Convert to new options framework |
1.33_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.33_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 |
1.33 02 Mar 2011 23:59:52 |
linimon |
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer |
1.33 13 Feb 2011 02:03:01 |
linimon |
Use canonical form for maintainer field.
Noticed by: portsmon
Hat: portmgr |
1.33 05 Feb 2011 04:02:08 |
miwi |
- Pass maintainership to submitter
PR: 154478
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
Feature safe: yes |
1.33 08 Jan 2011 21:01:23 |
dhn |
- Update to 1.33
PR: ports/153724
Submitted by: Barbara <barbara.xxx1975@libero.it> |
1.32 15 Nov 2010 13:06:58 |
wen |
- Update to 1.32
PR: ports/151870
Submitted by: Barbara <barbara.xxx1975@libero.it> |
1.30_5 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.30_4 29 Mar 2010 04:52:27 |
dinoex |
- fix build for png-1.4.1
PR: 145128
Submitted by: Barbara |
1.30_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.30_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.30_2 30 Jan 2010 09:43:31 |
mva |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
1.30_1 25 Jan 2010 19:15:18 |
pav |
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat) |
1.30 29 Dec 2009 02:17:41 |
amdmi3 |
- Fix build with newer cmake
PR: 141410
Submitted by: Barbara <barbara.xxx1975@libero.it> |
1.30 12 Dec 2009 14:27:41 |
miwi |
- mark broken (fails to build with new cmake)
Reported by: pointyhat |
1.30 14 Oct 2009 13:34:07 |
pav |
- Update to 1.30
PR: ports/139331
Submitted by: Barbara <barbara.xxx1975@libero.it> |
1.28_3 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.28_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.28_2 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.28_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1.28 27 Feb 2009 21:24:38 |
alepulver |
- Drop maintainership of the following ports:
games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube (Only the first 15 lines of the commit message are shown above ) |
1.28 21 Jun 2008 21:56:21 |
alepulver |
- Update to version 1.28.
- Remove patch (integrated upstream). |
1.27.1_1 06 Jun 2008 13:31:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.27.1 27 May 2008 22:12:09 |
miwi |
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav) |
1.27.1 26 Apr 2008 02:01:41 |
alepulver |
- Add missing devel/cmake dependency. |
1.27.1 24 Apr 2008 16:41:23 |
alepulver |
- Update to version 1.27.1.
- Remove wrapper script (upstream includes it now)
- Use SDL instead of ALLEGRO since it doesn't build with allegrogl.
- Update pkg-message according to wrapper scripts change. |
1.26_2 07 Apr 2008 20:37:24 |
naddy |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
1.26_1 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.26 29 Jan 2008 05:41:23 |
alepulver |
- Update to version 1.26. |
1.25_1 13 Dec 2007 13:56:59 |
alepulver |
- Add "-f" option to wrapper to fix/recreate symlinks after an update.
- Add information about this in pkg-message.
- Bump PORTREVISION. |
1.25 12 Dec 2007 05:20:45 |
alepulver |
- Update to version 1.25.
- Add LAUNCHER option (new feature).
- Add note in pkg-message about launcher. |
1.24_1 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
1.24 24 Jul 2007 13:57:53 |
alepulver |
- Update to version 1.24.
- Add more information to pkg-message. |
1.23.1_1 10 Jun 2007 17:59:08 |
alepulver |
- Bump PORTREVISION because of the last pkg-plist commit. |
1.23.1 09 Jun 2007 19:09:40 |
alepulver |
- Add missing pkg-plist entries. |
1.23.1 06 Jun 2007 03:41:18 |
alepulver |
- Update to version 1.23.1.
- Rename DEVEL option to EDITING.
- Move MODELS option to separate port "games/vavoom-extras".
- Add note in pkg-message.in about "games/vavoom-extras".
- Reformat and update pkg-descr. |
1.23_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.23 04 May 2007 00:38:11 |
alepulver |
- Update to version 1.23. |
1.22.1 13 Jan 2007 02:17:11 |
alepulver |
- Remove %%MODELS%% from a file in pkg-plist that is always installed.
Reported by: pointyhat |
1.22.1 09 Jan 2007 18:17:13 |
alepulver |
- Update distinfo (main source distfile changed, see below).
- Remove local workaround for a problem with a data file (it was fixed
upstream).
Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
1.22.1 21 Dec 2006 13:43:59 |
alepulver |
- Update to version 1.22.1. |
1.21.2_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
1.21.2 13 Sep 2006 20:27:57 |
alepulver |
- Set the correct permissions of the files in DATADIR. |
1.21.2 13 Sep 2006 19:33:58 |
alepulver |
- Fix wrapper script broken with last commit. |
1.21.2 11 Sep 2006 18:20:12 |
alepulver |
- Add DEVEL (development tools) and MODELS (3D models for
Doom/Doom2/Heretic/Hexen/Strife) options. |
1.21.2 09 Sep 2006 16:41:47 |
alepulver |
- Update to version 1.21.2.
- Use SF macro in MASTER_SITES.
- Take maintainership.
- Convert to OPTIONS.
- Remove ONLY_FOR_ARCHS=i386.
- Use (smart) wrapper script instead of "installuser" target.
- Remove "-fno-strict-aliasing" flag only (don not change CFLAGS/CXXFLAGS),
and on any OSVERSION. |
1.20 22 Jul 2006 04:28:27 |
linimon |
Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.
Hat: portmgr |
1.20 02 Jun 2006 11:40:09 |
mich |
- Update to 1.20
PR: ports/98235
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) |
1.19.1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.19.1 25 Apr 2006 17:07:50 |
oliver |
restore ONLY_FOR_ARCHS= i386 |
1.19.1 25 Apr 2006 17:04:58 |
oliver |
fix broken build caused by recent openal update |
1.19.1 02 Feb 2006 09:57:22 |
barner |
- Update to 1.19.1 [1]
- Use USE_ICONV
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> [1]
PR: ports/92719 [1] |
1.19 02 Jan 2006 09:26:41 |
edwin |
Update port: games/vavoom 1.18 -> 1.19
PR: ports/91176
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> |
1.18 12 Dec 2005 21:03:34 |
edwin |
Update port: games/vavoom 1.17 -> 1.18
PR: ports/90280
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> |