diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-08 02:13:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-08 02:13:00 +0800 |
commit | 268bb5b915b92079985d6846d2425dedfa8a2afd (patch) | |
tree | fe8ea9316a525516d10530cec295be7a91e628dd /Mk/bsd.gnome.mk | |
parent | a100b88e79648e2b4fa2f062e7d119737e68b416 (diff) | |
download | marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar.gz marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar.bz2 marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar.lz marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar.xz marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.tar.zst marcuscom-ports-268bb5b915b92079985d6846d2425dedfa8a2afd.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
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index f4b9a704d..3d5f2c17e 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.342 2005/12/14 22:22:54 marcus Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.343 2005/12/25 04:08:59 marcus Exp $ # # Please view me with 4 column tabs! @@ -710,7 +710,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 attachment in either website, copy-n-paste in http://freebsd-gnome.pastebin.com, or send-pr with attachment. Try to avoid send any attachment to the mailing list (${MAINTAINER}), attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." .endif |