diff options
author | sat <sat@FreeBSD.org> | 2006-06-03 23:45:19 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-03 23:45:19 +0800 |
commit | dab50378370c954f4ce4a23c30f6d15be0665a74 (patch) | |
tree | 6a9a8e52329e101b9823a0f5aae4dbd7abe5bfb9 /sysutils/prips | |
parent | 4c87428e2285bb5e56397d88642197c6d648989d (diff) | |
download | freebsd-ports-gnome-dab50378370c954f4ce4a23c30f6d15be0665a74.tar.gz freebsd-ports-gnome-dab50378370c954f4ce4a23c30f6d15be0665a74.tar.zst freebsd-ports-gnome-dab50378370c954f4ce4a23c30f6d15be0665a74.zip |
- Forgot to cvs {rm,add} before the last commit
Diffstat (limited to 'sysutils/prips')
-rw-r--r-- | sysutils/prips/files/patch-aa | 8 | ||||
-rw-r--r-- | sysutils/prips/files/patch-except.c | 9 | ||||
-rw-r--r-- | sysutils/prips/files/patch-prips.c | 12 | ||||
-rw-r--r-- | sysutils/prips/pkg-plist | 3 |
4 files changed, 21 insertions, 11 deletions
diff --git a/sysutils/prips/files/patch-aa b/sysutils/prips/files/patch-aa deleted file mode 100644 index 08cf74426f49..000000000000 --- a/sysutils/prips/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Tue Jan 11 20:25:33 2000 -+++ Makefile Tue Jan 11 20:25:41 2000 -@@ -1,5 +1,3 @@ --CC=gcc --CFLAGS=-g -Wall -O2 - LIBS=-lm - - all: prips diff --git a/sysutils/prips/files/patch-except.c b/sysutils/prips/files/patch-except.c new file mode 100644 index 000000000000..e9fd58ae7681 --- /dev/null +++ b/sysutils/prips/files/patch-except.c @@ -0,0 +1,9 @@ +--- except.c.orig Wed Jun 2 10:50:51 1999 ++++ except.c Fri May 26 03:59:25 2006 +@@ -1,5 +1,6 @@ + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <ctype.h> + #include <math.h> + #include <assert.h> diff --git a/sysutils/prips/files/patch-prips.c b/sysutils/prips/files/patch-prips.c new file mode 100644 index 000000000000..97f6faa78f3a --- /dev/null +++ b/sysutils/prips/files/patch-prips.c @@ -0,0 +1,12 @@ +--- prips.c.orig Tue Dec 14 12:44:46 1999 ++++ prips.c Fri May 26 03:56:39 2006 +@@ -1,8 +1,7 @@ ++#include "prips.h" + #include <stdio.h> + #include <stdlib.h> + #include <math.h> +-#include <arpa/inet.h> +-#include "prips.h" + + #if !defined(INET_ADDRSTRLEN) + #define INET_ADDRSTRLEN 16 diff --git a/sysutils/prips/pkg-plist b/sysutils/prips/pkg-plist deleted file mode 100644 index a163340ed5dc..000000000000 --- a/sysutils/prips/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/prips -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |