mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Add USE_GNOME_SUBR knob (pulls in sysutils/gnome_subr and adds
GNOME_SUBR to SUB_LIST).
This commit is contained in:
parent
2e1b164a68
commit
9a51a6d84c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175762
@ -728,6 +728,12 @@ PLIST_SUB+= GNOMEDESKTOP:="@comment " NOGNOMEDESKTOP:=""
|
||||
. endif
|
||||
.endif
|
||||
|
||||
.if defined(USE_GNOME_SUBR)
|
||||
GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr
|
||||
RUN_DEPENDS+= ${GNOME_SUBR}:${PORTSDIR}/sysutils/gnome_subr
|
||||
SUB_LIST+= GNOME_SUBR=${GNOME_SUBR}
|
||||
.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}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software."
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user