Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 20:46:48 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320639 - head/games/xbattle
Message-ID:  <201306112046.r5BKkm3k087352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Tue Jun 11 20:46:48 2013
New Revision: 320639
URL: http://svnweb.freebsd.org/changeset/ports/320639

Log:
  . fix build with clang (CFLAGS+=-Wno-return-type);
  . trim Makefile headers;
  . remove the indefinite article from COMMENT.

Modified:
  head/games/xbattle/Makefile

Modified: head/games/xbattle/Makefile
==============================================================================
--- head/games/xbattle/Makefile	Tue Jun 11 20:44:04 2013	(r320638)
+++ head/games/xbattle/Makefile	Tue Jun 11 20:46:48 2013	(r320639)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xbattle
-# Date created:         6 Apr 97
-# Whom:                 Pedro Giffuni
-#
+# Created by: Pedro Giffuni
 # $FreeBSD$
-#
 
 PORTNAME=	xbattle
 PORTVERSION=	5.4.1
@@ -13,12 +9,14 @@ MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=	distfiles
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A concurrent multi-player battle strategy game
+COMMENT=	Concurrent multi-player battle strategy game
 
 USE_IMAKE=	yes
 USE_XORG=	x11 xext
 MAN1=		xbattle.1
 
+CFLAGS+=	-Wno-return-type
+
 post-install:
 	$(MKDIR) $(PREFIX)/share/xbattle
 	$(CP) -R $(WRKSRC)/xbos $(PREFIX)/share/xbattle/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306112046.r5BKkm3k087352>