Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 09:35:50 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/19924: Update port: ftp/IglooFTP
Message-ID:  <20000714163550.434B137C9B0@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         19924
>Category:       ports
>Synopsis:       Update port: ftp/IglooFTP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 09:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Use GTK_CONFIG properly
- Add WWW: line into pkg/DESCR

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/ftp/IglooFTP/patches/patch-ab ftp/IglooFTP/patches/patch-ab
--- /usr/ports/ftp/IglooFTP/patches/patch-ab	Sat Jul  8 06:52:42 2000
+++ ftp/IglooFTP/patches/patch-ab	Tue Jul 11 04:31:55 2000
@@ -50,7 +50,7 @@
  	@echo "#define COMPILE_BY \"`whoami`\"" >> version.h
  	@echo "#define COMPILE_HOST \"`hostname`\"" >> version.h
 -	@echo "#define GTK_VERSION \"GTK+ `gtk-config --version`\"" >> version.h
-+	@echo "#define GTK_VERSION \"GTK+ `gtk12-config --version`\"" >> version.h
++	@echo "#define GTK_VERSION \"GTK+ `$(GTK_CONFIG) --version`\"" >> version.h
  	@echo "#define CC_VERSION \"`$(CC) -v 2>&1 | tail -1`\"">>version.h
  	@echo "#define CODE_LINES \"`cat *.c *.h | grep -ch -e \"[[:alpha:]|[:punct:]]\"`\"">>version.h
  
diff -urN /usr/ports/ftp/IglooFTP/pkg/DESCR ftp/IglooFTP/pkg/DESCR
--- /usr/ports/ftp/IglooFTP/pkg/DESCR	Sat May  8 02:43:08 1999
+++ ftp/IglooFTP/pkg/DESCR	Tue Jul 11 04:07:42 2000
@@ -15,3 +15,5 @@
 connection, possibility to show / hide hidden file, 
 anti-idle tool, DND support, firewall support,
 own Netscape mini-toolbar and a great appearance.
+
+WWW: http://www.littleigloo.org/iglooftp.php3


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000714163550.434B137C9B0>