Date: Sun, 9 Sep 2007 15:30:07 GMT From: "Sutra Zhou" <zhoushuqun@gmail.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/116229: devel/subcommander: missing dependency on boost Message-ID: <200709091530.l89FU7Zw043129@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/116229; it has been noted by GNATS. From: "Sutra Zhou" <zhoushuqun@gmail.com> 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 <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 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.<br>But another requirement:<br>{{{<br> 2. Unix Requirements:<br> ---------------------<br> <br> If your c++ compiler does have an incomplete stl (like gcc 2.96)<br> you will need stlport to build Subcommander.<br> <br> - stlport<br> <a href="http://www.stlport.org">http://www.stlport.org</a><br>}}}<br>I don't know how to do.<br><br><br>The patch for dependency of boost: <br>*** Makefile.bak Sun Sep 9 22:07:16 2007<br>--- Makefile Sun Sep 9 22:40:28 2007<br>***************<br>*** 17,22 ****<br>--- 17,23 ----<br> LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon \<br> apr-1.2:${PORTSDIR}/devel/apr-svn<br> RUN_DEPENDS= subversion>=1.2.0:${PORTSDIR}/devel/subversion<br>+ BUILD_DEPENDS= ${LOCALBASE}/include/boost:${PORTSDIR}/devel/boost<br> <br> WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} <br> <br><br><br><div><span class="gmail_quote">Sun, 9 Sep 2007 13:00:12 UT, Edwin Groothuis <<a href="mailto:edwin@freebsd.org">edwin@freebsd.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Maintainer of devel/subcommander,<br><br>Please note that PR ports/116229 has just been submitted.<br><br>If it contains a patch for an upgrade, an enhancement or a bug fix<br>you agree on, reply to this email stating that you approve the patch <br>and a committer will take care of it.<br><br>The full text of the PR can be found at:<br> <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116229">http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116229</a> <br><br>--<br>Edwin Groothuis<br><a href="mailto:edwin@FreeBSD.org">edwin@FreeBSD.org</a><br></blockquote></div><br> ------=_Part_9517_6637651.1189349999707--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709091530.l89FU7Zw043129>