diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-08 04:42:31 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-08 04:42:31 +0800 |
commit | d6b16eb38bc618ccde70d4b1f4973485f634cf77 (patch) | |
tree | dc3ac77946cc1f7a218ced3244e12b879f3a0b14 /Mk/bsd.gnome.mk | |
parent | 239b502c875fae59fb2a243083b5b7282b70b3a6 (diff) | |
download | marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar.gz marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar.bz2 marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar.lz marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar.xz marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.tar.zst marcuscom-ports-d6b16eb38bc618ccde70d4b1f4973485f634cf77.zip |
Override CONFIGURE_FAIL_MESSAGE to point to the gnomelogalyzer.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2370 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 21c83bf2b..ae9859961 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -611,5 +611,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. |