Bug 226847

Summary: [PATCH] benchmarks/sysbench: simplify BUILD_DEPENDS
Product: Ports & Packages Reporter: Li-Wen Hsu <lwhsu>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (sunpoet)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sysbench.diff none

Description Li-Wen Hsu freebsd_committer freebsd_triage 2018-03-22 15:21:05 UTC
Created attachment 191737 [details]
sysbench.diff

Use editors/vim-console in BUILD_DEPENDS, which also provides bin/xxd
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-23 10:40:11 UTC
vim-console is lighter but it conflicts with vim.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-03 09:46:57 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Apr  3 09:46:25 UTC 2018
New revision: 466297
URL: https://svnweb.freebsd.org/changeset/ports/466297

Log:
  Simplify BUILD_DEPENDS: use lightweight vim-console instead of vim

  PR:		226847
  Submitted by:	lwhsu

Changes:
  head/benchmarks/sysbench/Makefile
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-04-03 10:00:56 UTC
Committed. Thanks!