FreeBSD Bugzilla – Attachment 189361 Details for
Bug 224861
sysutils/pcapfix: update to 1.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update pcapfix to 1.1.1
sysutils_pcapfix.diff (text/plain), 1.88 KB, created by
Vidar Karlsen
on 2018-01-03 12:54:22 UTC
(
hide
)
Description:
Patch to update pcapfix to 1.1.1
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2018-01-03 12:54:22 UTC
Size:
1.88 KB
patch
obsolete
>Index: sysutils/pcapfix/Makefile >=================================================================== >--- sysutils/pcapfix/Makefile (revision 457957) >+++ sysutils/pcapfix/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= pcapfix >-PORTVERSION= 1.1.0 >+PORTVERSION= 1.1.1 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > >Index: sysutils/pcapfix/distinfo >=================================================================== >--- sysutils/pcapfix/distinfo (revision 457957) >+++ sysutils/pcapfix/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1487002745 >-SHA256 (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = c77cad858e85dd4509aa5a6a8019f8aba389aa95ae1edfbf7d7ea4c02bbfb238 >-SIZE (Rup0rt-pcapfix-v1.1.0_GH0.tar.gz) = 40302 >+TIMESTAMP = 1514981810 >+SHA256 (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = cbfdce1f9a1b3a7568ef16bf1d7d366c064d7cade1e4028080c45ee3a4cc66aa >+SIZE (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = 41824 >Index: sysutils/pcapfix/files/patch-Makefile >=================================================================== >--- sysutils/pcapfix/files/patch-Makefile (revision 457957) >+++ sysutils/pcapfix/files/patch-Makefile (working copy) >@@ -1,8 +1,16 @@ >---- Makefile.orig 2014-08-31 08:08:24 UTC >+--- Makefile.orig 2018-01-02 13:25:24 UTC > +++ Makefile >-@@ -10,13 +10,13 @@ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEB >- LDFLAGS += -Wl,-z,relro >+@@ -8,20 +8,18 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe >+ DEBUGFLAGS = -g >+ CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS) >+ OS := $(shell uname) >+-ifneq ($(OS), Darwin) >+- LDFLAGS += -Wl,-z,relro >+-endif >++LDFLAGS += -Wl,-z,relro > >+ >+ > all: pcap pcapng > - gcc $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix > + ${CC} $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) pcapfix.c pcap.o pcapng.o -o pcapfix >@@ -17,8 +25,3 @@ > > install: > install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix >-@@ -29,4 +29,3 @@ uninstall: >- clean: >- rm -f *.o >- rm -f pcapfix >--
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:
vidar
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 224861
: 189361