View | Details | Raw Unified | Return to bug 68299
Collapse All | Expand All

(-)Makefile (-5 / +11 lines)
Lines 99-109 Link Here
99
			echo "********************************************************************"; \
99
			echo "********************************************************************"; \
100
			echo "Before reporting this error, verify that you are running a supported"; \
100
			echo "Before reporting this error, verify that you are running a supported"; \
101
			echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \
101
			echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \
102
			echo "have a complete and up-to-date ports collection (INDEX builds are"; \
102
			echo "have a complete and up-to-date ports collection.  (INDEX builds are"; \
103
			echo "not supported with partial or out-of-date ports collections).  If"; \
103
			echo "not supported with partial or out-of-date ports collections -- in"; \
104
			echo "so, then report the failure to ports@FreeBSD.org together with"; \
104
			echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \
105
			echo "relevant details of your ports configuration (including FreeBSD"; \
105
			echo "collection, and have no \"refuse\" files.)  If that is the case, then"; \
106
			echo "version, environment and /etc/make.conf settings)."; \
106
			echo "report the failure to ports@FreeBSD.org together with relevant"; \
107
			echo "details of your ports configuration (including FreeBSD version,"; \
108
			echo "your architecture, your environment, and your /etc/make.conf"; \
109
			echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \
110
			echo; \
111
			echo "Note: the latest pre-generated version of INDEX may be fetched"; \
112
			echo "automatically with \"make fetchindex\"."; \
107
			echo "********************************************************************"; \
113
			echo "********************************************************************"; \
108
			echo; \
114
			echo; \
109
		fi; \
115
		fi; \

Return to bug 68299