Bug 204881 - [PATCH] irc/weechat: fix build
Summary: [PATCH] irc/weechat: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jase Thew
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-11-28 13:27 UTC by Po-Chuan Hsieh
Modified: 2015-12-21 18:43 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jase)


Attachments
irc/weechat patch (2.71 KB, patch)
2015-11-28 13:27 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!