Commit graph

2775 commits

Author SHA1 Message Date
Emanuel Haupt
b4db839ab8 Chase textproc/libebml, multimedia/libmatroska update.
Approved by:    multimedia (bapt, kwm)
2013-05-06 23:01:58 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Baptiste Daroussin
062ed8d36f Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
2013-05-06 10:22:41 +00:00
Baptiste Daroussin
7357ff040c Fix on 9+ 2013-05-04 22:02:34 +00:00
Baptiste Daroussin
dbe34e1d76 Fix build with bmake
While here convert to new options framework
2013-05-03 21:15:43 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Ruslan Makhmatkhanov
ab40e8506b - update to 0.10
- change USE_PYTHON to ``yes'' since it's now py3-ready

changelog:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.10
2013-05-01 20:37:20 +00:00
Jason Helfman
ca707c9312 - adoption of USES for gettext
Approved by:	portmgr (bapt@)
2013-05-01 18:18:44 +00:00
Rene Ladan
1114e11b3b Remove expired ports:
2013-04-30 devel/libusb: has been already included into base system
2013-04-30 www/typo346: Obsolete stable release
2013-04-30 www/ilias3: Obsolete stable release
2013-04-02 net-p2p/moodriver: Not supported by upstream, master site is down
2013-03-31 www/p5-Dancer-Plugin-DataFu: No more public distfiles
2013-03-31 devel/p5-Oogly: No more public distfiles
2013-03-01 mail/listmanager: No more upstream, no more public distfiles
2013-04-30 08:54:01 +00:00
Martin Wilke
80074b27e9 - Fix build
PR:		177925
Submitted by:	Ports Fury
2013-04-30 02:24:08 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Steve Wills
f120146efc - Add patch to prevent deletion of /dev/null
PR:		ports/177867
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-04-24 02:42:20 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pawel Pekala
48916865f2 Update to version 1.16.1
PR:		ports/177650
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Feature safe:	yes
2013-04-20 14:28:38 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Max Brazhnikov
f60233ccc6 - Change dependency type for Boost: required only at build stage
- Adjust USE_QT4 components
- Switch to out-of-source build

ktorrent only:
- Explicitly depend on math/gmp
- Fix potential build failure
2013-03-28 12:06:41 +00:00
Eitan Adler
1e5f12f776 Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead. 2013-03-28 03:28:30 +00:00
Steve Wills
4a77520c91 - Update to 0.8.1
PR:		ports/177135
Submitted by:	Robert Backahus <robbak@robbak.com> (maintainer)
2013-03-24 12:25:14 +00:00
Jose Alonso Cardenas Marquez
45c644f8a7 - Bump PORTREVISION. Lazarus RAD has been updated to 1.0.8 2013-03-23 05:53:01 +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
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Pawel Pekala
66c35c7eb6 - Update to version 1.15 [1]
- Add dependency on security/libgcrypt, configure script
  requires it for gnutls < 3.0.0

PR:		ports/176658 [1]
Submitted by:	Dmitriy Limonov <earl1k@mail.ru>
2013-03-13 17:13:35 +00:00
Chris Rees
69e93abed8 Remove transmission25 meta-port directory.
Unfortunately I had to recreate the checkout because of pre-commit hooks
becoming confused, and some small changes were missed.
2013-03-09 14:14:39 +00:00
Chris Rees
cb7f3cf77b Thanks to the latest GTK 3 update, transmission-gtk
(moved from transmission-gtk2) now builds.  All can upgrade safely!
2013-03-09 12:24:28 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Brendan Fabeny
8ced612f2b update to 3.1.3 2013-03-08 03:00:37 +00:00
Brendan Fabeny
ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00
Li-Wen Hsu
6ee38c4b27 - Update *_DEPENDS on databases/py-bsddb after _bsddb.so relocation 2013-03-04 11:19:40 +00:00
Chris Rees
2b86680264 Fix chown for transmission home directory to silence complaints
from transmission-daemon

De-articulate COMMENT
2013-03-02 13:48:31 +00:00
Roman Bogorodskiy
795a83be2a Mark broken and deprecated: the project is no longer maintained
upstream and domain name of project's site is down.

Reported by:	miwi
2013-03-02 08:48:52 +00:00
Pawel Pekala
ce8bf4169f Update to version 4.9.0.0 2013-03-01 15:44:13 +00:00
Pawel Pekala
ec861ca38b - Update to version 0.5.4d [1]
- Add option to install plugins [1]
- Fix build with clang

PR:		ports/175310 [1]
Submitted by:	Peter Klett <peter@netkey.at> (maintainer)
2013-02-28 21:52:26 +00:00
Dmitry Sivachenko
9b289b2513 Require pkgconfig only for build stage.
Discussed with:	crees (maintainer)
2013-02-28 10:55:36 +00:00
Ruslan Makhmatkhanov
93308c5826 - update to 1.3.6
- remove patches, applied upstream

changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog

Tested by:	T.J. <xtainted@gmail.com>
2013-02-26 09:03:49 +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
Martin Wilke
96686c2752 - BROKEN checksum mismatch
=> Attempting to fetch http://files.backtrace.info/releases/mooseekd/mooseekd-0.05.tar.bz2
fetch: http://files.backtrace.info/releases/mooseekd/mooseekd-0.05.tar.bz2: size unknown
fetch: http://files.backtrace.info/releases/mooseekd/mooseekd-0.05.tar.bz2: size of remote file is not known
mooseekd-0.05.tar.bz2                                   -1  B   26 kBps
2013-02-21 03:00:07 +00:00
Rene Ladan
4b13f5ecdd Convert to optionsNG (rename GUI to WXGTK to get a more accure description) 2013-02-20 22:59:10 +00:00
Ruslan Makhmatkhanov
80d261bcd3 - update to 0.8.0
- remove patched, applied upstream

changelog:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.0/

PR:     176284
Submitted by:	Robert Backahus <robbak@mynetfone.com.au> (maintainer, other email)
2013-02-20 20:27:32 +00:00
Chris Rees
29d944b72f Update to 2.77 2013-02-19 16:17:36 +00:00
Andrej Zverev
49646421da Remove --with-openssl (obsolete by --enable-openssl which "on" by default)
Reported by:	Andreas Nilsson <andrnils@gmail.com>
2013-02-16 10:31:38 +00:00
Mark Linimon
e05d59843d Maintainer no longer wishes to maintain this port. 2013-02-14 06:29:30 +00:00
Baptiste Daroussin
81b1e324a9 it's not --with-iconv but --with-libiconv, submitter got it right when
submitting the first time, I messed it up, sorry

Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>
2013-02-06 19:42:59 +00:00
Baptiste Daroussin
02f5523ed0 Force to build with --with-libiconv
Submitted by:	Jeroen van der Ham <jeroen@dckd.nl>
Reported by:	Jeroen van der Ham <jeroen@dckd.nl>, rm
2013-02-06 15:33:54 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Marcelo Araujo
4a76c1a7c6 - Update to version 0.98.4.
PR:		ports/174202
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-02-04 08:47:40 +00:00
Max Brazhnikov
7c03db20f0 Update ktorrent to 4.3.1, libktorrent to 1.3.1
Submitted by:	Alonso Schaic via area51 commit
2013-02-03 20:23:55 +00:00