1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- 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)
This commit is contained in:
Marcus von Appen 2010-01-30 09:43:31 +00:00
parent 22e04ee7f9
commit 6506e45d69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248835
302 changed files with 359 additions and 351 deletions

View File

@ -61,12 +61,12 @@ _VERSION_gui= 0
_SUBDIR_gui= x11-toolkits
_REQUIRES_gui= sdl image ttf
_VERSION_image= 1
_VERSION_image= 8
_SUBDIR_image= graphics
_LIB_image= SDL_image-1.2
_REQUIRES_image=sdl
_VERSION_mixer= 2
_VERSION_mixer= 10
_SUBDIR_mixer= audio
_LIB_mixer= SDL_mixer-1.2
_REQUIRES_mixer=sdl

View File

@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20100130:
AFFECTS: users of audio/sdl_mixer and graphics/sdl_image
AUTHOR: mva@FreeBSD.org
The SDL_mixer and SDL_image libraries have new shared library versions.
Please rebuild all ports that depend on them.
If you use portmaster:
portmaster -r sdl_mixer-\*
portmaster -r sdl_image-\*
If you use portupgrade:
portupgrade -fr audio/sdl_mixer
portupgrade -fr graphics/sdl_image
20100125:
AFFECTS: users of audio/openal and graphics/openal-soft
AUTHOR: mva@FreeBSD.org

View File

@ -7,7 +7,7 @@
PORTNAME= adplay
PORTVERSION= 1.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/adplug/AdPlay_UNIX/${PORTVERSION}:main \
SF/adplug/Database/2006-07-06:db

View File

@ -7,7 +7,7 @@
PORTNAME= phatbeat
PORTVERSION= 1.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.postreal.org/files/
DISTNAME= PhatBeat-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= pysol-sound-server
PORTVERSION= 3.01
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio games
MASTER_SITES= http://www.pysol.org/download/pysol/ \
ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/

View File

@ -6,8 +6,7 @@
#
PORTNAME= sdl_mixer
PORTVERSION= 1.2.8
PORTREVISION= 2
PORTVERSION= 1.2.11
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
DISTNAME= SDL_mixer-${PORTVERSION}
@ -17,6 +16,7 @@ COMMENT= A sample multi-channel audio mixer library
USE_AUTOTOOLS= libtool:22
USE_SDL= sdl
USE_GNOME= pkgconfig gnomehack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -26,6 +26,7 @@ USE_LDCONFIG= yes
OPTIONS= MIKMOD "Enable MOD music via libMikMod" On \
SMPEG "Enable MP3 music via SMPEG" On \
FLAC "Enable FLAC encoding support via flac" On \
VORBIS "Enable Ogg Vorbis music" On \
TIMIDITYPLUS "Use Timidity++ instead of Timidity" Off
@ -38,6 +39,13 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
CONFIGURE_ARGS+=--enable-music-libmikmod
.endif
.if defined(WITHOUT_FLAC)
CONFIGURE_ARGS+=--disable-music-flac
.else
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac
CONFIGURE_ARGS+=--enable-music-flac
.endif
.if defined(WITHOUT_SMPEG)
CONFIGURE_ARGS+=--disable-music-mp3
.else

View File

@ -1,3 +1,3 @@
MD5 (SDL_mixer-1.2.8.tar.gz) = 0b5b91015d0f3bd9597e094ba67c4d65
SHA256 (SDL_mixer-1.2.8.tar.gz) = a8222a274778ff16d0e3ee49a30db27a48a4d357169a915fc599a764e405e0b6
SIZE (SDL_mixer-1.2.8.tar.gz) = 2096559
MD5 (SDL_mixer-1.2.11.tar.gz) = 65ada3d997fe85109191a5fb083f248c
SHA256 (SDL_mixer-1.2.11.tar.gz) = 86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9
SIZE (SDL_mixer-1.2.11.tar.gz) = 2690654

View File

@ -1,7 +1,8 @@
include/SDL/SDL_mixer.h
lib/libSDL_mixer-1.2.so
lib/libSDL_mixer-1.2.so.2
lib/libSDL_mixer-1.2.so.10
lib/libSDL_mixer.a
lib/libSDL_mixer.la
lib/libSDL_mixer.so
libdata/pkgconfig/SDL_mixer.pc
@dirrmtry include/SDL

View File

@ -7,7 +7,7 @@
PORTNAME= adasdl
PORTVERSION= 20010504
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/AdaSDL_${PORTVERSION}/AdaSDL_${PORTVERSION}
DISTNAME= AdaSDL_${PORTVERSION}

