- Restrict a dependency to the real interpreter to _RUN only. This
allows portupgrade to upgrade lang/python from 2.4 flawlessly. - So remove obsolete instruction.
This commit is contained in:
parent
20af022ea7
commit
2af3fdd8cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175103
3
UPDATING
3
UPDATING
@ -10,9 +10,6 @@ upgrades.
|
||||
AFFECTS: users of any ports using Python
|
||||
AUTHOR: perky@FreeBSD.org
|
||||
|
||||
When you upgrade lang/python, you need to use this command:
|
||||
portupgrade -o lang/python25 python-2.4.x (your current version)
|
||||
|
||||
After upgrading of lang/python, you must rebuild all its consumer
|
||||
ports to make them get ready to Python 2.5.
|
||||
|
||||
|
@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= The "meta-port" for the stable version of Python interpreter
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON_RUN= yes
|
||||
PYTHON_VERSION= python2.5
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
@ -179,13 +179,6 @@ pre-su-install:
|
||||
.endfor
|
||||
|
||||
pre-install:
|
||||
@if [ -f ${PREFIX}/bin/python ]; then \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${ECHO_CMD} "If you're upgrading it using portupgrade, try portupgrade -o lang/python25 python-2.4.x"; \
|
||||
${ECHO_CMD} "=============================="; \
|
||||
${FALSE}; \
|
||||
fi
|
||||
|
||||
${EGREP} -v ${PLIST_EXCLUDE} ${PLIST_TEMPLATE} | \
|
||||
${AWK} '{ print $$0; } \
|
||||
/LIBDIR.*\.py$$/ && !/\/bad/ { print $$0 "o"; print $$0 "c"; }' > ${PLIST}
|
||||
|
Loading…
Reference in New Issue
Block a user