1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Brooks Davis 4f7686e089 security/checkpassword: include errno.h for errno
errno must be accessed by a macro from errno.h.

PR:		281780
Approved by:	garga (maintainer)
2024-10-01 16:27:21 +01:00
.hooks
accessibility accessibility/rubygem-atk: Update to 4.2.4 2024-09-30 21:38:36 +08:00
arabic
archivers archivers/py-borgbackup11: Remove expired port 2024-09-30 21:23:06 +02:00
astro astro/py-sunpy: Update to 6.0.2 2024-10-01 13:50:06 +00:00
audio audio/py-tagpy: Remove expired port 2024-09-30 21:05:44 +02:00
benchmarks benchmarks/stress-ng: Update to 0.18,04 2024-09-27 14:26:47 +02:00
biology
cad cad/caneda: update 0.3.1 → 0.4.0 2024-09-30 23:03:18 -07:00
chinese
comms comms/gkermit: enable use of errno.h for errno 2024-09-30 23:11:19 +01:00
converters
databases databases/freetds-devel: Update version 1.4.247=>1.4.248 2024-10-01 15:34:00 +02:00
deskutils deskutils/libportal-qt6: Add port 2024-09-28 19:47:41 +03:00
devel devel/py-xstatic-svg-edit-moin: New port 2024-10-01 15:34:07 +02:00
dns dns/p5-AnyEvent-DNS-EtcHosts: update to 0.0105 2024-09-30 16:02:03 +02:00
editors editors/py-babi: Update version 1.5.6=>1.5.7 2024-10-01 15:33:56 +02:00
emulators emulators/rpcs3: update to 0.0.33.16975 2024-09-28 02:27:59 +02:00
finance finance/gnucash-docs: Update to 5.9 2024-10-01 08:58:21 +02:00
french
ftp ftp/curl: Add LIBUV_IMPLIES=DEBUG 2024-09-30 20:20:05 +08:00
games games/adonthell: Remove expired port 2024-09-30 21:10:08 +02:00
german
graphics graphics/mesa-devel: update to 24.2.b.3438 2024-10-01 02:57:30 +02:00
hebrew
hungarian
irc
japanese japanese/edict: include errno.h for errno 2024-09-30 23:11:20 +01:00
java
Keywords
korean
lang lang/guile3: Ignore on 32-bit platforms 2024-10-01 15:34:05 +02:00
mail mail/qmail-contrib: convert to meta-port 2024-10-01 00:36:57 +01:00
math math/xspread: include errno.h for errno 2024-09-30 23:13:43 +01:00
misc misc/openhab: update to 4.2.2. 2024-10-01 12:56:01 +02:00
Mk Mk/bsd.default-versions.mk: Update comment: add pgsql 17 2024-09-30 21:38:45 +08:00
multimedia multimedia/plexmediaserver-plexpass: Update to 1.41.1.9057 2024-10-01 01:39:44 +02:00
net net/scapy: Update version 2.5.0=>2.6.0 2024-10-01 15:33:57 +02:00
net-im net-im/mastodon: Update version 4.2.12=>4.2.13 2024-10-01 15:34:02 +02:00
net-mgmt net-mgmt/librenms: Update to 24.9.1 2024-09-30 23:32:37 +00:00
net-p2p net-p2p/readarr: Update 0.3.32.2587 → 0.4.0.2634 2024-10-01 00:36:10 +03:00
news
polish
ports-mgmt ports-mgmt/portlint: Update to 2.22.2 2024-09-30 08:42:42 -04:00
portuguese
print print/libspectre: Fix typo 2024-10-01 13:19:37 +03:00
russian
science science/py-nilearn: expire on 2024-12-31 for devel/py-codecov 2024-09-30 21:37:15 +02:00
security security/checkpassword: include errno.h for errno 2024-10-01 16:27:21 +01:00
shells
sysutils sysutils/httm: Update version 0.43.0=>0.43.1 2024-10-01 15:34:03 +02:00
Templates
textproc textproc/xml2rfc: Update to 3.23.2 2024-10-01 08:40:05 -04:00
Tools
ukrainian
vietnamese
www www/mediawiki139: Update to 1.39.10 2024-10-01 13:50:06 +00:00
x11 x11/hyprcursor: update to 0.1.10 2024-10-01 02:57:23 +02:00
x11-clocks
x11-drivers
x11-fm
x11-fonts x11-fonts/manrope: Update to the latest version published by upstream 2024-09-30 21:28:00 +02:00
x11-servers
x11-themes
x11-toolkits x11-toolkits/rubygem-vte4: Update to 4.2.4 2024-09-30 21:38:41 +08:00
x11-wm x11-wm/phoc: update to 0.42.0 2024-09-29 23:25:31 +02:00
.arcconfig
.gitignore
.mailmap
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
Makefile
MOVED devel/libegit2: Remove expired port 2024-09-30 21:24:26 +02:00
README
UIDs
UPDATING UPDATING: Document name changes of sysutils/nq's helper programs 2024-09-30 21:27:58 +02:00

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

	https://ports.FreeBSD.org

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

	https://docs.freebsd.org/en/books/handbook/ports/
		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://docs.freebsd.org/en/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.