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-06-23 19:21:37 +00:00
archivers make unace port use the correct dist file 1999-06-14 02:48:46 +00:00
astro Fix comments 1999-04-20 18:47:26 +00:00
audio - quiet down rm 1999-06-19 05:26:53 +00:00
benchmarks add in NEED_VERSION 1999-06-02 20:20:56 +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 update to 1.82.1 1999-06-23 06:39:12 +00:00
converters Fix comments 1999-04-20 18:47:26 +00:00
databases upgrade to gdbm 1.8.0 1999-06-22 14:04:06 +00:00
devel add support for shared libs 1999-06-23 17:28:33 +00:00
editors Update to jed 0.99.7 1999-06-23 04:27:29 +00:00
emulators - fix sym link creation which I had backwards sound0->dsp, dsp->sound0 1999-05-13 01:49:05 +00:00
games Add adom to the Makefile 1999-06-18 16:59:43 +00:00
graphics remove unneccesary Make flags; 1999-06-21 23:32:55 +00:00
infrastructure remove ftp.jimpick.com and add some additinal mirrors to MASTER_SITE_GNOME 1999-06-13 03:50:51 +00:00
japanese Lots of crisper comments... 1999-04-20 16:07:56 +00:00
lang Bump to 990616 1999-06-17 17:06:39 +00:00
mail update to version 19990601 1999-06-13 16:15:57 +00:00
math Patch maple script to resolve DISPLAY manually. 1999-06-18 15:32:16 +00:00
mbone upgrade to speak freely 7.0 1999-06-20 21:05:35 +00:00
misc Remove files we do not install nowadays 1999-06-22 17:05:43 +00:00
net fix 1999-06-23 19:21:37 +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 stop fetching ghostscript-5.10gnu.tar.gz, the source now comes part of the 1999-06-22 14:23:38 +00:00
russian correct MASTER_SITES 1999-06-23 08:53:19 +00:00
security style 1999-06-19 05:30:11 +00:00
shells - remove unnecessary MAN tags 1999-06-23 17:01:43 +00:00
sysutils Update to distrib. patch 0905. 1999-06-03 06:56:38 +00:00
textproc - fix installation for French language by adding a separate PLIST 1999-06-21 23:17:01 +00:00
www upgrade to Netscape Communicator 4.61 and Fortify 1.4.3 1999-06-22 02:19:55 +00:00
x11 * disable motif 2.0 build and install 1999-06-23 00:09:23 +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
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 $