FreeBSD Bugzilla – Attachment 20148 Details for
Bug 35594
Bug: misc/kwatch fails to build if autoconf or automake is available
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 956 bytes, created by
SASAKI Katuhiro
on 2002-03-06 15:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
SASAKI Katuhiro
Created:
2002-03-06 15:40:00 UTC
Size:
956 bytes
patch
obsolete
>diff -u /usr/ports/misc/kwatch/Makefile kwatch/Makefile >--- /usr/ports/misc/kwatch/Makefile Sun Mar 3 15:39:56 2002 >+++ kwatch/Makefile Mon Mar 4 19:00:13 2002 >@@ -14,12 +14,24 @@ > > MAINTAINER= ports@FreeBSD.org > >-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext >+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ >+ autoconf213:${PORTSDIR}/devel/autoconf213 \ >+ automake14:${PORTSDIR}/devel/automake14 > >-USE_KDELIBS_VER= 2 >+USE_KDELIBS_VER=2 >+USE_GMAKE= yes > GNU_CONFIGURE= yes > >-post-patch: >- @${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure >+pre-configure: >+ ${MKDIR} ${WRKSRC}/auto-bin >+.for AC in autoconf autoheader >+ ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} >+.endfor >+.for AM in automake aclocal >+ ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} >+.endfor >+ cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ >+ ${GMAKE} -f Makefile.cvs >+ ${PERL} -pi -e 's|-O2 ||g' ${WRKSRC}/configure > > .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 35594
: 20148