From 6561393c020674f0af216ed381d8851bf469dddd Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Tue, 29 Aug 2000 15:42:10 +0000 Subject: Update to version 1.19 PR: 20922 Submitted by: MAINTAINER --- ftp/downloader/Makefile | 3 +-- ftp/downloader/distinfo | 2 +- ftp/downloader/files/patch-aa | 63 ++++++++++++++++++++++++------------------- 3 files changed, 37 insertions(+), 31 deletions(-) (limited to 'ftp') diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index eb100ab598e4..32a04c66c765 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -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 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 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 --git a/ftp/downloader/distinfo b/ftp/downloader/distinfo index dba6cb1c49d1..ecf8eb8cd578 100644 --- a/ftp/downloader/distinfo +++ b/ftp/downloader/distinfo @@ -1 +1 @@ -MD5 (nt-1.18.tar.gz) = 1e8acf534517d71f2f743c285f6b40f1 +MD5 (nt-1.19.tar.gz) = b15e66607521abd47f07a991c34eb895 diff --git a/ftp/downloader/files/patch-aa b/ftp/downloader/files/patch-aa index 476b1f6e8ee4..c876c378daee 100644 --- a/ftp/downloader/files/patch-aa +++ b/ftp/downloader/files/patch-aa @@ -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 $< -- cgit v1.2.3