1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to 1.3.2

This commit is contained in:
Emanuel Haupt 2009-12-28 13:50:13 +00:00
parent ecaa82f31f
commit 1ce2681481
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246788
5 changed files with 26 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= httping
PORTVERSION= 1.3.1
PORTVERSION= 1.3.2
CATEGORIES= net
MASTER_SITES= http://www.vanheusden.com/httping/ \
CRITICAL

View File

@ -1,3 +1,3 @@
MD5 (httping-1.3.1.tgz) = fb742d577d3e7a8ea75cf97f7eb802f2
SHA256 (httping-1.3.1.tgz) = 0649d8b3aa200f03b77dcd69224928602e49abf248568338bed3c5748a94bcf2
SIZE (httping-1.3.1.tgz) = 12873
MD5 (httping-1.3.2.tgz) = 7cf1a8d822bcebddd3d5cca79f69cf07
SHA256 (httping-1.3.2.tgz) = 0cc87b0176d5ff36bc64804fc574ed6a8e33ddafb88cec8a6ec9fcf9ba4a4823
SIZE (httping-1.3.2.tgz) = 13724

View File

@ -1,11 +1,11 @@
--- ./str.c.orig 2009-01-27 21:44:56.621283000 +0100
+++ ./str.c 2009-01-27 21:45:24.936283000 +0100
--- ./str.c.orig 2009-12-28 14:41:29.000000000 +0100
+++ ./str.c 2009-12-28 14:41:55.000000000 +0100
@@ -18,6 +18,7 @@
#include "mem.h"
#include "utils.h"
+/*
#ifndef strndup
#ifndef _GNU_SOURCE
char *strndup(char *in, int size)
{
@@ -29,3 +30,4 @@

View File

@ -1,5 +1,5 @@
--- ./str.h.orig 2009-01-27 21:42:34.920281000 +0100
+++ ./str.h 2009-01-27 21:44:40.137282000 +0100
--- ./str.h.orig 2009-12-28 14:41:13.000000000 +0100
+++ ./str.h 2009-12-28 14:41:23.000000000 +0100
@@ -15,6 +15,8 @@
#include <string.h>

View File

@ -1,11 +1,22 @@
--- Makefile.orig 2009-08-04 10:55:36.000000000 +0200
+++ Makefile 2009-08-04 10:55:46.000000000 +0200
@@ -17,7 +17,7 @@
--- ./Makefile.orig 2009-12-28 14:12:27.000000000 +0100
+++ ./Makefile 2009-12-28 14:41:02.000000000 +0100
@@ -16,9 +16,7 @@
TARGET=httping
WFLAGS=-Wall -W
-WFLAGS=-Wall -W
-OFLAGS=-O2
+OFLAGS?=-O2
CFLAGS=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
-CFLAGS=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\"
+CFLAGS+=-DVERSION=\"$(VERSION)\"
PACKAGE=$(TARGET)-$(VERSION)
PREFIX=/usr
@@ -62,7 +60,7 @@
all: $(TARGET)
$(TARGET): $(OBJS)
- $(CC) $(WFLAGS) $(OBJS) $(LDFLAGS) -o $(TARGET)
+ $(CC) $(OBJS) $(LDFLAGS) -o $(TARGET)
#
# Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html