Commit graph

3437 commits

Author SHA1 Message Date
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
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Kurt Jaeger
5ec2fa292d net-p2p/btsync: fix distinfo
The filename for the download doesn't change between versions 'make
makesum' will give you the size/checksum of old versions of the
distfiles unless you clean them out first.

PR:		208129
Submitted by:	joshruehlig@gmail.com (maintainer)
2016-03-31 05:22:11 +00:00
Kurt Jaeger
0ba4c07355 net-p2p/btsync: 2.3.1 -> 2.3.6
- bug fixes

PR:		208129
Submitted by:	joshruehlig@gmail.com (maintainer)
2016-03-30 19:35:51 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Dmitry Marakasov
b23d260ec5 - Fix build on 9.x
PR:		208265
Submitted by:	woodsb02@gmail.com (maintainer)
2016-03-25 14:18:16 +00:00
Raphael Kubo da Costa
47bf224484 qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.

This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.

PR:		199601
PR:		208322
2016-03-24 10:31:07 +00:00
Guido Falsi
844501a32c - Update to 1.0.9
- Remove outdated comment from pkg-descr

PR:		208042
Submitted by:	matthew at reztek.cz
2016-03-19 13:24:32 +00:00
Jose Alonso Cardenas Marquez
13f8c3ae4c - Bump PORTREVISION. editors/lazarus was updated to 1.6.0 2016-03-17 20:30:17 +00:00
Raphael Kubo da Costa
5f54a52585 Change header installation location for kdelibs4-based ports.
Install x11/kdelibs4's headers into include/kde4 instead of include (which
consequently causes several other ports to have their installation paths
changed too).

The idea behind this is to reduce path conflicts between KDE4 ports and the
upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If
we continue installing the KDE4 headers into include/, we can end up in a
situation like this:

    c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp

If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port
will unintentionally be picked up first and the build will fail.

Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a
few patches to FooConfig.cmake files to make them look into the kde4/
subdirectory in include/.

Changes which don't fit into the above are:
- deskutils/kdepimlibs4: Import an upstream patch to remove some double
  semicolons that cause base GCC to fail. They have always been present, but
  since the faulty header was referenced via -isystem /usr/local/include
  this never caused any problems.
- devel/subversion, devel/subversion18: Update patch-configure. The current
  kwallet changes there date back to 2011 (r272490), at a time when the
  build could fail when both KDE3 and KDE4 were installed. Replace those
  bits with a change I've submitted upstream to use the kde4-config program
  to determine where KDE4's headers and libraries are installed instead of
  assuming the headers are always in include/.

Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the
first one to notice this problem when working on the KDE Frameworks 5 ports,
coming up with the solution and bugging me until I had time to work on this
and ask for the exp-run :-)

PR:		207906 (exp-run)
2016-03-15 12:35:56 +00:00
Mark Felder
11650531ce net-p2p/qbittorrent: Update to 3.3.3
This update includes the new options QT4/QT5 to allow the user to choose
the Qt version.

PR:		206510
2016-03-14 22:32:25 +00:00
Mark Felder
51dc391974 net-p2p/sonarr: Update to 2.0.0.3953 2016-03-14 03:28:06 +00:00
Raphael Kubo da Costa
4adc78494b Update to 1.1.9.
Changes: http://gtk-gnutella.sourceforge.net/en/?page=news#news_78

PR:		207819
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2016-03-12 13:58:58 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Jan Beich
dcafa23582 net-p2p/transmission-*: update to 2.92
Changes:	https://trac.transmissionbt.com/wiki/Changes#version-2.92
PR:		207772
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-03-08 00:20:03 +00:00
Jan Beich
2ebaab16fa net-p2p/transmission-qt4: unbreak build after r409981
/usr/local/bin/ld: cannot find -lopenssl

Reported by:	pkg-fallout
Pointy hat:	jbeich
2016-03-03 11:40:38 +00:00
Jan Beich
ab03a81b56 net-p2p/transmission-*: update to 2.90
- Add POLARSSL and WOLFSSL support (like ftp/curl)
- Hide LITE (unused) and DOCS (redundant) options from -web slave
- Simplify r398996 and move to CONFIGURE_ENV
- Drop r369657 hacks after upstream integration [1]
- As implied by r378806 transfer maintainership back to crees

Changes:	https://trac.transmissionbt.com/wiki/Changes#version-2.90
PR:		194029 [1]
2016-03-02 22:50:29 +00:00
Steve Wills
d6ab3c6fcf net-p2p/litecoin: Update to 0.10.4.0
PR:		206473
Submitted by:	c.kworr@gmail.com
2016-02-08 19:51:27 +00:00
Dmitry Marakasov
2be6c589f1 - Fix build with boost 1.60
- Add LICENSE_FILE

PR:		199601
Approved by:	portmgr blanket
2016-02-08 11:18:01 +00:00
Koop Mast
71d5deb1f4 Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
2016-02-07 19:43:56 +00:00
Jan Beich
b969f7964b Clarify LICENSE 2016-02-07 16:25:33 +00:00
John Marino
7d57075364 net-p2p/rtorrent: USES+= ncurses 2016-02-05 12:04:52 +00:00
Kurt Jaeger
13b9ee809b net-p2p/gtk-gnutella: 1.1.6 -> 1.1.8
Changes: Many, especially from 1.1.6 -> 1.1.7
  http://gtk-gnutella.sourceforge.net/en/?page=news#news_77

PR:		206777
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2016-02-03 06:30:49 +00:00
Kurt Jaeger
ec5b27d6e8 net-p2p/btsync: 2.2.6 -> 2.3.1
Changes:
  https://blog.getsync.com/2016/01/21/sync-2-3-brings-more-features-for-power-users/

PR:		206859
Requested by:	Jerry <jerry@seibercom.net>
Approved by:	Joshua Ruehlig <joshruehlig@gmail.com> (maintainer)
2016-02-03 06:25:27 +00:00
Jose Alonso Cardenas Marquez
8cefdb9afb - Fix build (Lazarus was updated to 1.6RC2) 2016-01-28 14:43:47 +00:00