Lines 3178-3183
do-configure:
Link Here
|
3178 |
.if defined(HAS_CONFIGURE) |
3178 |
.if defined(HAS_CONFIGURE) |
3179 |
@${MKDIR} ${CONFIGURE_WRKSRC} |
3179 |
@${MKDIR} ${CONFIGURE_WRKSRC} |
3180 |
@(cd ${CONFIGURE_WRKSRC} && \ |
3180 |
@(cd ${CONFIGURE_WRKSRC} && \ |
|
|
3181 |
${CHMOD} a+rx ${CONFIGURE_CMD}; \ |
3181 |
${SET_LATE_CONFIGURE_ARGS} \ |
3182 |
${SET_LATE_CONFIGURE_ARGS} \ |
3182 |
if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ |
3183 |
if ! ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ |
3183 |
CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ |
3184 |
CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ |
Lines 3830-3835
checksum: fetch
Link Here
|
3830 |
.endif |
3831 |
.endif |
3831 |
.endif |
3832 |
.endif |
3832 |
|
3833 |
|
|
|
3834 |
# Some port's archives contains files modes that are a bit too restrictive for |
3835 |
# some usage. For example: |
3836 |
# BUILD_DEPENDS= ${NONEXISTENT}:foo/bar:configure |
3837 |
# When building as a regular user, dependencies are installed/built as root, so |
3838 |
# if the archive contains files that have a mode of, say, 600, they will not be |
3839 |
# readable by the port requesting the dependency. |
3840 |
# This will also fix broken distribution files where directories don't have the |
3841 |
# executable bit on. |
3842 |
extract-fixup-modes: |
3843 |
@${CHMOD} -R u+w,a+rX ${WRKDIR} |
3844 |
|
3833 |
################################################################ |
3845 |
################################################################ |
3834 |
# The special package-building targets |
3846 |
# The special package-building targets |
3835 |
# You probably won't need to touch these |
3847 |
# You probably won't need to touch these |
Lines 5201-5206
_EXTRACT_SEQ= 010:check-build-conflicts 050:extract-message 100:checksum \
Link Here
|
5201 |
150:extract-depends 190:clean-wrkdir 200:${EXTRACT_WRKDIR} \ |
5213 |
150:extract-depends 190:clean-wrkdir 200:${EXTRACT_WRKDIR} \ |
5202 |
300:pre-extract 450:pre-extract-script 500:do-extract \ |
5214 |
300:pre-extract 450:pre-extract-script 500:do-extract \ |
5203 |
700:post-extract 850:post-extract-script \ |
5215 |
700:post-extract 850:post-extract-script \ |
|
|
5216 |
999:extract-fixup-modes \ |
5204 |
${_OPTIONS_extract} ${_USES_extract} ${_SITES_extract} |
5217 |
${_OPTIONS_extract} ${_USES_extract} ${_SITES_extract} |
5205 |
_PATCH_DEP= extract |
5218 |
_PATCH_DEP= extract |
5206 |
_PATCH_SEQ= 050:ask-license 100:patch-message 150:patch-depends \ |
5219 |
_PATCH_SEQ= 050:ask-license 100:patch-message 150:patch-depends \ |