From owner-svn-ports-all@freebsd.org Wed Feb 3 00:38:49 2016 Return-Path: Delivered-To: svn-ports-all@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 F2FF8A9A14F; Wed, 3 Feb 2016 00:38:49 +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 ADABFEFB; Wed, 3 Feb 2016 00:38:49 +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 u130cmEb028019; Wed, 3 Feb 2016 00:38:48 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u130cmRI028017; Wed, 3 Feb 2016 00:38:48 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602030038.u130cmRI028017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 3 Feb 2016 00:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407929 - in head/misc/estic: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 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, 03 Feb 2016 00:38:50 -0000 Author: marino Date: Wed Feb 3 00:38:48 2016 New Revision: 407929 URL: https://svnweb.freebsd.org/changeset/ports/407929 Log: misc/estic: document ncurses requirement (USES+=ncurses) Also link with libncurses, not libtermcap approved by: infrastructure blanket Modified: head/misc/estic/Makefile head/misc/estic/files/patch-estic-freebsd-x.mak Modified: head/misc/estic/Makefile ============================================================================== --- head/misc/estic/Makefile Wed Feb 3 00:21:04 2016 (r407928) +++ head/misc/estic/Makefile Wed Feb 3 00:38:48 2016 (r407929) @@ -12,7 +12,7 @@ DISTFILES= estic-1.60-sources.zip estic MAINTAINER= dinoex@FreeBSD.org COMMENT= Controller for ISDN TK-Anlage (PBX) made by Istec -USES= zip +USES= ncurses zip USE_CSTD= gnu89 USE_CXXSTD= gnu++98 USE_GCC= any Modified: head/misc/estic/files/patch-estic-freebsd-x.mak ============================================================================== --- head/misc/estic/files/patch-estic-freebsd-x.mak Wed Feb 3 00:21:04 2016 (r407928) +++ head/misc/estic/files/patch-estic-freebsd-x.mak Wed Feb 3 00:38:48 2016 (r407929) @@ -1,6 +1,6 @@ ---- estic/make/freebsd-x.mak.orig 1997-01-31 03:57:24.000000000 +0100 -+++ estic/make/freebsd-x.mak 2014-03-28 17:00:36.000000000 +0100 -@@ -27,12 +27,12 @@ +--- estic/make/freebsd-x.mak.orig 1997-01-31 02:57:24 UTC ++++ estic/make/freebsd-x.mak +@@ -27,12 +27,12 @@ AS = gas AR = ar LD = ld ZIP = zip @@ -15,7 +15,7 @@ # ------------------------------------------------------------------------------ -@@ -71,10 +71,10 @@ +@@ -71,10 +71,10 @@ OBJS = callwin.o \ icintcon.o \ iclog.o \ icmsgwin.o \ @@ -28,16 +28,16 @@ # ------------------------------------------------------------------------------ # -@@ -82,7 +82,7 @@ +@@ -82,7 +82,7 @@ OBJS = callwin.o \ all: xestic xestic: $(LIB) $(OBJS) - $(CC) -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11 -+ $(CC) -L $(LOCALBASE)/lib -o xestic $(OBJS) $(LIB) -ltermcap -lX11 ++ $(CC) -L $(LOCALBASE)/lib -o xestic $(OBJS) $(LIB) -lncurses -lX11 # ------------------------------------------------------------------------------ -@@ -90,7 +90,7 @@ +@@ -90,7 +90,7 @@ xestic: $(LIB) $(OBJS) depend dep: @echo "Creating dependency information" @@ -46,7 +46,7 @@ # ------------------------------------------------------------------------------ # Create a ZIP file -@@ -114,9 +114,10 @@ +@@ -114,9 +114,10 @@ bin-dist: estic icload strip clean: -rm -f *.bak *~