1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Max Khon
4b1c04bfbc - Unbreak the build (link with -lboost_system)
- Fix COMMENT for eiskaltdcpp-cli
- Take maintainership

Approved by:	MAINTAINER
2013-05-10 17:34:56 +00:00
Baptiste Daroussin
494bd7de13 Convert to new options framework 2013-05-10 16:44:26 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
53cad6493f - 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()'
2013-02-23 15:26:33 +00:00
Gerald Pfeifer
748d75ba78 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
2012-12-21 04:05:15 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Michael Scheidell
f9d30cef27 PR: 162340
Submitted by:	gelraen.ua@gmail.com
Reviewed by:
Approved by:	gabor (mentor)
Obtained from:
MFC after:
Security:
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)
2011-11-28 16:30:44 +00:00
Pawel Pekala
fb97b52598 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)
2011-10-24 22:20:59 +00:00
Pawel Pekala
dbf80a4669 - 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)
2011-10-05 22:59:55 +00:00
Koop Mast
fe61bf1eb4 Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed. 2011-08-23 18:39:19 +00:00
Pav Lucistnik
58607168ed - 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)
2010-11-26 14:47:08 +00:00