Personal patches
Go to file
Raphael Kubo da Costa c187bdaf13 Explicitly disable C++11 during the build.
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:

../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to 2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
    case Update::typeUpdateReadHistoryInbox:

Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.

PR:	        211916
2016-09-04 16:42:33 +00:00
accessibility
arabic
archivers archivers/zstd: Upgrade version 0.8.1 => 1.0.0 2016-09-02 14:33:10 +00:00
astro - Update to 0.094 2016-09-04 07:23:43 +00:00
audio audio/gmpc(-magnatune): revbump required after previous changes 2016-08-31 17:42:19 +00:00
base
benchmarks - Update to 0.06.15 2016-08-31 18:26:08 +00:00
biology
cad - Pass maintainership to Joseph Mingrone <jrm@ftfl.ca> with his permission. 2016-09-01 02:47:29 +00:00
chinese
comms
converters
databases - Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers) 2016-09-04 15:01:28 +00:00
deskutils - Fix build on 11+ 2016-09-04 07:31:06 +00:00
devel Update devel/erlang-gproc to version 0.6.1. 2016-09-04 15:57:38 +00:00
dns Update to 4.12. 2016-09-02 16:38:13 +00:00
editors - Update to 2.7.0 2016-09-02 00:42:45 +00:00
emulators
finance - Update to 0.4-6 2016-09-02 23:48:23 +00:00
french
ftp - Update to 2.0.1 2016-08-31 17:00:56 +00:00
games - Update net-im/gloox to 1.0.17 2016-09-03 19:19:32 +00:00
german
graphics - Update to 0.9.5 2016-09-01 13:20:13 +00:00
hebrew
hungarian
irc
japanese
java . Include the thread id so that jstack can provide stack traces when 2016-09-04 04:06:00 +00:00
Keywords
korean
lang Add patch (sent upstream) to drop `using namespace std' 2016-09-04 14:18:59 +00:00
mail - Update to 1.5.6 2016-09-04 08:46:46 +00:00
math Correct dependency 2016-09-04 15:11:25 +00:00
misc Remove bogus DISTVERSIONPREFIX 2016-09-04 09:54:56 +00:00
Mk Improve CHEESESHOP subdir substitution, it didn't work well with 2016-09-04 10:23:14 +00:00
multimedia Update Phonon to 4.9.0. 2016-09-04 14:30:13 +00:00
net Use DISTVERSION 2016-09-04 09:58:39 +00:00
net-im Explicitly disable C++11 during the build. 2016-09-04 16:42:33 +00:00
net-mgmt net-mgmt/zabbix2-server: Update from 2.0.17 to 2.0.18 2016-09-01 09:44:43 +00:00
net-p2p net-p2p/retroshare: Update fixing connectivity problems in 0.6.0 2016-09-04 13:27:04 +00:00
news
palm
polish
ports-mgmt - Mark BROKEN on 9.x: requires std::to_string 2016-09-01 14:08:05 +00:00
portuguese
print Implement hpijs/hplip dependency option. 2016-09-02 13:26:15 +00:00
russian russian/xruskb: revbump required after previous changes 2016-08-31 18:19:26 +00:00
science
security - Update to 1.00 2016-09-04 12:00:00 +00:00
shells
sysutils - Fix compiler requirements, add missing include, fixes build on 11.x+ 2016-09-04 13:23:18 +00:00
Templates
textproc Use the same PORTVERSION as the one on Pypi 2016-09-04 10:05:45 +00:00
Tools
ukrainian
vietnamese
www Update to upstream version 5.1.11 2016-09-04 06:40:29 +00:00
x11 Correct permissions on kcheckpass 2016-09-02 06:59:23 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitattributes
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED security/acme-client: Rename from letskencrypt, update to 0.1.11 2016-09-02 09:09:42 +00:00
README
UIDs
UPDATING - Mention that `nvidia'' (or `nvidia-modeset'' as of recently) can be put 2016-09-01 16:44:45 +00:00

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.