Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Nov 2014 17:39:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 195452] New: editors/abiword: probably incorrect option group handling
Message-ID:  <bug-195452-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@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@FreeBSD.org> ---
Auto-assigned to maintainer gnome@FreeBSD.org

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195452-6497>