Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:43:32 +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: r408257 - in head/editors/mined: . files
Message-ID:  <201602051843.u15IhWFE017600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 18:43:32 2016
New Revision: 408257
URL: https://svnweb.freebsd.org/changeset/ports/408257

Log:
  editors/mined: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/mined/Makefile
  head/editors/mined/files/patch-src__makefile.bsd

Modified: head/editors/mined/Makefile
==============================================================================
--- head/editors/mined/Makefile	Fri Feb  5 18:39:45 2016	(r408256)
+++ head/editors/mined/Makefile	Fri Feb  5 18:43:32 2016	(r408257)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	*
 
-USES=		gmake desktop-file-utils
+USES=		desktop-file-utils gmake ncurses
 MAKEFILE=	makefile
 REINPLACE_ARGS=	-i ""
 MAKE_ARGS=	GMAKE="${MAKE_CMD}" CC="${CC}" OPT="${CFLAGS}"

Modified: head/editors/mined/files/patch-src__makefile.bsd
==============================================================================
--- head/editors/mined/files/patch-src__makefile.bsd	Fri Feb  5 18:39:45 2016	(r408256)
+++ head/editors/mined/files/patch-src__makefile.bsd	Fri Feb  5 18:43:32 2016	(r408257)
@@ -18,7 +18,15 @@
  
  #INSTALL = install --mode=+r,u+w
  INSTALL = install -m 644
-@@ -114,7 +114,7 @@ GLDOPTS=	# -[B]static links statically
+@@ -54,6 +54,7 @@ liblist	= \
+ 	ls /lib/libtermcap.so*	$(LIBDIR)/libtermcap.so*; \
+ 	ls /lib/libncursesw.so*	$(LIBDIR)/libncursesw.so*; \
+ 	ls /lib/libncurses.so*	$(LIBDIR)/libncurses.so*; \
++	ls /usr/local/lib/libncurses.so; \
+ 
+ 
+ # select first library found from list, replace with -l... if static
+@@ -114,7 +115,7 @@ GLDOPTS=	# -[B]static links statically
  # compiler selection and compiler-specific options
  # (source warnings, optimisation and debug)
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051843.u15IhWFE017600>