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-03-21 05:55:24 +00:00
archivers add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
astro update to version 3.2.2 1999-03-17 03:56:37 +00:00
audio work around a bug in wss: AUDIO_FLUSH hangs the device. 1999-03-05 16:25:49 +00:00
benchmarks add netpipe to Makefile 1999-03-19 06:09:14 +00:00
cad add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
chinese add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
comms add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
converters note that a newer version is available 1999-03-09 05:55:44 +00:00
databases add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
devel add SEPARATE_BUILD var 1999-03-18 01:15:21 +00:00
editors add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
emulators Typo 1999-03-14 18:15:02 +00:00
games USE_MOTIF=yes; op21@squish.org 1999-03-12 19:22:55 +00:00
graphics fix install 1999-03-19 22:00:15 +00:00
infrastructure/mk tell gnu configure packages to stuff their files under /etc. 1999-03-16 23:35:37 +00:00
japanese add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
lang upgrade to tcl 8.0.5 1999-03-19 20:38:20 +00:00
mail fix chgrp for dotlock 1999-03-19 19:36:55 +00:00
math Fix library dependency and packing list 1999-03-12 17:13: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 add delay to Makefile 1999-03-19 03:02:46 +00:00
net upgrade to samba 2.0.3; Andrew Lambeth <andrew@nfr.net> 1999-03-19 09:06:04 +00:00
news upgrade to leafnode 1.9.2 1999-03-17 03:46:25 +00:00
plan9 add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
print add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
russian add sha1 and rmd160 checksum to the existing md5 sums for all files; 1999-03-04 05:55:44 +00:00
security add SYSCONFDIR var and add missing PLIST.noshared 1999-03-17 02:55:28 +00:00
shells add zsh-devel port 1999-03-14 07:55:31 +00:00
sysutils Update to 3.9.4, dist. patch 1803. 1999-03-19 02:53:53 +00:00
textproc activate libxml 1999-03-14 16:31:51 +00:00
www add SYSCONFDIR var 1999-03-17 03:59:28 +00:00
x11 add aterm to Makefile 1999-03-21 05:55:24 +00:00
.cvsignore
INDEX update INDEX 1999-03-17 05:42:25 +00:00
LICENSE Add line for ghostscript crypto goop. 1998-11-12 12:09:37 +00:00
license-check
Makefile
Makefile.template finer setup for SEPARATE_BUILD 1999-03-08 00:33:41 +00:00
README

		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 $