mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +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:
parent
d9b85a2948
commit
5272702dae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72743
@ -6,13 +6,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= adasockets
|
PORTNAME= adasockets
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.4.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
|
MASTER_SITES= http://www.rfc1149.net/download/adasockets/
|
||||||
|
|
||||||
MAINTAINER= sam@inf.enst.fr
|
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_LIBTOOL= yes
|
||||||
USE_AUTOCONF= yes
|
USE_AUTOCONF= yes
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (adasockets-1.2.tar.gz) = 7335c542b2357bfb673058d43a548f48
|
MD5 (adasockets-1.4.1.tar.gz) = 75297821364ecba1a4abc9313c995703
|
||||||
|
10
net/adasockets/files/patch-constants.c
Normal file
10
net/adasockets/files/patch-constants.c
Normal 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
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
AdaSockets allows Ada programmers to use sockets from within their programs
|
AdaSockets allows Ada programmers to use sockets from within their programs
|
||||||
with an easy-to-use Ada-friendly interface.
|
with an easy-to-use Ada-friendly interface.
|
||||||
|
|
||||||
WWW: http://www.infres.enst.fr/ANC/
|
WWW: http://www.rfc1149.net/devel/adasockets
|
||||||
|
|
||||||
-- Samuel Tardieu
|
-- Samuel Tardieu
|
||||||
sam@inf.enst.fr
|
sam@rfc1149.net
|
||||||
|
@ -20,10 +20,11 @@ lib/adasockets/sockets-stream_io.adb
|
|||||||
lib/adasockets/sockets-thin.ads
|
lib/adasockets/sockets-thin.ads
|
||||||
lib/adasockets/sockets-utils.ads
|
lib/adasockets/sockets-utils.ads
|
||||||
lib/adasockets/sockets-utils.adb
|
lib/adasockets/sockets-utils.adb
|
||||||
lib/adasockets/sockets.ads
|
|
||||||
lib/adasockets/sockets.adb
|
lib/adasockets/sockets.adb
|
||||||
|
lib/adasockets/sockets.ads
|
||||||
share/doc/adasockets/adasockets.ps
|
share/doc/adasockets/adasockets.ps
|
||||||
share/doc/adasockets/adasockets.pdf
|
share/doc/adasockets/adasockets.pdf
|
||||||
|
@unexec install-info --delete %D/info/adasockets.info %D/info/dir
|
||||||
info/adasockets.info
|
info/adasockets.info
|
||||||
|
@exec install-info %D/info/adasockets.info %D/info/dir
|
||||||
@dirrm lib/adasockets
|
@dirrm lib/adasockets
|
||||||
lib/adasockets/sockets.ads
|
|
||||||
|
Loading…
Reference in New Issue
Block a user