1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
Dima Dorfman 302878302d The regexp used to change T_USER to T_USERNAME only works if the
symbol is preceded by whitespace.  However, on line 64 of servscan.l,
the symbol is preceded by a parenthesis, so it is left alone.  On
i386, T_USER is defined, so the build proceeds, but there may still be
adverse side effects due to that routine returning the wrong thing in
some cases.  The bandaid is to fix the regexp to catch the case where
T_USER is used after a parenthesis--this is what's being committed.  The
real fix is either to make the author use T_USERNAME for us, or,
preferably, don't define T_USER when sys/param.h is included since
T_USER is in the application namespace.

Approved by:	maintainer timeout
2002-04-12 02:25:10 +00:00
accessibility
arabic
archivers
astro
audio Update to 2.0 pre 3 2002-04-12 00:00:29 +00:00
benchmarks
biology Update to 0.3.6. 2002-04-10 18:37:18 +00:00
cad add qfsm 0.30 2002-04-11 18:27:36 +00:00
chinese support HAVE_GGI_LIB 2002-04-09 08:15:36 +00:00
comms Add missing locale files/dirs to pkg-plist (blush..). 2002-04-10 19:49:16 +00:00
converters
databases Update to 1.00 2002-04-12 02:06:17 +00:00
deskutils Change maintainer's address to the one at FreeBSD.org. 2002-04-11 14:51:07 +00:00
devel remove port gcc-6111 for Makefile 2002-04-11 18:40:33 +00:00
dns
editors Fix build-failure at makeinfo(4.1 or later). 2002-04-10 15:55:05 +00:00
emulators Update port to 2.9.4. 2002-04-11 18:56:03 +00:00
finance
french
ftp Upgrade to release 0.13.1. 2002-04-11 20:12:21 +00:00
games upgrade to 0.0.6E.4F.8 2002-04-11 05:25:19 +00:00
german
graphics Correct wrong argument given to ImageMagick's convert(1) 2002-04-12 02:11:47 +00:00
hebrew
hungarian
irc Fix plist on current. 2002-04-10 06:16:01 +00:00
japanese Change maintainer's address to the one at FreeBSD.org. 2002-04-11 14:51:07 +00:00
java
korean
lang Update to latest version. 2002-04-11 13:36:57 +00:00
mail Update to 2.1 + patch 26e. 2002-04-11 02:42:41 +00:00
math Update checksum for Python-2.1.3. 2002-04-11 11:31:49 +00:00
mbone
misc Update to 1.67 2002-04-12 02:14:22 +00:00
Mk Upgrade to 2.1.3. 2002-04-11 11:29:52 +00:00
multimedia Fix build problem on FreeBSD 5-current. 2002-04-11 04:58:47 +00:00
net The regexp used to change T_USER to T_USERNAME only works if the 2002-04-12 02:25:10 +00:00
net-im Update to 0.98.2. 2002-04-10 16:09:30 +00:00
net-mgmt Upgrade to pre5 which seems to work with perl 5.0. 2002-04-10 18:58:07 +00:00
net-p2p Update to 2.0 pre 3 2002-04-12 00:00:29 +00:00
news
palm Update the MASTER_SITES (per maintainer's request) and the WWW tag (my 2002-04-09 20:08:09 +00:00
picobsd
polish
ports-mgmt Update to 20020405. 2002-04-11 15:22:59 +00:00
portuguese
print Remove texinfo 2002-04-11 06:30:21 +00:00
russian last commit markp changed the wrong line 2002-04-10 07:44:35 +00:00
science
security Update the download site and URL. 2002-04-11 12:13:12 +00:00
shells
sysutils Update to 20020405. 2002-04-11 15:22:59 +00:00
Templates
textproc Update to 1.11 2002-04-12 02:03:52 +00:00
Tools
ukrainian
vietnamese
www Change the download site and switch to a bzip2-compressed distfile. 2002-04-11 14:18:45 +00:00
x11 Use another daemon pic as logo. 2002-04-11 12:04:47 +00:00
x11-clocks Fix build problem on 5-current. 2002-04-11 00:22:33 +00:00
x11-fm
x11-fonts
x11-servers
x11-themes This port will only cause fvwm2 (and fvwm2-devel) to hang if they are 2002-04-11 05:43:48 +00:00
x11-toolkits Update checksum for Python-2.1.3. 2002-04-11 11:31:49 +00:00
x11-wm This port will only cause fvwm2 (and fvwm2-devel) to hang if they are 2002-04-11 05:43:48 +00:00
.cvsignore
INDEX
LEGAL
Makefile
README

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

        http://www.freebsd.org/ports

For general information on the ports collection, please see the
FreeBSD Handbook which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

        http://www.freebsd.org/handbook/handbook.html

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

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.