1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Jan Beich 3726084121 devel/renpy: fix TKINTER regressing after r382557
Traceback (most recent call last):
  File "choose_directory.rpy", line 61, in choose_directory
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
2015-05-29 04:56:20 +00:00
accessibility
arabic
archivers
astro
audio
benchmarks
biology
cad
chinese
comms - Fix shebangs 2015-05-28 18:15:21 +00:00
converters
databases Update to 4.4.8 2015-05-28 20:29:36 +00:00
deskutils Recategorize an unconditional patch as an EXTRA_PATCH to unbreak 2015-05-29 04:24:55 +00:00
devel devel/renpy: fix TKINTER regressing after r382557 2015-05-29 04:56:20 +00:00
dns Warn users of the EOL and set expiration date. 2015-05-28 19:29:42 +00:00
editors
emulators Convert a few ports to use the new multi-github framework. 2015-05-28 16:37:49 +00:00
finance
french
ftp
games - Unbreak, undeprecated, modernize plist 2015-05-28 15:17:11 +00:00
german
graphics
hebrew
hungarian
irc
japanese
java
Keywords
korean
lang - Strip binaries 2015-05-28 20:30:32 +00:00
mail Release maintainership 2015-05-28 20:40:58 +00:00
math - Fix shebangs 2015-05-28 18:15:42 +00:00
misc
Mk And this should have stayed. 2015-05-28 17:01:05 +00:00
multimedia - Update to version 2.4.0 2015-05-28 21:02:41 +00:00
net Fix LIB_DEPENDS to catch up to the recently committed net/freerdp 2015-05-29 04:54:31 +00:00
net-im
net-mgmt
net-p2p
news
palm
polish
ports-mgmt
portuguese
print
russian
science - Fix shebangs 2015-05-28 18:15:01 +00:00
security - Switch to USES=autoreconf 2015-05-28 20:27:53 +00:00
shells
sysutils Convert a few ports to use the new multi-github framework. 2015-05-28 16:37:49 +00:00
Templates
textproc - Unbreak 2015-05-28 20:34:25 +00:00
Tools
ukrainian
vietnamese
www Fix RUN_DEPENDS. 2015-05-28 23:17:27 +00:00
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits
x11-wm
.arcconfig
.gitignore
CHANGES USE_GITHUB can now fetch multiple distfiles. It uses a grouping feature 2015-05-28 16:37:01 +00:00
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:

	http://www.FreeBSD.org/ports

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

	http://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:

	http://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.