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-01 02:20:11 +00:00
archivers remove unnecessary comments and fix email address's 1999-04-01 02:16:31 +00:00
astro remove unnecessary comments 1999-04-01 02:20:11 +00:00
audio add some required patches; rohee@ 1999-03-31 20:53:10 +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 Fix up PLISTs. 1999-03-23 17:47:31 +00:00
converters Trim up a few COMMENTS. 1999-03-23 18:07:31 +00:00
databases supress warning when mirroring distfiles 1999-04-01 00:27:02 +00:00
devel re-arrange PLIST 1999-04-01 00:46:23 +00:00
editors Fix problem introduced after the CONFIGURE_ARGS modification. 1999-03-30 03:59:52 +00:00
emulators remove useless dist site 1999-03-28 23:11:53 +00:00
games fix for package building 1999-04-01 00:05:44 +00:00
graphics remove xpm dependency: xpm is part of OpenBSD as of 2.3 1999-03-31 08:00:24 +00:00
infrastructure/mk add obj target that works in conjuction with WRKOBJDIR; 1999-03-30 07:12:05 +00:00
japanese Fix up PLISTs. 1999-03-23 17:47:31 +00:00
lang move tests to the post-install stage, to grab the right flavor of 1999-03-25 21:51:27 +00:00
mail update to exim-2.12; peter.galbavy@knowledge.com 1999-03-31 22:39:43 +00:00
math Fix up PLISTs. 1999-03-23 17:47:31 +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 Fix configure step; remove non-functional SEPARATE_BUILD 1999-03-25 02:09:36 +00:00
net typo 1999-04-01 00:32:48 +00:00
news update to tinpre-1.4-19990216; jason@thought.net 1999-03-30 06:23:44 +00:00
plan9 Fix up PLISTs. 1999-03-23 17:47:31 +00:00
print upgrade to freetype 1.2 and add missing PLIST.noshared 1999-03-31 21:42:11 +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 use same Configure targets as libssl in the source tree 1999-03-28 23:03:25 +00:00
shells info/dir should NEVER be in a PLIST 1999-03-29 19:20:28 +00:00
sysutils add /dev/ksyms support; Markus Friedl <markus.friedl@informatik.uni-erlangen.de> 1999-03-31 23:01:04 +00:00
textproc info/dir should NEVER be in a PLIST 1999-03-29 19:20:28 +00:00
www enabling amaya dictionnaries 1999-03-29 18:25:54 +00:00
x11 fix dependency 1999-04-01 01:34:12 +00:00
.cvsignore Dont complain about distfiles directory. 1997-11-24 20:55:57 +00:00
INDEX Update index using latest COMMENTS 1999-03-25 01:50:40 +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
Makefile.template finer setup for SEPARATE_BUILD 1999-03-08 00:33:41 +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 $