mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Limit PORTSCOUT version check to -jumbo releases and explain why.
This commit is contained in:
parent
fd1bd58704
commit
72fd1ce002
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287553
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
# We prefer -jumbo (community-enhanced) versions instead of vanilla releases
|
||||
# due to the sad fact that `-jumbo-???' suffixed versions *precede* official
|
||||
# ones per pkg_version(1) -t check. So, when Alexander rolls out new "plain"
|
||||
# release, just hold the horses and wait for corresponding -jumbo one, which
|
||||
# usually does not take too long to appear.
|
||||
#
|
||||
PORTSCOUT= limit:.*-jumbo
|
||||
|
||||
OSNAME= ${OPSYS:L}
|
||||
CFLAGS+= -DJOHN_SYSTEMWIDE=1 \
|
||||
-DJOHN_SYSTEMWIDE_HOME=\\"${DATADIR}\\" \
|
||||
|
|
Loading…
Add table
Reference in a new issue