Personal patches
Go to file
Antoine Brodin 304ad2113c MFH: r483980
Mark BROKEN: fails to build

game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
        { ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t, trace.allsolid) },
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 09:46:27 +00:00
accessibility
arabic
archivers
astro
audio MFH: r483576 r483661 2018-11-01 12:56:01 +00:00
base
benchmarks MFH: r483260 2018-10-28 10:09:00 +00:00
biology
cad MFH: r483569 2018-10-31 14:26:29 +00:00
chinese
comms
converters
databases MFH: r482993 2018-11-01 06:07:58 +00:00
deskutils MFH: r482166 2018-11-02 08:12:20 +00:00
devel MFH: r482097 r483497 2018-11-02 09:07:26 +00:00
dns MFH: r482993 2018-11-01 06:07:58 +00:00
editors MFH: r482993 2018-11-01 06:07:58 +00:00
emulators MFH: r483864 2018-11-03 00:11:15 +00:00
finance
french
ftp
games MFH: r483980 2018-11-04 09:46:27 +00:00
german
graphics MFH: r483619 2018-11-01 06:55:12 +00:00
hebrew
hungarian
irc MFH: r483249 2018-10-28 09:38:41 +00:00
japanese MFH: r483976 2018-11-04 09:40:12 +00:00
java
Keywords
korean
lang MFH: r482993 2018-11-01 06:07:58 +00:00
mail MFH: r482131 2018-11-02 08:28:40 +00:00
math MFH: r483249 2018-10-28 09:38:41 +00:00
misc MFH: r483208 2018-10-28 00:58:29 +00:00
Mk MFH: r482556 2018-10-24 18:36:59 +00:00
multimedia MFH: r483970 2018-11-04 09:17:03 +00:00
net MFH: r483498 2018-11-02 09:02:54 +00:00
net-im MFH: r482679 2018-11-02 08:15:05 +00:00
net-mgmt MFH: r483399 2018-11-01 17:58:46 +00:00
net-p2p MFH: r483249 2018-10-28 09:38:41 +00:00
news
palm
polish
ports-mgmt
portuguese
print
russian
science
security MFH: r482494 2018-11-02 08:18:02 +00:00
shells
sysutils MFH: r483978 2018-11-04 09:43:49 +00:00
Templates
textproc MFH: r483968 2018-11-04 09:14:12 +00:00
Tools
ukrainian
vietnamese
www MFH: r483501 r483734 2018-11-02 09:11:15 +00:00
x11 MFH: r482993 2018-11-01 06:07:58 +00:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.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.