mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to the stable version.
PR: 42059 Submitted by: MAINTAINER
This commit is contained in:
parent
ba2c3f4303
commit
ce3976270c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65161
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://gtk-gnutella.sourceforge.net/download/ \
|
||||
@ -15,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtk-gnutella-0.90.tar.gz) = 7cdbd439c70d4b0f01c3e29b7a4229b4
|
||||
MD5 (gtk-gnutella-0.90.tar.bz2) = 4f43c0260391106e0f8b7d50efe83c13
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- src/misc.h.orig Sun Jul 14 23:38:00 2002
|
||||
+++ src/misc.h Sun Jul 14 23:38:15 2002
|
||||
@@ -78,7 +78,9 @@
|
||||
gchar *short_uptime(guint32 s);
|
||||
guint32 random_value(guint32 max);
|
||||
void strlower(gchar *, gchar *);
|
||||
+#ifndef __FreeBSD__
|
||||
guchar *strcasestr(const guchar *haystack, const guchar *needle);
|
||||
+#endif
|
||||
gchar *build_url_from_download(struct download *d);
|
||||
|
||||
#endif /* __misc_h__ */
|
@ -1,18 +0,0 @@
|
||||
--- src/misc.c.orig Sun Jul 14 23:38:20 2002
|
||||
+++ src/misc.c Sun Jul 14 23:39:14 2002
|
||||
@@ -562,6 +562,7 @@
|
||||
} while (*src++);
|
||||
}
|
||||
|
||||
+#ifndef __FreeBSD__
|
||||
/*
|
||||
* strcasestr
|
||||
*
|
||||
@@ -615,6 +616,7 @@
|
||||
|
||||
return NULL; /* Not found */
|
||||
}
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* build_url_from_download:
|
@ -1,10 +0,0 @@
|
||||
--- src/filter.c.orig Mon Jun 24 17:53:53 2002
|
||||
+++ src/filter.c Fri Jul 12 21:47:57 2002
|
||||
@@ -23,6 +23,7 @@
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/filter_gui.c.orig Fri Jul 12 21:48:49 2002
|
||||
+++ src/filter_gui.c Fri Jul 12 21:49:01 2002
|
||||
@@ -26,6 +26,7 @@
|
||||
/*
|
||||
* For ntohl and inet_addr
|
||||
*/
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/http.c.orig Fri Jun 21 07:19:09 2002
|
||||
+++ src/http.c Fri Jul 12 21:51:31 2002
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include "http.h"
|
||||
#include "appconfig.h"
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gtk-gnutella
|
||||
PORTVERSION= 0.90
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://gtk-gnutella.sourceforge.net/download/ \
|
||||
@ -15,6 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= roman@xpert.com
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtk-gnutella-0.90.tar.gz) = 7cdbd439c70d4b0f01c3e29b7a4229b4
|
||||
MD5 (gtk-gnutella-0.90.tar.bz2) = 4f43c0260391106e0f8b7d50efe83c13
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- src/misc.h.orig Sun Jul 14 23:38:00 2002
|
||||
+++ src/misc.h Sun Jul 14 23:38:15 2002
|
||||
@@ -78,7 +78,9 @@
|
||||
gchar *short_uptime(guint32 s);
|
||||
guint32 random_value(guint32 max);
|
||||
void strlower(gchar *, gchar *);
|
||||
+#ifndef __FreeBSD__
|
||||
guchar *strcasestr(const guchar *haystack, const guchar *needle);
|
||||
+#endif
|
||||
gchar *build_url_from_download(struct download *d);
|
||||
|
||||
#endif /* __misc_h__ */
|
@ -1,18 +0,0 @@
|
||||
--- src/misc.c.orig Sun Jul 14 23:38:20 2002
|
||||
+++ src/misc.c Sun Jul 14 23:39:14 2002
|
||||
@@ -562,6 +562,7 @@
|
||||
} while (*src++);
|
||||
}
|
||||
|
||||
+#ifndef __FreeBSD__
|
||||
/*
|
||||
* strcasestr
|
||||
*
|
||||
@@ -615,6 +616,7 @@
|
||||
|
||||
return NULL; /* Not found */
|
||||
}
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* build_url_from_download:
|
@ -1,10 +0,0 @@
|
||||
--- src/filter.c.orig Mon Jun 24 17:53:53 2002
|
||||
+++ src/filter.c Fri Jul 12 21:47:57 2002
|
||||
@@ -23,6 +23,7 @@
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/filter_gui.c.orig Fri Jul 12 21:48:49 2002
|
||||
+++ src/filter_gui.c Fri Jul 12 21:49:01 2002
|
||||
@@ -26,6 +26,7 @@
|
||||
/*
|
||||
* For ntohl and inet_addr
|
||||
*/
|
||||
+#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/http.c.orig Fri Jun 21 07:19:09 2002
|
||||
+++ src/http.c Fri Jul 12 21:51:31 2002
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
+#include <time.h>
|
||||
|
||||
#include "http.h"
|
||||
#include "appconfig.h"
|
Loading…
Reference in New Issue
Block a user