Personal patches
Go to file
Gerald Pfeifer 43d013a29d Ensure _GNU_SOURCE is now longer defined on powerpc64 (which was a
regression from the GCC 8 series).

The technical background is that a consolidation in upstream GCC made
non-GNU platforms include gnu-user.h and then undefined some macros
in rs6000/freebsd.h, but missed doing the same in rs6000/freebsd64.h.

The has now been included upstream and the current snapshot that the
lang/gcc9-devel port tracks; carrying files/patch-powerpc64-no-_GNU_SOURCE
in this port should become obsolete with the GCC 9.2 release.

(As this should be a very short-lived measure, bump PORTREVISION only
for powerpc64 to avoid all other users having to rebuild, too.)

PR:		239648
2019-08-12 07:30:34 +00:00
accessibility
arabic
archivers Update to 2.087 2019-08-11 11:28:12 +00:00
astro
audio New port: audio/geonkick-lv2: Software percussion synthesizer 2019-08-10 22:23:41 +00:00
base
benchmarks
biology biology/checkm: Update 1.0.16 -> 1.0.17 2019-08-11 19:16:49 +00:00
cad These ports now build on aarch64. 2019-08-11 08:30:38 +00:00
chinese
comms Update to 3.8.0.0-rc2 2019-08-11 14:19:28 +00:00
converters
databases databases/freetds-devel: Fix typos 2019-08-11 20:47:00 +00:00
deskutils deskutils/cfiles: Update 1.7.2 -> 1.8 2019-08-11 18:58:31 +00:00
devel devel/py-virtualenvwrapper: Allow Python 3 builds 2019-08-12 01:33:35 +00:00
dns Update to 4.0.1 2019-08-10 22:50:58 +00:00
editors
emulators emulators/rpcs3: update to 0.0.6.8457 2019-08-11 00:45:29 +00:00
finance
french
ftp Switch to base compiler on powerpc64 2019-08-11 19:50:13 +00:00
games update games/wtf to 20190728 snapshot from NetBSD 2019-08-11 23:34:16 +00:00
german
graphics graphics/deegree-csw: remove support for EOL tomcat6, bump PORTREVISION 2019-08-11 21:35:01 +00:00
hebrew
hungarian
irc
japanese
java Workaround for infinite recursion crash 2019-08-12 04:05:58 +00:00
Keywords
korean
lang Ensure _GNU_SOURCE is now longer defined on powerpc64 (which was a 2019-08-12 07:30:34 +00:00
mail mail/thunderbird: update to 68.0 2019-08-11 00:49:33 +00:00
math Revert r508261, it's even more BROKEN 2019-08-11 18:34:15 +00:00
misc Update to 1.130 2019-08-11 11:28:26 +00:00
Mk
multimedia multimedia/aom: update to 1.0.0.2231 2019-08-11 00:45:53 +00:00
net net/savvycan: This adds net/savvycan which is a CAN bus reverse 2019-08-11 19:09:36 +00:00
net-im
net-mgmt net-mgmt/check_ssl_cert: update to 1.88.0 2019-08-10 20:01:33 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science science/nwchem: Update 6.8.1.20190606 -> 6.8.1.20190809 2019-08-11 23:15:44 +00:00
security Update to the latest MIT KRB5 github commit. 2019-08-12 05:15:24 +00:00
shells shells/ksh93: Attempt to fix r508705 and unbreak index 2019-08-12 07:17:09 +00:00
sysutils Update to the latest cfengine gitub commit. 2019-08-12 05:15:28 +00:00
Templates
textproc textproc/py-sphinxcontrib-bitbucket: Fix Python 3 build/run 2019-08-12 01:11:25 +00:00
Tools
ukrainian
vietnamese
www www/jspwiki: remove support for EOL tomcat6, bump PORTREVISION 2019-08-11 21:45:34 +00:00
x11 x11/waybar: fix memory stats 2019-08-11 22:25:00 +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 dmd2 is past its best before date and has expired. Upstream is unable to 2019-08-11 22:15:14 +00:00
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.