Skip site navigation (1)Skip section navigation (2)
Date:      16 Apr 2000 22:18:52 -0000
From:      lioux@uol.com.br
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18041: Update ftp/downloader to version 1.14 (supersedes ports/17229)
Message-ID:  <20000416221852.41217.qmail@Fedaykin.here>

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

>Number:         18041
>Category:       ports
>Synopsis:       Update ftp/downloader to version 1.14 (supersedes ports/17229)
>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:   Sun Apr 16 15:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

FBSD 4.0-stable, hopefully all other elf installations.

>Description:

Update d4x to version 1.14. Added new language files to pkg/PLIST.

Didn't do anything new about the patches. Just updated them to the new
version.

The number of files remained constant.

>How-To-Repeat:

n/a

>Fix:

diff -ru /usr/ports/ftp/downloader/Makefile ./Makefile
--- /usr/ports/ftp/downloader/Makefile	Wed Apr 12 13:45:58 2000
+++ ./Makefile	Sun Apr 16 19:08:35 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	downloader
-PORTVERSION=	1.11
+PORTVERSION=	1.14
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.server51.freshmeat.net/pub/d4x/ \
 		ftp://ftp.lonyay.edu.hu/pub/software/nt/ \
@@ -18,7 +18,5 @@
 LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/main
-
-CFLAGS=		-pedantic
 
 .include <bsd.port.mk>
diff -ru /usr/ports/ftp/downloader/files/md5 ./files/md5
--- /usr/ports/ftp/downloader/files/md5	Sun Feb 20 16:44:41 2000
+++ ./files/md5	Sun Apr 16 17:45:44 2000
@@ -1 +1 @@
-MD5 (nt-1.11.tar.gz) = 6d76906c39e156704ec85670411ad715
+MD5 (nt-1.14.tar.gz) = 0e7d9f4bc82c47b8a8f400c62c7f1e28
diff -ru /usr/ports/ftp/downloader/patches/patch-aa ./patches/patch-aa
--- /usr/ports/ftp/downloader/patches/patch-aa	Sun Feb 20 16:44:43 2000
+++ ./patches/patch-aa	Sun Apr 16 17:50:54 2000
@@ -1,6 +1,6 @@
---- Makefile.orig	Sat Jan 29 05:02:17 2000
-+++ Makefile	Sun Feb 13 13:18:26 2000
-@@ -1,21 +1,15 @@
+--- Makefile.orig	Thu Mar 30 05:41:31 2000
++++ Makefile	Sun Apr 16 17:50:32 2000
+@@ -1,9 +1,6 @@
 -CXX = c++
  
  NLS=-DENABLE_NLS # Remove or comment this line to disable gettext
@@ -10,13 +10,22 @@
 +DEST?=$(PREFIX)
  LOCALEDIR=$(DEST)/share/locale
  PTHREAD=-lpthread
--GTKCONFIG=gtk-config
- GLIBCONFIG=glib-config
+ GTKCONFIG=gtk-config
+@@ -11,19 +8,16 @@
+ MAKE=make
  
  #next strings were added for BSD support
 -ifeq ($(OSTYPE),BSD)
  PTHREAD=-pthread
  GTKCONFIG=gtk12-config
+ MAKE=gmake
+-endif
+ 
+-ifeq ($(OSTYPE),FreeBSD)
+ PTHREAD=-pthread
+ GTKCONFIG=gtk12-config
++GLIBCONFIG=glib12-config
+ MAKE=gmake
 -endif
  
 -CFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
diff -ru /usr/ports/ftp/downloader/patches/patch-ae ./patches/patch-ae
--- /usr/ports/ftp/downloader/patches/patch-ae	Sun Feb 20 16:44:43 2000
+++ ./patches/patch-ae	Sun Apr 16 17:49:37 2000
@@ -1,5 +1,5 @@
---- main.cc.orig	Thu Jan 27 05:29:34 2000
-+++ main.cc	Sun Feb 13 14:12:44 2000
+--- main.cc.orig	Sun Apr 16 17:49:04 2000
++++ main.cc	Sun Apr 16 17:49:17 2000
 @@ -12,6 +12,7 @@
  #include <sys/types.h>
  #include <sys/stat.h>
diff -ru /usr/ports/ftp/downloader/pkg/PLIST ./pkg/PLIST
--- /usr/ports/ftp/downloader/pkg/PLIST	Sun Feb 20 16:44:43 2000
+++ ./pkg/PLIST	Sun Apr 16 17:59:55 2000
@@ -2,8 +2,10 @@
 share/locale/bg/LC_MESSAGES/nt.mo
 share/locale/cs/LC_MESSAGES/nt.mo
 share/locale/de/LC_MESSAGES/nt.mo
+share/locale/el_GR/LC_MESSAGES/nt.mo
 share/locale/es/LC_MESSAGES/nt.mo
 share/locale/fr/LC_MESSAGES/nt.mo
+share/locale/hu/LC_MESSAGES/nt.mo
 share/locale/id/LC_MESSAGES/nt.mo
 share/locale/it/LC_MESSAGES/nt.mo
 share/locale/ja/LC_MESSAGES/nt.mo
@@ -25,10 +27,14 @@
 @unexec rmdir %D/share/locale/it 2>/dev/null || true
 @unexec rmdir %D/share/locale/id/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/id 2>/dev/null || true
+@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/hu 2>/dev/null || true
 @unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/fr 2>/dev/null || true
 @unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/es 2>/dev/null || true
+@unexec rmdir %D/share/locale/el_GR/LC_MESSAGES 2>/dev/null || true
+@unexec rmdir %D/share/locale/el_GR 2>/dev/null || true
 @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
 @unexec rmdir %D/share/locale/de 2>/dev/null || true
 @unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true

>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?20000416221852.41217.qmail>