Lines 226-231
FreeBSD_MAINTAINER= portmgr@FreeBSD.org
Link Here
|
226 |
# |
226 |
# |
227 |
# NO_ARCH - Set this if port is architecture neutral. |
227 |
# NO_ARCH - Set this if port is architecture neutral. |
228 |
# |
228 |
# |
|
|
229 |
# NO_ARCH_IGNORE - Set this to a list files to ignore when NO_ARCH is checked |
230 |
# in stage-qa (i.e. architecture specific files that are |
231 |
# 'bundled' with the port). |
232 |
# |
229 |
# Set these if your port only makes sense to certain architectures. |
233 |
# Set these if your port only makes sense to certain architectures. |
230 |
# They are lists containing names for them (e.g., "amd64 i386"). |
234 |
# They are lists containing names for them (e.g., "amd64 i386"). |
231 |
# (Defaults: not set.) |
235 |
# (Defaults: not set.) |
Lines 1527-1533
QA_ENV+= STAGEDIR=${STAGEDIR} \
Link Here
|
1527 |
PKGORIGIN=${PKGORIGIN} \ |
1531 |
PKGORIGIN=${PKGORIGIN} \ |
1528 |
LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \ |
1532 |
LIB_RUN_DEPENDS='${_LIB_RUN_DEPENDS:C,[^:]*:([^:]*):?.*,\1,}' \ |
1529 |
UNIFIED_DEPENDS=${_UNIFIED_DEPENDS:C,([^:]*:[^:]*):?.*,\1,:O:u:Q} \ |
1533 |
UNIFIED_DEPENDS=${_UNIFIED_DEPENDS:C,([^:]*:[^:]*):?.*,\1,:O:u:Q} \ |
1530 |
PKGBASE=${PKGBASE} |
1534 |
PKGBASE=${PKGBASE} \ |
|
|
1535 |
NO_ARCH=${NO_ARCH} \ |
1536 |
"NO_ARCH_IGNORE=${NO_ARCH_IGNORE}" |
1531 |
.if !empty(USES:Mssl) |
1537 |
.if !empty(USES:Mssl) |
1532 |
QA_ENV+= USESSSL=yes |
1538 |
QA_ENV+= USESSSL=yes |
1533 |
.endif |
1539 |
.endif |