From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 11:37:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E98A689D; Tue, 15 Oct 2013 11:37:43 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C805D279D; Tue, 15 Oct 2013 11:37:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9FBbhXH053185; Tue, 15 Oct 2013 11:37:43 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9FBbhuc053177; Tue, 15 Oct 2013 11:37:43 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201310151137.r9FBbhuc053177@svn.freebsd.org> From: Renato Botelho Date: Tue, 15 Oct 2013 11:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330386 - head/misc/compat7x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 11:37:44 -0000 Author: garga Date: Tue Oct 15 11:37:43 2013 New Revision: 330386 URL: http://svnweb.freebsd.org/changeset/ports/330386 Log: - Update to 7.4 - Support staging - Drop sparc64 Deleted: head/misc/compat7x/pkg-plist.sparc64 Modified: head/misc/compat7x/Makefile head/misc/compat7x/distinfo Modified: head/misc/compat7x/Makefile ============================================================================== --- head/misc/compat7x/Makefile Tue Oct 15 11:34:35 2013 (r330385) +++ head/misc/compat7x/Makefile Tue Oct 15 11:37:43 2013 (r330386) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= compat7x -PORTVERSION= 7.3.703000.201008 -PORTREVISION= 1 +PORTVERSION= 7.4.704000.201310 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -12,15 +11,14 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERS MAINTAINER= garga@FreeBSD.org COMMENT= A convenience package to install the compat7x libraries -USE_BZIP2= yes +USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} -NO_STAGE= yes .include .if ${OSVERSION} < 700000 @@ -33,16 +31,13 @@ USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: - @${MKDIR} -m 0755 ${TARGET_DIR} - (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) - (cd ${TARGET_DIR} && ${LN} -sf /lib/libthr.so.3 libkse.so.3) + @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} + (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET_DIR}) + (cd ${STAGEDIR}${TARGET_DIR} && ${LN} -sf /lib/libthr.so.3 libkse.so.3) .if ${ARCH} == amd64 - @${MKDIR} ${TARGET32_DIR} - (cd ${TARGET32_DIR} && ${LN} -sf /usr/lib32/libthr.so.3 libkse.so.3) - (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) + @${MKDIR} ${STAGEDIR}${TARGET32_DIR} + (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET32_DIR}) + (cd ${STAGEDIR}${TARGET32_DIR} && ${LN} -sf /usr/lib32/libthr.so.3 libkse.so.3) .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include Modified: head/misc/compat7x/distinfo ============================================================================== --- head/misc/compat7x/distinfo Tue Oct 15 11:34:35 2013 (r330385) +++ head/misc/compat7x/distinfo Tue Oct 15 11:37:43 2013 (r330386) @@ -1,6 +1,4 @@ -SHA256 (compat7x-amd64-7.3.703000.201008.tar.bz2) = 31f43a6d82e352bb64cc0c15a03c9439d1e4bca249962e1293b2fc635f524f76 -SIZE (compat7x-amd64-7.3.703000.201008.tar.bz2) = 6564918 -SHA256 (compat7x-i386-7.3.703000.201008.tar.bz2) = cc3084e9efcde7e5b04df065a371e9b846f46e2ffc8f12ac5401d820090f7b66 -SIZE (compat7x-i386-7.3.703000.201008.tar.bz2) = 3303520 -SHA256 (compat7x-sparc64-7.3.703000.201008.tar.bz2) = 5b5a753cf5a93a7a69b6a1a28dde26df056d3b40b6e07331e470bab17d33c4f8 -SIZE (compat7x-sparc64-7.3.703000.201008.tar.bz2) = 3225728 +SHA256 (compat7x-amd64-7.4.704000.201310.tar.xz) = 1fbb45dbd35da4698c0d2fdf7f78e9349284528ef729fd591c7487ec0592bb11 +SIZE (compat7x-amd64-7.4.704000.201310.tar.xz) = 5141624 +SHA256 (compat7x-i386-7.4.704000.201310.tar.xz) = a5440e5973298f9e17de46fdad0c130cd54777b263ed0fb3f2ec9442f32bd9ce +SIZE (compat7x-i386-7.4.704000.201310.tar.xz) = 2589148