57a7 FreshPorts -- net-p2p/eiskaltdcpp-qt
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
eiskaltdcpp-qt 2.2.4_2 net-p2p on this many watch lists=1 search for ports that depend on this port
EiskaltDC++ Direct Connect client Qt GUI
Maintained by: fjoe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 Nov 2010 14:47:42
License: GPLv3


EiskaltDC++ is a cross-platform program that uses the Direct Connect
and ADC protocol. It is compatible with other DC clients, such as the
original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also
interoperates with all common DC hub software.

This port is Qt GUI that uses eiskaltdcpp-lib.

WWW:	http://code.google.com/p/eiskaltdc/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/chrpath
  2. security/openssl
  3. devel/cmake
  4. lang/gcc
  5. devel/binutils
  6. devel/dbus-qt4
  7. x11-toolkits/qt4-gui
  8. devel/qt4-linguist
  9. devel/qt4-moc
  10. net/qt4-network
  11. devel/qmake4
  12. devel/qt4-rcc
  13. devel/qt4-uic
  14. textproc/qt4-xml
Required To Run:
  1. net-p2p/eiskaltdcpp-data
  2. security/openssl
  3. lang/gcc
  4. devel/dbus-qt4
  5. x11-toolkits/qt4-gui
  6. net/qt4-network
  7. textproc/qt4-xml
Required Libraries:
  1. net-p2p/eiskaltdcpp-lib
  2. devel/libexecinfo
  3. net/miniupnpc
  4. devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/net-p2p/eiskaltdcpp-qt/ && make install clean
To add the package: pkg_add -r eiskaltdcpp-qt


Configuration Options
===> The following configuration options are available for eiskaltdcpp-qt-2.2.4_2:
     ASPELL=off: Spell checking support via GNU Aspell
     DBUS_NOTIFY=on: DBus notification support
     FREE_SPACE=on: Free space bar in status panel
     MINIUPNP=on: UPnP support
     QML=off: Qt Declarative ui support
     QTSCRIPT=off: QtScript support
     SQLITE=off: SQLite support (experimental)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://eiskaltdc.googlecode.com/files/
Port Moves
  • port moved here from net-p2p/eiskaltdc on 2010-11-26
    REASON: GUI ports separated

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 May 2013 17:34:57
Original commit files touched by this commit  2.2.4_2
fjoe search for other commits by this committer
- Unbreak the build (link with -lboost_system)
- Fix COMMENT for eiskaltdcpp-cli
- Take maintainership

Approved by:	MAINTAINER
10 May 2013 16:44:26
Original commit files touched by this commit  2.2.4_2
bapt search for other commits by this committer
Convert to new options framework
26 Apr 2013 10:44:29
Original commit files touched by this commit  2.2.4_2
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
22 Mar 2013 20:06:15
Original commit files touched by this commit  2.2.4_2
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
21 Dec 2012 04:05:15
Original commit files touched by this commit  2.2.4_2
gerald search for other commits by this committer
Replace the use of _GCC_BUILD_DEPENDS (which was never meant to be
used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME.  This is still not
ideal, but at least a documented stopgap, and it avoids the manual
construction of the directory to be added to rpath.

As a side effect, the Makefiles become a tad simpler.  On the way,
update to USE_GCC=4.6+ per pending work of linimon and myself.

Approved by:	maintainer
06 Jun 2012 06:44:38
Original commit files touched by this commit  2.2.4_2
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
01 Jun 2012 05:26:28
Original commit files touched by this commit  2.2.4_2
dinoex search for other commits by this committer
- update png to 1.5.10
28 Nov 2011 16:30:44
Original commit files touched by this commit  2.2.4_1
scheidell search for other commits by this committer
PR:     162340
Submitted by:   gelraen.ua@gmail.com
Approved by:    gabor (mentor)
Feature safe:   yes
On some machines resulting binaries contains "/usr/lib" before
"/usr/local/lib/gcc45" in rpath and user gets something like
this if tries to launch that binary:

/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.10 required
by /usr/local/bin/eiskaltdcpp-gtk not found

Attached patch adds BUILD_DEPENDS on devel/chrpath, which is used to overwrite
rpath in built binaries (-DCMAKE_INSTALL_RPATH
only aappends directories to rpath)
24 Oct 2011 22:21:00
Original commit files touched by this commit  2.2.4
pawel search for other commits by this committer
Update to version 2.2.4

Changelog: https://github.com/negativ/eiskaltdcpp/blob/master/ChangeLog.txt

PR:             ports/161898
Submitted by:   Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
05 Oct 2011 22:59:55
Original commit files touched by this commit  2.2.1
pawel search for other commits by this committer
- Update to version 2.2.1
- Add LICENSE

PR:             ports/155447
Submitted by:   Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)
Approved by:    miwi, wen (mentors implicit)
26 Nov 2010 14:47:08
Original commit files touched by this commit  2.1.1
pav search for other commits by this committer
- Update to 2.1.1
- Split to separate ports of qt, gtk frontends, data and library

PR:             ports/152570
Submitted by:   Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer)

Number of commits found: 11

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0