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-02-07 04:32:50 +00:00
archivers
astro
audio fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
benchmarks
cad
chinese fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
comms fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
converters
databases
devel add libproplist to Makefile 1999-02-07 02:44:31 +00:00
editors add patches so system termcap lib is NOT used, 1999-01-31 21:40:05 +00:00
emulators
games fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
graphics remove bad ftp mirrors 1999-02-06 21:44:36 +00:00
infrastructure/mk Provisions for building in a separate directory tah sources 1999-02-03 17:53:13 +00:00
japanese
lang Cleaning up, mostly comments 1999-02-06 21:49:01 +00:00
mail fix PLIST; Markus Friedl <Markus.Friedl@informatik.uni-erlangen.de> 1999-02-04 00:32:30 +00:00
math Update to version 3.7 (thanks to espie@ for telling me about the new 1999-02-01 23:29:35 +00:00
mbone Missed sfreflect binary and man page. 1999-01-16 04:30:40 +00:00
misc fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
net adding mtr to makefile. OpenBSD tag for port Makefile 1999-02-02 19:22:09 +00:00
news shrink comment 1999-01-31 01:41:51 +00:00
plan9
print
russian
security Fix minor problems. Display MESSAGE when the package is installed. 1999-02-05 07:14:21 +00:00
shells fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
sysutils fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
textproc add textproc to Makefile 1999-01-31 00:44:31 +00:00
web/amaya amaya port 1999-02-04 07:44:55 +00:00
www fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
x11 update to 1.0.6; Jakob Schlyter <jakob@crt.se> 1999-02-07 04:32:50 +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 $