From owner-cvs-ports@FreeBSD.ORG Thu Sep 3 13:13:40 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28A731065693; Thu, 3 Sep 2009 13:13:40 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17BCE8FC1B; Thu, 3 Sep 2009 13:13:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n83DDdwS072750; Thu, 3 Sep 2009 13:13:39 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n83DDdkD072749; Thu, 3 Sep 2009 13:13:39 GMT (envelope-from garga) Message-Id: <200909031313.n83DDdkD072749@repoman.freebsd.org> From: Renato Botelho Date: Thu, 3 Sep 2009 13:13:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/compat5x Makefile ports/misc/compat6x Makefile ports/misc/compat7x Makefile distinfo pkg-plist.amd64 pkg-plist.i386 pkg-plist.sparc64 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 13:13:40 -0000 garga 2009-09-03 13:13:39 UTC FreeBSD ports repository Modified files: misc/compat5x Makefile misc/compat6x Makefile misc/compat7x Makefile distinfo pkg-plist.amd64 pkg-plist.i386 pkg-plist.sparc64 Log: After discuss with jhb@ and kib@, here are fixed version of compat[567]x ports working fine when installed on 8.0. compat5x: Installed under a FreeBSD 6.x or 7.x: /usr/local/lib/compat/libpthread.so.1 (file) on amd64: /usr/local/lib32/compat/libpthread.so.1 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) compat6x: Installed under a FreeBSD 7.x: /usr/local/lib/compat/libpthread.so.2 (file) on amd64: /usr/local/lib32/compat/libpthread.so.2 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) compat7x: Installed under a FreeBSD 8.x: /usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink) on amd64: /usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink) Reported by: kib Thanks to: jhb and kib Revision Changes Path 1.22 +3 -3 ports/misc/compat5x/Makefile 1.8 +3 -3 ports/misc/compat6x/Makefile 1.3 +3 -4 ports/misc/compat7x/Makefile 1.3 +9 -9 ports/misc/compat7x/distinfo 1.2 +0 -2 ports/misc/compat7x/pkg-plist.amd64 1.2 +0 -1 ports/misc/compat7x/pkg-plist.i386 1.2 +0 -1 ports/misc/compat7x/pkg-plist.sparc64