FreeBSD Bugzilla – Attachment 181340 Details for
Bug 218246
sysutils/mcelog: Updated to 149
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mcelog.diff
mcelog.diff (text/plain), 1.81 KB, created by
Ultima
on 2017-03-31 03:43:54 UTC
(
hide
)
Description:
mcelog.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2017-03-31 03:43:54 UTC
Size:
1.81 KB
patch
obsolete
>Index: sysutils/mcelog/Makefile >=================================================================== >--- sysutils/mcelog/Makefile (revision 437216) >+++ sysutils/mcelog/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mcelog >-PORTVERSION= 148 >+PORTVERSION= 149 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > >Index: sysutils/mcelog/distinfo >=================================================================== >--- sysutils/mcelog/distinfo (revision 437216) >+++ sysutils/mcelog/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1486231306 >-SHA256 (andikleen-mcelog-v148_GH0.tar.gz) = 3de7312ee13b0968ae8e1aa0a77acaaee89a0ed7de45f7ce557939723df3dc04 >-SIZE (andikleen-mcelog-v148_GH0.tar.gz) = 296927 >+TIMESTAMP = 1490717998 >+SHA256 (andikleen-mcelog-v149_GH0.tar.gz) = a9313ed45cabaf7ef0a4d986ecf24a3c9ced9a4b1e34032d380af4e70c73512f >+SIZE (andikleen-mcelog-v149_GH0.tar.gz) = 296943 >Index: sysutils/mcelog/files/patch-Makefile >=================================================================== >--- sysutils/mcelog/files/patch-Makefile (revision 437216) >+++ sysutils/mcelog/files/patch-Makefile (working copy) >@@ -1,4 +1,4 @@ >---- Makefile.orig 2017-02-04 00:51:04 UTC >+--- Makefile.orig 2017-03-29 17:32:02 UTC > +++ Makefile > @@ -27,14 +27,21 @@ all: mcelog > >@@ -37,18 +37,18 @@ > @@ -82,7 +89,7 @@ depend: .depend > > version.tmp: FORCE >- ( echo -n "char version[] = \"" ; \ >+ ( printf "char version[] = \"" ; \ > - if command -v git >/dev/null; then \ > + if false; then \ > if [ -d .git ] ; then \ > git describe --tags HEAD | tr -d '\n'; \ > else \ >-@@ -98,8 +105,6 @@ version.c: version.tmp >+@@ -97,8 +104,6 @@ version.c: version.tmp >+ > .depend: ${SRC} > ${CC} -MM -I. ${SRC} > .depend.X && mv .depend.X .depend >+- >+-include .depend > >--include .depend >-- > Makefile: .depend > >- .PHONY: iccverify src test
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
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 218246
: 181340