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
jason cb5e8f8b85 o use CLOCAL in conserver/comsent.c
o patch man pages to always refer to the config file in /usr/local/etc
1999-01-04 22:59:24 +00:00
archivers Update master_site and remove broken status. 1998-12-18 03:34:56 +00:00
astro update NO_CDROM reason 1998-10-06 22:37:07 +00:00
audio update to 0.6; John H Darrah <jhd@giddens.com> 1999-01-04 05:28:48 +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 o use CLOCAL in conserver/comsent.c 1999-01-04 22:59:24 +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 Unbroken, there was no new version out of alpha, and the moved distfile was easy enough to find. However tcl8 is stricter than tcl7 so I had to fix a forgotten quote too. This commit is from tkCVS. 1998-12-17 21:15:34 +00:00
editors use MASTER_SITE_GNU; Ayr-nieu <ayr-nieu@abyss.imaji.net> 1998-12-27 20:18:57 +00:00
emulators Sometimes users know better than the stupid Makefile. Don't die if a silly 1998-12-23 23:16:17 +00:00
games Update master_site. 1998-12-18 03:46:20 +00:00
graphics MIRROR_DISTFILE=no 1998-12-16 22:49:41 +00:00
infrastructure/mk avoid aliasing between MASTER_SITES and PATCH_SITES, e.g., 1998-12-19 16:52:22 +00:00
japanese add nkf to Makefile 1998-12-17 04:50:35 +00:00
lang o grammer correction from Corey Brenner <coreybrenner@hotmail.com> 1999-01-01 23:16:25 +00:00
mail update to 0.95; Kenneth R Westerback <krw@tcn.net> 1999-01-04 06:33:47 +00:00
math fix packing list 1998-12-07 20:48:49 +00:00
mbone shorten comment 1998-12-17 00:36:17 +00:00
misc shorten comment 1998-12-17 00:36:17 +00:00
net use mkstemp(); link(); fopen() to open /tmp/addrpool_dump 1998-12-22 03:24:20 +00:00
news update 1998-11-24 09:55:20 +00:00
plan9 comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
print shorten comment 1998-12-17 00:52:37 +00:00
russian back out last change -- sources are available 1998-12-17 04:36:19 +00:00
security kerberos *5* patches; Matt Riben <matter@superlink.net> 1998-12-20 21:04:33 +00:00
shells update to 6.08 1998-12-17 03:54:01 +00:00
sysutils add interrupt meter support. mark as BROKEN for /alpha 1998-11-24 02:54:28 +00:00
textproc shorten comment 1998-12-17 00:52:37 +00:00
www MIRROR_DISTFILE=no 1998-12-16 22:40:29 +00:00
x11 Some cleanup: krw@tcn.net 1998-12-28 22:51:48 +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 $