Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 10:36:54 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550675 - in head/games/phlipple: . files
Message-ID:  <202009301036.08UAasdi006268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Wed Sep 30 10:36:54 2020
New Revision: 550675
URL: https://svnweb.freebsd.org/changeset/ports/550675

Log:
  Fix build with -fno-common
  
  While here add license (GPLv3)

Added:
  head/games/phlipple/files/
  head/games/phlipple/files/patch-src_engine.h   (contents, props changed)
Modified:
  head/games/phlipple/Makefile

Modified: head/games/phlipple/Makefile
==============================================================================
--- head/games/phlipple/Makefile	Wed Sep 30 10:27:28 2020	(r550674)
+++ head/games/phlipple/Makefile	Wed Sep 30 10:36:54 2020	(r550675)
@@ -3,19 +3,22 @@
 
 PORTNAME=	phlipple
 PORTVERSION=	0.8.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Flipping squares will never be the same
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis
 
-USES=		desktop-file-utils gl pkgconfig sdl
-USE_SDL=	sdl mixer image
+USES=		desktop-file-utils gl pkgconfig sdl dos2unix xorg
 USE_GL=		gl glew glu
+USE_SDL=	sdl mixer image
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -24,8 +27,8 @@ LIBS+=		-L${LOCALBASE}/lib -lm
 PLIST_FILES=	bin/${PORTNAME} \
 		share/applications/${PORTNAME}.desktop \
 		share/pixmaps/${PORTNAME}.png
-PORTDOCS=	*
 PORTDATA=	*
+PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 

Added: head/games/phlipple/files/patch-src_engine.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/phlipple/files/patch-src_engine.h	Wed Sep 30 10:36:54 2020	(r550675)
@@ -0,0 +1,11 @@
+--- src/engine.h.orig	2012-05-19 10:26:56 UTC
++++ src/engine.h
+@@ -44,7 +44,7 @@
+ 
+ #define VERTEX_DRAW_INNER_OFFSET 	0.15f
+ 
+-char debugOutput[1024];
++extern char debugOutput[1024];
+ 
+ #include "renderstate.h"
+ 



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