aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2004-06-08 04:42:02 +0800
committeradamw <adamw@FreeBSD.org>2004-06-08 04:42:02 +0800
commit31b213a38570f6478ffed485b9621ad01a49292f (patch)
tree01b42de2e6ef0adc66d772585c813877f3247cae /Mk/bsd.gnome.mk
parent603aaa495764e563a3a6c895210405385f257725 (diff)
downloadfreebsd-ports-gnome-31b213a38570f6478ffed485b9621ad01a49292f.tar.gz
freebsd-ports-gnome-31b213a38570f6478ffed485b9621ad01a49292f.tar.zst
freebsd-ports-gnome-31b213a38570f6478ffed485b9621ad01a49292f.zip
Override CONFIGURE_FAIL_MESSAGE to provide instructions to use the
new gnomelogalyzer.
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index ef54d03dd186..9611fee19913 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -601,5 +601,9 @@ PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:=""
.endif
.endif
+.if ${MAINTAINER}=="gnome@FreeBSD.org"
+CONFIGURE_FAIL_MESSAGE= "Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at ${MAINTAINER}, and attach \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an \`ls ${PKG_DBDIR}\`)."
+.endif
+
.endif
# End of use part.