svn commit: r408257 - in head/editors/mined: . files

John Marino marino at FreeBSD.org
Fri Feb 5 18:43:33 UTC 2016


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)
  


More information about the svn-ports-all mailing list