summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-04 23:27:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-04 23:27:23 +0000
commit8642c28c934cd90a4146d417a8e720546f3f21ce (patch)
tree55f83918725125f559a94bc8fb102d2879f5c99f /shells/zsh/Makefile
parentUse normal PORTSDIR rather than dp_PORTSDIR so it is passed around properly. (diff)
Update to zsh 5.2
While here: - ensure zsh looks ${PREFIX}/etc for zshrc [1] - hook the testsuite to our test framework PR: 201866 Submitted by: Georgy <delycid@gmail.com>
Notes
Notes: svn path=/head/; revision=403014
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 1dbe0cd8dba7..f74a1155677c 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= zsh
-DISTVERSION= 5.1.1
+DISTVERSION= 5.2
CATEGORIES= shells
MASTER_SITES= \
http://www.zsh.org/pub/:doc \
@@ -35,13 +35,15 @@ SHEBANG_LANG= zsh
zsh_OLD_CMD= /bin/zsh
zsh_CMD= ${PREFIX}/bin/zsh
GNU_CONFIGURE= yes
+TEST_TARGET= test
CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED
LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed
CONFIGURE_ENV+= zsh_cv_sys_path_dev_fd=no
CONFIGURE_ARGS= --with-term-lib="ncursesw ncurses" --with-tcsetpgrp \
--enable-function-subdirs --enable-multibyte \
- --sysconfdir=${PREFIX}/etc
+ --sysconfdir=${PREFIX}/etc \
+ --enable-etcdir=${PREFIX}/etc
EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar
#EXTRA_COMPLETION_FILES= _sockstat