diff options
author | pav <pav@FreeBSD.org> | 2005-11-25 04:12:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-25 04:12:55 +0800 |
commit | 0956e584726a4b68b87306ba4f85c09feb1ccf43 (patch) | |
tree | 670ddb1132f1a7c7faf9ea0a8ca665971908f5b3 /games/tmw | |
parent | 2fba358331aa6f22474d067fd6024a5da613e8b6 (diff) | |
download | freebsd-ports-gnome-0956e584726a4b68b87306ba4f85c09feb1ccf43.tar.gz freebsd-ports-gnome-0956e584726a4b68b87306ba4f85c09feb1ccf43.tar.zst freebsd-ports-gnome-0956e584726a4b68b87306ba4f85c09feb1ccf43.zip |
- Unbreak patching
- Use new USE_AUTOTOOLS, add SHA256, delete comment, don't hardcode -lpthread
Pointy hat to: edwin
Diffstat (limited to 'games/tmw')
-rw-r--r-- | games/tmw/Makefile | 9 | ||||
-rw-r--r-- | games/tmw/distinfo | 1 | ||||
-rw-r--r-- | games/tmw/files/patch-configure | 4 |
3 files changed, 7 insertions, 7 deletions
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 <bsd.port.mk> 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 |