Bug 140603 - [PATCH] irc/weechat: update port options / patch weechat bugs
Summary: [PATCH] irc/weechat: update port options / patch weechat bugs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 14:30 UTC by Jase Thew
Modified: 2009-11-21 11:30 UTC (History)
1 user (show)

See Also:


Attachments
weechat-0.3.0_1.patch (17.49 KB, patch)
2009-11-16 14:30 UTC, Jase Thew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jase Thew 2009-11-16 14:30:04 UTC
* Add TCL plugin option.
* Add build documentation option.
* Fix incorrect logic for charset option.
* Remove broken tag from Ruby option.
* Update option conditionals to be more readable

* Remove mandatory dependancies on Ruby, Perl and gettext, add them to
  corresponding options as optional dependancies instead.

* Add missing .pl NLS message catalog to plist.

* Patch configure.in to allow location of tcl configuration to be specified.
  (submitted upstream as patch #6976)
* Patch configure.in to prevent compilation errors/failures with custom
  cflags. (submitted upstream as patch #6977)
* Patch src/plugins/scripts/script.c to handle basename(3) correctly. This
  fixes script_action_install / script_search_by_full_name methods used by
  weeget.py. (submitted upstream as patch #6980 and committed.)

Added file(s):
- files/patch-configure.in
- files/patch-src-plugins-scripts-script_c

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-16 14:30:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-21 11:27:30 UTC
miwi        2009-11-21 11:27:21 UTC

  FreeBSD ports repository

  Modified files:
    irc/weechat          Makefile pkg-plist 
  Added files:
    irc/weechat/files    patch-configure.in 
                         patch-src-plugins-scripts-script_c 
  Log:
  * Add TCL plugin option.
  * Add build documentation option.
  * Fix incorrect logic for charset option.
  * Remove broken tag from Ruby option.
  * Update option conditionals to be more readable
  * Remove mandatory dependancies on Ruby, Perl and gettext, add them to
    corresponding options as optional dependancies instead.
  * Add missing .pl NLS message catalog to plist.
  
  PR:             140603
  Submitted by:   Jase Thew <freebsd@beardz.net>
  
  Revision  Changes    Path
  1.43      +51 -23    ports/irc/weechat/Makefile
  1.1       +29 -0     ports/irc/weechat/files/patch-configure.in (new)
  1.1       +168 -0    ports/irc/weechat/files/patch-src-plugins-scripts-script_c (new)
  1.8       +36 -10    ports/irc/weechat/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-11-21 11:27:37 UTC
State Changed
From-To: open->closed

many thx committed.