Date: Thu, 11 Jan 2018 20:34:08 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458786 - in head: databases/xtrabackup devel/fb-adb mail/rubygem-vmail math/cryptominisat sysutils/amtc sysutils/ttyd Message-ID: <201801112034.w0BKY8V0019155@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jan 11 20:34:08 2018 New Revision: 458786 URL: https://svnweb.freebsd.org/changeset/ports/458786 Log: Chase vim-lite -> vim-console rename Modified: head/databases/xtrabackup/Makefile head/devel/fb-adb/Makefile head/mail/rubygem-vmail/Makefile head/math/cryptominisat/Makefile head/sysutils/amtc/Makefile head/sysutils/ttyd/Makefile Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/databases/xtrabackup/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ cmake:devel/cmake \ bison:devel/bison \ - xxd:editors/vim-lite + xxd:editors/vim-console LIB_DEPENDS= libev.so:devel/libev \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error Modified: head/devel/fb-adb/Makefile ============================================================================== --- head/devel/fb-adb/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/devel/fb-adb/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -21,7 +21,7 @@ COMMENT= Better shell for Android devices LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim-lite \ +BUILD_DEPENDS= xxd:editors/vim-console \ ${BASH_CMD}:shells/${BASH_CMD:T} RUN_DEPENDS= adb:devel/android-tools-adb Modified: head/mail/rubygem-vmail/Makefile ============================================================================== --- head/mail/rubygem-vmail/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/mail/rubygem-vmail/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -18,7 +18,7 @@ RUN_DEPENDS= rubygem-highline>=1.6.1:devel/rubygem-hig rubygem-sequel>=3.24.1:devel/rubygem-sequel \ rubygem-sqlite3>=1.3.3:databases/rubygem-sqlite3 \ rubygem-versionomy>=0.4.4:devel/rubygem-versionomy \ - vim:editors/vim-lite + vim:editors/vim-console NO_ARCH= yes USE_RUBY= yes Modified: head/math/cryptominisat/Makefile ============================================================================== --- head/math/cryptominisat/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/math/cryptominisat/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -12,7 +12,7 @@ LICENSE= MIT LGPL21 LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC -BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool +BUILD_DEPENDS= xxd:editors/vim-console # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[] Modified: head/sysutils/amtc/Makefile ============================================================================== --- head/sysutils/amtc/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/sysutils/amtc/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -9,7 +9,7 @@ COMMENT= Threaded Intel AMT/vPro mass management tool LICENSE= CC-BY-3.0 -BUILD_DEPENDS= xxd:editors/vim-lite +BUILD_DEPENDS= xxd:editors/vim-console LIB_DEPENDS+= libgcrypt.so:security/libgcrypt \ libcurl.so:ftp/curl Modified: head/sysutils/ttyd/Makefile ============================================================================== --- head/sysutils/ttyd/Makefile Thu Jan 11 20:31:44 2018 (r458785) +++ head/sysutils/ttyd/Makefile Thu Jan 11 20:34:08 2018 (r458786) @@ -11,7 +11,7 @@ COMMENT= Program to share your terminal over the web LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= xxd:editors/vim-lite +BUILD_DEPENDS= xxd:editors/vim-console LIB_DEPENDS= libjson-c.so:devel/json-c \ libwebsockets.so:net/libwebsockets
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801112034.w0BKY8V0019155>