Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
1999-09-06 22:46:26 +00:00
archivers - cc -> ${CC} 1999-09-06 17:46:39 +00:00
astro - remove unnecessary output of pkg/MESSAGE in Makefile, this is done in 1999-09-06 18:01:12 +00:00
audio - remove unnecessary comments from top of the Makefile 1999-09-06 19:08:36 +00:00
benchmarks
cad
chinese
comms
converters
databases
devel upgrade to mm 1.0.11 1999-09-06 16:21:13 +00:00
editors
emulators
games
graphics upgrade to ImageMagick 4.2.8 1999-09-01 18:51:24 +00:00
infrastructure add new variable STRIP, set to full pathname of strip command 1999-09-02 21:57:32 +00:00
japanese
lang Typos. 1999-09-06 16:48:30 +00:00
mail - PKGNAME, mm -> metamail 1999-09-06 16:26:49 +00:00
math
mbone - revert previous commit and make use of WRKSRC tag 1999-09-05 00:31:28 +00:00
misc
net Update to xip-1.3.2 1999-09-05 00:40:35 +00:00
news
plan9
print
russian
security upgrade to GNUpg 0.9.11 1999-09-04 21:54:06 +00:00
shells
sysutils
textproc
www typo, #{ECHO} -> ${ECHO} 1999-09-05 01:09:45 +00:00
x11 upgrade to Xaw3d 1.5 1999-09-06 22:46:26 +00:00
.cvsignore
INDEX
LICENSE
license-check
Makefile
README

		Welcome to the OpenBSD ports collection.  
	For more information on the OpenBSD ports tree please visit
        	   http://www.openbsd.org/ports.html
	For general information on the OpenBSD tree please visit
			http://www.openbsd.org


The OpenBSD ports tree is always growing. Therefor it is essential
that you continue to update your ports dir thru cvs or ftp.

No matter how fast we update the tree it seems that we are always
behind.  For this reason you will sometimes find a port that is
marked as BROKEN.  If you try to build the port you will see a
message something like:

   ===> xxx-1.0 is marked as broken: newer version available.

This means we know there is a newer version of the application but
have not yet had time to update the port.  If you get this message
all may not be lost.  If the old sources are still available (and
this is often the case) you can force a build using the old sources
using the command:

	make NO_IGNORE=yes
	sudo make NO_IGNORE=yes install

If you're feeling generous a better solution is to update the port
to use the new sources and feed the changes back to the project.
If you are interested in contributing (or creating a new port)
please visit

	http://www.openbsd.org/porting.html

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.

For help or other information 
Please send mail to 
ports@OpenBSD.ORG

$OpenBSD: README,v 1.4 1998/10/09 00:15:35 marc Exp $