non port: games/vavoom/Makefile |
SVNWeb
|
Number of commits found: 101 (showing only 100 on this page) |
Fri, 28 Jul 2023
|
[ 17:13 Daniel Engberg (diizzy) ] 664a2fa (Only the first 10 of 502 ports in this commit are shown above. )
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
|
Sun, 23 Jul 2023
|
[ 20:02 Muhammad Moinur Rahman (bofh) ] 344e7cf
games/vavoom: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Sat, 31 Dec 2022
|
[ 03:45 Muhammad Moinur Rahman (bofh) ] f273887 (Only the first 10 of 20 ports in this commit are shown above. )
games/vavoom: Refactor after wxgtk28 removal
- Pet portclippy
- Generate make makepatch compliant patches
|
Mon, 5 Dec 2022
|
[ 12:02 Rene Ladan (rene) ] 7cd3ed1
all: return bar@'s ports to the pool after commit bit safekeeping.
With hat: portmgr-secretary
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Mon, 11 Jul 2022
|
[ 21:46 Po-Chuan Hsieh (sunpoet) ] 2bbe718 (Only the first 10 of 48 ports in this commit are shown above. )
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
|
Tue, 31 Aug 2021
|
[ 11:24 Bernhard Froehlich (decke) ] 2ace1b0
games/vavoom: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Wed, 26 Dec 2018
|
[ 21:12 bar ]
Removed post-configure target to fix the build.
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
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
|
Sun, 4 Jun 2017
|
[ 15:10 bar ] (Only the first 10 of 15 ports in this commit are shown above. )
Apply some patches from OpenSUSE to fix some issues, including the build on
recent compilers.
PR: 216835, 219295
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Mon, 17 Apr 2017
|
[ 11:35 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.
|
[ 11:02 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.
|
Thu, 6 Apr 2017
|
[ 20:14 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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Mar 2016
|
[ 14:36 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
|
Wed, 16 Sep 2015
|
[ 19:51 bapt ] (Only the first 10 of 73 ports in this commit are shown above. )
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
|
Sun, 13 Sep 2015
|
[ 18:58 bapt ]
Enforce unicode version of wxGTK
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Thu, 17 Apr 2014
|
[ 15:07 swills ]
- Chase libmikmod upgrade
Approved by: portmgr (bdrewery)
|
Mon, 24 Mar 2014
|
[ 12:35 bapt ]
Use wx 2.8+
|
Wed, 5 Feb 2014
|
[ 15:53 bapt ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase libmad changes
|
Sun, 12 Jan 2014
|
[ 18:50 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)
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Sun, 27 Jan 2013
|
[ 10:05 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)
|
Thu, 13 Dec 2012
|
[ 01:02 bar ]
- Trim Makefile header
- Remove ABI version from LIB_DEPENDS
- Take maintainership
Approved by: flo, rene (mentors)
|
Mon, 10 Dec 2012
|
[ 01:20 eadler ] (Only the first 10 of 88 ports in this commit are shown above. )
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
|
Sun, 9 Sep 2012
|
[ 02:30 eadler ] (Only the first 10 of 32 ports in this commit are shown above. )
Welcome back Chris Petrik <c.petrik.sosa@gmail.com>
PR: ports/171481
|
Sat, 28 Jul 2012
|
[ 15:57 cs ] (Only the first 10 of 75 ports in this commit are shown above. )
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
|
Tue, 12 Jun 2012
|
[ 16:35 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Convert to new options framework
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- 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
|
Wed, 2 Mar 2011
|
[ 23:59 linimon ] (Only the first 10 of 19 ports in this commit are shown above. )
Return these ports to the pool.
PR: ports/155217
Submitted by: maintainer
|
Sun, 13 Feb 2011
|
[ 02:03 linimon ]
Use canonical form for maintainer field.
Noticed by: portsmon
Hat: portmgr
|
Sat, 5 Feb 2011
|
[ 04:02 miwi ]
- Pass maintainership to submitter
PR: 154478
Submitted by: chris petrik <c.petrik.sosa@gmail.com>
Feature safe: yes
|
Sat, 8 Jan 2011
|
[ 21:01 dhn ]
- Update to 1.33
PR: ports/153724
Submitted by: Barbara <barbara.xxx1975@libero.it>
|
Mon, 15 Nov 2010
|
[ 13:06 wen ]
- Update to 1.32
PR: ports/151870
Submitted by: Barbara <barbara.xxx1975@libero.it>
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Mon, 29 Mar 2010
|
[ 04:52 dinoex ]
- fix build for png-1.4.1
PR: 145128
Submitted by: Barbara
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- 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)
|
Mon, 25 Jan 2010
|
[ 19:15 pav ] (Only the first 10 of 66 ports in this commit are shown above. )
- 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)
|
Tue, 29 Dec 2009
|
[ 02:17 amdmi3 ]
- Fix build with newer cmake
PR: 141410
Submitted by: Barbara <barbara.xxx1975@libero.it>
|
Sat, 12 Dec 2009
|
[ 14:27 miwi ]
- mark broken (fails to build with new cmake)
Reported by: pointyhat
|
Wed, 14 Oct 2009
|
[ 13:34 pav ]
- Update to 1.30
PR: ports/139331
Submitted by: Barbara <barbara.xxx1975@libero.it>
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Fri, 27 Feb 2009
|
[ 21:24 alepulver ] (Only the first 10 of 23 ports in this commit are shown above. )
- 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 )
|
Sat, 21 Jun 2008
|
[ 21:56 alepulver ]
- Update to version 1.28.
- Remove patch (integrated upstream).
|
Fri, 6 Jun 2008
|
[ 13:31 edwin ] (Only the first 10 of 215 ports in this commit are shown above. )
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)
|
Tue, 27 May 2008
|
[ 22:12 miwi ] (Only the first 10 of 48 ports in this commit are shown above. )
- 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)
|
Sat, 26 Apr 2008
|
[ 02:01 alepulver ]
- Add missing devel/cmake dependency.
|
Thu, 24 Apr 2008
|
[ 16:41 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.
|
Mon, 7 Apr 2008
|
[ 20:37 naddy ] (Only the first 10 of 107 ports in this commit are shown above. )
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
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Tue, 29 Jan 2008
|
[ 05:41 alepulver ]
- Update to version 1.26.
|
Thu, 13 Dec 2007
|
[ 13:56 alepulver ]
- Add "-f" option to wrapper to fix/recreate symlinks after an update.
- Add information about this in pkg-message.
- Bump PORTREVISION.
|
Wed, 12 Dec 2007
|
[ 05:20 alepulver ]
- Update to version 1.25.
- Add LAUNCHER option (new feature).
- Add note in pkg-message about launcher.
|
Sat, 28 Jul 2007
|
[ 12:27 miwi ] (Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
Tue, 24 Jul 2007
|
[ 13:57 alepulver ]
- Update to version 1.24.
- Add more information to pkg-message.
|
Sun, 10 Jun 2007
|
[ 17:59 alepulver ]
- Bump PORTREVISION because of the last pkg-plist commit.
|
Wed, 6 Jun 2007
|
[ 03:41 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.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 4 May 2007
|
[ 00:38 alepulver ]
- Update to version 1.23.
|
Tue, 9 Jan 2007
|
[ 18:17 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>
|
Thu, 21 Dec 2006
|
[ 13:43 alepulver ]
- Update to version 1.22.1.
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- 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)
|
Wed, 13 Sep 2006
|
[ 20:27 alepulver ]
- Set the correct permissions of the files in DATADIR.
|
Mon, 11 Sep 2006
|
[ 18:20 alepulver ]
- Add DEVEL (development tools) and MODELS (3D models for
Doom/Doom2/Heretic/Hexen/Strife) options.
|
Sat, 9 Sep 2006
|
[ 16:41 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.
|
Sat, 22 Jul 2006
|
[ 04:28 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.
Hat: portmgr
|
Fri, 2 Jun 2006
|
[ 11:40 mich ]
- Update to 1.20
PR: ports/98235
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Tue, 25 Apr 2006
|
[ 17:07 oliver ]
restore ONLY_FOR_ARCHS= i386
|
[ 17:04 oliver ]
fix broken build caused by recent openal update
|
Thu, 2 Feb 2006
|
[ 09:57 barner ]
- Update to 1.19.1 [1]
- Use USE_ICONV
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> [1]
PR: ports/92719 [1]
|
Mon, 2 Jan 2006
|
[ 09:26 edwin ]
Update port: games/vavoom 1.18 -> 1.19
PR: ports/91176
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
|
Mon, 12 Dec 2005
|
[ 21:03 edwin ]
Update port: games/vavoom 1.17 -> 1.18
PR: ports/90280
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
|
Sat, 19 Nov 2005
|
[ 14:04 barner ]
Really fix build on 6.0+: Use CFLAGS="-O -pipe" because -fno-strict-aliasing
(default since FreeBSD 6.0) produces non-working code for the `vcc' tool that
is needed during the build (it dumps core).
However, the optimizations that can be enabled with the WITH_OPTIMIZIED_CFLAGS
work just fine.
Reported by: pointyhat via kris
|
Thu, 17 Nov 2005
|
[ 12:00 barner ] (Only the first 10 of 11 ports in this commit are shown above. )
- Integrate with "doom-data".
- Unbreak on 6.x
- Add OPTIONS.
- Use program's install target.
- Make wrapper scripts.
- Add installuser target
- Add SHA256
- Respect CC and friends
PR: ports/86448
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Tweaked by: Igor Pokrovsky <ip@doom.homeunix.org>, barner
Approved by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
Fri, 6 May 2005
|
[ 17:51 pav ]
- Mark BROKEN on 6.X
PR: ports/80669
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Reported by: krismail
|
Wed, 4 May 2005
|
[ 12:42 pav ] (Only the first 10 of 14 ports in this commit are shown above. )
- Update to 1.17
- Unbreak for FreeBSD 5.X
PR: ports/80584
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
|
Wed, 10 Nov 2004
|
[ 16:00 vs ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 1.15.3
Sound and music support is still very poor.
PR: ports/73432
Submitted by: maintainer
|
Wed, 29 Sep 2004
|
[ 05:42 kris ]
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
|
Wed, 21 Jul 2004
|
[ 17:47 krion ] (Only the first 10 of 26 ports in this commit are shown above. )
Change maintainer's email.
|
Wed, 31 Mar 2004
|
[ 06:16 kevlo ]
Update to 1.15.2
PR: ports/64966
Submitted by: MAINTAINER
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Number of commits found: 101 (showing only 100 on this page) |