Commit graph

98 commits

Author SHA1 Message Date
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Ruslan Makhmatkhanov
e101c8f5d9 net-p2p/deluge: fix non-default installation
Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
this is not default.

Reported by:    Kenta S. <kentas@hush.com> (private email)
2014-06-07 19:33:46 +00:00
Ruslan Makhmatkhanov
f05c0d9ec0 net-p2p/deluge: support staging and more
- do not use easy_install and convert to auto-generated plist
- add staging support
- convert USE_XZ to USES
- Makefile clean-up

- add startup script for deluge-web [1]

PR:     185888
Reported by:    huber.georg@gmail.com
Submitted by:   Daniel O'Connor <darius@dons.net.au> (private email) [1]

- fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin
  from work correctly [2]

PR:     189497
Submitted by:   George Amanakis <g_amanakis@yahoo.com> [2]
2014-06-05 09:20:25 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Marcus von Appen
885b528f02 New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
2013-12-08 12:04:07 +00:00
Rusmir Dusko
12130d01c3 - Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile

Approved by:	bdrewery>
2013-11-06 12:18:29 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
Ruslan Makhmatkhanov
1986625cbb - convert desktopfileutils to USES
Submitted by:	miwi (by mail)
2013-07-18 10:42:14 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +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
Ruslan Makhmatkhanov
5056ca05ba - switch the dependency to libtorrent-rasterbar 1.6.x, because with importing of
new version of boost-libs, libtorrent-raster 1.5.x is now broken. In fact I'm
  using it already for some time, and everything is fine except for downloading
  via proxy, there is details [1]
- backport upstream patch that is fixing libtorrent 0.16-specific issues with
  unicoded filenames [2]
- convert to optionsng
- tab -> space change in pkg-descr
- bump PORTREVISION
- add UPDATING entry

[1] https://dev.deluge-torrent.org/ticket/2149
[2] http://goo.gl/i5hXc
2013-02-02 13:03:04 +00:00
Jeremy Messenger
647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ruslan Makhmatkhanov
066d350a29 - update to 1.3.5
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog
2012-04-11 20:42:30 +00:00
Ruslan Makhmatkhanov
5f49dd918d - update to 1.3.4
- strict python versions
- drop WITH_PSYCO option (python < 2.6 is EOL)
- drop optional simplejson dependency (for python < 2.6)
- silence REINPLACE_CMD calls

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

Feature safe:	yes
2012-03-10 20:05:38 +00:00
Ruslan Makhmatkhanov
1d3015aac7 Change email for my ports to FreeBSD one.
Approved by:	novel (mentor)
Feature safe:	yes
2011-11-10 22:20:18 +00:00
Pawel Pekala
114bc8cbc8 Fix build when WITHOUT_PYGTK=true
PR:		ports/160898
Reported by:	Doug Penner <darwinsurvivor@gmail.com>
Fix by:		Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
2011-10-19 22:12:04 +00:00
Koop Mast
4763e183bb - update to 1.3.3
- Assign maintainer to submitter
- install license with license framework, not manually
- eliminate explicit setuptools dependency because build/run dependency on it
already implied when USE_DISTUTILS=easy_install is set
- remove boost-python-libs dependency - it is needed only for bundled
libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python
from ports tree
- depend on simplejson only if python < 2.6 (it is included into >=2.6)
- use PYTHON_VER instead of homebrew PYDOTVER (yeah, i know they are not
the same, but PYTHON_VER is sufficient in this case)
- www/py-twistedWeb dependency is needed only at runtime, so use USE_TWISTED_RUN
instead
- unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+)
- fix some whitespace

PR:		ports/159175
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	jsa@ (old maintainer)
2011-08-22 20:46:33 +00:00
Joseph S. Atkinson
142bbfa996 Unbreak port and update to 1.3.2.
Take maintainership.

Approved by:	kwm (mentor), pav (portmgr)
2011-07-11 14:36:19 +00:00
Pav Lucistnik
7a97dcdd3f - Mark BROKEN: bad dependency object
Reported by:	pointyhat
2011-01-05 17:16:32 +00:00
Mario Sergio Fujikawa Ferreira
9cd6ff556e - Switch from .tar.bz2 (size 2344492) to .tar.lzma (size 1869318)
distfile.
- No PORTREVISION bump since there was no functional change.
2010-12-24 13:35:13 +00:00
Mario Sergio Fujikawa Ferreira
a1e0d14c44 Update to 1.3.1 2010-11-02 11:39:51 +00:00
Mario Sergio Fujikawa Ferreira
25b7136f82 - Fix PLIST: do not remove files we did not install when
(PREFIX != LOCALBASE).
- Bump PORTREVISION.

Submitted by:	pointyhat
2010-09-30 10:37:25 +00:00
Mario Sergio Fujikawa Ferreira
bec8971fe3 - Update to 1.3.0
- Add DESKTOP_ENTRIES
- Take over maintainership
2010-09-21 01:45:03 +00:00
Mario Sergio Fujikawa Ferreira
567a4282c0 Update to 1.3.0_rc2 2010-08-21 20:04:36 +00:00
Doug Barton
49494235f5 Bump PORTREVISION for rev 1.2 of the rc.d file
... because you can never have too many 1's in a PKGNAME

Feature safe:	yes
2010-07-01 19:27:18 +00:00
Doug Barton
a23b262799 Update to version 1.3.0_rc1, which has numerous improvements and fixes
Major work on the update done by:	lioux
Tweaks, bugs, and rc.d script by:	me

Feature safe:	yes
2010-07-01 08:34:35 +00:00
Gerald Pfeifer
47090fe790 Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+. 2010-06-11 21:56:24 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Mario Sergio Fujikawa Ferreira
8379c973c9 Add PSYCO option to enable devel/py-psyco optimization support
Feature safe:	yes
2010-02-17 02:33:20 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
daded8dae3 - Revert back to previous version (to many problems)
- Bump PORTEPOCH

Requested by:	many
2010-02-01 13:04:03 +00:00
Martin Wilke
4e1eaa3339 - Update to 1.2.0
PR:		142983
Submitted by:	Ports Fury
2010-01-21 21:14:34 +00:00
Pav Lucistnik
2b406a49ce - Bump to force rebuild after boost upgrade
Requested by:	Michal Varga <varga.michal@gmail.com>
2009-12-30 08:46:30 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Martin Wilke
0406ff8626 - Update to 1.1.9
PR:		136050
Submitted by:	Ports Fury
2009-06-26 14:41:12 +00:00
Martin Wilke
d7515fb3b5 - Update to 1.1.8
PR:		135036
Submitted by:	Ports Fury
2009-05-28 23:49:42 +00:00
Li-Wen Hsu
e06a2ff271 - Add USE_GCC=4.3+ to fix building with boost 1.37
PR:		ports/132900
Submitted by:	amdmi3
2009-04-07 12:20:35 +00:00
Dmitry Marakasov
303409cf35 - Revert the last change - known to break the build with boost 1.34. Is be committed again along with boost update. 2009-03-25 16:45:59 +00:00
Dmitry Marakasov
b481dd13c4 - Fix build with upcoming boost 1.37.1
PR:		132900
Submitted by:	myself
2009-03-23 23:20:13 +00:00
Jeremy Messenger
f56281c4d5 Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
2009-03-18 20:06:38 +00:00
Jeremy Messenger
31475310eb Update to 1.1.5. 2009-03-18 19:44:08 +00:00
Jeremy Messenger
3d77cd661b Update to 1.1.4. 2009-03-12 03:26:36 +00:00