1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Update to 0.17

PR:		ports/155373
Submitted by:	Raphael Kubo da Costa <kubito@gmail.com>
Approved by:	maintainer
This commit is contained in:
Dennis Herrmann 2011-03-22 20:31:05 +00:00
parent 50bd9f1ba9
commit 63bc5d0411
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271500
3 changed files with 3 additions and 36 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tig
PORTVERSION= 0.16.2
PORTVERSION= 0.17
CATEGORIES= devel
MASTER_SITES= http://jonas.nitro.dk/tig/releases/
@ -35,14 +35,4 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 602107
LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/ncurses" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's/<curses.h>/<ncurses.h>/' ${WRKSRC}/tig.c
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,2 @@
MD5 (tig-0.16.2.tar.gz) = d72b5d3437dbc538ea6f66c74988d75e
SHA256 (tig-0.16.2.tar.gz) = 7d3290641dcb1579491a0c9b379a5b6897076aaa845826fb3702510f07406ea2
SIZE (tig-0.16.2.tar.gz) = 162809
SHA256 (tig-0.17.tar.gz) = 44d9c9d4dec68911e0f40275218206039f843bc39af77718777e7008e96894fb
SIZE (tig-0.17.tar.gz) = 168918

View File

@ -1,22 +0,0 @@
--- configure.orig 2009-12-12 21:32:37.031583584 +0800
+++ configure 2009-12-12 21:35:22.065764679 +0800
@@ -3275,7 +3275,7 @@
return 0;
}
_ACEOF
-for ac_lib in '' ncurses; do
+for ac_lib in '' ncursesw; do
if test -z "$ac_lib"; then
ac_res="none required"
else
@@ -3316,10 +3316,6 @@
as_fn_error "ncurses not found" "$LINENO" 5
esac
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: The found ncurses library does not support wide-char." >&5
-$as_echo "$as_me: WARNING: The found ncurses library does not support wide-char." >&2;}
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This means that tig will not correctly render UTF-8." >&5
-$as_echo "$as_me: WARNING: This means that tig will not correctly render UTF-8." >&2;}
esac