Index: head/games/garden-of-coloured-lights/Makefile =================================================================== --- head/games/garden-of-coloured-lights/Makefile (revision 550171) +++ head/games/garden-of-coloured-lights/Makefile (revision 550172) @@ -1,36 +1,36 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= garden-of-coloured-lights PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/garden/garden/${PORTVERSION}/ DISTNAME= garden-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Old school 2D vertical shoot-em-up with some innovative elements LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liballeg.so:devel/allegro GNU_CONFIGURE= yes USES= desktop-file-utils gnome localbase INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/garden PORTDOCS= AUTHORS ChangeLog NEWS README PORTDATA= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/garden-of-coloured-lights/files/patch-src_main.c =================================================================== --- head/games/garden-of-coloured-lights/files/patch-src_main.c (nonexistent) +++ head/games/garden-of-coloured-lights/files/patch-src_main.c (revision 550172) @@ -0,0 +1,11 @@ +--- src/main.c.orig 2015-01-19 20:19:08 UTC ++++ src/main.c +@@ -55,7 +55,7 @@ struct enemystruct enemy [NO_ENEMIES]; + struct ebulletstruct ebullet [NO_EBULLETS]; + struct pbulletstruct pbullet [NO_PBULLETS]; + struct arenastruct arena; +-struct eclassstruct eclass [NO_ENEMY_TYPES]; ++extern struct eclassstruct eclass [NO_ENEMY_TYPES]; + struct cloudstruct cloud [NO_CLOUDS]; + struct bossstruct boss; + Property changes on: head/games/garden-of-coloured-lights/files/patch-src_main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property