1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Jeremy Messenger 336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
accessibility - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
arabic
archivers Adding port archivers/p5-Archive-Extract, A generic archive extracting mechanism. 2006-05-31 17:53:03 +00:00
astro
audio - Update from v0.05 to v0.06 2006-05-31 17:49:35 +00:00
benchmarks
biology
cad
chinese
comms Pass maintainer-ship to submitter. 2006-05-30 22:24:38 +00:00
converters
databases - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
deskutils
devel - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
dns
editors MACHINE_ARCH fix. 2006-05-31 03:05:49 +00:00
emulators Follow the new world order: use 'USE_RC_ORDER=file.sh' feature. 2006-05-31 06:28:01 +00:00
finance
french
ftp Adding port ftp/p5-File-Fetch, a generic file fetching mechanism. 2006-05-31 18:07:52 +00:00
games Add an additional mirror 2006-05-31 15:24:49 +00:00
german
graphics - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
hebrew
hungarian
irc
japanese
java
korean
lang Upgrade to latest version. 2006-05-31 12:22:46 +00:00
mail Fix build on 4.x. 2006-05-31 19:34:22 +00:00
math * security/libtomcrypt 2006-05-31 18:06:35 +00:00
mbone
misc Oops, I forgot to bump PORTREVISION for my previous commit. 2006-05-30 18:51:30 +00:00
Mk
multimedia Remove expired leaf port: 2006-05-31 11:21:18 +00:00
net - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
net-im - Fix build on 4.x [1] 2006-05-31 11:21:30 +00:00
net-mgmt - Update to 4.56. 2006-05-31 17:11:09 +00:00
net-p2p - Fix build and unbroken port. 2006-05-30 20:32:13 +00:00
news
palm
polish
ports-mgmt Add an additional mirror 2006-05-31 11:59:57 +00:00
portuguese
print - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
russian
science Add WITH_OPTIMIZED_FLAGS knob. 2006-05-31 04:51:46 +00:00
security - Remove this port, the version was included in base system. 2006-05-31 21:33:20 +00:00
shells
sysutils Add an additional mirror 2006-05-31 11:59:57 +00:00
Templates
textproc - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
Tools
ukrainian
vietnamese
www - Update to 4.0.2. 2006-05-31 17:55:27 +00:00
x11 - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
x11-clocks
x11-drivers/synaptics
x11-fm Fix build on 4.x 2006-05-31 01:09:54 +00:00
x11-fonts - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
x11-servers
x11-themes
x11-toolkits - Add header in these *-reference ports. 2006-05-31 22:18:51 +00:00
x11-wm Upgrade to latest version. 2006-05-31 12:22:46 +00:00
.cvsignore
CHANGES
COPYRIGHT
KNOBS
LEGAL
Makefile
MOVED - Add note about security/hostapd. 2006-05-31 21:35:39 +00:00
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 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.