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-04-20 01:12:06 +00:00
archivers - install bzlib.h and libbz2.a 1999-04-20 00:13:48 +00:00
astro remove unnecessary comments 1999-04-01 02:20:11 +00:00
audio Crisper comments, remove unnecessary part, don't begin with an uppercase 1999-04-20 01:09:51 +00:00
benchmarks remove unnecessary comments and fix email address's 1999-04-01 02:57:50 +00:00
cad remove unnecessary comments and fix email address's 1999-04-01 02:57:50 +00:00
chinese fix dependency lists, fix email address's and remove unnecessary comments 1999-04-01 06:20:02 +00:00
comms fix dependency lists, fix email address's and remove unnecessary comments 1999-04-01 06:20:02 +00:00
converters Typos 1999-04-05 10:36:43 +00:00
databases add SEPARATE_BUILD 1999-04-11 06:14:30 +00:00
devel Yet another remnant from the FreeBSD port removed 1999-04-19 22:33:44 +00:00
editors packing list changes: 1999-04-08 15:02:54 +00:00
emulators o add INSTALL script to spit out installation message 1999-04-08 18:46:40 +00:00
games Crisper comments 1999-04-20 01:12:06 +00:00
graphics Crisper comments 1999-04-20 01:12:06 +00:00
infrastructure/mk shit: egcs-stable is in LANG, not DEVEL 1999-04-10 07:48:53 +00:00
japanese Typo in PLIST 1999-04-16 01:29:50 +00:00
lang Upgrade to 19990412 snapshot 1999-04-18 20:54:38 +00:00
mail Update to 5.0.1 1999-04-19 06:56:22 +00:00
math do not try to use gd if it is found durring configure 1999-04-13 19:21:57 +00:00
mbone add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
misc - change email addresses, form@ to ports@ 1999-04-09 04:11:45 +00:00
net Crisper comments. 1999-04-20 01:10:59 +00:00
news joey@OpenBSD.ORG -> ports@OpenBSD.ORG, as requested by the author 1999-04-06 19:44:57 +00:00
plan9 msfriedl@cs.fau.de -> markus.friedl@informatik.uni-erlangen.de as requested by the author 1999-04-06 19:12:38 +00:00
print fixups 1999-04-18 23:39:49 +00:00
russian - change email addresses, form@ to ports@ 1999-04-09 04:11:45 +00:00
security - change email addresses, form@ to ports@ 1999-04-09 04:11:45 +00:00
shells o add INSTALL and DEINSTALL script 1999-04-08 15:53:29 +00:00
sysutils Enable mkhybrid. 1999-04-19 07:15:43 +00:00
textproc this was FreeBSD specific 1999-04-08 08:17:35 +00:00
www add libghttp to Makefile 1999-04-18 20:54:12 +00:00
x11 fix install path of some stray man pages 1999-04-14 19:23:44 +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 $