Personal patches
Go to file
Muhammad Moinur Rahman fc87ea1591 sysutils/dar: Update version 2.4.14=>2.4.15
- Remove GCC dependency as it builds fine with CLANG

Differential Revision:	https://reviews.freebsd.org/D1395
Approved by:	bapt(mentor)
2014-12-30 08:53:43 +00:00
accessibility
arabic
archivers Update to version 1.17.23 2014-12-29 20:12:54 +00:00
astro - Add PORTSCOUT 2014-12-28 13:19:33 +00:00
audio audio/ncmpcpp: Update to 0.6.2 2014-12-29 09:01:34 +00:00
benchmarks benchmarks/siege: update version 3.0.8 => 3.0.9 2014-12-29 06:53:30 +00:00
biology Convert to USES=autoreconf 2014-12-28 19:14:13 +00:00
cad Bump portrevision after png update 2014-12-25 20:54:41 +00:00
chinese - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm of "pkg audit" 2014-12-29 18:37:28 +00:00
comms - Update to latest released version 2014-12-27 18:56:54 +00:00
converters Bump portrevision after png update 2014-12-25 20:54:41 +00:00
databases Update to 4.3.4 2014-12-29 21:36:30 +00:00
deskutils - Update to 1.15.4; 2014-12-28 20:10:33 +00:00
devel devel/rudiments: Update version 0.47=>0.49 2014-12-30 08:03:05 +00:00
dns
editors - Remove Mk/bsd.efl.mk 2014-12-27 00:09:02 +00:00
emulators Update emulators/i386-wine-devel to 1.7.33_2. 2014-12-30 08:45:05 +00:00
finance
french
ftp Deprecate ports broken for more than 6 months 2014-12-26 21:47:10 +00:00
games - Fix build with FREETYPE enabled 2014-12-30 00:02:37 +00:00
german
graphics Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}. 2014-12-29 14:18:23 +00:00
hebrew
hungarian
irc - Remove Mk/bsd.efl.mk 2014-12-27 00:09:02 +00:00
japanese - Updated to latest version (20111128) and other improvements. 2014-12-29 03:51:27 +00:00
java Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
Keywords Use a custom keyword for kldxref, that allows to control exactly when it is run 2014-12-26 12:43:44 +00:00
korean
lang Update to 5.6.4 release. 2014-12-29 10:00:37 +00:00
mail dma is using the bsd Makefiles (bsd.*.mk) ensure it is not getting populed by 2014-12-30 07:44:41 +00:00
math math/p5-Math-Int128: 0.15 -> 0.17 2014-12-29 20:53:49 +00:00
misc - Distfile was rerolled, the only difference is in the gzip compression, 2014-12-28 13:23:22 +00:00
Mk Put sites that redirect to the nearest mirror first in MASTER_SITE_SAVANNAH 2014-12-29 14:43:35 +00:00
multimedia Update to 4.8.2. 2014-12-29 20:24:44 +00:00
net Update to 3.2.5.3 [1] 2014-12-29 22:40:57 +00:00
net-im Allow building with either giflib 4.2 or 5.0 2014-12-27 07:37:59 +00:00
net-mgmt Update to 0.38. 2014-12-29 15:38:26 +00:00
net-p2p
news Bump portrevision after png update 2014-12-25 20:54:41 +00:00
palm Bump portrevision after png update 2014-12-25 20:54:41 +00:00
polish
ports-mgmt Update to 1.4.3 and 1.4.99.3 2014-12-29 20:14:49 +00:00
portuguese
print Update to 0.2.2 2014-12-30 07:36:45 +00:00
russian
science - Update to 1.6.7 2014-12-28 13:14:31 +00:00
security Over to garga@. 2014-12-29 03:39:51 +00:00
shells
sysutils sysutils/dar: Update version 2.4.14=>2.4.15 2014-12-30 08:53:43 +00:00
Templates
textproc textproc/py-wtforms: update to 2.0.1 2014-12-29 15:55:32 +00:00
Tools
ukrainian
vietnamese
www www/cgicc: Update version 3.2.14=>3.2.16 2014-12-30 08:44:39 +00:00
x11 Update 3.4.1. 2014-12-28 04:50:32 +00:00
x11-clocks
x11-drivers - Add missing build dependencies 2014-12-28 20:11:53 +00:00
x11-fm Remove expired ports: 2014-12-27 00:24:47 +00:00
x11-fonts Update to 1.0.1 2014-12-30 01:32:47 +00:00
x11-servers
x11-themes
x11-toolkits Allow building with either giflib 4.2 or 5.0 2014-12-26 14:28:39 +00:00
x11-wm Hook e16-docs 2014-12-28 19:58:11 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED devel/py-checkmanifest: Rename port, Update to 0.22 2014-12-29 05:54:37 +00:00
README
UIDs
UPDATING Add gnome-themes and at-spi to list of conflicting packages, 2014-12-28 18:25:35 +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.