From owner-svn-ports-head@FreeBSD.ORG Thu Oct 17 06:19:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 99A1D99A; Thu, 17 Oct 2013 06:19:33 +0000 (UTC) (envelope-from edwin@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 87DD92558; Thu, 17 Oct 2013 06:19:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9H6JXZA070932; Thu, 17 Oct 2013 06:19:33 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9H6JXX7070930; Thu, 17 Oct 2013 06:19:33 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201310170619.r9H6JXX7070930@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Oct 2013 06:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330605 - in head/games/xpired: . 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: Thu, 17 Oct 2013 06:19:33 -0000 Author: edwin Date: Thu Oct 17 06:19:32 2013 New Revision: 330605 URL: http://svnweb.freebsd.org/changeset/ports/330605 Log: Fix build on 10.0 Added: head/games/xpired/files/ head/games/xpired/files/patch-Makefile (contents, props changed) Modified: head/games/xpired/Makefile Modified: head/games/xpired/Makefile ============================================================================== --- head/games/xpired/Makefile Thu Oct 17 06:19:25 2013 (r330604) +++ head/games/xpired/Makefile Thu Oct 17 06:19:32 2013 (r330605) @@ -3,7 +3,7 @@ PORTNAME= xpired PORTVERSION= 1.22 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-linux/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source Added: head/games/xpired/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xpired/files/patch-Makefile Thu Oct 17 06:19:32 2013 (r330605) @@ -0,0 +1,11 @@ +--- Makefile.orig 2013-10-18 04:17:46.000000000 +1100 ++++ Makefile 2013-10-18 04:17:55.000000000 +1100 +@@ -2,7 +2,7 @@ + SHARE_PREFIX=$(PREFIX)/share/xpired + CFLAGS=`sdl-config --cflags` -DUNIX -DPREFIX=\"$(PREFIX)\" -DSHARE_PREFIX=\"$(SHARE_PREFIX)\" + LDFLAGS=`sdl-config --libs` -lSDL -lSDL_mixer -lSDL_image -lSDL_gfx +-CC=gcc ++CC=cc + + BINARIES = xpired xpiredit +