View File

@ -7,6 +7,7 @@
PORTNAME= modules
PORTVERSION= r20091106
PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
PKGNAMEPREFIX= bennugd-

View File

@ -8,7 +8,7 @@
PORTNAME= eboxy
PORTVERSION= 0.4.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= esdl
PORTVERSION= 1.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src

View File

@ -7,6 +7,7 @@
PORTNAME= flatzebra
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/

View File

@ -7,7 +7,7 @@
PORTNAME= gauche-sdl
PORTVERSION= 0.5.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel scheme
MASTER_SITES= http://michaelvess.com/files/
DISTNAME= ${PORTFAKENAME}

View File

@ -7,7 +7,7 @@
PORTNAME= gengameng
PORTVERSION= 4.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= guichan
PORTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}

View File

@ -7,7 +7,7 @@
PORTNAME= kyra
PORTVERSION= 2.0.7
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION}
DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g}

View File

@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= love
DISTVERSION= 0.5-0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -8,7 +8,7 @@
PORTNAME= sdl
PORTVERSION= 0.7.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= SF/ocaml${PORTNAME}/OCamlSDL/ocaml${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ocaml-

View File

@ -5,6 +5,7 @@
PORTNAME= SDL
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DG/DGOEHRIG

View File

@ -7,7 +7,7 @@
PORTNAME= game
PORTVERSION= 1.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= http://pygame.seul.org/ftp/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= game
PORTVERSION= 1.1.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel ruby
MASTER_SITES= http://rubygame.seul.org/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= rudl
PORTVERSION= 0.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel ruby
MASTER_SITES= SF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= sdl
PORTVERSION= 1.3.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel graphics audio ruby
MASTER_SITES= http://www.kmc.gr.jp/~ohai/rubysdl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -7,7 +7,7 @@
PORTNAME= game
PORTVERSION= 1.1.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel ruby
MASTER_SITES= http://rubygame.seul.org/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}

View File

@ -6,8 +6,7 @@
#
PORTNAME= sdl
PORTVERSION= 1.2.13
PORTREVISION= 4
PORTVERSION= 1.2.14
PORTEPOCH= 2
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/

View File

@ -1,3 +1,3 @@
MD5 (SDL-1.2.13.tar.gz) = c6660feea2a6834de10bc71b2f8e4d88
SHA256 (SDL-1.2.13.tar.gz) = 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132
SIZE (SDL-1.2.13.tar.gz) = 3373673
MD5 (SDL-1.2.14.tar.gz) = e52086d1b508fa0b76c52ee30b55bec4
SHA256 (SDL-1.2.14.tar.gz) = 5d927e287034cb6bb0ebccfa382cb1d185cb113c8ab5115a0759798642eed9b6
SIZE (SDL-1.2.14.tar.gz) = 4014154

View File

@ -1,6 +1,6 @@
--- configure.orig Wed Jul 5 00:52:15 2006
+++ configure Wed Jul 5 01:01:28 2006
@@ -30485,8 +30485,8 @@
--- configure.orig 2010-01-02 16:59:06.000000000 +0100
+++ configure 2010-01-02 17:00:02.000000000 +0100
@@ -27369,8 +27369,8 @@
# pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
;;
*-*-freebsd*|*-*-dragonfly*)

View File

