diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-24 02:19:01 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-24 02:19:01 +0000 |
commit | 1f88baa6eb49bf23980e20cd98e265ef657187b0 (patch) | |
tree | 59daac08bc0908431194c2d51a7bc6a0a04bb520 /net/yaz/files | |
parent | b973e7be46d263603d40dcc49b413a24bba44fad (diff) | |
download | FreeBSD-ports-1f88baa6eb49bf23980e20cd98e265ef657187b0.zip FreeBSD-ports-1f88baa6eb49bf23980e20cd98e265ef657187b0.tar.gz |
Add new port: net/yaz
YAZ is Z39.50 protocol API and sample client.
PR: 21412
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/yaz/files')
-rw-r--r-- | net/yaz/files/patch-aa | 18 | ||||
-rw-r--r-- | net/yaz/files/patch-ab | 12 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net/yaz/files/patch-aa b/net/yaz/files/patch-aa new file mode 100644 index 0000000..230e460 --- /dev/null +++ b/net/yaz/files/patch-aa @@ -0,0 +1,18 @@ +--- doc/Makefile.in.orig Sun Sep 10 19:25:39 2000 ++++ doc/Makefile.in Sun Sep 10 19:26:24 2000 +@@ -37,6 +37,7 @@ + pkgdatadir = $(datadir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ ++docdir = $(datadir)/doc/@PACKAGE@ + + top_builddir = .. + +@@ -78,7 +79,6 @@ + SUBDIRS_VAR = @SUBDIRS_VAR@ + VERSION = @VERSION@ + +-docdir = $(pkgdatadir)/doc + + doc_DATA = yaz.sgml profiles.sgml yaz.txt yaz.ps profiles.txt profiles.ps yaz.html yaz-1.html yaz-2.html yaz-3.html yaz-4.html yaz-5.html yaz-6.html yaz-7.html yaz-8.html yaz-9.html + diff --git a/net/yaz/files/patch-ab b/net/yaz/files/patch-ab new file mode 100644 index 0000000..a4be884 --- /dev/null +++ b/net/yaz/files/patch-ab @@ -0,0 +1,12 @@ +--- odr/ber_int.c.orig Sat Sep 16 14:19:39 2000 ++++ odr/ber_int.c Sat Sep 16 14:18:46 2000 +@@ -71,6 +71,9 @@ + #ifdef WIN32 + #include <winsock.h> + #else ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #endif + |