svn commit: r369375 - head/shells/zsh

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 27 07:15:29 UTC 2014


Author: bapt
Date: Sat Sep 27 07:15:28 2014
New Revision: 369375
URL: http://svnweb.freebsd.org/changeset/ports/369375
QAT: https://qat.redports.org/buildarchive/r369375/

Log:
  Make zsh look at its config files in localbase in priority
  Cleanup a bit more the plist
  
  Submitted by:	Rolf Nielsen <rmg1970swe at gmail.com>

Modified:
  head/shells/zsh/Makefile
  head/shells/zsh/pkg-plist

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Sat Sep 27 07:03:56 2014	(r369374)
+++ head/shells/zsh/Makefile	Sat Sep 27 07:15:28 2014	(r369375)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zsh
 PORTVERSION=	5.0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
 		SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
@@ -28,7 +28,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include -DBOOL
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ENV+=	zsh_cv_sys_path_dev_fd=no
 CONFIGURE_ARGS=	--with-term-lib="ncursesw ncurses" --with-tcsetpgrp \
-		--enable-function-subdirs --enable-multibyte
+		--enable-function-subdirs --enable-multibyte \
+		--sysconfdir=${PREFIX}/etc
 
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-bsdtar
 #EXTRA_COMPLETION_FILES=	_sockstat

Modified: head/shells/zsh/pkg-plist
==============================================================================
--- head/shells/zsh/pkg-plist	Sat Sep 27 07:03:56 2014	(r369374)
+++ head/shells/zsh/pkg-plist	Sat Sep 27 07:15:28 2014	(r369375)
@@ -35,11 +35,6 @@ bin/zsh-%%ZSH_VER%%
 %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zpty.so
 %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zselect.so
 %%NO_STATIC%%lib/zsh/%%ZSH_VER%%/zsh/zutil.so
-%%GDBM%%%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh/db
-%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh/net
-%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%/zsh
-%%NO_STATIC%%@dirrm lib/zsh/%%ZSH_VER%%
-%%NO_STATIC%%@dirrm lib/zsh
 @dir %%DATADIR%%/site-functions
 %%DATADIR%%/%%ZSH_VER%%/functions/Calendar.zwc
 %%DATADIR%%/%%ZSH_VER%%/functions/Calendar/age


More information about the svn-ports-head mailing list