ports/59255: [PATCH] devel/boost: fix build

Sergey Matveychuk sem at ciam.ru
Thu Nov 13 22:40:15 UTC 2003


The following reply was made to PR ports/59255; it has been noted by GNATS.

From: Sergey Matveychuk <sem at ciam.ru>
To: freebsd-gnats-submit at FreeBSD.org, sem at 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--
 



More information about the freebsd-ports-bugs mailing list