svn commit: r367751 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 9 17:09:27 UTC 2014


Author: sunpoet
Date: Tue Sep  9 17:09:26 2014
New Revision: 367751
URL: http://svnweb.freebsd.org/changeset/ports/367751
QAT: https://qat.redports.org/buildarchive/r367751/

Log:
  - Fix unconditionally dependency on libiconv.so from converters/libiconv
  - Bump PORTREVISION for package change
  
  PR:		ports/193319
  Reported by:	Harald Schmalzbauer <bugzilla.freebsd at omnilan.de>

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Sep  9 17:03:14 2014	(r367750)
+++ head/editors/vim/Makefile	Tue Sep  9 17:09:26 2014	(r367751)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vim
 PORTVERSION=	7.4.${PATCHLEVEL}
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	editors
 MASTER_SITES=	VIM:source \
 		${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \
@@ -145,6 +145,7 @@ MAKE_ARGS+=	CONF_OPT_PYTHON="--enable-py
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^install_normal: / s|install-icons|# &|; /cd $$(DEST_BIN); ln -s/d' ${WRKSRC}/src/Makefile
+	@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g' ${WRKSRC}/src/auto/configure
 	@${FIND} ${WRKSRC}/runtime/ -name menu\*.vim -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's,ctags -R \\.,${CTAGS_CMD},g'
 .for p in ${POSTPONED_PATCHES}
 	@${ECHO_MSG} "===>   Applying distribution patch ${p}"


More information about the svn-ports-head mailing list