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
Muhammad Moinur Rahman fc6aa52305 Mk/bsd.sites.mk: Add new MACRO TEX
There are two different sites/mirror required for the ports tree. Due to
the packaging of texlive we need the CTAN historic mirror which is
defined in TEX_CTAN and normal mirror which hosts most of the packages.
Unfortunately both were uses interchangeably without checking the
details and in previous there was single sites mirroring both the
historic dists and the noemal packages. As this is no longer the case
update all other ports pointing towards the wrong site.

Approved by:	portmgr (blanket)
2023-08-02 16:16:41 +02:00
.hooks
accessibility
arabic
archivers
astro
audio audio/ncmpc: Fix build with llvm16 2023-08-02 14:27:29 +02:00
benchmarks
biology
cad
chinese
comms
converters
databases
deskutils
devel Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
dns
editors
emulators emulators/aranym: Fix build with llvm16 2023-08-02 14:27:29 +02:00
finance
french
ftp
games
german
graphics Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang lang/php83: Update version 8.3.0beta1=>8.3.0beta2 2023-08-02 14:27:28 +02:00
mail
math
misc misc/exercism: Update version 3.1.0=>3.2.0 2023-08-02 14:27:27 +02:00
Mk Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
multimedia
net net/google-cloud-sdk: Update version 440.0.0=>441.0.0 2023-08-02 14:27:28 +02:00
net-im net-im/mastodon: Update version 4.1.4=>4.1.5 2023-08-02 14:27:28 +02:00
net-mgmt net-mgmt/netxms: Update version 3.5.152=>3.6.300 2023-08-02 14:27:29 +02:00
net-p2p
news
polish
ports-mgmt
portuguese
print Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
russian
science
security security/vuxml: Document Go vulnerabilities 2023-08-02 08:27:53 -05:00
shells
sysutils sysutils/rtx: Update 1.35.7 → 1.35.8 2023-08-02 01:29:31 -07:00
Templates
textproc Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
Tools
ukrainian
vietnamese
www Mk/bsd.sites.mk: Add new MACRO TEX 2023-08-02 16:16:41 +02:00
x11 x11/rio: Update 0.0.14 → 0.0.15 2023-08-02 01:29:32 -07:00
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits x11-toolkits/imgui: Update 1.89.7 → 1.89.8 2023-08-02 01:29:32 -07:00
x11-wm
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
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://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.