5ada FreshPorts -- net-p2p/eiskaltdcpp-gtk
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-gtk 2.2.4_2 net-p2p on this many watch lists=0 search for ports that depend on this port
EiskaltDC++ Direct Connect client GTK 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 GTK 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. textproc/intltool
Required To Run:
  1. net-p2p/eiskaltdcpp-data
  2. security/openssl
  3. lang/gcc
  4. devel/gio-fam-backend
Required Libraries:
  1. net-p2p/eiskaltdcpp-lib
  2. net/miniupnpc
  3. devel/libnotify
  4. devel/gettext
  5. devel/glib20
  6. devel/pcre
  7. accessibility/atk
  8. x11-toolkits/gtk20
  9. x11-toolkits/pango
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for eiskaltdcpp-gtk-2.2.4_2:
     LIBGNOME2=off: Sound notification support
     LIBNOTIFY=on: Popup notification support
     MINIUPNP=on: UPnP support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://eiskaltdc.googlecode.com/files/

Number of commits found: 12

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)
23 Feb 2013 15:26:34
Original commit files touched by this commit  2.2.4_2
miwi search for other commits by this committer
- Broken does not build

/usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libgtk-x11-2.0.so
/usr/local/lib/libcairo.so /usr/local/lib/libpango-1.0.so
/usr/local/lib/libatk-1.0.so /usr/local/lib/libiconv.so
/usr/local/lib/libnotify.so /usr/local/lib/libgthread-2.0.so ../extra/libextra.a
/usr/local/lib/libeiskaltdcpp.so /usr/local/lib/libminiupnpc.so
/usr/local/lib/libintl.so
CMakeFiles/eiskaltdcpp-gtk.dir/src/privatemessage.cc.o: In function
`_GLOBAL__sub_I__ZN14PrivateMessageC2ERKSsS1_':
privatemessage.cc:(.text.startup+0x23): undefined reference to
`boost::system::generic_category()'
privatemessage.cc:(.text.startup+0x2f): undefined reference to
`boost::system::generic_category()'
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
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)
23 Aug 2011 18:39:19
Original commit files touched by this commit  2.1.1_1
kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
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: 12

2871
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days31
new fortnight63
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