pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39861: patch games/alephone



>Number:         39861
>Category:       pkg
>Synopsis:       patch games/alephone
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 03 16:10:00 +0000 2008
>Originator:     Tim Larson
>Release:        
>Organization:
>Environment:
>Description:
Patch for games/alephone allowing much smaller download.
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/alephone/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    10 Jul 2008 14:55:56 -0000      1.6
+++ Makefile    3 Nov 2008 16:03:53 -0000
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.6 2008/07/10 14:55:56 joerg Exp $
 #

-DISTNAME=      AlephOne-20071103
-PKGNAME=       ${DISTNAME:tl}
+DISTNAME=      AlephOne-20071103-nolibs
+PKGNAME=       ${DISTNAME:tl:S/-nolibs//}
 PKGREVISION=   4
 CATEGORIES=    games
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=marathon/}
@@ -12,6 +12,7 @@ MAINTAINER=   christtrekker%users.sourcefo@localhost
 HOMEPAGE=      http://marathon.sourceforge.net/
 COMMENT=       Classic 2.5D FPS game engine, updated to use SDL

+WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-nolibs//}
 GNU_CONFIGURE=         yes
 USE_LANGUAGES+=                c c++
 INSTALLATION_DIRS=     share/doc/AlephOne
@@ -21,9 +22,11 @@ CONFIGURE_ARGS=      --disable-speex
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/AlephOne/

+BUILD_DEPENDS+=        boost-headers>=1.31:../../devel/boost-headers
+
+BUILDLINK_API_DEPENDS.SDL+=    SDL>=1.2.6
 .include "../../audio/SDL_sound/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
-.include "../../devel/boost-headers/buildlink3.mk"
 .include "../../graphics/SDL_image/buildlink3.mk"
 .include "../../net/SDL_net/buildlink3.mk"

Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/games/alephone/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    17 Nov 2007 08:42:33 -0000      1.2
+++ distinfo    3 Nov 2008 16:03:53 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2007/11/17 08:42:33 obache Exp $

-SHA1 (AlephOne-20071103.tar.bz2) = 51a62cbc201cb1594be6d5e9c53dccda7eaf7e2f
-RMD160 (AlephOne-20071103.tar.bz2) = 83f7542a873183d5f8178898fc6be3b59f0fcc46
-Size (AlephOne-20071103.tar.bz2) = 7295646 bytes
+SHA1 (AlephOne-20071103-nolibs.tar.bz2) = 
bd14fd1f77c6d58cbb73298cb681f24da61bffe9
+RMD160 (AlephOne-20071103-nolibs.tar.bz2) = 
75cb7d8fc3bae0410fea79f61d96e1ef3abcb798
+Size (AlephOne-20071103-nolibs.tar.bz2) = 1750781 bytes



Home | Main Index | Thread Index | Old Index