FreeBSD Bugzilla – Attachment 104194 Details for
Bug 144337
[PATCH] net-p2p/libtorrent-rasterbar-14: Build python bindings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-libtorrent-rasterbar-14
patch-libtorrent-rasterbar-14 (text/plain; charset=us-ascii), 2.35 KB, created by
Mario Sergio Fujikawa Ferreira
on 2010-06-15 11:24:38 UTC
(
hide
)
Description:
patch-libtorrent-rasterbar-14
Filename:
MIME Type:
Creator:
Mario Sergio Fujikawa Ferreira
Created:
2010-06-15 11:24:38 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-p2p/libtorrent-rasterbar-14/Makefile,v >retrieving revision 1.37 >diff -d -u -u -r1.37 Makefile >--- Makefile 21 Mar 2010 00:02:47 -0000 1.37 >+++ Makefile 15 Jun 2010 10:13:27 -0000 >@@ -12,22 +12,22 @@ > PROJECTHOST= libtorrent > > MAINTAINER= dougb@FreeBSD.org >-COMMENT= A C++ library implementing a BitTorrent client >+COMMENT?= A C++ library implementing a BitTorrent client > >-LIB_DEPENDS= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ >+BUILD_DEPENDS+= boost-libs>=1.41_1:${PORTSDIR}/devel/boost-libs >+LIB_DEPENDS+= boost_date_time.4:${PORTSDIR}/devel/boost-libs \ > GeoIP.5:${PORTSDIR}/net/GeoIP > > MAKE_JOBS_SAFE= yes > >-CONFLICTS= rblibtorrent-[0-9]* libtorrent-rasterbar*-0.15.* >+CONFLICTS+= rblibtorrent-[0-9]* libtorrent-rasterbar*-0.15.* > > USE_GNOME= gnomehack > USE_OPENSSL= yes > USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262 libtool:22 > ACLOCAL_ARGS= -I m4 >-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >-CONFIGURE_ARGS= --disable-debug \ >- --disable-python-binding \ >+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >+CONFIGURE_ARGS+= --disable-debug \ > --with-boost=${LOCALBASE} \ > --with-boost-asio=boost_system \ > --with-boost-system=boost_system \ >@@ -41,8 +41,8 @@ > --with-zlib=system > USE_LDCONFIG= yes > >-CPPFLAGS= ${PTHREAD_CFLAGS} >-LDFLAGS= ${PTHREAD_LIBS} >+CPPFLAGS+= ${PTHREAD_CFLAGS} >+LDFLAGS+= ${PTHREAD_LIBS} > > .if !defined(NOPORTDOCS) > PORTDOCS= * >@@ -50,17 +50,32 @@ > > .include <bsd.port.pre.mk> > >+.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" && defined(USE_PYTHON) >+CONFIGURE_ARGS+= --enable-python-binding \ >+ --with-boost-python=boost_python >+.else >+CONFIGURE_ARGS+= --disable-python-binding >+.endif >+ > .if ${OSVERSION} < 700000 > BROKEN= does not compile on FreeBSD versions prior to 7.x > .endif > >+.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" >+post-patch: slave-post-patch >+.else > post-patch: >+.endif > @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \ > ${WRKSRC}/Makefile.am > @${REINPLACE_CMD} -e 's|^AM_CFLAGS|AM_CPPFLAGS|g' \ > ${WRKSRC}/src/Makefile.am > >+.if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" >+post-install: slave-post-install >+.else > post-install: >+.endif > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 144337
:
104193
| 104194 |
104195