Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 21:39:49 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341293 - in head/games/vamos: . files
Message-ID:  <201401262139.s0QLdnhm046827@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Sun Jan 26 21:39:49 2014
New Revision: 341293
URL: http://svnweb.freebsd.org/changeset/ports/341293
QAT: https://qat.redports.org/buildarchive/r341293/

Log:
  - Bump PORTREVISION
  - Change master sites
  - Disable all warnings with -w
  - Add icon 128x128, change vamos_icons.tar.gz
  - Change Desktop entry file
  - Strip library
  - Recreate patches with make makepatch

Added:
  head/games/vamos/files/patch-geometry__Parameter.h   (contents, props changed)
Deleted:
  head/games/vamos/files/patch-geometry-Parameter.h
Modified:
  head/games/vamos/Makefile
  head/games/vamos/distinfo
  head/games/vamos/pkg-plist

Modified: head/games/vamos/Makefile
==============================================================================
--- head/games/vamos/Makefile	Sun Jan 26 21:36:23 2014	(r341292)
+++ head/games/vamos/Makefile	Sun Jan 26 21:39:49 2014	(r341293)
@@ -3,9 +3,10 @@
 
 PORTNAME=	vamos
 PORTVERSION=	0.7.1
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/ \
-		SF/nemysisfreebsdp/:icons
+		SF/nemysisfreebsdp/${CATEGORIES}/:icons
 DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
 		${PORTNAME}_icons${EXTRACT_SUFX}:icons
 
@@ -26,7 +27,7 @@ CONFIGURE_ARGS=	ac_cv_lib_freeglut_glutG
 		--disable-unit-tests
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -w
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 INFO=		vamos
@@ -40,13 +41,13 @@ DOCSRCDIR2=	${WRKSRC}/doc
 DOCSDIR2=	${DOCSDIR}/doc
 DOC_FILES2=	matrixfaq.htm
 
-INSTALLS_ICONS=	yes
-ICON_SIZES=	32x32 48x48 64x64 72x72 96x96
+OPTIONS_DEFINE=	DOCS
 
-DESKTOP_ENTRIES="Vamos" "${COMMENT}" ${PORTNAME} \
-		"${PORTNAME}" "Game;ArcadeGame;" false
+INSTALLS_ICONS=	yes
+ICON_SIZES=	32x32 48x48 64x64 72x72 96x96 128x128
 
-OPTIONS_DEFINE=	DOCS
+DESKTOP_ENTRIES="Vamos" "" ${PORTNAME} \
+		"${PORTNAME}" "Game;ArcadeGame;" ""
 
 post-extract:
 	@${CHMOD} ${BINMODE} ${WRKSRC}/config/install-sh
@@ -60,6 +61,10 @@ post-patch:
 		 /^AM_CXXFLAGS/s| -L/usr/lib/boost||'
 
 post-install:
+.for l in geometry media body track world
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvamos-${l}.so.0
+.endfor
+
 .for s in ${ICON_SIZES}
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \

Modified: head/games/vamos/distinfo
==============================================================================
--- head/games/vamos/distinfo	Sun Jan 26 21:36:23 2014	(r341292)
+++ head/games/vamos/distinfo	Sun Jan 26 21:39:49 2014	(r341293)
@@ -1,4 +1,4 @@
 SHA256 (vamos-0.7.1.tar.gz) = c81930b5ea376431c0abf868bf23153440eb6c44c1c47e3d9a53a5a15ab35824
 SIZE (vamos-0.7.1.tar.gz) = 1681074
-SHA256 (vamos_icons.tar.gz) = 52bc6a4fea63c8a23a76b059ee942dda6738483e04d1e5afb10a8184f875f803
-SIZE (vamos_icons.tar.gz) = 15360
+SHA256 (vamos_icons.tar.gz) = fea7c87be02480eef7253e7ad98b82ec5b28d6fd6523427a83cf5595e8a9ccee
+SIZE (vamos_icons.tar.gz) = 15765

Added: head/games/vamos/files/patch-geometry__Parameter.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/vamos/files/patch-geometry__Parameter.h	Sun Jan 26 21:39:49 2014	(r341293)
@@ -0,0 +1,10 @@
+--- ./geometry/Parameter.h.orig	2011-08-28 21:10:15.000000000 +0200
++++ ./geometry/Parameter.h	2014-01-26 19:15:00.000000000 +0100
+@@ -21,6 +21,7 @@
+ #define PARAMETER_H
+ 
+ #include <vector>
++#include <stdlib.h>
+ 
+ /// A container for numbers passed from the command line.
+ namespace Vamos_Geometry

Modified: head/games/vamos/pkg-plist
==============================================================================
--- head/games/vamos/pkg-plist	Sun Jan 26 21:36:23 2014	(r341292)
+++ head/games/vamos/pkg-plist	Sun Jan 26 21:39:49 2014	(r341293)
@@ -71,6 +71,7 @@ lib/libvamos-world.a
 lib/libvamos-world.la
 lib/libvamos-world.so
 lib/libvamos-world.so.0
+share/icons/hicolor/128x128/apps/vamos.png
 share/icons/hicolor/32x32/apps/vamos.png
 share/icons/hicolor/48x48/apps/vamos.png
 share/icons/hicolor/64x64/apps/vamos.png



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