- 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
This commit is contained in:
parent
1ff39632d0
commit
f9045f8f2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328369
@ -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 manpages
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/unix
|
||||
|
||||
NO_STAGE= yes
|
||||
ALL_TARGET= all
|
||||
INSTALL_TARGET= install install-libraries
|
||||
|
||||
|
@ -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 manpages
|
||||
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
|
||||
|
@ -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 derivation function
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= technion
|
||||
|
Loading…
Reference in New Issue
Block a user