FreeBSD Bugzilla – Attachment 30833 Details for
Bug 51696
[PATCH] for making www/crawl compile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 1.13 KB, created by
Rui Lopes
on 2003-05-02 21:00:26 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Rui Lopes
Created:
2003-05-02 21:00:26 UTC
Size:
1.13 KB
patch
obsolete
>--- Makefile.orig Fri May 2 17:09:57 2003 >+++ Makefile Fri May 2 20:23:48 2003 >@@ -7,7 +7,7 @@ > > PORTNAME= crawl > PORTVERSION= 0.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://www.monkey.org/~provos/ > >@@ -15,20 +15,27 @@ > COMMENT= A small, efficient web crawler with advanced features > > BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent >-LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \ >- db3.3:${PORTSDIR}/databases/db3 >+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 > > WRKSRC= ${WRKDIR}/${PORTNAME} > > USE_REINPLACE= yes > USE_AUTOCONF= yes > CONFIGURE_ARGS= --with-libevent=${LOCALBASE} >-CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5" >+CONFIGURE_ENV= LIBS="${LDFLAGS} -lmd" >+CFLAGS+= -D__FUNCTION__='""' > > MAN1= crawl.1 > > post-patch: >- @${REINPLACE_CMD} -e 's,-ldb,-ldb3,g' ${WRKSRC}/configure.in >+ @${REINPLACE_CMD} -e 's,/usr/include/db2,${LOCALBASE}/include/db3,g ; \ >+ s,db2,db3,g' ${WRKSRC}/configure.in > ${CHMOD} u+w ${WRKSRC}/* >+ >+post-install: >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${EXAMPLESDIR} >+ ${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR} >+.endif > > .include <bsd.port.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 51696
: 30833 |
30834