1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Use termcap instead terminfo, like ncurses from base system does

PR:		ports/99212
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2006-06-22 23:24:37 +00:00
parent ddfe52339b
commit 8272623875
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166054
4 changed files with 10 additions and 5106 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ncurses
PORTVERSION= 5.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -20,7 +20,9 @@ NO_FILTER_SHLIBS= no
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
--disable-termcap --includedir=${PREFIX}/include/ncurses \
--enable-termcap --disable-database --enable-getcap \
--enable-colorfgbg --enable-bsdpad --disable-home-terminfo \
--includedir=${PREFIX}/include/ncurses \
--with-profile --with-shared --without-debug \
--without-curses-h --with-termlib --program-prefix= \
--enable-safe-sprintf --disable-root-environ \

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
PORTNAME= ncurses
PORTVERSION= 5.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -20,7 +20,9 @@ NO_FILTER_SHLIBS= no
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
--disable-termcap --includedir=${PREFIX}/include/ncurses \
--enable-termcap --disable-database --enable-getcap \
--enable-colorfgbg --enable-bsdpad --disable-home-terminfo \
--includedir=${PREFIX}/include/ncurses \
--with-profile --with-shared --without-debug \
--without-curses-h --with-termlib --program-prefix= \
--enable-safe-sprintf --disable-root-environ \

File diff suppressed because it is too large Load Diff