mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Default the WRKSRC to the proper extracted name for USE_GITHUB when
GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX change in r381689. This actually fixes the build for sysutils/zfstools, broken in r381704. With hat: portmgr
This commit is contained in:
parent
6fdf090523
commit
69d5e85c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381715
@ -1554,7 +1554,11 @@ WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work
|
||||
. if defined(GH_COMMIT)
|
||||
WRKSRC?= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
|
||||
. else
|
||||
. if defined(GH_TAGNAME)
|
||||
WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
|
||||
. else
|
||||
WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION}
|
||||
. endif
|
||||
. endif
|
||||
.endif
|
||||
.if defined(NO_WRKSUBDIR)
|
||||
|
@ -15,7 +15,6 @@ CONFLICTS= ilbc-r[0-9]*
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TimothyGu
|
||||
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION}
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cisco
|
||||
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-openssl
|
||||
|
@ -19,8 +19,6 @@ PORTDOCS= *
|
||||
USERS= syncthing
|
||||
GROUPS= syncthing
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
STRIP= # stripping can break go binaries
|
||||
|
||||
post-patch:
|
||||
|
@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wernerd
|
||||
GH_PROJECT= ZRTPCPP
|
||||
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${DISTVERSION}
|
||||
|
||||
USES= cmake:outsource
|
||||
CMAKE_ARGS= -DCORE_LIB=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user