Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 14:40:14 -0800 (PST)
From:      Sergey Matveychuk <sem@ciam.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/59255: [PATCH] devel/boost: fix build
Message-ID:  <200311132240.hADMeEql084397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/59255; it has been noted by GNATS.

From: Sergey Matveychuk <sem@ciam.ru>
To: freebsd-gnats-submit@FreeBSD.org, sem@ciam.ru
Cc:  
Subject: Re: ports/59255: [PATCH] devel/boost: fix build
Date: Fri, 14 Nov 2003 01:30:33 +0300

 This is a multi-part message in MIME format.
 --------------090404060302020704030600
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Sorry, it was a reverse patch.
 But it doesn't aplied even with -R.
 
 So here is a right one.
 
 ---
 Sem.
 
 --------------090404060302020704030600
 Content-Type: text/plain;
  name="boost.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="boost.patch"
 
 diff -ruN boost.orig/Makefile boost/Makefile
 --- boost.orig/Makefile	Thu Nov 13 14:32:52 2003
 +++ boost/Makefile	Thu Nov 13 14:33:36 2003
 @@ -31,15 +31,17 @@
  
  .include <bsd.port.pre.mk>
  
 +.if defined(WITH_PYTHON)
  MAKE_ENV+=	PYTHON_ROOT="${PREFIX}"
  MAKE_ENV+=	PYTHON_VERSION="${_PYTHON_VERSION}"
  MAKE_ENV+=	PYTHON_INCLUDES="${PYTHON_INCLUDEDIR}"
  MAKE_ENV+=	PYTHON_LIB_PATH="${PYTHON_LIBDIR}"
 +.endif
  INSTALLS_SHLIB=	yes
  DOCFILES=	*.css *.gif *.htm *.html *.jpeg *.jpg *.png
  
  BJAM=		${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam
 -  
 + 
  COMPILED_LIBS+=	date_time filesystem regex signals test thread
  
  do-configure:
 
 --------------090404060302020704030600--
 



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