From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 9 15:30:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDF2A16A417 for ; Sun, 9 Sep 2007 15:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CF99413C468 for ; Sun, 9 Sep 2007 15:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l89FU73A043130 for ; Sun, 9 Sep 2007 15:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l89FU7Zw043129; Sun, 9 Sep 2007 15:30:07 GMT (envelope-from gnats) Date: Sun, 9 Sep 2007 15:30:07 GMT Message-Id: <200709091530.l89FU7Zw043129@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Sutra Zhou" Cc: Subject: Re: ports/116229: devel/subcommander: missing dependency on boost X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sutra Zhou List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2007 15:30:08 -0000 The following reply was made to PR ports/116229; it has been noted by GNATS. From: "Sutra Zhou" To: bug-followup@freebsd.org Cc: Subject: Re: ports/116229: devel/subcommander: missing dependency on boost Date: Sun, 9 Sep 2007 22:59:59 +0800 ------=_Part_9517_6637651.1189349999707 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I reviewed the ports Makefile and its INSTALL file, it requires boost. But another requirement: {{{ 2. Unix Requirements: --------------------- If your c++ compiler does have an incomplete stl (like gcc 2.96) you will need stlport to build Subcommander. - stlport http://www.stlport.org }}} I don't know how to do. The patch for dependency of boost: *** Makefile.bak Sun Sep 9 22:07:16 2007 --- Makefile Sun Sep 9 22:40:28 2007 *************** *** 17,22 **** --- 17,23 ---- LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon \ apr-1.2:${PORTSDIR}/devel/apr-svn RUN_DEPENDS= subversion>=1.2.0:${PORTSDIR}/devel/subversion + BUILD_DEPENDS= ${LOCALBASE}/include/boost:${PORTSDIR}/devel/boost WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Sun, 9 Sep 2007 13:00:12 UT, Edwin Groothuis : > > Maintainer of devel/subcommander, > > Please note that PR ports/116229 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116229 > > -- > Edwin Groothuis > edwin@FreeBSD.org > ------=_Part_9517_6637651.1189349999707 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I reviewed the ports Makefile and its INSTALL file, it requires boost.
But another requirement:
{{{
     2. Unix Requirements:
     ---------------------
    
        If your c++ compiler does have an incomplete stl (like gcc 2.96)
        you will need stlport to build Subcommander.
       
        - stlport
          http://www.stlport.org
}}}
I don't know how to do.


The patch for dependency of boost:
*** Makefile.bak        Sun Sep  9 22:07:16 2007
--- Makefile    Sun Sep  9 22:40:28 2007
***************
*** 17,22 ****
--- 17,23 ----
  LIB_DEPENDS=  neon.26:${PORTSDIR}/www/neon \
                apr-1.2:${PORTSDIR}/devel/apr-svn
  RUN_DEPENDS=  subversion>=1.2.0:${PORTSDIR}/devel/subversion
+ BUILD_DEPENDS=        ${LOCALBASE}/include/boost:${PORTSDIR}/devel/boost
 
  WRKSRC=       ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 


Sun, 9 Sep 2007 13:00:12 UT, Edwin Groothuis <edwin@freebsd.org>:
Maintainer of devel/subcommander,

Please note that PR ports/116229 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116229

--
Edwin Groothuis
edwin@FreeBSD.org

------=_Part_9517_6637651.1189349999707--