diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-06 21:56:54 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-01-06 21:56:54 +0000 |
commit | 803b5590997279bcaedb8878c00f2d68db08a54f (patch) | |
tree | 77c1be24d811b9abf02a7606119daf7dc8671ec2 /Mk | |
parent | 3bd21ebe891ff34c5bb9bbe2d14014973148891b (diff) | |
download | freebsd-ports-803b5590997279bcaedb8878c00f2d68db08a54f.zip |
We no longer suggest to send attach in mailing list, because the list usually
like to strip it. Change the suggest with different choices to:
-Put your attach in website.
-copy-n-paste in http://freebsd-gnome.pastebin.com/
-send-pr with attach
Modify the FreeBSD GNOME FAQ and bug report are on the way too.
Discussed with: marcus
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index f6bf4b525368..57394b60496b 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -702,7 +702,7 @@ PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:="" .endif .if ${MAINTAINER}=="gnome@FreeBSD.org" -CONFIGURE_FAIL_MESSAGE= "Please run 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 build failure to the FreeBSD GNOME team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`)." +CONFIGURE_FAIL_MESSAGE= "Please run 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 build failure to the FreeBSD GNOME team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Make sure to put your attach in either website, copy-n-paste in http://freebsd-gnome.pastebin.com, or send-pr with attach. Try to avoid send any attach to the mailing list (${MAINTAINER}), because the list usually like to strip attach." .endif |