FreeBSD Bugzilla – Attachment 44727 Details for
Bug 69154
Fix ports/net/happystats link on FreeBSD >= 5.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 614 bytes, created by
Andrej Zverev
on 2004-07-16 16:30:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrej Zverev
Created:
2004-07-16 16:30:13 UTC
Size:
614 bytes
patch
obsolete
>--- /usr/ports/net/happystats/Makefile Sat Apr 3 18:02:43 2004 >+++ Makefile Fri Jul 16 18:33:28 2004 >@@ -22,6 +22,8 @@ > rrd.0:${PORTSDIR}/net/rrdtool > > USE_GETOPT_LONG= yes >+USE_REINPLACE= yes >+ > > MAN1= happystats.1 > MANCOMPRESSED= yes >@@ -29,12 +31,14 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 502108 >-BROKEN= "Does not link on FreeBSD >= 5.x" >-.endif >- > do-configure: > @cd ${WRKSRC} && ${MAKE} dep >+ >+post-configure: >+.if ${OSVERSION} > 500041 >+ @${REINPLACE_CMD} -E -e 's|-lgnugetopt||g' \ >+ ${WRKSRC}/Makefile >+.endif > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/happystats ${PREFIX}/bin
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 69154
: 44727