Date: Wed, 3 Feb 2016 00:38:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407929 - in head/misc/estic: . files Message-ID: <201602030038.u130cmRI028017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *~
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030038.u130cmRI028017>