diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:25:32 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:25:32 +0000 |
commit | 9eca9782ddb831336afb70ecd8c346e0af95f428 (patch) | |
tree | ade7b26d11c6c51452cd9ff7a26983f9c51f6197 /misc | |
parent | 7a9ac42581536191b949639d444cefa8320326b9 (diff) | |
download | FreeBSD-ports-9eca9782ddb831336afb70ecd8c346e0af95f428.zip FreeBSD-ports-9eca9782ddb831336afb70ecd8c346e0af95f428.tar.gz |
[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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index d728e3f..66a22b3 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 |