[Bug 195452] New: editors/abiword: probably incorrect option group handling

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 27 17:39:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195452

            Bug ID: 195452
           Summary: editors/abiword: probably incorrect option group
                    handling
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)

abiword has options group named COLLAB:

OPTIONS_GROUP=  COLLAB
OPTIONS_GROUP_COLLAB=   COLXMPP

however group name is mentioned in OPTIONS_DEFAULT:

OPTIONS_DEFAULT=SPELLCHECK CLIPART TEMPLATES COLLAB

and is checked later

.if ${PORT_OPTIONS:MCOLLAB}
CONFIGURE_ARGS+=--with-boost --enable-collab-backend-tcp \
                --enable-collab-backend-service
BUILD_DEPENDS+= ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
LIB_DEPENDS+=   libboost_system.so:${PORTSDIR}/devel/boost-libs \
                libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
                libgnutls.so:${PORTSDIR}/security/gnutls
RUN_DEPENDS+=   ${LOCALBASE}/include/asio.hpp:${PORTSDIR}/net/asio
PLIST_SUB+=             COLLAB=""
.else
CONFIGURE_ARGS+=--without-boost --disable-collab-backend-tcp \
                --disable-collab-backend-service
PLIST_SUB+=             COLLAB="@comment "
.endif

this seems to be incorrect - I haven't digged into the logic, but probably
COLXMPP which belongs to COLLAB group should be mentioned in OPTIONS_DEFAULT
and checked instead.

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer gnome at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list