FreeBSD Bugzilla – Attachment 222731 Details for
Bug 253773
comms/hcidump: unbreak it on 13-BETA1+ (1300133+)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN diff
hcidump.diff (text/plain), 3.26 KB, created by
Michael Zhilin
on 2021-02-22 22:49:08 UTC
(
hide
)
Description:
SVN diff
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2021-02-22 22:49:08 UTC
Size:
3.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 563552) >+++ Makefile (working copy) >@@ -6,7 +6,7 @@ > CATEGORIES= comms sysutils > MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= mizhka@FreeBSD.org > COMMENT= Bluetooth traffic dumper, similar to tcpdump > > LICENSE= GPLv2 >@@ -19,4 +19,12 @@ > > PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz > >+.include <bsd.port.options.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300133 >+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-parser-Makefile-pre13 >+.else >+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-parser-Makefile-post13 >+.endif >+ > .include <bsd.port.mk> >Index: files/extra-patch-parser-Makefile-post13 >=================================================================== >--- files/extra-patch-parser-Makefile-post13 (nonexistent) >+++ files/extra-patch-parser-Makefile-post13 (working copy) >@@ -0,0 +1,16 @@ >+--- parser/Makefile.orig >++++ parser/Makefile >+@@ -7,10 +7,10 @@ >+ MAN= >+ SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c >+ WARNS?= 2 >+-DEBUG_FLAGS= -g >+-CFLAGS= -O2 >++MK_WERROR= no >++CFLAGS?= -O2 >+ >+-NOPROFILE= 1 >++MK_PROFILE= no >+ >+ .include <bsd.lib.mk> >+ > >Property changes on: files/extra-patch-parser-Makefile-post13 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/extra-patch-parser-Makefile-pre13 >=================================================================== >--- files/extra-patch-parser-Makefile-pre13 (nonexistent) >+++ files/extra-patch-parser-Makefile-pre13 (working copy) >@@ -0,0 +1,16 @@ >+--- parser/Makefile.orig >++++ parser/Makefile >+@@ -7,10 +7,10 @@ >+ MAN= >+ SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c >+ WARNS?= 2 >+-DEBUG_FLAGS= -g >+-CFLAGS= -O2 >++NO_WERROR= yes >++CFLAGS?= -O2 >+ >+-NOPROFILE= 1 >++MK_PROFILE= no >+ >+ .include <bsd.lib.mk> >+ > >Property changes on: files/extra-patch-parser-Makefile-pre13 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-parser-Makefile >=================================================================== >--- files/patch-parser-Makefile (revision 563552) >+++ files/patch-parser-Makefile (nonexistent) >@@ -1,16 +0,0 @@ >---- parser/Makefile.orig >-+++ parser/Makefile >-@@ -7,10 +7,10 @@ >- MAN= >- SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c >- WARNS?= 2 >--DEBUG_FLAGS= -g >--CFLAGS= -O2 >-+NO_WERROR= yes >-+CFLAGS?= -O2 >- >--NOPROFILE= 1 >-+MK_PROFILE= no >- >- .include <bsd.lib.mk> >- > >Property changes on: files/patch-parser-Makefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 253773
: 222731