mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
- Disallow from pointyhat, these ports exceed filesize limit
This commit is contained in:
parent
76229fb04e
commit
13bfa6f906
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226378
3 changed files with 6 additions and 0 deletions
|
@ -233,6 +233,8 @@ NO_WRKSUBDIR= yes
|
|||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/.pkg-plist
|
||||
|
||||
MANUAL_PACKAGE_BUILD= package exceeds pointyhat filesize limit
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f \
|
||||
\( -name COPYING -or -name LICENSE -or -name copyright \) -delete
|
||||
|
|
|
@ -233,6 +233,8 @@ NO_WRKSUBDIR= yes
|
|||
NO_BUILD= yes
|
||||
PLIST= ${WRKDIR}/.pkg-plist
|
||||
|
||||
MANUAL_PACKAGE_BUILD= package exceeds pointyhat filesize limit
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f \
|
||||
\( -name COPYING -or -name LICENSE -or -name copyright \) -delete
|
||||
|
|
|
@ -27,6 +27,8 @@ USE_GMAKE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
MANUAL_PACKAGE_BUILD= exceeds pointyhat filesize limit during compilation
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
||||
|
|
Loading…
Add table
Reference in a new issue