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-08-18 02:06:26 +00:00
archivers FTP sites in Makefile no longer carry port. Resort to default repositories. 1999-08-18 01:51:48 +00:00
astro Fix comments 1999-04-20 18:47:26 +00:00
audio Directory non-existant. 1999-08-18 01:59:36 +00:00
benchmarks Version changed, original distfile no longer available (at least not 1999-08-18 02:06:26 +00:00
cad remove unnecessary comments and fix email address's 1999-04-01 02:57:50 +00:00
chinese Fix comments 1999-04-20 18:47:26 +00:00
comms - style 1999-08-06 02:45:33 +00:00
converters Fix comments 1999-04-20 18:47:26 +00:00
databases Update to match 3.22.22. 1999-07-01 17:30:16 +00:00
devel style 1999-08-13 05:01:13 +00:00
editors and the Makefile 1999-07-28 06:01:33 +00:00
emulators - fix sym link creation which I had backwards sound0->dsp, dsp->sound0 1999-05-13 01:49:05 +00:00
games - style 1999-08-11 00:39:34 +00:00
graphics Proper dependancies and work around weird configure problem. 1999-08-17 12:40:34 +00:00
infrastructure back out previous commit which had broken the COMMENT length checking 1999-08-17 03:11:35 +00:00
japanese Lots of crisper comments... 1999-04-20 16:07:56 +00:00
lang Oops, patch made in wrong directory. 1999-08-11 22:35:00 +00:00
mail Update to fetchmail 5.0.6. 1999-08-03 14:40:26 +00:00
math Enable maple. 1999-07-14 17:44:55 +00:00
mbone Add VAT 1999-08-05 00:47:03 +00:00
misc - patch to fix chflags bug as posted on BugTraq 1999-08-10 23:48:43 +00:00
net upgrade to curl 5.10 1999-08-18 00:14:17 +00:00
news update to 0.9.5.6, uses latest libslang 1999-06-23 05:24:10 +00:00
plan9 add rc to Makefile 1999-06-11 14:46:05 +00:00
print Remove old teTeX port (stuff moved around) 1999-08-10 19:31:04 +00:00
russian update to 1.9.3 1999-07-09 17:35:58 +00:00
security upgrade to gnupg 0.9.10 1999-08-04 22:41:02 +00:00
shells upgrade to zsh-devel 3.1.6 1999-08-05 03:03:29 +00:00
sysutils Pass correct CPPFLAGS to configuration script; pvk@tsinet.ru 1999-07-29 09:30:22 +00:00
textproc Enable TclXML, rxp and xml2rfc. 1999-08-09 05:20:29 +00:00
www amaya moved, so must do its dictonnaries 1999-08-15 20:43:39 +00:00
x11 Update to blackbox 0.51.0. 1999-08-17 04:00:49 +00:00
.cvsignore
INDEX Update for the many recent ports changes 1999-07-27 22:06:02 +00:00
LICENSE Add new/updated ports to the license file. This is only the first 1999-04-08 21:56:39 +00:00
license-check
Makefile While rebuilding INDEX, gives some indication of progress 1999-07-27 21:56:35 +00:00
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 $