diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-12-08 22:09:27 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-12-08 22:09:27 +0000 |
commit | fe7dc8ad0012fe5e368bb6577ee8835df18ebaaa (patch) | |
tree | 72f27bb63f738ce402a5e64332ef351e094d7256 /games/xboard | |
parent | Add USE_GCC=4.2+ to fix the build on 6.x. (diff) |
- Update to 4.4.2
- Remove autotools run and another patch that's no longer required
Notes
Notes:
svn path=/head/; revision=245426
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 10 | ||||
-rw-r--r-- | games/xboard/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 9753dd74ec69..4734beb8f75f 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xboard -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= xboard @@ -17,8 +17,6 @@ COMMENT= X frontend for Crafty, GNUChess, Chess Servers, or e-mail chess OPTIONS= XAW3D "Use Xaw3d widgets (instead of Xaw)" On USE_XORG= xt xpm xaw -USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:19 aclocal:19 -AUTOMAKE_ARGS= -a GNU_CONFIGURE= yes CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" MAN6= xboard.6 @@ -40,9 +38,9 @@ BROKEN= Does not install on sparc64 .endif post-patch: - @${REINPLACE_CMD} -e '/^$$/s/$$/bin_SCRIPTS = cmail /' \ - -e '/^info/s/copyright.texi//' \ - ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's/fairymax/gnuchessx/' ${WRKSRC}/xboard.h +post-install: + @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin/ + .include <bsd.port.post.mk> diff --git a/games/xboard/distinfo b/games/xboard/distinfo index fc38ad7c687e..a9181cb81415 100644 --- a/games/xboard/distinfo +++ b/games/xboard/distinfo @@ -1,3 +1,3 @@ -MD5 (xboard-4.4.1.tar.gz) = 4623a83fdd43f410bfcc8a20e2eb1474 -SHA256 (xboard-4.4.1.tar.gz) = 74184fa7d5ea4ce963f7108e01256e6eb7bb2269ff6f780599fdaaf2d913950e -SIZE (xboard-4.4.1.tar.gz) = 1238119 +MD5 (xboard-4.4.2.tar.gz) = 4f222676a046c5582333ac4862be3195 +SHA256 (xboard-4.4.2.tar.gz) = f723e1a761e59727c31235b187c0dfaa29af68929dff0c02e1205d6e6d1a0fc6 +SIZE (xboard-4.4.2.tar.gz) = 1806424 |