FreeBSD Bugzilla – Attachment 128045 Details for
Bug 171933
[PATCH] sysutils/mbmon: fix OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.73 KB, created by
takefu
on 2012-09-25 03:20:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
takefu
Created:
2012-09-25 03:20:07 UTC
Size:
1.73 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/mbmon/Makefile sysutils/mbmon/Makefile >--- /usr/ports/sysutils/mbmon/Makefile 2012-08-06 08:19:36.000000000 +0900 >+++ sysutils/mbmon/Makefile 2012-09-25 11:00:24.000000000 +0900 >@@ -16,6 +16,8 @@ > COMMENT?= A tty motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 > > PORTSCOUT= limit:^[0-9]+$ >+PATCH_SITES+= ${MASTER_SITES} >+PATCHFILES+= xmbmon${PORTVERSION}_fflush.patch > > ONLY_FOR_ARCHS= i386 amd64 > GNU_CONFIGURE= yes >@@ -26,7 +28,10 @@ > MAN1?= mbmon.1 > PORTDOCS= ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech > >-OPTIONS= SMB "enable smb(4) support" on >+OPTIONS_DEFINE= ASUS SMB >+OPTIONS_SET= SMB >+ASUS_DESC= "A7N8X-VM support" >+SMB_DESC= "Enable smb(4) support" > > .if ${PORTNAME} == "mbmon" > USE_RC_SUBR= mbmon >@@ -34,9 +39,13 @@ > > .include <bsd.port.pre.mk> > >+.if ${PORT_OPTIONS:MASUS} >+PATCHFILES+= xmbmon${PORTVERSION}_A7N8X-VM.patch >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's+/usr/share/doc/mbmon+${DOCSDIR}+' ${WRKSRC}/mbmon.1 >-.if !defined(WITHOUT_SMB) >+.if ${PORT_OPTIONS:MSMB} > @${REINPLACE_CMD} -e 's/^DEFS=/&-DSMBUS_IOCTL /' ${WRKSRC}/Makefile.in > .endif > >diff -ruN /usr/ports/sysutils/mbmon/distinfo sysutils/mbmon/distinfo >--- /usr/ports/sysutils/mbmon/distinfo 2011-03-19 21:32:50.000000000 +0900 >+++ sysutils/mbmon/distinfo 2011-12-06 10:29:03.000000000 +0900 >@@ -1,2 +1,6 @@ > SHA256 (xmbmon205.tar.gz) = 65b10ebfe53585ac22d6a31d8ef3fea552cb266cf2c124c00421dec1df5a4a4f > SIZE (xmbmon205.tar.gz) = 142987 >+SHA256 (xmbmon205_fflush.patch) = f837f465861ce46e4a90d1d3c7a680c1904f7fb91e14efcbad22313c90e2cdc7 >+SIZE (xmbmon205_fflush.patch) = 242 >+SHA256 (xmbmon205_A7N8X-VM.patch) = 20565e0b1216d3becb87f796fa547e81fec84e37cff05405eb8f71bc97eebc68 >+SIZE (xmbmon205_A7N8X-VM.patch) = 274
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 171933
: 128045