Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 14:51:33 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318602 - head/Mk
Message-ID:  <201305201451.r4KEpX1u017481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon May 20 14:51:33 2013
New Revision: 318602
URL: http://svnweb.freebsd.org/changeset/ports/318602

Log:
  Add ncurses-base to the rank of linux-apps.

Modified:
  head/Mk/bsd.linux-apps.mk

Modified: head/Mk/bsd.linux-apps.mk
==============================================================================
--- head/Mk/bsd.linux-apps.mk	Mon May 20 14:11:25 2013	(r318601)
+++ head/Mk/bsd.linux-apps.mk	Mon May 20 14:51:33 2013	(r318602)
@@ -61,8 +61,8 @@ _LINUX_APPS_ALL=	allegro alsalib arts as
 					freealut gdkpixbuf gnutls gtk gtk2 hicontheme imlib jpeg libaudiofile \
 					libg2c libgcrypt libglade libglade2 libglu libgpg-error libmng libogg \
 					libsigcpp20 libtasn1 libtheora 	libvorbis libxml libxml2 mikmod naslibs \
-					openal openmotif openssl pango png png10 qt33 scimgtk scimlibs sdl12 \
-					sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
+					ncurses-base openal openmotif openssl pango png png10 qt33 scimgtk \
+					scimlibs sdl12 sdlimage sdlmixer tiff xorglibs ucl ungif upx webauth
 
 # 2.4.2 components
 _LINUX_APPS_ALL+=
@@ -357,6 +357,11 @@ openmotif_DETECT=	${openmotif${LINUX_DIS
 openmotif_PORT=		${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif
 openmotif_DEPENDS=	xorglibs
 
+# no ncurses-base_FILE
+ncurses-base_f10_FILE=	${LINUXBASE}/lib/terminfo/a/ansi
+ncurses-base_DETECT=	${ncurses-base${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
+ncurses-base_PORT=	${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-ncurses-base
+
 # no nspr_FILE
 nspr_f10_FILE=		${LINUXBASE}/lib/libnspr4.so
 nspr_DETECT=		${nspr${LINUX_DIST_SUFFIX:S/-/_/}_FILE}



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