1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 1.4.1 [1]

Fix Build on CURRENT [2]

PR:	45745 [1], 46444[2]
Submitted by:	Samuel Tardieu <sam@inf.enst.fr> (maintainer)[1],David Holm <david@realityrift.com>[2]
This commit is contained in:
Tilman Keskinoz 2003-01-08 14:38:06 +00:00
parent d9b85a2948
commit 5272702dae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72743
5 changed files with 19 additions and 7 deletions

View File

@ -6,13 +6,14 @@
#
PORTNAME= adasockets
PORTVERSION= 1.2
PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
MAINTAINER= sam@inf.enst.fr
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat \
texi2dvi:${PORTSDIR}/print/teTeX
USE_LIBTOOL= yes
USE_AUTOCONF= yes

View File

@ -1 +1 @@
MD5 (adasockets-1.2.tar.gz) = 7335c542b2357bfb673058d43a548f48
MD5 (adasockets-1.4.1.tar.gz) = 75297821364ecba1a4abc9313c995703

View File

@ -0,0 +1,10 @@
--- src/constants.c.orig Thu Jan 9 03:24:04 2003
+++ src/constants.c Thu Jan 9 03:26:25 2003
@@ -25,6 +25,7 @@
#endif
#ifdef HAVE_NETINET_TCP_H
+#include <sys/types.h>
#include <netinet/tcp.h>
#endif

View File

@ -1,7 +1,7 @@
AdaSockets allows Ada programmers to use sockets from within their programs
with an easy-to-use Ada-friendly interface.
WWW: http://www.infres.enst.fr/ANC/
WWW: http://www.rfc1149.net/devel/adasockets
-- Samuel Tardieu
sam@inf.enst.fr
sam@rfc1149.net

View File

@ -20,10 +20,11 @@ lib/adasockets/sockets-stream_io.adb
lib/adasockets/sockets-thin.ads
lib/adasockets/sockets-utils.ads
lib/adasockets/sockets-utils.adb
lib/adasockets/sockets.ads
lib/adasockets/sockets.adb
lib/adasockets/sockets.ads
share/doc/adasockets/adasockets.ps
share/doc/adasockets/adasockets.pdf
@unexec install-info --delete %D/info/adasockets.info %D/info/dir
info/adasockets.info
@exec install-info %D/info/adasockets.info %D/info/dir
@dirrm lib/adasockets
lib/adasockets/sockets.ads