diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-26 21:54:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-26 21:54:59 +0800 |
commit | 0e21a14de64d8e0220f4803fac6a5ff72bb4ffa8 (patch) | |
tree | 5be753643a74e2e7c35ad7ebb2907f761a6e0432 /Mk | |
parent | ac349e282f678e7f443162d77a6830fc270432b1 (diff) | |
download | freebsd-ports-gnome-0e21a14de64d8e0220f4803fac6a5ff72bb4ffa8.tar.gz freebsd-ports-gnome-0e21a14de64d8e0220f4803fac6a5ff72bb4ffa8.tar.zst freebsd-ports-gnome-0e21a14de64d8e0220f4803fac6a5ff72bb4ffa8.zip |
- Revert accidental commit
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 9 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 59 | ||||
-rw-r--r-- | Mk/bsd.python.mk | 4 |
3 files changed, 1 insertions, 71 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 9338b0af975d..9cb9bec5441c 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -16,8 +16,6 @@ # USE_GCC= 4.2+ # port requires GCC 4.2 or later. # USE_GCC= 4.7 # port requires GCC 4.7. # -# USE_GCC_RELEASE=yes # use lang/gcc if its version satisfies USE_GCC -# # If your port needs a Fortran compiler, please specify that with the # USE_FORTRAN= knob. Here is the list of options for that knob: # @@ -38,7 +36,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 030402 040200 040400 040600 040700 RELEASE +GCCVERSIONS= 030402 040200 040400 040600 040700 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. @@ -48,7 +46,6 @@ GCCVERSION_040200= 700042 9999999 4.2 GCCVERSION_040400= 0 0 4.4 GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 -GCCVERSION_RELEASE= 0 0 ${GCC_DEFAULT_VERSION} GCC_DEFAULT_VERSION= 4.6 GCC_DEFAULT_V= ${GCC_DEFAULT_VERSION:S/.//} @@ -180,11 +177,7 @@ _USE_GCC:= ${GCC_DEFAULT_VERSION} .for v in ${GCCVERSIONS} . if ${_USE_GCC} == ${_GCCVERSION_${v}_V} . if ${OSVERSION} < ${_GCCVERSION_${v}_L} || ${OSVERSION} > ${_GCCVERSION_${v}_R} -.if defined(USE_GCC_RELEASE) && ${_USE_GCC:S/.//} <= ${_GCCVERSION_${v}_V:S/.//} -V:= # empty -.else V:= ${_GCCVERSION_${v}_V:S/.//} -.endif _GCC_BUILD_DEPENDS:= gcc${V} _GCC_PORT_DEPENDS:= gcc${V} CC:= gcc${V} diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f660fc2d7bc5..a974d9999074 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6249,42 +6249,6 @@ pretty-print-config: @${ECHO_MSG} "" .endif # pretty-print-config -#.if !target(collect-ports-conf) -#collect-ports-conf: -#.for opt in ${ALL_OPTIONS} -#. if ${PORT_OPTIONS:M${opt}} -#opts_set+= ${opt} -#. else -#opts_unset+=${opt} -#. endif -#.endfor -#.for opts in ${OPTIONS_MULTI} -#. for opt in ${OPTIONS_MULTI_${opts}} -#. if ${PORT_OPTIONS:M${opt}} -#opts_set+= ${opt} -#. else -#opts_unset+=${opt} -#. endif -#. endfor -#.endfor -#.for opts in ${OPTIONS_SINGLE} -#. for opt in ${OPTIONS_SINGLE_${opts}} -#. if ${PORT_OPTIONS:M${opt}} -#opts_set+= ${opt} -#. else -#opts_unset+=${opt} -#. endif -#. endfor -#.endfor -#.undef opt -#.undef opts -#.endif # collect-ports-conf -# -#.if !target(pretty-print-ports-conf) -#pretty-print-ports-conf: collect-ports-conf -# @${ECHO_MSG} "${.CURDIR:C/${PORTSDIR}\///} : OPTIONS_SET=${opts_set:O} | OPTIONS_UNSET=${opts_unset:O}" -#.endif # pretty-print-ports-conf - desktop-categories: @categories=""; \ for native_category in ${CATEGORIES}; do \ @@ -6481,29 +6445,6 @@ install-license: @${DO_NADA} .endif -.if !defined(TEST_ARGS) -TEST_ARGS= ${MAKE_ARGS} -.else -TEST_ARGS+= ${MAKE_ARGS} -.endif -.if !defined(TEST_ENV) -TEST_ENV= ${MAKE_ENV} -.else -TEST_ENV+= ${MAKE_ENV} -.endif -TEST_TARGET?= test -TEST_WRKSRC?= ${BUILD_WRKSRC} - -#.if !target(regression-test) && defined(PERL_CONFIGURE) && defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == p5- -.if !target(regression-test) && defined(PERL_CONFIGURE) -regression-test: build -.if defined(PERL_MODBUILD) - cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${PERL5} ${PL_BUILD} ${TEST_ARGS} ${TEST_TARGET} || ${TRUE} -.else - cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${MAKE} ${TEST_ARGS} ${TEST_TARGET} || ${TRUE} -.endif -.endif - .endif # End of post-makefile section. diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index fb40795bcba9..72d50ba2506d 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -99,9 +99,6 @@ Python_Include_MAINTAINER= python@FreeBSD.org # PYTHONPREFIX_LIBDIR default: ${PREFIX}/lib/${PYTHON_VERSION} # PYTHONPREFIX_SITELIBDIR default: ${PYTHONPREFIX_LIBDIR}/site-packages # -# PYTHON_SHEBANG_FILES -# - Specify the files which shebang lines you want to fix. -# # PYDISTUTILS - Dependency line for the distutils extension. As of # Python-2.0, the distutils are in the base distribution. # @@ -597,7 +594,6 @@ PLIST_SUB+= PYTHON_INCLUDEDIR=${PYTHONPREFIX_INCLUDEDIR:S;${PREFIX}/;;} \ PYTHON_LIBDIR=${PYTHONPREFIX_LIBDIR:S;${PREFIX}/;;} \ PYTHON_PLATFORM=${PYTHON_PLATFORM} \ PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;} \ - PYTHON_VER=${PYTHON_VER} \ PYTHON_VERSION=${PYTHON_VERSION} # Zope specific substitutions |