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-05-06 14:21:03 +00:00
archivers fix permissions when converting from DOS-type filesystem 1999-04-20 21:38:23 +00:00
astro Fix comments 1999-04-20 18:47:26 +00:00
audio Fix comments 1999-04-20 18:47:26 +00:00
benchmarks Fix comments 1999-04-20 18:47: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 Fix comments 1999-04-20 18:47:26 +00:00
converters Fix comments 1999-04-20 18:47:26 +00:00
databases new version 3.22.22 1999-05-02 19:49:40 +00:00
devel upgrade to shtool 1.2.3 1999-05-06 14:21:03 +00:00
editors Fix comments 1999-04-20 18:47:26 +00:00
emulators - make a sym link, dsp to /dev/sound0 1999-05-03 04:49:42 +00:00
games temporarily mark broken: Newer version available 1999-05-06 02:15:12 +00:00
graphics upgrade to ImageMagick 4.2.3 1999-05-06 02:10:12 +00:00
infrastructure/mk USE_LIBTOOL from NetBSD 1999-05-04 18:12:24 +00:00
japanese Lots of crisper comments... 1999-04-20 16:07:56 +00:00
lang 990502 compiles. 1999-05-05 13:08:21 +00:00
mail Update to fetchmail 5.0.3 1999-05-03 06:41:08 +00:00
math Fix comments 1999-04-20 18:47:26 +00:00
mbone Lots of crisper comments... 1999-04-20 16:07:56 +00:00
misc Upgrade to using fileutils-4.0. 1999-04-22 17:30:48 +00:00
net upgrade to ntop 1.1 1999-05-05 18:27:57 +00:00
news remove useless MAN tags 1999-04-23 23:40:25 +00:00
plan9 Fix comments 1999-04-20 18:47:26 +00:00
print Fix comments 1999-04-20 18:47:26 +00:00
russian Lots of crisper comments... 1999-04-20 16:07:56 +00:00
security Clearsign doesn't work for text with 8bit chars. Fix by martin@gbg.netman.se. 1999-04-30 06:29:50 +00:00
shells Fix comments 1999-04-20 18:47:26 +00:00
sysutils Update to distrib. patch 0205b. Add missing files to package list. 1999-05-05 05:05:54 +00:00
textproc - change REQUIRE_MOTIF to USE_MOTIF since it will build and work correctly 1999-05-04 03:03:46 +00:00
www - style fixes 1999-05-03 14:11:49 +00:00
x11 change maintainer to myself. 1999-05-05 19:17:59 +00:00
.cvsignore Dont complain about distfiles directory. 1997-11-24 20:55:57 +00:00
INDEX update INDEX 1999-04-15 00:55:31 +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 checkpoint more licence check changes 1998-09-25 02:34:31 +00:00
Makefile update INDEX and add "Archs:" to make search output 1998-09-24 20:31:28 +00:00
Makefile.template Add a place to credit original porter 1999-04-08 18:54:55 +00:00
README Add OpenBSD cvs tag, fix typo 1998-10-09 00:15:35 +00:00

		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 $