FreeBSD Bugzilla – Attachment 122793 Details for
Bug 166050
Update port: science/peekabot to 0.8.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
science_peekabot.diff
science_peekabot.diff (text/x-diff), 1.49 KB, created by
tkato432
on 2012-03-18 07:30:00 UTC
(
hide
)
Description:
science_peekabot.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-03-18 07:30:00 UTC
Size:
1.49 KB
patch
obsolete
>diff -urN /usr/ports/science/peekabot/Makefile science/peekabot/Makefile >--- /usr/ports/science/peekabot/Makefile 2012-03-18 16:01:49.000000000 +0900 >+++ science/peekabot/Makefile 2012-03-18 16:17:18.000000000 +0900 >@@ -7,26 +7,30 @@ > > PORTNAME= peekabot > PORTVERSION= 0.8.6 >+PORTREVISION= 1 > CATEGORIES= science >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x/ >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.x > > MAINTAINER= 5u623l20@gmail.com > COMMENT= Distributed real-time 3D visualization tool for robotics researchers > > LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ >- xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ >- fltk.1:${PORTSDIR}/x11-toolkits/fltk \ >+ xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \ > gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm > >-GNU_CONFIGURE= yes >-CPPFLAGS+= `fltk-config --cflags` >-LDFLAGS+= `fltk-config --ldflags` >-USE_LDCONFIG= yes >+LICENSE= BSL GPLv3 >+LICENSE_COMB= multi >+ > USE_BZIP2= yes >-USE_GMAKE= yes > USE_GNOME= gnomehack >-#Internal compiler error with < 4.4 > USE_GCC= 4.4+ >+USE_GMAKE= yes >+GNU_CONFIGURE= yes >+USE_LDCONFIG= yes >+MAKE_JOBS_SAFE= yes >+ >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib > > .include <bsd.port.pre.mk> > >@@ -34,4 +38,10 @@ > BROKEN= does not compile with boost on sparc64 > .endif > >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ "/names_next_round/s|'xerces-c'|'xerces-c-3.1'|" ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ "/^AM_/s|-O2||" ${WRKSRC}/src/Makefile.in >+ > .include <bsd.port.post.mk>
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166050
:
122792
| 122793