1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Jan Beich af37deebed security/clamfs: unbreak build with Clang 6 (C++14 by default)
clamfs.cxx:963:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
    rLog(Info, "ClamFS v"VERSION);
                         ^

Reported by:	pkg-fallout
2018-10-28 11:51:43 +00:00
accessibility
arabic
archivers
astro Fix build with GCC-based architectures. 2018-10-28 11:23:17 +00:00
audio Fix CFLAGS. 2018-10-28 11:14:40 +00:00
base
benchmarks Return subset of r483249 to GCC 4.2 to unbreak on mips* 2018-10-28 10:08:17 +00:00
biology Fix build with tier-2 arches. 2018-10-28 08:58:00 +00:00
cad Return subset of r483249 to GCC 4.2 to unbreak on mips* 2018-10-28 10:08:17 +00:00
chinese
comms
converters
databases Downgrade C++03 to C++98, actual default for GCC < 6 2018-10-28 09:36:56 +00:00
deskutils Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
devel Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
dns Fix build with powerpc64. 2018-10-28 10:45:44 +00:00
editors
emulators Downgrade C++03 to C++98, actual default for GCC < 6 2018-10-28 09:36:56 +00:00
finance
french
ftp
games games/alephone: unbreak build with Clang 6 (C++14 by default) 2018-10-28 09:12:04 +00:00
german
graphics Fix build on GCC-based architectures. 2018-10-28 11:37:47 +00:00
hebrew
hungarian
irc Downgrade C++03 to C++98, actual default for GCC < 6 2018-10-28 09:36:56 +00:00
japanese
java
Keywords
korean
lang Downgrade C++03 to C++98, actual default for GCC < 6 2018-10-28 09:36:56 +00:00
mail Cleanup mail/bmf 2018-10-28 09:26:13 +00:00
math Unbreak on powerpc64. 2018-10-28 09:49:51 +00:00
misc
Mk Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
multimedia multimedia/libmtp: update to 1.1.16 2018-10-28 08:14:44 +00:00
net Fix build with GCC-based architectures. 2018-10-28 10:53:38 +00:00
net-im Fix build for -qt5 port on GCC-based architectures. 2018-10-28 08:56:24 +00:00
net-mgmt
net-p2p Fix build with GCC-based architectures. 2018-10-28 11:41:45 +00:00
news
palm
polish
ports-mgmt
portuguese
print Fix build with GCC-based architectures. 2018-10-28 10:55:44 +00:00
russian
science Fix build with GCC-based architectures. 2018-10-28 09:54:13 +00:00
security security/clamfs: unbreak build with Clang 6 (C++14 by default) 2018-10-28 11:51:43 +00:00
shells
sysutils Fix build with GCC-based architectures. 2018-10-28 11:05:26 +00:00
Templates
textproc Fix build on GCC-based architectures. 2018-10-28 09:58:42 +00:00
Tools
ukrainian
vietnamese
www Fix build with GCC-based architectures. 2018-10-28 11:44:51 +00:00
x11 Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
x11-toolkits Fix build with GCC-based architectures, add USES=gl. 2018-10-28 11:46:42 +00:00
x11-wm Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED
README
UIDs
UPDATING

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

	https://www.FreeBSD.org/ports

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

	https://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:

	https://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.