From owner-svn-ports-all@freebsd.org Fri Jul 20 12:17:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 409CD104364B; Fri, 20 Jul 2018 12:17:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDD307A18D; Fri, 20 Jul 2018 12:17:32 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B76891008B; Fri, 20 Jul 2018 12:17:32 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6KCHW2N035635; Fri, 20 Jul 2018 12:17:32 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KCHWln035633; Fri, 20 Jul 2018 12:17:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201807201217.w6KCHWln035633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 20 Jul 2018 12:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475008 - in head/games/freedoko: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/games/freedoko: . files X-SVN-Commit-Revision: 475008 X-SVN-Commit-Repository: ports 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.27 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: Fri, 20 Jul 2018 12:17:33 -0000 Author: tobik Date: Fri Jul 20 12:17:32 2018 New Revision: 475008 URL: https://svnweb.freebsd.org/changeset/ports/475008 Log: games/freedoko: Respect LDFLAGS and mark LLD_UNSAFE /usr/bin/ld: error: cannot preempt symbol: alDeleteSources >>> defined in /usr/local/lib/libopenal.so >>> referenced by alut.cpp >>> ./sound/alut.o:(Sound::Alut::~Alut()) http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474767_s336359/logs/freedoko-0.7.16.log PR: 226980 Reported by: emaste, pkg-fallout Added: head/games/freedoko/files/ head/games/freedoko/files/patch-Makefile (contents, props changed) Modified: head/games/freedoko/Makefile Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Fri Jul 20 11:57:29 2018 (r475007) +++ head/games/freedoko/Makefile Fri Jul 20 12:17:32 2018 (r475008) @@ -18,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= compiler:c++14-lang gmake pkgconfig zip:infozip USE_CXXSTD= c++14 USE_GNOME= gtkmm30 +LLD_UNSAFE= yes MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" OPTIONS_DEFINE= DOCS NETWORK OPENAL Added: head/games/freedoko/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedoko/files/patch-Makefile Fri Jul 20 12:17:32 2018 (r475008) @@ -0,0 +1,10 @@ +--- Makefile.orig 2018-07-20 12:04:04 UTC ++++ Makefile +@@ -252,6 +252,7 @@ $(PROGRAM) : show_settings objects $(DIRECTORIES) + $(INCLUDE_ALL) \ + $(LIBS_ALL) \ + $(CXXFLAGS) \ ++ $(LDFLAGS) \ + -o $@ + @echo "$(PROGRAM) compiled successfully" +