summaryrefslogtreecommitdiff
path: root/www/neon26/files
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-26 01:04:55 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-26 01:04:55 +0000
commit90c56e487bdd000baebab820305a0e245ac2bf9a (patch)
tree4bce1927ea47ac29e045f1919ec2c5fca7796b28 /www/neon26/files
parentAdd missing off_t casts to prevent bus errors when using the 'X' command (diff)
Add new port: www/neon
This is an HTTP and WebDAV client library for Unix systems, with a C interface PR: 21958 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=34240
Diffstat (limited to 'www/neon26/files')
-rw-r--r--www/neon26/files/patch-aa8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/neon26/files/patch-aa b/www/neon26/files/patch-aa
new file mode 100644
index 000000000000..2f76f67a5ac1
--- /dev/null
+++ b/www/neon26/files/patch-aa
@@ -0,0 +1,8 @@
+--- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
++++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
+@@ -50,3 +50,4 @@
+ #include <uri.h>
+-#include <xalloc.h>
++#define xmalloc malloc
++#define xstrdup strdup
+