Personal patches
Go to file
John Marino 18bb4f1139 games/kajaani-kombat: USES+= ncurses, respect LDFLAGS
While here, change specification from -lcurses to -lncurses.
The former does not exist in ports ncurses package and it is an alias
for libncurses in base.
2016-01-31 09:04:46 +00:00
accessibility Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
arabic
archivers Hook py3-libarchive-c to the build 2016-01-31 08:35:09 +00:00
astro
audio This is a quick playlist search bar plugin for DeaDBeeF audio player. 2016-01-31 07:14:37 +00:00
benchmarks
biology
cad Update to 3.3.68 2016-01-30 19:45:49 +00:00
chinese
comms Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
converters Fix pkg-plist after revision r407130 2016-01-24 15:59:32 +00:00
databases - Update to 0.10.8 2016-01-31 03:46:29 +00:00
deskutils Update to 0.8.2. 2016-01-28 22:42:37 +00:00
devel devel/py-python-magic: Allow USES to be overriden 2016-01-31 08:20:01 +00:00
dns - there, there, portlint. 2016-01-30 19:30:07 +00:00
editors Upgrade to upstream svn revision 1727463. This fixes the upstream 2016-01-30 21:26:57 +00:00
emulators Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
finance
french
ftp Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
games games/kajaani-kombat: USES+= ncurses, respect LDFLAGS 2016-01-31 09:04:46 +00:00
german
graphics graphics/duhdraw: USES+= ncurses and respect LDFLAGS 2016-01-31 08:33:44 +00:00
hebrew
hungarian
irc - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) had 2016-01-25 15:13:23 +00:00
japanese japanese/less: document ncurses requirement (USES+=ncurses) 2016-01-30 23:32:14 +00:00
java Unbreak on head, the issue was fixed in base r294936 2016-01-30 20:19:02 +00:00
Keywords
korean
lang Remove unnecessary empty directories from Erlang's plists. 2016-01-30 20:24:18 +00:00
mail mail/alpine: document ncurses requirement (USES+=ncurses) 2016-01-31 00:08:19 +00:00
math Update to version 1.5.0. 2016-01-30 13:47:57 +00:00
misc Update with latest patches. 2016-01-28 20:44:35 +00:00
Mk Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
multimedia Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
net Deprecate ports broken for more than 6 months 2016-01-30 20:20:50 +00:00
net-im - Update to 3.3.5 2016-01-31 07:15:38 +00:00
net-mgmt Deprecate ports broken for more than 6 months 2016-01-30 20:20:50 +00:00
net-p2p - Fix build (Lazarus was updated to 1.6RC2) 2016-01-28 14:43:47 +00:00
news
palm
polish
ports-mgmt ports-mgmt/synth: two minor but important bug fixes 2016-01-28 09:29:33 +00:00
portuguese
print Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
russian
science science/netcdf: document ncurses requirement (USES+=ncurses) 2016-01-30 22:45:36 +00:00
security security/clamav: document ncurses requirement (USES+=ncurses) 2016-01-31 00:18:49 +00:00
shells New port: shells/klish 2016-01-31 06:55:49 +00:00
sysutils sysutils/py-diffoscope: Fix pkg-descr typo 2016-01-31 08:40:44 +00:00
Templates
textproc textproc/urlview: document ncurses requirement (USES+=ncurses) 2016-01-31 01:10:50 +00:00
Tools
ukrainian
vietnamese
www - Add new port: www/rubygem-totoridipjp 2016-01-31 06:53:07 +00:00
x11 x11/xterm: document ncurses requirement (USES+=ncurses) 2016-01-30 21:57:22 +00:00
x11-clocks
x11-drivers
x11-fm Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
x11-fonts Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
x11-servers
x11-themes Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
x11-toolkits Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
x11-wm Update the MATE DE to 1.12. 2016-01-25 12:31:21 +00:00
.arcconfig
.gitignore
CHANGES
CONTRIBUTING.md
COPYRIGHT
GIDs Take UID/GID 160 used by ypldap(8). 2016-01-27 06:31:27 +00:00
LEGAL
Makefile
MOVED Welcome Centos 6.7 2016-01-30 18:30:40 +00:00
README
UIDs Take UID/GID 160 used by ypldap(8). 2016-01-27 06:31:27 +00:00
UPDATING - Update to 0.5.1.20160121 2016-01-27 17:23:09 +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.