1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Emanuel Haupt 62871de352 - Add missing dependencies
- Add NO_ARCH
- Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't
  need to build port, only to run.
- Add TEST_DEPENDS

PR:		212532
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
2016-09-09 19:31:42 +00:00
accessibility
arabic
archivers - Update to 5.4.0 2016-09-08 19:57:01 +00:00
astro
audio - Fix build with --disable-silent-rules 2016-09-09 19:24:33 +00:00
base Remove things that are now handled by bsd.port.mk 2016-09-08 21:44:31 +00:00
benchmarks Add a port of glmark2, a benchmark for OpenGL (ES) 2.0. 2016-09-08 18:11:46 +00:00
biology
cad (Readdition of cad/freecad which was removed on 235718) 2016-09-08 12:17:38 +00:00
chinese
comms Add Hackrf support 2016-09-09 10:12:00 +00:00
converters
databases Horde package update: 2016-09-07 22:54:27 +00:00
deskutils - Update calibre to 2.67.0 2016-09-08 20:19:52 +00:00
devel - Fix configure: this is not really a GNU configure 2016-09-09 19:25:30 +00:00
dns - Fix ssl dependency: only headers are needed 2016-09-09 11:18:17 +00:00
editors
emulators Attempt to fix build with LibreSSL. 2016-09-08 05:14:46 +00:00
finance
french
ftp
games - Fix icon path in .desktop file 2016-09-08 22:11:05 +00:00
german
graphics Replace objdump by readelf. Fixes build on arm64. 2016-09-09 18:50:33 +00:00
hebrew
hungarian
irc - Fix build WITHOUT=EXAMPLES 2016-09-08 17:53:13 +00:00
japanese
java java/intellij-pycharm: Update to version 2016.2.3. 2016-09-09 13:04:35 +00:00
Keywords
korean Fix a package installation error: dvipsk must be installed to run updmap 2016-09-09 19:23:43 +00:00
lang Fix build of lang/gcc49 with libc++ 3.9.0 2016-09-09 18:48:24 +00:00
mail - Remove build dependency on thunderbird because NO_BUILD. 2016-09-09 13:03:48 +00:00
math
misc - Update to 2.9.9 2016-09-09 14:09:52 +00:00
Mk Rework the cross build framework so that it uses the external toolchain 2016-09-08 21:34:48 +00:00
multimedia
net net/Sockets: USES+=ssl, Fix SSLv3, set CFLAGS, honor LDFLAGS 2016-09-09 13:05:53 +00:00
net-im
net-mgmt Register conflicts 2016-09-09 15:58:48 +00:00
net-p2p
news
palm
polish
ports-mgmt - Fix python shebang 2016-09-09 12:02:45 +00:00
portuguese
print print/lilypond-devel: update to 2.19.47, submitter is the new maintainer 2016-09-08 07:59:58 +00:00
russian - Update to 4.6.1 2016-09-08 10:23:23 +00:00
science
security - Update to 1.4.2 2016-09-09 19:12:55 +00:00
shells
sysutils - Update to 1.0.82 2016-09-09 14:23:32 +00:00
Templates
textproc - Add missing dependencies 2016-09-09 19:31:42 +00:00
Tools Use make(1) to extract variables from a Makefile, not grep. 2016-09-08 12:49:02 +00:00
ukrainian
vietnamese
www - Update to 1.0.33 2016-09-09 18:26:14 +00:00
x11
x11-clocks - Add LICENSE 2016-09-08 16:03:26 +00:00
x11-drivers
x11-fm
x11-fonts - Convert to USES=fonts to fix a package installation problem. 2016-09-08 16:03:28 +00:00
x11-servers
x11-themes
x11-toolkits
x11-wm - Bump PORTREVISION 2016-09-08 20:07:19 +00:00
.arcconfig
.gitattributes
.gitignore
CHANGES Add support added for LICENSE=NONE, use it when the port doesn't 2016-09-08 13:15:06 +00:00
CONTRIBUTING.md
COPYRIGHT
GIDs
LEGAL
Makefile
MOVED (Readdition of cad/freecad which was removed on 235718) 2016-09-08 12:17:38 +00:00
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.