Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2007 15:19:10 +0400
From:      sam <samflanker@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   [update-request] please help to maintiners
Message-ID:  <4717412E.8040001@gmail.com>

next in thread | raw e-mail | index | archive | help
Hello, all!
this is a unsupportet structure code:
==================================================================================

.if !defined(WITH_SERVER)
    PLIST_SUB+=     SERVER="@comment "
    .if defined(WITH_MYSQL) || !defined(WITHOUT_PGSQL) || 
!defined(WITHOUT_SQLITE) || !defined(WITHOUT_ODBC)
        IGNORE= is useless database support without a SERVER. Please 
(re)run 'make config' and choose SERVER with database
    .endif
.else
    CONFIGURE_ARGS+=        --with-server
    PLIST_SUB+=     SERVER=""
    .if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) && 
!defined(WITH_SQLITE) && !defined(WITH_ODBC)
        IGNORE= is useless without a database. Please (re)run 'make 
config' and choose one of PGSQL and MYSQL
    .else
        USE_RC_SUBR+=   netxmsd
        .if defined(WITH_AGENT)
            PLIST_SUB+=     AGENT="@comment "
        .else
            USE_RC_SUBR+=   netxmsd nxagentd
        .endif
    .endif
.endif

==================================================================================

plaese add support for help to maintiners
it comfortably

/Vladimir Ermakov








Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4717412E.8040001>