From 0956e584726a4b68b87306ba4f85c09feb1ccf43 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 24 Nov 2005 20:12:55 +0000 Subject: - Unbreak patching - Use new USE_AUTOTOOLS, add SHA256, delete comment, don't hardcode -lpthread Pointy hat to: edwin --- games/tmw/Makefile | 9 ++++----- games/tmw/distinfo | 1 + games/tmw/files/patch-configure | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games/tmw') diff --git a/games/tmw/Makefile b/games/tmw/Makefile index 404b17ace092..40b443fd1ef7 100644 --- a/games/tmw/Makefile +++ b/games/tmw/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: tmw -# Date created: 12 Oktober 2005 -# Whom: Tobias Gion +# Date created: 12 Oktober 2005 +# Whom: Tobias Gion # # $FreeBSD$ # @@ -10,7 +10,6 @@ PORTVERSION= 0.0.17 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= themanaworld -#DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= freebsd@gionet.de COMMENT= A free open source 2D MMORPG in development @@ -22,11 +21,11 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ guichan.0:${PORTSDIR}/devel/guichan USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_SDL= sdl image mixer net CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${SDL_CONFIG} --cflags` -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CXXFLAGS="-lpthread" + CXXFLAGS="${PTHREAD_LIBS}" .include diff --git a/games/tmw/distinfo b/games/tmw/distinfo index 5e821d920c91..fd00c81657e4 100644 --- a/games/tmw/distinfo +++ b/games/tmw/distinfo @@ -1,2 +1,3 @@ MD5 (tmw-0.0.17.tar.gz) = a69aced4c0ccb56440d3e254cc7c028a +SHA256 (tmw-0.0.17.tar.gz) = 6da407321f60fecc1008ac7f717c2bd93dd17edd8065a9c84855f092088a61cd SIZE (tmw-0.0.17.tar.gz) = 1927591 diff --git a/games/tmw/files/patch-configure b/games/tmw/files/patch-configure index a951a45de833..79d693007f87 100644 --- a/games/tmw/files/patch-configure +++ b/games/tmw/files/patch-configure @@ -1,5 +1,5 @@ ---- /work/a/ports/NEW/tmw/work/tmw-0.0.17/configure.orig Sun Oct 2 13:27:45 2005 -+++ /work/a/ports/NEW/tmw/work/tmw-0.0.17/configure Thu Nov 24 00:58:05 2005 +--- configure.orig Sun Oct 2 13:27:45 2005 ++++ configure Thu Nov 24 00:58:05 2005 @@ -6363,7 +6363,7 @@ # Search for sdl-config -- cgit