Update to gnut 0.4.28.

This commit is contained in:
Kris Kennaway 2001-11-30 04:34:33 +00:00
parent 262adf4caf
commit 7fb72a4808
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50745
4 changed files with 16 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnut
PORTVERSION= 0.4.27
PORTREVISION= 1
PORTVERSION= 0.4.28
CATEGORIES= net audio
MASTER_SITES= http://www.gnutelliums.com/linux_unix/gnut/tars/

View File

@ -1 +1 @@
MD5 (gnut-0.4.27.tar.gz) = efc511e50d2aab095d29102f00466953
MD5 (gnut-0.4.28.tar.gz) = bade24c9838d390de41f5ea0c80dc22f

View File

@ -1,5 +1,5 @@
--- configure.in.orig Sat Aug 25 20:50:06 2001
+++ configure.in Sat Aug 25 20:50:22 2001
--- configure.in.orig Thu Nov 29 20:28:19 2001
+++ configure.in Thu Nov 29 20:28:35 2001
@@ -2,49 +2,6 @@
AC_INIT(src/gnut.c)
@ -47,6 +47,6 @@
-cat_eof
-read GPL_OK_TMP
-
AM_INIT_AUTOMAKE(gnut,0.4.27)
AM_INIT_AUTOMAKE(gnut,0.4.28)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)

11
net/gnut/files/patch-ac Normal file
View File

@ -0,0 +1,11 @@
--- src/td.h.orig Mon Sep 10 16:36:30 2001
+++ src/td.h Thu Nov 29 20:31:12 2001
@@ -30,6 +30,8 @@
*/
/* level-1 system headers */
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <pthread.h>