mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/pcapfix: update to 1.1.1
PR: 224861 Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
This commit is contained in:
parent
cebc0b4e5d
commit
83c77dfdc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457992
3 changed files with 15 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pcapfix
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
--- 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
|
||||
|
@ -17,8 +25,3 @@
|
|||
|
||||
install:
|
||||
install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix
|
||||
@@ -29,4 +29,3 @@ uninstall:
|
||||
clean:
|
||||
rm -f *.o
|
||||
rm -f pcapfix
|
||||
-
|
||||
|
|
Loading…
Add table
Reference in a new issue