svn commit: r320966 - head/games/xrot
William Grzybowski
wg at FreeBSD.org
Fri Jun 14 21:47:16 UTC 2013
Author: wg
Date: Fri Jun 14 21:47:16 2013
New Revision: 320966
URL: http://svnweb.freebsd.org/changeset/ports/320966
Log:
games/xrot: fix build with clang
- Fix build with clang, -Wno-return-type
- Trim Makefile header
- Remove leading article from COMMENT
Approved by: culot / jpaetzel (mentors, implicit)
Modified:
head/games/xrot/Makefile
Modified: head/games/xrot/Makefile
==============================================================================
--- head/games/xrot/Makefile Fri Jun 14 21:40:02 2013 (r320965)
+++ head/games/xrot/Makefile Fri Jun 14 21:47:16 2013 (r320966)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xrot
-# Date created: Apr 2, 2001
-# Whom: Mark Pulford <mark at kyne.com.au>
-#
+# Created by: Mark Pulford <mark at kyne.com.au>
# $FreeBSD$
-#
PORTNAME= xrot
PORTVERSION= 1.3.2
@@ -18,13 +14,14 @@ MASTER_SITES= http://hanzubon.jp/mirrors
MASTER_SITE_SUBDIR= VinePlus/1.1/JG-0.9.1/sources
MAINTAINER= ports at FreeBSD.org
-COMMENT= A falling ball puzzle game for X
+COMMENT= Falling ball puzzle game for X
WRKSRC= ${WRKDIR}/xrot
USE_IMAKE= yes
USE_XORG= xpm
ALL_TARGET= xrot
+CFLAGS+= -Wno-return-type
PLIST_FILES= bin/xrot
More information about the svn-ports-head
mailing list