FreeBSD Bugzilla – Attachment 135149 Details for
Bug 179933
[patch] www/serf: remove gmake dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
serf.patch
serf.patch (text/plain), 1.13 KB, created by
Tijl Coosemans
on 2013-06-24 18:50:00 UTC
(
hide
)
Description:
serf.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2013-06-24 18:50:00 UTC
Size:
1.13 KB
patch
obsolete
>Index: www/serf/Makefile >=================================================================== >--- www/serf/Makefile (revision 321639) >+++ www/serf/Makefile (working copy) >@@ -6,33 +6,35 @@ PORTVERSION= 1.2.1 > CATEGORIES= www > MASTER_SITES= GOOGLE_CODE > MASTER_SITE_SUBDIR= db >+PROJECTHOST= serf > > MAINTAINER= apache@FreeBSD.org > COMMENT= Serf HTTP client library > > LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 > >-MAKE_JOBS_SAFE= yes >+OPTIONS_DEFINE= DOCS > >-PROJECTHOST= serf >+MAKE_JOBS_SAFE= yes > USE_BZIP2= yes >-USE_GMAKE= yes > USES= pathfix > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \ > --with-apr-util=${LOCALBASE}/bin/apu-1-config > >+.include <bsd.port.options.mk> >+ > post-patch: >- ${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in >+ @${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/design-guide.txt ${DOCSDIR} > .endif > >-check: >- @cd ${WRKSRC}/ && ${MAKE} check >+regression-test: >+ @(cd ${WRKSRC} && ${MAKE} check) > > .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 179933
: 135149