From 68aed974e6f0188409b7e816f78e758e60b04d57 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Wed, 18 Jul 2018 15:42:25 +0000 Subject: sysutils/pcapfix: update to 1.1.2 PR: 229849 Submitted by: Vidar Karlsen (maintainer) --- sysutils/pcapfix/Makefile | 2 +- sysutils/pcapfix/distinfo | 6 +++--- sysutils/pcapfix/files/patch-Makefile | 20 ++++---------------- 3 files changed, 8 insertions(+), 20 deletions(-) (limited to 'sysutils/pcapfix') diff --git a/sysutils/pcapfix/Makefile b/sysutils/pcapfix/Makefile index d05c6e4fd61b..a304b317a00f 100644 --- a/sysutils/pcapfix/Makefile +++ b/sysutils/pcapfix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcapfix -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/pcapfix/distinfo b/sysutils/pcapfix/distinfo index d397baf1b1fa..9cbd83446c07 100644 --- a/sysutils/pcapfix/distinfo +++ b/sysutils/pcapfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514981810 -SHA256 (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = cbfdce1f9a1b3a7568ef16bf1d7d366c064d7cade1e4028080c45ee3a4cc66aa -SIZE (Rup0rt-pcapfix-v1.1.1_GH0.tar.gz) = 41824 +TIMESTAMP = 1531857079 +SHA256 (Rup0rt-pcapfix-v1.1.2_GH0.tar.gz) = b8f987cb0fbf0b8f3210335824086b8b146fc0bfcba01d7804a28ed0b9c43972 +SIZE (Rup0rt-pcapfix-v1.1.2_GH0.tar.gz) = 42155 diff --git a/sysutils/pcapfix/files/patch-Makefile b/sysutils/pcapfix/files/patch-Makefile index 28c47b724d44..f46911d00330 100644 --- a/sysutils/pcapfix/files/patch-Makefile +++ b/sysutils/pcapfix/files/patch-Makefile @@ -1,27 +1,15 @@ ---- Makefile.orig 2018-01-02 13:25:24 UTC +--- Makefile.orig 2018-07-16 12:17:05 UTC +++ Makefile -@@ -8,20 +8,18 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe +@@ -8,9 +8,9 @@ WARNFLAGS = -Wall -Wextra -std=gnu99 -pe DEBUGFLAGS = -g CFLAGS += $(OPTFLAGS) $(WARNFLAGS) $(DEBUGFLAGS) OS := $(shell uname) -ifneq ($(OS), Darwin) - LDFLAGS += -Wl,-z,relro -endif ++.if ${OS} != Darwin +LDFLAGS += -Wl,-z,relro ++.endif - 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 - - pcap: pcap.c -- gcc $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o -+ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcap.c -o pcap.o - - pcapng: pcapng.c -- gcc $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o -+ ${CC} $(CPPFLAGS) $(CFLAGS) -c pcapng.c -o pcapng.o - - install: - install -pDm755 pcapfix $(DESTDIR)$(BINDIR)/pcapfix -- cgit aphics/commit/games/libggz?id=ef4fcffea440f657d9d15a788762cba961e6a821'>commitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+1