From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 21:00:01 2014 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 ESMTPS id 274F3C03; Sun, 20 Jul 2014 21:00:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F552B08; Sun, 20 Jul 2014 21:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KL004N069625; Sun, 20 Jul 2014 21:00:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KL00wj069624; Sun, 20 Jul 2014 21:00:00 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407202100.s6KL00wj069624@svn.freebsd.org> From: John Marino Date: Sun, 20 Jul 2014 21:00:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362372 - head/games/megaglest 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.18 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: Sun, 20 Jul 2014 21:00:01 -0000 Author: marino Date: Sun Jul 20 21:00:00 2014 New Revision: 362372 URL: http://svnweb.freebsd.org/changeset/ports/362372 QAT: https://qat.redports.org/buildarchive/r362372/ Log: games/megaglest: Fix on FreeBSD 10+ (from dports) I had fixed megaglest in dports a few days ago, not realizing that the build was also broken on FreeBSD until I saw the PR. Due to the size of megaglest-data (~265M), I haven't actually tested the fix on FreeBSD but it should work. The dports fix is more extensive than the PR. PR: 191225 Submitted by: maintainer (Rusty Nejdl) Modified: head/games/megaglest/Makefile Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Sun Jul 20 20:49:32 2014 (r362371) +++ head/games/megaglest/Makefile Sun Jul 20 21:00:00 2014 (r362372) @@ -30,6 +30,7 @@ USE_WX= 3.0 WX_UNICODE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 +LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 OPTIONS_DEFINE= EDITOR DOCS