From owner-svn-ports-all@FreeBSD.ORG Sun Sep 1 15:19:49 2013 Return-Path: Delivered-To: svn-ports-all@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 92AEAEC5; Sun, 1 Sep 2013 15:19:49 +0000 (UTC) (envelope-from rm@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 800722289; Sun, 1 Sep 2013 15:19: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 r81FJnhH081119; Sun, 1 Sep 2013 15:19:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81FJm9Y081113; Sun, 1 Sep 2013 15:19:48 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309011519.r81FJm9Y081113@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 1 Sep 2013 15:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325864 - in head: devel/clanlib devel/clanlib/files games/super_methane_brothers X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:19:49 -0000 Author: rm Date: Sun Sep 1 15:19:48 2013 New Revision: 325864 URL: http://svnweb.freebsd.org/changeset/ports/325864 Log: - update to 2.3.7 - chase the update in games/super_methane_brothers - convert USE_GMAKE to USES, while here PR: 181491 Submitted by: chris petrik (maintainer) Deleted: head/devel/clanlib/files/patch-Sources__Core__System__Unix__init_linux.cpp head/devel/clanlib/files/patch-Sources__Core__System__system.cpp Modified: head/devel/clanlib/Makefile head/devel/clanlib/distinfo head/games/super_methane_brothers/Makefile Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= clanlib -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.3.7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ @@ -21,12 +20,12 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j mikmod:${PORTSDIR}/audio/libmikmod \ vorbis:${PORTSDIR}/audio/libvorbis \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - pcre:${PORTSDIR}/devel/pcre + pcre:${PORTSDIR}/devel/pcre \ + execinfo:${PORTSDIR}/devel/libexecinfo -USE_GMAKE= yes USE_GCC= yes USE_XORG= x11 -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GL= yes USE_SQLITE= yes @@ -56,5 +55,10 @@ PLIST_SUB+= VER=${PORTVERSION:R} \ post-patch: @${REINPLACE_CMD} -e 's|LIBS="-lsqlite3 -ldl"|LIBS="-lsqlite3"|g' \ ${WRKSRC}/configure - + @${REINPLACE_CMD} -e '114 s|/proc/self/exe|/proc/curproc/file|g' \ + ${WRKSRC}/Sources/Core/System/Unix/init_linux.cpp + @${REINPLACE_CMD} -e 's|APPLE|FreeBSD|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp + @${REINPLACE_CMD} -e '47 s|#ifndef __FreeBSD__|#if !defined(__FreeBSD__)|g' \ + ${WRKSRC}/Sources/Core/System/system.cpp .include Modified: head/devel/clanlib/distinfo ============================================================================== --- head/devel/clanlib/distinfo Sun Sep 1 15:14:49 2013 (r325863) +++ head/devel/clanlib/distinfo Sun Sep 1 15:19:48 2013 (r325864) @@ -1,2 +1,2 @@ -SHA256 (ClanLib-2.3.6.tgz) = b8dc9b41028bf16c0a6082aa15cdee5d8b1ecd5256797576970f09a63e3fafde -SIZE (ClanLib-2.3.6.tgz) = 25605576 +SHA256 (ClanLib-2.3.7.tgz) = d46127c08103f48d15936ceb9f95b3dfb1ff8ccba667cef1b3f8e639cb2601c2 +SIZE (ClanLib-2.3.7.tgz) = 26132425 Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sun Sep 1 15:14:49 2013 (r325863) +++ head/games/super_methane_brothers/Makefile Sun Sep 1 15:19:48 2013 (r325864) @@ -3,6 +3,7 @@ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} @@ -16,10 +17,9 @@ LICENSE= GPLv2 LIB_DEPENDS= clan23Core:${PORTSDIR}/devel/clanlib \ execinfo:${PORTSDIR}/devel/libexecinfo -USES= pkgconfig +USES= gmake pkgconfig USE_GCC= yes USE_GL= glu -USE_GMAKE= yes MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LDFLAGS}" MAKE_JOBS_UNSAFE= yes