1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Stefan Eßer e3f400194b Fix build with -fno-common
While here simplify the port's Makefile and fix the wrong usage of bzero
and other library functions that take a buffer size: The size parameter
passed was always the pointer, not the buffer pointed to, i.e.
"bzero(buf, sizeof(buf)" instead of "bzero(buf, sizeof(*buf)" ...
2020-09-04 12:05:45 +00:00
accessibility
arabic - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
archivers
astro
audio Fix build with llvm11 (duplicate symbol errors) 2020-09-04 10:46:05 +00:00
base
benchmarks
biology biology/mapm3: Fix build with llvm11, gcc10 2020-09-04 11:28:24 +00:00
cad
chinese - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
comms
converters
databases
deskutils
devel devel/libphonenumber: update to 8.12.9 2020-09-04 10:42:57 +00:00
dns
editors - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
emulators Fix build with llvm11 (duplicate symbol errors) 2020-09-04 10:44:02 +00:00
finance
french - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
ftp
games Fix build with llvm11 (duplicate symbol errors) 2020-09-04 10:34:58 +00:00
german - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
graphics
hebrew - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
hungarian - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
irc
japanese - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
java
Keywords
korean - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
lang
mail
math
misc
Mk
multimedia
net Fix build with -no-common 2020-09-04 10:53:01 +00:00
net-im
net-mgmt
net-p2p
news
polish - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
ports-mgmt
portuguese - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
print
russian - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
science
security Fix build with -fno-common 2020-09-04 10:18:05 +00:00
shells
sysutils Fix build with -fno-common 2020-09-04 12:05:45 +00:00
Templates
textproc - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
Tools
ukrainian - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
vietnamese - Update LibreOffice suite to 7.0.1 release 2020-09-04 09:38:04 +00:00
www
x11
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.