1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

3462 Commits

Author SHA1 Message Date
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Ruslan Makhmatkhanov
1576fd005d net-p2p/deluge: fix up OPT_USE and OPT_VARS
Align OPT_USE and OPT_VARS usage to Porter's Handbook.
2016-08-23 21:04:58 +00:00
Dmitry Marakasov
2fbd203220 Update net-p2p/libtorrent-rasterbar and its slave libtorrent-rasterbar-python to 1.1.0
* USE_OPENSSL -> USES=ssl
* remove GeoIP bits as those have been removed from the library
* update LIB_DEPENDS and switch to += in the master as the slave needs the same boost libs
* remove 2 obsolete patches, regen 1 patch
* add a patch from upstream git to resolve CVE-2016-5301
* add a TEST option and a patch from upstream git to let tests compile
* simplify the install of DOCS and EXAMPLES
* remove stale portscout restriction so updates can be discovered
* update text and WWW in pkg-descr
* update pkg-plist
* cleanup the slave port's Makefile
* assume maintainership

PR:		211963
Submitted by:	matthew@reztek.cz
2016-08-19 14:22:45 +00:00
Dmitry Marakasov
661f3e38c4 - Pass maintainership to submitter
- While here, some cosmetic fixes

PR:		211679
Submitted by:	pipfstarrd@opmbx.org
2016-08-19 13:48:23 +00:00
Dmitry Marakasov
a0b96e6e6b - Pass maintainership to submitter
- While here, fix license, switch to USES=ssl and some other cosmetic fixes

PR:		211680
Submitted by:	pipfstarrd@opmbx.org
2016-08-19 13:48:18 +00:00
John Marino
e514d96389 net-p2p/gnunet: Mark broken due to runtime malfunction
gnunet needs gnunet-daemon-hostlist to allow the connection to other
nodes on the network, but it's not built because it apparently requires
libgnurl for that.

PR:	205042
2016-08-19 02:29:47 +00:00
Dmitry Marakasov
06051c8b2b - Clarify LICENSE
- Add LICENSE_FILE
- Drop uneeded flags
- Remove SQLITE option, sqlite support is not conditional
- Switch to opt_CMAKE_BOOL
- Simplify installation
2016-08-17 21:36:55 +00:00
Kurt Jaeger
b6618efec3 New port: net-p2p/libswift
LibSwift is the reference UDP-based implementation of IETF RFC7574,
a multi-peer transport layer protocol. Its mission is to disseminate
content among a swarm of peers.

Given a root hash, the data is received from whatever source available
and data integrity is checked cryptographically with Merkle hash
trees.

WWW: https://tools.ietf.org/html/rfc7574

PR:		211945
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
2016-08-17 18:10:01 +00:00
Alexey Dokuchaev
dacb774302 Add a port of torrentcheck, command-line torrent viewer and hash checker.
NB: TIMESTAMP line in distinfo should read as follows, but has to stay in
its current form due to a bug in the hook script:
TIMESTAMP (torrentcheck/torrentcheck-1.00.zip) = 1291291031

WWW: https://sourceforge.net/projects/torrentcheck/
2016-08-14 15:30:26 +00:00
Steve Wills
9b9f9ab93e net-p2p/litecoin: fix build on 10.2
PR:		208059
Submitted by:	olexander.v.melnyk@gmail.com
2016-08-11 15:26:09 +00:00
Mathieu Arnold
f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Pawel Pekala
5fc4c8f2f1 - Update to version 1.4.10 [1]
- Move variables declarations before options block
- Use option helpers for install target

PR:		211560 [1]
Submitted by:	maintainer [1]
2016-08-04 19:29:35 +00:00
Ruslan Makhmatkhanov
03c14a4336 net-p2p/deluge: update to 1.3.13
- update to 1.3.13
- switch to option helpers
- add creatiion of .python-eggs for deluge_web - this resolves
  installation of plugins for deluge_web [1]

This release also fixing Scheduler plugin as reported by dbn@ [2], so
this is the reason for MFH request.

Changes: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1320July2016

PR:		207558 [2]
Submitted by:	Marlon Leerkotte <mrleerkotte@protonmail.com> [1] (private mail)
Reported by:	dbn [2]
MFH:    2016Q3
2016-07-22 20:49:47 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
John Marino
2e94d74398 security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.

PR:		210999
Submitted by:	manu
Approved by:	vsevolod (maintainer)
2016-07-12 22:03:52 +00:00
Mark Felder
4a1966338a net-p2p/sonarr: Update to 2.0.0.4230
Changelog:	https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4230
2016-07-09 01:09:44 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Thomas Zander
d57f3af0d8 Update to upstream version 2.3.8
Detaile log:
- Fixed issue with all folders disconnected by devices that reconnect after 30 days being offline
- Fixed Sync crashing on QNAP NAS
- Fixed Sync doesn't let HDD sleep on Synology NAS
- Fixed bind_interface power option not working on Mac
- Fixed files moved to Archive when unplugging USB drive with synced folder
- Fixed inability to share the folder as Owner after disconnection
- Added parameter to get Sync version thru API
- Improved Sync compatibility to FlexRaid disk pool