@ -1,10 +0,0 @@
--- include/SDL_stdinc.h.orig 2006-06-27 00:48:32.000000000 -0400
+++ include/SDL_stdinc.h 2008-01-27 12:47:15.000000000 -0500
@@ -319,6 +319,7 @@
__asm__ __volatile__ ( \
"std\n\t" \
"rep ; movsl\n\t" \
+ "cld\n\t" \
: "=&c" (u0), "=&D" (u1), "=&S" (u2) \
: "0" (n >> 2), \
"1" (dstp+(n-4)), "2" (srcp+(n-4)) \

View File

@ -1,12 +1,8 @@
#
# Temporary hack to provide iconv include directory is well
# (sdl explicitly includes iconv.h)
#
--- sdl.pc.in.orig Thu Aug 31 03:47:07 2006
+++ sdl.pc.in Thu Aug 31 03:47:19 2006
@@ -11,4 +11,4 @@
Requires:
--- sdl.pc.in.orig 2010-01-02 16:56:18.000000000 +0100
+++ sdl.pc.in 2010-01-02 16:56:37.000000000 +0100
@@ -12,4 +12,4 @@
Conflicts:
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
Libs.private: @SDL_STATIC_LIBS@
-Cflags: -I${includedir}/SDL @SDL_CFLAGS@
+Cflags: -I${includedir}/SDL -I${includedir} @SDL_CFLAGS@

View File

@ -1,40 +0,0 @@
--- src/joystick/bsd/SDL_sysjoystick.c.orig 2007-12-31 05:47:55.000000000 +0100
+++ src/joystick/bsd/SDL_sysjoystick.c 2009-08-05 08:34:06.000000000 +0200
@@ -74,6 +74,13 @@
#define MAX_JOY_JOYS 2
#define MAX_JOYS (MAX_UHID_JOYS + MAX_JOY_JOYS)
+#if defined(__FREEBSD__) && (__FreeBSD_version > 800063)
+struct usb_ctl_report {
+ int ucr_report;
+ u_char ucr_data[1024]; /* filled data size will vary */
+};
+#endif
+
struct report {
struct usb_ctl_report *buf; /* Buffer */
size_t size; /* Buffer size */
@@ -137,7 +144,7 @@
static int report_alloc(struct report *, struct report_desc *, int);
static void report_free(struct report *);
-#ifdef USBHID_UCR_DATA
+#if defined(USBHID_UCR_DATA) || (defined(__FREEBSD__) && (__FreeBSD_version > 800063))
#define REP_BUF_DATA(rep) ((rep)->buf->ucr_data)
#else
#define REP_BUF_DATA(rep) ((rep)->buf->data)
@@ -292,9 +299,13 @@
strerror(errno));
goto usberr;
}
-
rep = &hw->inreport;
+#if defined(__FREEBSD__) && (__FreeBSD_version > 800063)
+ rep->rid = hid_get_report_id(fd);
+ if (rep->rid < 0) {
+#else
if (ioctl(fd, USB_GET_REPORT_ID, &rep->rid) < 0) {
+#endif
rep->rid = -1; /* XXX */
}
if (report_alloc(rep, hw->repdesc, REPORT_INPUT) < 0) {

View File

@ -1,30 +0,0 @@
--- src/video/x11/SDL_x11modes.c.orig
+++ src/video/x11/SDL_x11modes.c
@@ -52,8 +52,25 @@
#if SDL_VIDEO_DRIVER_X11_VIDMODE
Bool SDL_NAME(XF86VidModeGetModeInfo)(Display *dpy, int scr, SDL_NAME(XF86VidModeModeInfo) *info)
{
- SDL_NAME(XF86VidModeModeLine) *l = (SDL_NAME(XF86VidModeModeLine)*)((char*)info + sizeof info->dotclock);
- return SDL_NAME(XF86VidModeGetModeLine)(dpy, scr, (int*)&info->dotclock, l);
+ Bool retval;
+ int dotclock;
+ SDL_NAME(XF86VidModeModeLine) l;
+ SDL_memset(&l, 0, sizeof(l));
+ retval = SDL_NAME(XF86VidModeGetModeLine)(dpy, scr, &dotclock, &l);
+ info->dotclock = dotclock;
+ info->hdisplay = l.hdisplay;
+ info->hsyncstart = l.hsyncstart;
+ info->hsyncend = l.hsyncend;
+ info->htotal = l.htotal;
+ info->hskew = l.hskew;
+ info->vdisplay = l.vdisplay;
+ info->vsyncstart = l.vsyncstart;
+ info->vsyncend = l.vsyncend;
+ info->vtotal = l.vtotal;
+ info->flags = l.flags;
+ info->privsize = l.privsize;
+ info->private = l.private;
+ return retval;
}
#endif /* SDL_VIDEO_DRIVER_X11_VIDMODE */

View File

@ -7,6 +7,7 @@
PORTNAME= sdl_console
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/sdlconsole/sdlconsole-source/sdlconsole-${PORTVERSION}
DISTNAME= sdlconsole-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= sdl_sge
PORTVERSION= 0.030809
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel graphics
MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \
http://www.digitalfanatics.org/cal/sge/files/

View File

@ -7,7 +7,7 @@
PORTNAME= gngeo
PORTVERSION= 0.7
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -7,7 +7,7 @@
PORTNAME= hugo
PORTVERSION= 2.12
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= http://www.zeograd.com/download/

View File

@ -7,7 +7,7 @@
PORTNAME= nonpareil
PORTVERSION= 0.78
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://nonpareil.brouhaha.com/download/

View File

@ -7,7 +7,7 @@
PORTNAME= openmsx
DISTVERSION= 0.7.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= 54321
PORTVERSION= 1.0.2001.11.16
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://www.nklein.com/products/54321/${PORTVERSION}/
DISTNAME= ${PORTNAME}

View File

@ -7,7 +7,7 @@
PORTNAME= 8kingdoms
PORTVERSION= 1.1.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/kralovstvi/8%20Kingdoms/8%20Kingdoms%20${PORTVERSION}
DISTNAME= ${PORTNAME:S/k/K/}-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= abe
PORTVERSION= 1.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= adonthell
PORTVERSION= 0.3.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SAVANNAH
DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \

View File

@ -7,6 +7,7 @@
PORTNAME= afternoonstalker
PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/

View File

@ -7,7 +7,7 @@
PORTNAME= agame
PORTVERSION= 1577
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://zevv.nl/play/code/game/ \
http://critical.ch/distfiles/ \

View File

@ -7,7 +7,7 @@
PORTNAME= airrox
PORTVERSION= 0.0.4
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-0.04

View File

@ -7,7 +7,7 @@
PORTNAME= alephone
PORTVERSION= 20080913
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/marathon/Aleph%20One/2008-09-13
DISTNAME= AlephOne-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= alienblaster
PORTVERSION= 1.1.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.schwardtnet.de/alienblaster/archives/
EXTRACT_SUFX= .tgz

View File

@ -7,7 +7,7 @@
PORTNAME= amoebax
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,7 +7,7 @@
PORTNAME= anagramarama
PORTVERSION= 0.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.omega.clara.net/anagramarama/dist/

View File

@ -7,7 +7,7 @@
PORTNAME= aqbubble
PORTVERSION= 0.3
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/juegos/aqbubble/descargas/

View File

@ -8,7 +8,7 @@
PORTNAME= armagetron
PORTVERSION= 0.2.8.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}ad/${PORTNAME}ad-src/${PORTVERSION}
DISTNAME= armagetronad-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= asc
PORTVERSION= 1.16.4.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/1.16.4
DISTNAME= ${PORTNAME}-source-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= assaultcube
PORTVERSION= 1.0.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/actiongame/AssaultCube/1.0
DISTNAME= AssaultCube_v${PORTVERSION}

View File

@ -7,6 +7,7 @@
PORTNAME= balazar
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= games python
MASTER_SITES= http://download.gna.org/balazar/
DISTNAME= Balazar-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= barrage
PORTVERSION= 1.0.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}/1.0
DISTNAME= ${PORTNAME}-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= btanks
PORTVERSION= 0.7.5800
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTNAME}-source-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= biloba
PORTVERSION= 0.6
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Biloba/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= biniax2
PORTVERSION= 1.30
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://mordred.dir.bg/biniax/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -1,6 +1,14 @@
--- biniax.c.orig 2008-04-08 09:25:14.000000000 +0400
+++ biniax.c 2008-04-16 22:33:02.000000000 +0400
@@ -89,6 +89,15 @@
--- biniax.c.orig 2009-05-05 16:49:06.000000000 +0200
+++ biniax.c 2010-01-27 23:57:35.000000000 +0100
@@ -47,6 +47,7 @@
INCLUDES
******************************************************************************/
+#include <errno.h>
#include "game.h"
#include "lev.h"
#include "inc.h"
@@ -89,6 +90,15 @@
int main( int argc, char *argv[] )
{

View File

@ -7,7 +7,7 @@
PORTNAME= blinkensisters
PORTVERSION= 0.5.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Blinkensisters%20-%20Lost%20Pixels/LostPixels%20${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= bloboats
PORTVERSION= 1.0.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \
http://koti.mbnet.fi/makegho/c/blobtrox/ \

View File

@ -7,6 +7,7 @@
PORTNAME= blockout
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BlockOut%20${PORTVERSION}/ \
http://www.stasyan.com/devel/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= bloodfrontier
DISTVERSION= B2
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Blood%20Frontier/Blood%20Frontier%20Beta%202
DISTNAME= ${PORTNAME}-${DISTVERSION}-linux

View File

@ -7,7 +7,7 @@
PORTNAME= bomberclone
PORTVERSION= 0.11.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF

View File

@ -7,7 +7,7 @@
PORTNAME= bomberinstinct
PORTVERSION= 0.8.9
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
DISTNAME= BomberInstinct-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= bomns
PORTVERSION= 0.99.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/greenridge/Bomns%20for%20Linux/Bomns%20for%20Linux%20${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= brickshooter
PORTVERSION= 0.04
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://bilious.homelinux.org/~paxed/brickshooter/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= brikx
PORTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
# SF/brikx/Brikx/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= briquolo
PORTVERSION= 0.5.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://briquolo.free.fr/download/

View File

@ -7,7 +7,7 @@
PORTNAME= brutalchess
PORTVERSION= 0.5.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTNAME}-alpha-${PORTVERSION}
DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src

View File

@ -7,7 +7,7 @@
PORTNAME= bugsquish
PORTVERSION= 0.0.6
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/bugsquish/src/

View File

@ -7,7 +7,7 @@
PORTNAME= bumprace
PORTVERSION= 1.5.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://user.cs.tu-berlin.de/~karlb/bumprace/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= burgerspace
PORTVERSION= 1.8.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/

View File

@ -7,7 +7,7 @@
PORTNAME= cave9
PORTVERSION= 0.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}_src-${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= ceferino
PORTVERSION= 0.97.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/ceferino/descargas/

View File

@ -7,7 +7,7 @@
PORTNAME= chanta
PORTVERSION= 0.15
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/chanta/descargas/

View File

@ -7,7 +7,7 @@
PORTNAME= chapping
PORTVERSION= 0.43
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://forja.rediris.es/frs/download.php/760/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= chroma
PORTVERSION= 1.02
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.level7.org.uk/chroma/download/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,7 +7,7 @@
PORTNAME= chromium-bsu
PORTVERSION= 0.9.14
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= circuslinux
PORTVERSION= 1.0.3
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/

View File

@ -7,7 +7,7 @@
PORTNAME= concentration
PORTVERSION= 1.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.shiftygames.com/concentration/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,6 +7,7 @@
PORTNAME= cosmosmash
DISTVERSION= 1.4.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/

View File

@ -6,6 +6,7 @@
PORTNAME= crimson
PORTVERSION= 0.5.3
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://crimson.seul.org/files/

View File

@ -7,7 +7,7 @@
PORTNAME= criticalmass
PORTVERSION= 1.0.0
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Critical%20Mass/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= crossfire-client
PORTVERSION= 1.8.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= SF/crossfire/${PORTNAME}/${PORTVERSION} \
ftp://ftp.ifi.uio.no/pub/crossfire/ \

View File

@ -8,7 +8,7 @@
PORTNAME= csmash
PORTVERSION= 0.6.6
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= cube
PORTVERSION= 2005.08.29
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2005_08_29
DISTFILES= ${CUBE_DATA} ${CUBE_SRC}

View File

@ -7,7 +7,7 @@
PORTNAME= cuyo
PORTVERSION= 2.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://mirror.publicns.net/pub/nongnu/cuyo/
DISTNAME= ${PORTNAME}-2.~-1.1

View File

@ -7,6 +7,7 @@
PORTNAME= d2x-xl
PORTVERSION= 1.14.121
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/d2x-xl/Linux/Archive:source \
SF/d2x-xl/Linux:source \

View File

@ -7,7 +7,7 @@
PORTNAME= d2x
PORTVERSION= 0.2.5
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://offload2.icculus.org:9090/d2x/src/

View File

@ -7,7 +7,7 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/daimonin/Client%20Sources/Client%20Source%20${PORTVERSION}

View File

@ -7,7 +7,7 @@
PORTNAME= daimonin_client
PORTVERSION= 0.9.7.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/daimonin/Client%20Sources/Client%20Source%20${PORTVERSION}

View File

@ -7,6 +7,7 @@
PORTNAME= dangen
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.interq.or.jp/libra/oohara/dangen/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -7,7 +7,7 @@
PORTNAME= dangerdeep
PORTVERSION= 0.3.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/danger_from_the_deep-src/${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}

View File

@ -7,6 +7,7 @@
PORTNAME= defendguin
PORTVERSION= 0.0.12
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/defendguin/src/

View File

@ -7,7 +7,7 @@
PORTNAME= deng
PORTVERSION= 1.9.0b6.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Doomsday%20Engine/1.9.0-beta6.8
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/}

View File

@ -7,7 +7,7 @@
PORTNAME= diameter
PORTVERSION= 0.4.0.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/game${PORTNAME}/game${PORTNAME}/${PORTNAME}-0.4.0

View File

@ -7,7 +7,7 @@
PORTNAME= dodgindiamond2
PORTVERSION= 0.2.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.usebox.net/jjm/dd2/releases/
DISTNAME= dd2-${PORTVERSION}

Some files were not shown because too many files have changed in this diff Show More