Personal patches
Go to file
Niclas Zeising 15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00
accessibility accessibility/sct: Update to 0.3.1 2018-07-31 08:22:15 +00:00
arabic
archivers
astro - Update to 14066 2018-07-31 14:28:29 +00:00
audio Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
base
benchmarks
biology
cad Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
chinese Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
comms
converters
databases Change dependency from sqlalchemy10 to sqlalchemy12 because mail/mailman3 needs 2018-07-31 13:21:48 +00:00
deskutils
devel Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
dns
editors Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
emulators Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
finance
french
ftp
games Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
german
graphics Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
hebrew
hungarian
irc
japanese
java Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
Keywords
korean
lang lang/tclX: fetch newer tcl.m4 so we can build with Tcl 8.7 2018-07-31 13:05:38 +00:00
mail mail/roundcube-contextmenu: unbreak: upstream distsite moved inside github 2018-07-31 17:16:07 +00:00
math Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
misc Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
Mk Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
multimedia Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
net Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
net-im
net-mgmt Update to 0.40. 2018-07-31 12:13:08 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
security Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
shells
sysutils Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
Templates
textproc Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
Tools
ukrainian
vietnamese
www Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11 Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-clocks
x11-drivers Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-fm Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-fonts Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-servers Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-themes Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-toolkits Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
x11-wm Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
.arcconfig
.gitattributes
.gitauthors
.gitignore
.gitmessage
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00
README
UIDs
UPDATING Switch to xorgproto instead of individual packages 2018-07-31 18:41:30 +00:00

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.