PR:		210555
Submitted by:	joshruehlig@gmail.com (maintainer)
2016-07-02 16:54:22 +00:00
Adam Weinberger
a53681542b Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself.
2016-06-30 20:02:43 +00:00
Barbara Guida
c29f5e6e2e Update amule-devel port to svn revision 10933. 2016-06-26 14:59:31 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Ruslan Makhmatkhanov
16987126cb net-p2p/go-ethereum: update to 1.4.7
- drop dependency upon libgmp

PR:		210318
Submitted by:	Fynn <enriquefynn@gmail.com> (maintainer)
2016-06-18 22:17:12 +00:00
Renato Botelho
dc03a213e4 Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
2016-06-11 19:48:27 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Gerald Pfeifer
a5784537ea Replace USE_GCC=4.8+ by the more general USE_GCC=yes. 2016-05-28 14:15:01 +00:00
Kurt Jaeger
3769b1018e net-p2p/retroshare: update WWW
PR:		207550
2016-05-27 18:43:52 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
John Marino
87b9ff9000 net-p2p/bitmessage: Restore build on DragonFly
Restoring build on DragonFly is a trivial matter of adding OPSYS macro
to an existing patch.

Approved by:	 Restore DF functionality blanket
2016-05-23 21:08:38 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Kurt Jaeger
31204b2750 net-p2p/retroshare: 0.5.5c -> 0.6.0
Changes:
 https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/
- distsite moved to github

PR:		207550
Submitted by:	w.schwarzenfeld@aon.at, Yuri Victorovich <yuri@rawbw.com>, peter@netkey.at (maintainer)
Reviewed by:	feld
2016-05-21 02:10:58 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Kurt Jaeger
fe73921e26 net-p2p/btsync: 2.3.6 -> 2.3.7
Changes:
  http://help.getsync.com/hc/en-us/articles/206216855-Sync-2-x-change-log
- Fixed connectivity failures in some cases
- Fixed infinite folder scan
- Other core improvements and fixes
- Minor UI fixes

PR:		209502
Submitted by:	joshruehlig@gmail.com (maintainer)
2016-05-14 16:16:49 +00:00
Mark Felder
2a06dbca53 net-p2p/sonarr: Update to 2.0.0.4146 2016-05-12 15:09:23 +00:00
Tilman Keskinoz
69c3aa2b42 Update to 1.4.3
PR:		209455
Submitted by:	maintainer
2016-05-11 15:51:02 +00:00
Ben Woods
a8f5e2ec0c Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
2016-05-09 20:46:48 +00:00
Kurt Jaeger
77881e447b net-p2p/bitmessage: 0.4.4 -> 0.6.0
- Unbroke POW with the patch from upstream.
- Bugfixes
- UI improvements
- performance and security improvements
- integration with email gateway (mailchuck.com)

PR:		209278
Submitted by:	yuri@rawbw.com (maintainer)
2016-05-06 07:23:48 +00:00
Tijl Coosemans
41bc76f6fd Add OBJCXX and OBJCXXFLAGS to CONFIGURE_ENV.
When compiled on Darwin bitcoin-qt needs two extra files that are written
in ObjC++.  These aren't needed on FreeBSD but because of this the ObjC++
compiler is used as linker instead of the C++ compiler.  Without defining
OBJCXX clang may be used as C++ compiler while g++ is used as ObjC++
compiler.  This may cause link problems.

PR:		207110
Submitted by:	olexander.v.melnyk@gmail.com
Approved by:	robbak@robbak.com (maintainer, via email)
2016-05-02 14:20:32 +00:00
Tijl Coosemans
5f893fee5f - Update net-p2p/bitcoin to 0.12.1.
- Enable DBUS option by default.  Desktop systems almost always have DBus
  installed.
- Enable UPNP option by default.  Many ISP supplied modems contain a NAT
  these days.
- Remove --disable-reduce-exports.  It's disabled by default.
- Add bitcoind rc.d script. [1]

PR:		208937, 209136
Submitted by:	xenophon+fbsdports@irtnog.org [1]
Approved by:	robbak@gmail.com (maintainer)
2016-05-01 09:50:43 +00:00
Kurt Jaeger
70412f689b New port: net-p2p/go-ethereum
Ethereum is a community-driven project aiming to decentralize the internet and
return it to its democratic roots. It is a platform for building and running
applications which do not need to rely on trust and cannot be controlled by
any central authority.

This is the Go implementation of Ethereum y/w paper

WWW: https://github.com/ethereum/go-ethereum

PR:		201954
Submitted by:	enriquefynn@gmail.com
2016-04-30 18:37:51 +00:00
Mathieu Arnold
344191d1a9 Update to 6.5.1
PR:		209048
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-26 12:43:39 +00:00
Mathieu Arnold
4d32bbcef6 Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:17:19 +00:00
Mathieu Arnold
21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
2016-04-25 16:13:38 +00:00
Mathieu Arnold
81a29ad38e Don't lie about having a configure script.
Reported by:	antoine
Sponsored by:	Absolight
2016-04-25 14:41:38 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Bartek Rutkowski
c91adb9038 net-p2p/btsync: update upstream location
PR:		208796
Submitted by:	joshruehlig@gmail.com (maintainer)
MFH:		2016Q2
2016-04-14 20:34:29 +00:00