| non port: games/glaxium/Makefile |
|
CVSWeb
|
Number of commits found: 17 |
|
Sat, 18 Feb 2012
|
[ 10:18 mva ]
1.26 audio/adplay/Makefile
1.110 audio/amarok/Makefile
1.3 audio/clunk/Makefile
1.8 audio/cuberok/Makefile
1.10 audio/drumpiler/Makefile
1.3 audio/etcd/Makefile
1.23 audio/festalon/Makefile
1.27 audio/ksmp3play/Makefile
1.36 audio/lmms/Makefile
1.68 audio/mhwaveedit/Makefile
(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
|
|
Fri, 11 Nov 2011
|
[ 13:45 makc ]
1.22 games/darkplaces/Makefile
1.16 games/glaxium/Makefile
1.26 games/toppler/Makefile
Take maintainership
Feature safe: yes
|
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ]
1.37 archivers/libcomprex/Makefile
1.27 archivers/rvm/Makefile
1.4 archivers/squeeze/Makefile
1.14 archivers/unshield/Makefile
1.16 astro/cfitsio/Makefile
1.35 astro/libnova/Makefile
1.34 astro/nightfall/Makefile
1.28 astro/starplot/Makefile
1.13 audio/ario/Makefile
1.34 audio/ccaudio2/Makefile
(Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
1.42 accessibility/kdeaccessibility4/Makefile
(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
|
|
Mon, 22 Feb 2010
|
[ 21:23 makc ]
1.13 games/glaxium/Makefile
Add desktop entry.
Feature safe: yes
|
|
Sat, 30 Jan 2010
|
[ 09:43 mva ]
1.20 audio/adplay/Makefile
1.9 audio/phatbeat/Makefile
1.36 audio/pysol-sound-server/Makefile
1.50 audio/sdl_mixer/Makefile
1.13 devel/adasdl/Makefile
1.2 devel/bennugd-modules/Makefile
1.33 devel/eboxy/Makefile
1.38 devel/esdl/Makefile
1.11 devel/flatzebra/Makefile
1.19 devel/gauche-sdl/Makefile
(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)
|
|
Fri, 23 Jan 2009
|
[ 16:28 flz ]
1.1781 MOVED
1.19 astro/boinc-setiathome-enhanced/Makefile
1.42 astro/celestia/Makefile
1.31 astro/openuniverse/Makefile
1.39 astro/xtide/Makefile
1.4 audio/fmit/Makefile
1.46 audio/nas/Makefile
1.28 audio/rosegarden/Makefile
1.23 audio/xcdplayer/Makefile
1.27 audio/xmixer/Makefile
(Only the first 10 of 612 ports in this commit are shown above. )
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ]
1.7 astro/gaia/Makefile
1.18 astro/stellarium/Makefile
1.14 audio/adplay/Makefile
1.81 audio/amarok/Makefile
1.8 audio/drumpiler/Makefile
1.11 audio/festalon/Makefile
1.21 audio/ksmp3play/Makefile
1.12 audio/lmms/Makefile
1.50 audio/mhwaveedit/Makefile
1.36 audio/mp3blaster/Makefile
(Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
|
Wed, 25 Jul 2007
|
[ 09:31 miwi ]
1.7 games/glaxium/Makefile
1.1 games/glaxium/files/patch-scene.cpp
1.1 games/glaxium/files/patch-variables.cpp
- Fix segfaults at start up
PR: 114795
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
|
|
Tue, 19 Jun 2007
|
[ 10:23 miwi ]
1.6 games/glaxium/Makefile
1.2 games/glaxium/files/patch-Makefile.in
1.2 games/glaxium/files/patch-configure.in
1.2 games/glaxium/pkg-plist
- Fix build with gcc4
PR: 113769
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
Sun, 27 May 2007
|
[ 02:41 kris ]
1.5 games/glaxium/Makefile
BROKEN with gcc 4.2
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(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}.
|
|
Wed, 20 Sep 2006
|
[ 11:21 stas ]
1.13 astro/stellarium/Makefile
1.11 audio/adplay/Makefile
1.56 audio/amarok/Makefile
1.6 audio/drumpiler/Makefile
1.8 audio/festalon/Makefile
1.19 audio/ksmp3play/Makefile
1.44 audio/mhwaveedit/Makefile
1.29 audio/mp3blaster/Makefile
1.41 audio/openal/Makefile
1.3 audio/phatbeat/Makefile
(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)
|
|
Sat, 22 Jul 2006
|
[ 04:28 linimon ]
1.13 archivers/szip/Makefile
1.6 games/BillardGL/Makefile
1.3 games/apoolGL/Makefile
1.16 games/deng/Makefile
1.4 games/ensemblist/Makefile
1.21 games/exult/Makefile
1.3 games/gillo/Makefile
1.2 games/glaxium/Makefile
1.7 games/glbsp/Makefile
1.3 games/rottdc/Makefile
(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
|
|
Mon, 23 Jan 2006
|
[ 18:05 pav ]
1.913 games/Makefile
1.1 games/glaxium/Makefile
1.1 games/glaxium/distinfo
1.1 games/glaxium/files/patch-Makefile.in
1.1 games/glaxium/files/patch-configure.in
1.1 games/glaxium/pkg-descr
1.1 games/glaxium/pkg-plist
Glaxium is an OpenGL-based space-ship "shoot-em-up" styled game.
It is designed to provide the same feel as the old 2D games of that
type, but with 3D for the special effects.
PR: ports/92166
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
|
Number of commits found: 17 |