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
1998-11-19 00:29:35 +00:00
archivers form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
astro update NO_CDROM reason 1998-10-06 22:37:07 +00:00
audio fix close/eject bug; Kenneth Stailey <kstailey@disclosure.com> 1998-11-10 04:13:17 +00:00
benchmarks comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
cad update makefile 1998-10-07 05:03:28 +00:00
chinese update makefile 1998-10-07 05:09:51 +00:00
comms Don't kill the unlink(), either. 1998-11-10 00:30:04 +00:00
converters comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
databases form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
devel port courtesy of jbi130@mail.usask.ca 1998-11-10 06:24:25 +00:00
editors add rxvt hack by Erling Jacobsen <erlingj@dk-online.dk> 1998-11-12 10:52:29 +00:00
emulators add missing patch 1998-11-18 11:15:55 +00:00
games update port makefiles; validate source code still exists; 1998-11-09 01:49:54 +00:00
graphics update to gimp 1.0.2; Makefile changes from dugsong@openbsd.org 1998-11-08 01:38:42 +00:00
infrastructure/mk Handle USE_MOTIF. 1998-11-17 07:14:16 +00:00
japanese comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
lang ... and finally, remove the old named patches. 1998-11-17 17:45:21 +00:00
mail form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
math Typo. 1998-09-24 14:50:24 +00:00
mbone update mbone Makefile and other misc cleanup; 1998-09-14 02:55:41 +00:00
misc Add OpenBSD tag 1998-11-19 00:29:35 +00:00
net dxpc, import from release 3.7.0. 1998-11-16 00:15:18 +00:00
news comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
plan9 comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
print Add encrypted PDF support file. 1998-11-12 12:07:32 +00:00
russian form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
security update to 1.0.7 1998-11-10 05:01:50 +00:00
shells teach configure that bash is not to use the malloc that comes with bash on 1998-07-03 21:40:45 +00:00
sysutils form@vs.itam.nsc.ru -> form@openbsd.org 1998-10-20 08:39:43 +00:00
textproc Add a SUBDIR entry for idiff port. 1998-10-01 01:47:09 +00:00
www update to 3.1 1998-11-10 05:06:35 +00:00
x11 update to 0.86.9 1998-11-12 09:08:32 +00:00
.cvsignore Dont complain about distfiles directory. 1997-11-24 20:55:57 +00:00
INDEX update INDEX 1998-10-19 19:40:47 +00:00
LICENSE Add line for ghostscript crypto goop. 1998-11-12 12:09:37 +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 $