x11/gnome3 port options

Don Lewis truckman at FreeBSD.org
Wed Sep 23 05:21:57 UTC 2015


This snippet of the gnome3 Makefile looks wrong:

.if ${.CURDIR:T}!="gnome3-lite"
OPTIONS_DEFINE+=MAPI
MAPI_DESC=      Depend on evolution-mapi (pulls in samba4)
                
DOCS_RUN_DEPENDS=       gnome-user-docs>=0:${PORTSDIR}/misc/gnome-user-docs
MAPS_RUN_DEPENDS=       evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi
.endif


The first problem is that we never add DOCS to OPTIONS_DEFINE.  The
second problem is that MAPS_RUN_DEPENDS looks like it should be
MAPI_RUN_DEPENDS.



More information about the freebsd-gnome mailing list