diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 07:25:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 07:25:32 +0000 |
commit | b1ad1a1b4cf5c7b478b8e1265063eb7df3f938dc (patch) | |
tree | e2b82a12f3ef2a3099c8182fe92dc1dd5f2e8217 | |
parent | Unbrore with threaded Mesa. (diff) |
[portmgr@ hat on]
Temporarly disconnect compatX ports from the build because they are doing
strange things to bento cluster. Now most ports on 4-STABLE cluster fails
on various stages with the following error message:
/usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found
Perhaps PREFIX=/usr in compatX ports was a bad idea.
Notes
Notes:
svn path=/head/; revision=46269
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index d728e3f19890..66a22b3218b9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -32,9 +32,9 @@ SUBDIR += cmatrix SUBDIR += colorls SUBDIR += colortail - SUBDIR += compat22 - SUBDIR += compat3x - SUBDIR += compat4x +# SUBDIR += compat22 +# SUBDIR += compat3x +# SUBDIR += compat4x SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cstream |