From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 07:16:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 432BE9A4; Wed, 30 Oct 2013 07:16:49 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 179C12975; Wed, 30 Oct 2013 07:16:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U7Gmsr058475; Wed, 30 Oct 2013 07:16:48 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U7GmAm058470; Wed, 30 Oct 2013 07:16:48 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201310300716.r9U7GmAm058470@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 30 Oct 2013 07:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332082 - in head/games/blobby: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 07:16:49 -0000 Author: martymac Date: Wed Oct 30 07:16:48 2013 New Revision: 332082 URL: http://svnweb.freebsd.org/changeset/ports/332082 Log: - Enable staging - Switch to new LIB_DEPENDS format - Fix build with Clang Added: head/games/blobby/files/patch-src-Clock.h (contents, props changed) Modified: head/games/blobby/Makefile Modified: head/games/blobby/Makefile ============================================================================== --- head/games/blobby/Makefile Wed Oct 30 07:13:02 2013 (r332081) +++ head/games/blobby/Makefile Wed Oct 30 07:16:48 2013 (r332082) @@ -3,6 +3,7 @@ PORTNAME= blobby PORTVERSION= 1.0r3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/1.0RC3/ DISTNAME= blobby2-linux-1.0rc3 @@ -12,8 +13,8 @@ COMMENT= Official continuation of the fa LICENSE= GPLv2 -LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \ - drm:${PORTSDIR}/graphics/libdrm +LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ + libdrm.so:${PORTSDIR}/graphics/libdrm BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:${PORTSDIR}/devel/boost-libs @@ -29,14 +30,13 @@ DOS2UNIX_REGEX= .*\.(c|h|cpp) PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO -NO_STAGE= yes .include post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .endif Added: head/games/blobby/files/patch-src-Clock.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/blobby/files/patch-src-Clock.h Wed Oct 30 07:16:48 2013 (r332082) @@ -0,0 +1,10 @@ +--- src/Clock.h.orig 2013-10-28 17:23:32.000000000 +0100 ++++ src/Clock.h 2013-10-28 17:28:11.000000000 +0100 +@@ -19,6 +19,7 @@ + + #pragma once + ++#include + #include + + /*! \class Clock