Bug 157872 - [maintainer] [PATCH] net-im/imspector link against libiconv
Summary: [maintainer] [PATCH] net-im/imspector link against libiconv
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: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-14 11:40 UTC by m.tsatsenko
Modified: 2011-06-14 20:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.29 KB, patch)
2011-06-14 11:40 UTC, m.tsatsenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description m.tsatsenko 2011-06-14 11:40:06 UTC
icqprotocolplugin.so should be linked against iconv lib
Reported by: rootcia <at> gmail <dot> com

How-To-Repeat: # cd /usr/ports/net-im/imspector
# make install clean
# imspector -d
imspector: Protocol Plugin name: Gadu-Gadu IMSpector protocol plugin
/libexec/ld-elf.so.1: /usr/local/lib/imspector/icqprotocolplugin.so: Undefined symbol "libiconv_open"
Comment 1 Julien Laffaye freebsd_committer freebsd_triage 2011-06-14 17:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jlaffaye

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-14 20:11:02 UTC
jlaffaye    2011-06-14 19:10:49 UTC

  FreeBSD ports repository

  Modified files:
    net-im/imspector     Makefile 
    net-im/imspector/files patch-Makefile 
  Log:
  Link against libiconv
  Bump port revision
  
  PR:             ports/157872
  Submitted by:   "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
  Approved by:    bapt (mentor)
  
  Revision  Changes    Path
  1.6       +1 -0      ports/net-im/imspector/Makefile
  1.3       +10 -1     ports/net-im/imspector/files/patch-Makefile
_______________________________________________
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 Julien Laffaye freebsd_committer freebsd_triage 2011-06-14 20:12:14 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!