Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 11:47:55 +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: r320759 - head/games/omega
Message-ID:  <201306131147.r5DBltSg030349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Jun 13 11:47:55 2013
New Revision: 320759
URL: http://svnweb.freebsd.org/changeset/ports/320759

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

Modified:
  head/games/omega/Makefile

Modified: head/games/omega/Makefile
==============================================================================
--- head/games/omega/Makefile	Thu Jun 13 11:43:07 2013	(r320758)
+++ head/games/omega/Makefile	Thu Jun 13 11:47:55 2013	(r320759)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	omega
-# Date created:				14 May 1998
-# Whom:					Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
 # $FreeBSD$
-#
 
 PORTNAME=	omega
 PORTVERSION=	0.90.4
@@ -12,10 +8,11 @@ MASTER_SITES=	http://www.alcyone.com/bin
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A complex rogue-style game of dungeon exploration
+COMMENT=	Complex rogue-style game of dungeon exploration
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=	# empty
+CFLAGS+=	-Wno-return-type
 MAN6=		omega.6
 
 MYPORTDOCS=	buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \



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