FreeBSD Bugzilla – Attachment 150492 Details for
Bug 195906
sysutils/clsync: fix build with clang, strip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
clsync.patch (text/plain), 1.40 KB, created by
Bugzilla Automation
on 2014-12-12 01:20:41 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Bugzilla Automation
Created:
2014-12-12 01:20:41 UTC
Size:
1.40 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 374545) >+++ Makefile (working copy) >@@ -16,7 +16,7 @@ > libexecinfo.so:${PORTSDIR}/devel/libexecinfo > > GNU_CONFIGURE= yes >-USES= autoreconf gmake libtool pkgconfig >+USES= autoreconf compiler:features gmake libtool pkgconfig > USE_GNOME= glib20 > > USE_RC_SUBR= clsync >@@ -38,7 +38,7 @@ > > OPTIONS_DEFAULT=PARANOID > >-.include <bsd.port.options.mk> >+.include <bsd.port.pre.mk> > > .if ${PORT_OPTIONS:MVERYPARANOID} > CONFIGURE_ARGS+= --enable-paranoid=2 >@@ -62,10 +62,15 @@ > CONFIGURE_ARGS+= --enable-libclsync > .endif > >+.if ${COMPILER_TYPE} == clang >+post-patch: >+ @${REINPLACE_CMD} -e 's|-fstack-check||' ${WRKSRC}/configure.ac >+.endif >+ > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/clsync ${STAGEDIR}/${PREFIX}/sbin/clsync >- ${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}/${PREFIX}/man/man1/clsync.1 >- ${MKDIR} ${STAGEDIR}/${ETCDIR} >- ${INSTALL_DATA} ${WRKSRC}/freebsd/usr/local/etc/clsync/${PORTNAME}.conf ${STAGEDIR}/${ETCDIR}/${PORTNAME}.conf.sample >+ ${INSTALL_PROGRAM} ${WRKSRC}/clsync ${STAGEDIR}${PREFIX}/sbin/clsync >+ ${INSTALL_DATA} ${WRKSRC}/man/man1/clsync.1 ${STAGEDIR}${PREFIX}/man/man1/clsync.1 >+ ${MKDIR} ${STAGEDIR}${ETCDIR} >+ ${INSTALL_DATA} ${WRKSRC}/freebsd/usr/local/etc/clsync/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample > >-.include <bsd.port.mk> >+.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 195906
: 150492