|
Lines 513-518
Link Here
|
| 513 |
# to turn them off (default: ${ECHO}). |
513 |
# to turn them off (default: ${ECHO}). |
| 514 |
# PATCH_DEBUG - If set, print out more information about the patches as |
514 |
# PATCH_DEBUG - If set, print out more information about the patches as |
| 515 |
# it attempts to apply them. |
515 |
# it attempts to apply them. |
|
|
516 |
# CONFIG_DEBUG - If set, print out more information about the configure process. |
| 516 |
# PKG_DBDIR - Where package installation is recorded (default: /var/db/pkg) |
517 |
# PKG_DBDIR - Where package installation is recorded (default: /var/db/pkg) |
| 517 |
# NO_PKG_REGISTER - Don't register a port installation as a package. |
518 |
# NO_PKG_REGISTER - Don't register a port installation as a package. |
| 518 |
# FORCE_PKG_REGISTER - If set, it will overwrite any existing package |
519 |
# FORCE_PKG_REGISTER - If set, it will overwrite any existing package |
|
Lines 1112-1117
Link Here
|
| 1112 |
PATCH_DIST_ARGS+= -C |
1112 |
PATCH_DIST_ARGS+= -C |
| 1113 |
.endif |
1113 |
.endif |
| 1114 |
|
1114 |
|
|
|
1115 |
.if defined(CONFIG_DEBUG) |
| 1116 |
CONFIG_DEBUG_TMP= yes |
| 1117 |
.else |
| 1118 |
CONFIG_DEBUG_TMP= no |
| 1119 |
.endif |
| 1120 |
|
| 1115 |
.if exists(/bin/tar) |
1121 |
.if exists(/bin/tar) |
| 1116 |
TAR?= /bin/tar |
1122 |
TAR?= /bin/tar |
| 1117 |
.else |
1123 |
.else |
|
Lines 2204-2212
Link Here
|
| 2204 |
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |
2204 |
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |
| 2205 |
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ |
2205 |
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ |
| 2206 |
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ |
2206 |
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ |
| 2207 |
${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ |
2207 |
if [ ${CONFIG_DEBUG_TMP = yes ]; then \ |
| 2208 |
${CAT} ${CONFIGURE_LOG}; \ |
2208 |
${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ |
| 2209 |
${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ |
2209 |
${CAT} ${CONFIGURE_LOG}; \ |
|
|
2210 |
${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ |
| 2211 |
else \ |
| 2212 |
${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: review ${CONFIGURE_WRKSRC}/${CONFIGURE_LOG} for problem" ; \ |
| 2213 |
fi ; \ |
| 2210 |
${FALSE}; \ |
2214 |
${FALSE}; \ |
| 2211 |
fi) |
2215 |
fi) |
| 2212 |
.endif |
2216 |
.endif |