| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=420774
|
|
|
|
|
|
|
| |
Align OPT_USE and OPT_VARS usage to Porter's Handbook.
Notes:
svn path=/head/; revision=420747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=420473
|
|
|
|
|
|
|
|
|
|
| |
- While here, some cosmetic fixes
PR: 211679
Submitted by: pipfstarrd@opmbx.org
Notes:
svn path=/head/; revision=420467
|
|
|
|
|
|
|
|
|
|
| |
- While here, fix license, switch to USES=ssl and some other cosmetic fixes
PR: 211680
Submitted by: pipfstarrd@opmbx.org
Notes:
svn path=/head/; revision=420466
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=420440
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Drop uneeded flags
- Remove SQLITE option, sqlite support is not conditional
- Switch to opt_CMAKE_BOOL
- Simplify installation
Notes:
svn path=/head/; revision=420374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=420360
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=420189
|
|
|
|
|
|
|
|
| |
PR: 208059
Submitted by: olexander.v.melnyk@gmail.com
Notes:
svn path=/head/; revision=420080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=419843
|
|
|
|
|
|
|
|
|
|
|
| |
- Move variables declarations before options block
- Use option helpers for install target
PR: 211560 [1]
Submitted by: maintainer [1]
Notes:
svn path=/head/; revision=419654
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=418935
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=418829
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=418767
|
|
|
|
|
|
|
|
|
|
|
| |
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer)
Notes:
svn path=/head/; revision=418449
|
|
|
|
|
|
|
| |
Changelog: https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4230
Notes:
svn path=/head/; revision=418253
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=418153
|
|
|
|
| |
Notes:
svn path=/head/; revision=418119
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=417937
|
|
|
|
|
|
|
| |
Use options helpers all the way in math/carve, because I couldn't help myself.
Notes:
svn path=/head/; revision=417839
|
|
|
|
| |
Notes:
svn path=/head/; revision=417526
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=417166
|
|
|
|
|
|
|
|
|
|
| |
- drop dependency upon libgmp
PR: 210318
Submitted by: Fynn <enriquefynn@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=417094
|
|
|
|
|
|
|
| |
1.3x series
Notes:
svn path=/head/; revision=416748
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=416242
|
|
|
|
| |
Notes:
svn path=/head/; revision=415994
|
|
|
|
|
|
|
| |
PR: 207550
Notes:
svn path=/head/; revision=415956
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=415864
|
|
|
|
|
|
|
|
|
|
| |
Restoring build on DragonFly is a trivial matter of adding OPSYS macro
to an existing patch.
Approved by: Restore DF functionality blanket
Notes:
svn path=/head/; revision=415746
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415738
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=415583
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=415193
|
|
|
|
| |
Notes:
svn path=/head/; revision=415068
|
|
|
|
|
|
|
|
| |
PR: 209455
Submitted by: maintainer
Notes:
svn path=/head/; revision=415012
|
|
|
|
|
|
|
|
|
|
| |
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
Notes:
svn path=/head/; revision=414892
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=414682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=414450
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=414405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=414354
|
|
|
|
|
|
|
|
|
| |
PR: 209048
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=414051
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=414018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=414014
|
|
|
|
|
|
|
|
| |
Reported by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=414007
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
|
| |
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Notes:
svn path=/head/; revision=413438
|
|
|
|
|
|
|
|
|
| |
PR: 208796
Submitted by: joshruehlig@gmail.com (maintainer)
MFH: 2016Q2
Notes:
svn path=/head/; revision=413315
|