Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 14:35:45 +0400 (MSD)
From:      andrew@chg.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20922: update port : ftp/downloader to 1.19
Message-ID:  <200008291035.OAA32344@sign.chg.ru>

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

>Number:         20922
>Category:       ports
>Synopsis:       update port : ftp/downloader to 1.19
>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:   Tue Aug 29 03:40:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew L. Neporada
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:

diff -ruN downloader.orig/Makefile downloader/Makefile
--- downloader.orig/Makefile	Fri Aug 11 05:14:10 2000
+++ downloader/Makefile	Mon Aug 28 16:43:15 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	downloader
-PORTVERSION=	1.18
+PORTVERSION=	1.19
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.krasu.ru/soft/chuchelo/files/ \
 		ftp://ftp.server51.freshmeat.net/pub/d4x/ \
@@ -20,7 +20,6 @@
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 MSGFMT_CMD=	${LOCALBASE}/bin/msgfmt
 WRKSRC=		${WRKDIR}/${DISTNAME}/main
-CONFIGURE_ENV=	LIBS="-lintl"
 MAKE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
 		MSGFMT_CMD="${MSGFMT_CMD}"
 
diff -ruN downloader.orig/files/md5 downloader/files/md5
--- downloader.orig/files/md5	Wed Aug  9 23:55:00 2000
+++ downloader/files/md5	Mon Aug 28 16:52:22 2000
@@ -1 +1 @@
-MD5 (nt-1.18.tar.gz) = 1e8acf534517d71f2f743c285f6b40f1
+MD5 (nt-1.19.tar.gz) = b15e66607521abd47f07a991c34eb895
diff -ruN downloader.orig/patches/patch-aa downloader/patches/patch-aa
--- downloader.orig/patches/patch-aa	Tue Aug 22 22:17:16 2000
+++ downloader/patches/patch-aa	Mon Aug 28 20:42:03 2000
@@ -1,12 +1,11 @@
---- Makefile.orig	Thu May 11 05:49:46 2000
-+++ Makefile	Tue May 16 17:36:48 2000
-@@ -1,40 +1,19 @@
+--- Makefile.orig	Sat Aug 26 10:16:05 2000
++++ Makefile	Mon Aug 28 20:07:43 2000
+@@ -1,39 +1,19 @@
 -CXXFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
 -# -ggdb
--#-lefence
+-# -DDEBUG_ALL
 +CXXFLAGS += -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
  
--
 -export CXXFLAGS LOCALEDIR
 -
 -#CXX = c++
@@ -26,21 +25,21 @@
 -
 -#next strings were added for BSD support
 -ifeq ($(OSTYPE),BSD)
- PTHREAD=-pthread
+-PTHREAD=-pthread
 -GTKCONFIG=gtk12-config
 -MAKE=gmake
 -endif
-+MSGFMT=${MSGFMT_CMD}
- 
+-
 -ifeq ($(OSTYPE),FreeBSD)
--PTHREAD=-pthread
+ PTHREAD=-pthread
 -GTKCONFIG=gtk12-config
 -MAKE=gmake
 -endif
--
++MSGFMT=${MSGFMT_CMD}
+ 
 -GTKLIBS=$(shell $(GTKCONFIG) --libs) $(shell $(GLIBCONFIG) --libs)
 -GTKFLAGS=$(shell $(GTKCONFIG) --cflags) $(shell $(GLIBCONFIG) --cflags)
-+GTKLIBS=`${GTK_CONFIG} --libs` -lintl
++GTKLIBS=`${GTK_CONFIG} --libs`
 +GTKFLAGS=`${GTK_CONFIG} --cflags`
  LDFLAGS=$(PTHREAD) $(GTKLIBS)
 -CXXFLAGS += $(GTKFLAGS) $(NLS) -DLOCALE=\"${LOCALEDIR}\"
@@ -49,12 +48,16 @@
  
  FACE=face/lmenu.o face/list.o face/addd.o face/graph.o face/log.o \
  	face/prefs.o face/buttons.o face/about.o face/edit.o \
-@@ -51,23 +30,20 @@
- all:
- 	-rm -f nt
- 	$(MAKE) nt
+@@ -47,40 +27,18 @@
+ 	pass.o eff.o
+ MODULES += $(FACE)
+ 
+-all:
+-	-rm -f nt
+-	$(MAKE) nt
 -	[ -z "$(NLS)" ] || $(MAKE) -C po
 -	$(MAKE) strip
++all: nt
 +	[ -z "$(NLS)" ] || cd po && MSGFMT=$(MSGFMT) $(MAKE)
  
  $(FACE):
@@ -73,20 +76,24 @@
  install: all
 -	install -c -m755 nt $(DEST)/bin
 -	[ -z "$(NLS)" ] || $(MAKE) install -C po
-+	${BSD_INSTALL_PROGRAM} nt $(DEST)/bin
-+	[ -z "$(NLS)" ] || cd po && LOCALEDIR=$(LOCALEDIR) $(MAKE) install
-+
-+.cc.o:
-+	$(EXECC) -c $<
- 
- clean: 
- 	-rm -f *.o nt TAGS *~
-@@ -80,8 +56,3 @@
- uninstall:
- 	-rm -f $(DEST)/bin/nt
- 	$(MAKE) uninstall -C po
+-
+-clean: 
+-	-rm -f *.o nt TAGS *~
+-	$(MAKE) clean -C face
+-	$(MAKE) clean -C po
+-
+-tags:
+-	etags *.{cc,h} face/*.{cc,h}
+-
+-uninstall:
+-	-rm -f $(DEST)/bin/nt
+-	$(MAKE) uninstall -C po
 -
 -Makefile.dep:
 -	$(CXX) $(CXXFLAGS) -MM *.cc > Makefile.dep
--
++	$(BSD_INSTALL_PROGRAM) nt $(DEST)/bin
++	[ -z "$(NLS)" ] || cd po && LOCALEDIR=$(LOCALEDIR) $(MAKE) install
+ 
 --include Makefile.dep
++.cc.o:
++	$(EXECC) -c $<

>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?200008291035.OAA32344>