View | Details | Raw Unified | Return to bug 38584
Collapse All | Expand All

(-)/usr/ports/ftp/gftp/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gftp
8
PORTNAME=	gftp
9
PORTVERSION=	2.0.11
9
PORTVERSION=	2.0.12
10
CATEGORIES=	ftp
10
CATEGORIES=	ftp
11
MASTER_SITES=	http://gftp.seul.org/ \
11
MASTER_SITES=	http://gftp.seul.org/ \
12
		ftp://gftp.seul.org/pub/gftp/
12
		ftp://gftp.seul.org/pub/gftp/
(-)/usr/ports/ftp/gftp/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gftp-2.0.11.tar.gz) = 3c63b5eed2faffe820bace112be2db8a
1
MD5 (gftp-2.0.12.tar.gz) = cda2957361b42e51e80a1d63610ba8b0
(-)/usr/ports/ftp/gftp/files/patch-ac (-5 / +5 lines)
Lines 1-11 Link Here
1
--- src/text/Makefile.in.orig	Thu Jan 10 16:15:43 2002
1
--- src/text/Makefile.in.orig	Sun May 26 21:27:10 2002
2
+++ src/text/Makefile.in	Thu Jan 10 16:17:37 2002
2
+++ src/text/Makefile.in	Sun May 26 21:28:58 2002
3
@@ -104,7 +104,7 @@
3
@@ -105,7 +105,7 @@
4
 EXTRA_PROGRAMS = gftp-text
4
 EXTRA_PROGRAMS = gftp-text
5
 gftp_text_SOURCES = gftp-text.c 
5
 gftp_text_SOURCES = gftp-text.c 
6
 INCLUDES = @GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
6
 INCLUDES = @GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
7
-LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@
7
-LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
8
+LDADD = -lintl ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@
8
+LDADD = -lintl ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
9
 noinst_HEADERS = gftp-text.h
9
 noinst_HEADERS = gftp-text.h
10
 localedir = $(prefix)/share/locale
10
 localedir = $(prefix)/share/locale
11
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
11
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
(-)/usr/ports/ftp/gftp/files/patch-ad (-20 lines)
Lines 1-20 Link Here
1
--- lib/cache.c.orig	Fri Jul 20 21:26:19 2001
2
+++ lib/cache.c	Wed Jan  2 13:54:45 2002
3
@@ -45,7 +45,7 @@
4
     }
5
   g_free (tempstr);
6
 
7
-  srand (time (NULL));
8
+  srandomdev();
9
   tempstr = NULL;
10
   cachefile = NULL;
11
   do
12
@@ -57,7 +57,7 @@
13
         g_free (cachefile);
14
 
15
       cachefile = g_strdup_printf ("cache%ld",
16
-                                   1 + (long) (99999999.0 * rand () /
17
+                                   1 + (long) (99999999.0 * random () /
18
 				   (RAND_MAX + 1.0)));
19
       tempstr = g_strdup_printf ("%s/%s", cachedir, cachefile);
20
     }
(-)/usr/ports/ftp/gftp/pkg-plist (+1 lines)
Lines 30-35 Link Here
30
%%DATADIR%%/gftp/up.xpm
30
%%DATADIR%%/gftp/up.xpm
31
%%DATADIR%%/gftp/world.xpm
31
%%DATADIR%%/gftp/world.xpm
32
%%GNOME:%%share/gnome/pixmaps/gftp.png
32
%%GNOME:%%share/gnome/pixmaps/gftp.png
33
share/locale/bg/LC_MESSAGES/gftp.mo
33
share/locale/br/LC_MESSAGES/gftp.mo
34
share/locale/br/LC_MESSAGES/gftp.mo
34
share/locale/cs/LC_MESSAGES/gftp.mo
35
share/locale/cs/LC_MESSAGES/gftp.mo
35
share/locale/da/LC_MESSAGES/gftp.mo
36
share/locale/da/LC_MESSAGES/gftp.mo

Return to bug 38584