From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 11:54:03 2014 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 ESMTPS id 8AF549B7; Wed, 8 Jan 2014 11:54:03 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76FAA10BA; Wed, 8 Jan 2014 11:54:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08Bs36q050922; Wed, 8 Jan 2014 11:54:03 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08Bs3Jt050921; Wed, 8 Jan 2014 11:54:03 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401081154.s08Bs3Jt050921@svn.freebsd.org> From: Rene Ladan Date: Wed, 8 Jan 2014 11:54:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339106 - branches/2014Q1/games/el X-SVN-Group: ports-branches 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.17 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: Wed, 08 Jan 2014 11:54:03 -0000 Author: rene Date: Wed Jan 8 11:54:02 2014 New Revision: 339106 URL: http://svnweb.freebsd.org/changeset/ports/339106 Log: MFH: r338864 Try to build after games/el-data is resurrected. Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN: > LINK el.bin > /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition > /usr/local/lib/libX11.so.6: could not read symbols: Bad value While here convert to new LIB_DEPENDS and USES=gmake PR: ports/185113 (related) Submitted by: rene Approved by: maintainer timeout (acm, 15 days) Approved by: portmgr (bapt) Modified: branches/2014Q1/games/el/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/games/el/Makefile ============================================================================== --- branches/2014Q1/games/el/Makefile Wed Jan 8 11:49:34 2014 (r339105) +++ branches/2014Q1/games/el/Makefile Wed Jan 8 11:54:02 2014 (r339106) @@ -12,9 +12,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - cal3d.12:${PORTSDIR}/graphics/cal3d +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libvorbis.so.4:${PORTSDIR}/audio/libvorbis \ + libcal3d.so.12:${PORTSDIR}/graphics/cal3d RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/el.ini:${PORTSDIR}/games/el-data PROJECTHOST= bsdistfiles @@ -24,6 +24,7 @@ USE_OPENAL= al alut USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= yes +USES= gmake ALL_TARGET= el.bin MAKEFILE= Makefile.bsd @@ -32,8 +33,8 @@ PLIST= ${WRKDIR}/pkg-plist NO_STAGE= yes .include -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" +BROKEN= Does not build on ${ARCH} .endif pre-install: