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
Kirill Ponomarev bd272b52cc * Improve documentation of CONFLICTS. [1]
* Fix add-plist-docs target to work correctly with wildcards. [2]

* Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports tree. [2] [3]

* Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. [4]

* Suppress "Vulnerability check disabled" message if
  DISABLE_VULNERABILITIES is defined. [5]

* Switch default MySQL version to 4.1 [6]

* Add support for OpenLDAP v.23. [7]

* Fix add-plist-info and add-plist-post targets to avoid warnings
  from ports which redefine them. [8]

* Fix add-plist-docs target to handle NOPORTDOCS knob properly. [9]

* Use INSTALLDIRS="site" in configure for perl ports. [10]

* Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are
  defined. [11]

* Add an ability to depend on versioned installed package. [12]
  Example:

        BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple

  Please note, it's experimental feature, work is currently in
  progress.

PR:		ports/81922 [1], ports/77820 [2], ports/80023 [2],
		ports/78597 [2], ports/79011 [3], ports/79012 [3],
		ports/81168 [4], ports/78607 [5], ports/79604 [6],
		ports/80653 [7], ports/80880 [8], ports/81189 [9],
		ports/78144 [10], ports/69512 [11], ports/79823 [12]
Submitted by:	gerald [1], clement [2], lawrance [2], Jilles
		Tjoelker <jilles at stack dot nl> [3], marcus [4],
		adamw [5], ale [6], Vsevolod Stakhov <vsevolod at
		highsecure.dot.ru> [7], Vasil Dimov <vd at datamax dot bg> [8],
		sem [10], leeym [11], tobez [12]
2005-06-09 20:39:43 +00:00
accessibility
arabic
archivers Suppress compiler warnings. 2005-06-09 13:22:26 +00:00
astro
audio
benchmarks
biology
cad
chinese
comms
converters
databases - Add missing man pages 2005-06-09 17:19:00 +00:00
deskutils BROKEN: Conflicting dependencies (py-gtk and py-gtk2) 2005-06-09 16:28:23 +00:00
devel Re-add USE_GMAKE. 2005-06-09 17:15:24 +00:00
dns
editors
emulators
finance
french
ftp
games
german
graphics fix build on 4 2005-06-09 18:18:03 +00:00
hebrew
hungarian
irc
japanese
java
korean
lang fix pkg-plist 2005-06-09 17:03:07 +00:00
mail Add WWW 2005-06-09 17:30:45 +00:00
math Update to 0.8.5 2005-06-09 01:36:24 +00:00
mbone
misc
Mk * Improve documentation of CONFLICTS. [1] 2005-06-09 20:39:43 +00:00
multimedia
net - Welcome new maintainer. Ha made a lot for the ports. 2005-06-09 18:56:59 +00:00
net-im fix build on 4 2005-06-09 18:33:30 +00:00
net-mgmt - Integrate vendor patches: 2005-06-09 12:20:07 +00:00
net-p2p
news
palm
polish
ports-mgmt
portuguese
print - Use SUB_FILES and SUB_LIST instead of own sed script. 2005-06-09 01:48:38 +00:00
russian
science fix build on 4 2005-06-09 17:20:49 +00:00
security Update to 4510 2005-06-09 16:09:37 +00:00
shells
sysutils
Templates
textproc
Tools
ukrainian
vietnamese
www Get rid of the .orig file left over after patching. For some reason, 2005-06-09 19:58:48 +00:00
x11 . Update to 5.18. 2005-06-09 15:01:24 +00:00
x11-clocks
x11-fm
x11-fonts
x11-servers
x11-themes
x11-toolkits Use GCC 3.4 to fix the build on 4.X. 2005-06-09 17:35:28 +00:00
x11-wm
.cvsignore
CHANGES
LEGAL
Makefile
MOVED
README
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 which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

        http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can 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, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.