1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
John Marino ab73db34fb audio/libmp3splt: Fix configure script test for modern binutils
The id3tag library will fail to be detected on systems using ld from
recent binutils.  This is because libid3tag is linked without zlib also
being linked directly, and be default it doesn't search libraries linked
to linked libraries.  The configure script is patched with "-lz" to fix.
Also remove redundant MAKE_JOBS_SAFE while we are here.

Approved by:	bapt (mentor), maintainer
2013-07-25 18:30:17 +00:00
accessibility Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
arabic
archivers - switch simple inline replacement from perl to sed 2013-07-25 12:45:10 +00:00
astro
audio audio/libmp3splt: Fix configure script test for modern binutils 2013-07-25 18:30:17 +00:00
benchmarks - switch simple inline replacement from perl to sed 2013-07-25 12:45:10 +00:00
biology
cad
chinese
comms Horde package update: 2013-07-24 21:04:41 +00:00
converters - switch simple inline replacement from perl to sed 2013-07-25 12:45:10 +00:00
databases Simplify, for conciseness: 2013-07-24 21:57:54 +00:00
deskutils - Update to version 1.3.0 2013-07-25 14:25:51 +00:00
devel - Fix typo in sed 2013-07-25 17:57:04 +00:00
dns - switch simple inline replacement from perl to sed 2013-07-25 17:45:09 +00:00
editors
emulators
finance - Fix typo: SUB_FILES don't need extention 2013-07-25 17:54:26 +00:00
french
ftp - switch simple inline replacement from perl to sed 2013-07-25 17:45:09 +00:00
games Update to version 2.0.12 2013-07-25 14:05:55 +00:00
german
graphics Update to version 0.6.4 2013-07-24 17:59:10 +00:00
hebrew
hungarian
irc Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
japanese Do not define post-configure and pre-build target for mozc_el. 2013-07-25 04:51:03 +00:00
java Fix excessive memory consumption on head amd64, this prevent the package building cluster from dying when building java ports. 2013-07-25 15:32:43 +00:00
Keywords
korean
lang
mail Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
math Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
misc
Mk - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE). 2013-07-25 11:47:11 +00:00
multimedia - Update to 0.5.2 2013-07-25 17:21:59 +00:00
net Update to 1.6.5 2013-07-25 18:29:27 +00:00
net-im
net-mgmt Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
net-p2p
news Update my email address throughout the tree 2013-07-25 11:30:01 +00:00
palm
polish
ports-mgmt
portuguese
print Set ${MASTERDIR} to ${.CURDIR} and use it for .include "files/foo". 2013-07-25 09:25:16 +00:00
russian
science
security Update to 1.6.5 2013-07-25 18:29:27 +00:00
shells
sysutils Update to 1.0.35. This fixes a bug introduced in version 1.0.34 which 2013-07-25 18:05:05 +00:00
Templates
textproc - Update to 0.11 2013-07-24 17:42:09 +00:00
Tools
ukrainian
vietnamese
www Horde package update: 2013-07-24 21:04:41 +00:00
x11 Update to version 1.1.1 2013-07-25 13:59:32 +00:00
x11-clocks
x11-drivers
x11-fm - Update to version 1.1.1 2013-07-24 20:06:46 +00:00
x11-fonts
x11-servers
x11-themes
x11-toolkits - Update to 1.7.40 2013-07-25 15:42:07 +00:00
x11-wm
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED Remove expired ports: 2013-07-25 10:24:06 +00:00
README
UIDs
UPDATING Update to 1.6.5 2013-07-25 18:29:27 +00:00

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.