View | Details | Raw Unified | Return to bug 140283 | Differences between
and this patch

Collapse All | Expand All

(-)abuse/Makefile (-1 / +1 lines)
Lines 19-25 Link Here
19
MAINTAINER=	chris@officialunix.com
19
MAINTAINER=	chris@officialunix.com
20
COMMENT=	The classic 2D action game Abuse
20
COMMENT=	The classic 2D action game Abuse
21
21
22
RUN_DEPENDS=	abuse.sdl:${PORTSDIR}/games/abuse_sdl
22
RUN_DEPENDS=	abuse:${PORTSDIR}/games/abuse_sdl
23
23
24
NO_BUILD=	YES
24
NO_BUILD=	YES
25
25
(-)abuse/files/abuse.sh (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD: ports/games/abuse/files/abuse.sh,v 1.2 2002/05/12 00:23:49 des Exp $
2
# $FreeBSD: ports/games/abuse/files/abuse.sh,v 1.2 2002/05/12 00:23:49 des Exp $
3
rm -f ~/.abuse/sd_cache.tmp
3
rm -f ~/.abuse/sd_cache.tmp
4
exec abuse.sdl -datadir "%%DATADIR%%" "$@"
4
exec abuse -datadir "%%DATADIR%%" "$@"
(-)abuse_sdl/Makefile (-5 / +5 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	abuse_sdl
8
PORTNAME=	abuse_sdl
9
PORTVERSION=	0.7.0
9
PORTVERSION=	0.7.1
10
PORTREVISION=	5
11
CATEGORIES=	games
10
CATEGORIES=	games
12
MASTER_SITES=	http://abuse.zoy.org/raw-attachment/wiki/Downloads/ \
11
MASTER_SITES=	http://abuse.zoy.org/raw/Downloads/ \
13
		http://epix.linux.tucows.com/files/ \
12
		http://epix.linux.tucows.com/files/ \
14
		http://blueyonder.linux.tucows.com/files/ \
13
		http://blueyonder.linux.tucows.com/files/ \
15
		http://casemanl.linux.tucows.com/files/
14
		http://casemanl.linux.tucows.com/files/
16
DISTNAME=	abuse-sdl-${PORTVERSION}
15
DISTNAME=	abuse-${PORTVERSION}
17
16
18
MAINTAINER=	chris@officialunix.com
17
MAINTAINER=	chris@officialunix.com
19
COMMENT=	An SDL port of the Abuse game engine
18
COMMENT=	An SDL port of the Abuse game engine
Lines 24-31 Link Here
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
26
WRKSRC=		${WRKDIR}/${DISTNAME}
27
27
28
MAN6=		abuse-sdl.6
28
MAN6=		abuse.6
29
29
30
post-patch:
30
post-patch:
31
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
31
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
(-)abuse_sdl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (abuse-sdl-0.7.0.tar.gz) = 417f07dd34d92564f6a10260e4a41baa
1
MD5 (abuse-0.7.1.tar.gz) = 439b607f291560a8f9698a2f09cffa63
2
SHA256 (abuse-sdl-0.7.0.tar.gz) = 2efadf8a9f85ae4509a410d600172625c674f49c4e8eb56eed7bd697ea03e3bc
2
SHA256 (abuse-0.7.1.tar.gz) = 1516a19efc1b89715a8549109a0d87b71502d94fd8b782942e335b6782a1dd57
3
SIZE (abuse-sdl-0.7.0.tar.gz) = 676076
3
SIZE (abuse-0.7.1.tar.gz) = 719285
(-)abuse_sdl/pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/abuse.sdl
1
bin/abuse
2
share/abuse_sdl/abuse.bmp
2
share/abuse_sdl/abuse.bmp
3
share/abuse_sdl/abuse.lsp
3
share/abuse_sdl/abuse.lsp
4
share/abuse_sdl/abuse.png
4
share/abuse_sdl/abuse.png
(-)abuse_sdl/files/patch-Makefile.in (-8 / +8 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	Sat May 11 22:58:44 2002
1
--- Makefile.in.old	2009-11-04 19:47:10.000000000 -0600
2
+++ Makefile.in	Sat May 11 23:00:15 2002
2
+++ Makefile.in	2009-11-04 19:48:20.000000000 -0600
3
@@ -84,7 +84,7 @@
3
@@ -201,7 +201,7 @@
4
 
4
 top_srcdir = @top_srcdir@
5
 man_MANS = abuse-sdl.6
5
 SUBDIRS = src
6
 
6
 man_MANS = abuse.6
7
-datafiledir = $(datadir)/games/abuse
7
-datafiledir = $(datadir)/games/abuse
8
+datafiledir = $(datadir)/abuse_sdl
8
+datafiledir = $(datadir)/abuse_sdl
9
 datafile_DATA = abuse.bmp abuse.lsp abuse.png
9
 datafile_DATA = abuse.bmp abuse.lsp abuse.png
10
 
10
 EXTRA_DIST = bootstrap abuse.6 abuse.bmp abuse.lsp abuse.png
11
 EXTRA_DIST = abuse-sdl.6 abuse.bmp abuse.lsp abuse.png
11
 all: config.h
(-)abuse_sdl/files/patch-imlib-jmalloc.hpp (+10 lines)
Added Link Here
1
--- src/imlib/jmalloc.hpp.old	2009-11-04 20:07:54.000000000 -0600
2
+++ src/imlib/jmalloc.hpp	2009-11-04 20:08:16.000000000 -0600
3
@@ -12,6 +12,7 @@
4
 
5
 
6
 #include <stdlib.h>
7
+#include <stdint.h>
8
 
9
 #ifdef MANAGE_MEM
10
 enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE};

Return to bug 140283