Date: Thu, 26 Sep 2013 14:53:12 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> 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 Message-ID: <201309261453.r8QErCT7074545@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261453.r8QErCT7074545>