From owner-svn-ports-all@FreeBSD.ORG Thu Sep 26 14:53:13 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 9C3A7956; Thu, 26 Sep 2013 14:53:13 +0000 (UTC) (envelope-from bdrewery@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 6D3422F33; Thu, 26 Sep 2013 14:53:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8QErDiw074548; Thu, 26 Sep 2013 14:53:13 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8QErCT7074545; Thu, 26 Sep 2013 14:53:12 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201309261453.r8QErCT7074545@svn.freebsd.org> From: Bryan Drewery Date: Thu, 26 Sep 2013 14:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328369 - in head: lang/tcl84 lang/tcl85 security/libscrypt 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: Thu, 26 Sep 2013 14:53:13 -0000 Author: bdrewery Date: Thu Sep 26 14:53:12 2013 New Revision: 328369 URL: http://svnweb.freebsd.org/changeset/ports/328369 Log: - Partial revert of r328226: These ports are not stage safe as they install absolute symlinks pointing to the stagedir! Poudriere has been improved to check for this issue now. With hat: portmgr Reported by: madpilot, jpaetzel Modified: head/lang/tcl84/Makefile head/lang/tcl85/Makefile head/security/libscrypt/Makefile Modified: head/lang/tcl84/Makefile ============================================================================== --- head/lang/tcl84/Makefile Thu Sep 26 14:47:00 2013 (r328368) +++ head/lang/tcl84/Makefile Thu Sep 26 14:53:12 2013 (r328369) @@ -3,7 +3,7 @@ PORTNAME= tcl PORTVERSION= 8.4.20 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= ${MASTER_SITE_TCLTK} \ @@ -23,6 +23,7 @@ TCLMAN_DESC= Install Tcl function manpag WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix +NO_STAGE= yes ALL_TARGET= all INSTALL_TARGET= install install-libraries Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Thu Sep 26 14:47:00 2013 (r328368) +++ head/lang/tcl85/Makefile Thu Sep 26 14:53:12 2013 (r328369) @@ -3,7 +3,7 @@ PORTNAME= tcl PORTVERSION= 8.5.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF/tcl/Tcl/${PORTVERSION} @@ -22,6 +22,7 @@ TCLMAN_DESC= Install Tcl function manpag TZDATA_DESC= Install Tcl timezone data MODULES_DESC= Install Tcl common modules +NO_STAGE= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix ALL_TARGET= all INSTALL_TARGET= install install-libraries Modified: head/security/libscrypt/Makefile ============================================================================== --- head/security/libscrypt/Makefile Thu Sep 26 14:47:00 2013 (r328368) +++ head/security/libscrypt/Makefile Thu Sep 26 14:53:12 2013 (r328369) @@ -3,6 +3,7 @@ PORTNAME= libscrypt PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= horia@racoviceanu.com @@ -11,6 +12,7 @@ COMMENT= C library for the scrypt key de LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE +NO_STAGE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= technion