Bug 204881

Summary: [PATCH] irc/weechat: fix build
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Jase Thew <jase>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (jase)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
irc/weechat patch none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-11-28 13:27:35 UTC
Created attachment 163628 [details]
irc/weechat patch

- Fix build
- Add JAVASCRIPT option
- Fix PLIST
- Bump PORTREVISION for package change

build error:
--- src/plugins/javascript/CMakeFiles/javascript.dir/weechat-js-api.o ---
*** [src/plugins/javascript/CMakeFiles/javascript.dir/weechat-js-api.o] Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-12-21 18:37:01 UTC
A commit references this bug:

Author: sunpoet
Date: Mon Dec 21 18:35:52 UTC 2015
New revision: 404174
URL: https://svnweb.freebsd.org/changeset/ports/404174

Log:
  - Fix build if lang/v8 is installed
  - Add JAVASCRIPT option and set it off by default

  PR:		204881
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 23 days)

Changes:
  head/irc/weechat/Makefile
  head/irc/weechat/files/patch-src-plugins-javascript-weechat-js-api.cpp
  head/irc/weechat/pkg-plist
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-21 18:43:26 UTC
Committed. Thanks!