From owner-svn-ports-head@freebsd.org Sun Jan 31 09:38:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22C3BA74E75; Sun, 31 Jan 2016 09:38:19 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id E7E95A60; Sun, 31 Jan 2016 09:38:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0V9cHlw092400; Sun, 31 Jan 2016 09:38:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0V9cHNN092399; Sun, 31 Jan 2016 09:38:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201601310938.u0V9cHNN092399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 31 Jan 2016 09:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407599 - head/games/tomenet/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.20 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, 31 Jan 2016 09:38:19 -0000 Author: marino Date: Sun Jan 31 09:38:17 2016 New Revision: 407599 URL: https://svnweb.freebsd.org/changeset/ports/407599 Log: games/tomenet: link to libncurses instead of libcurses Libcurses is just symlinked to libncurses on FreeBSD base, but it doesn't exist in ports ncurses. Approved by: infrastructure blanket (related to ncurses work) Modified: head/games/tomenet/files/patch-makefile Modified: head/games/tomenet/files/patch-makefile ============================================================================== --- head/games/tomenet/files/patch-makefile Sun Jan 31 09:31:51 2016 (r407598) +++ head/games/tomenet/files/patch-makefile Sun Jan 31 09:38:17 2016 (r407599) @@ -1,6 +1,6 @@ ---- makefile.orig 2015-02-01 11:19:25.000000000 +0100 -+++ makefile 2015-04-08 15:13:59.866757474 +0200 -@@ -203,7 +203,7 @@ +--- makefile.orig 2015-02-01 10:19:25 UTC ++++ makefile +@@ -203,7 +203,7 @@ CLI_LUAOBJS = \ # # This is my compiler of choice, it seems to work most everywhere # @@ -9,7 +9,7 @@ # For allowing #if..#else..#endif constructs in LUA files - C. Blue # Note: The flags must contain -@@ -256,8 +256,8 @@ +@@ -256,8 +256,8 @@ X11BASE = /usr/X11R6 # attempt to "guess" at many of these flags based on your system. # ## With SDL @@ -20,7 +20,7 @@ ## ## Without SDL #CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -@@ -304,8 +304,8 @@ +@@ -304,8 +304,8 @@ LIBS = -L${X11BASE}/lib -L/usr/pkg/lib - #LDFLAGS = -Wl,-rpath,\$$ORIGIN ## ## Without SDL @@ -31,3 +31,12 @@ ## Added by thaler, 6/28/97 +@@ -397,7 +397,7 @@ date: + # + + accedit: account/accedit.o +- $(CC) $(CFLAGS) $(LDFLAGS) -o accedit account/accedit.o -lcurses -lcrypt ++ $(CC) $(CFLAGS) $(LDFLAGS) -o accedit account/accedit.o -lncurses -lcrypt + + + #