Date: Fri, 10 Jul 1998 22:39:54 -0400 (EDT) From: James Saint-Rossy <appleseed@his.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7244: update to tkrat-1.1 Message-ID: <199807110239.WAA02914@daetalus.his.com>
next in thread | raw e-mail | index | archive | help
>Number: 7244 >Category: ports >Synopsis: diff to update tkrat to ver 1.1 >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 10 19:40:01 PDT 1998 >Last-Modified: >Originator: Appleseed@his.com >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: The attached diffs update the mail/tkrat prot to 1.1. This problem report replaces 6743. It includes additional fixes and has been thoroughly tested. >Description: Tkrat is a fullfeatured Mail User Agent for X. It is unique in that it interfaces directly with sendmail and dosen't require MH. >How-To-Repeat: >Fix: Before applying the diff delete the following files. patches/patch-ab patches/patch-ac patches/patch-ad diff -urN tkrat/Makefile tkrat11/Makefile --- tkrat/Makefile Sun Dec 7 06:20:50 1997 +++ tkrat11/Makefile Sun Jun 7 14:45:26 1998 @@ -1,43 +1,43 @@ -# New ports collection Makefile for: TkRat -# Version required: 1.0.5 +# New ports collection makefile for: tkrat +# Version required: 1.1 # Date created: 24 October 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.3 1997/12/07 07:21:20 hoek Exp $ +# $Id$ # -DISTNAME= tkrat-1.0.5 +DISTNAME= tkrat-1.1 CATEGORIES= mail tk80 MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ ftp://ftp.sunet.se/pub/unix/mail/tkrat/ -# NOTE: "fetch" fails on FreeBSD 2.2.1 for "no-login", but ncftp succeeds -# from commandline, or script invocation. -MAINTAINER= bgingery@gtcs.com +MAINTAINER= James Saint-Rossy <daetalus@his.com> BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 -LIB_DEPENDS= c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw \ - tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tcl80\\.1\\.2:${PORTSDIR}/lang/tcl80 \ + tk80\\.1\\.2:${PORTSDIR}/x11/tk80 \ + c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared=yes \ - --with-tcl-config=${PREFIX}/lib/tcl8.0 \ + +CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ --with-tk-config=${PREFIX}/lib/tk8.0 -DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \ +DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \ doc/userproc.example post-install: .if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" - @${MKDIR} ${PREFIX}/share/doc/tkrat + ${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" + ${MKDIR} ${PREFIX}/share/doc/tkrat .for f in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tkrat + ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/share/doc/tkrat .endfor .else - @${ECHO_MSG} "===> Not copying available documents" + ${ECHO_MSG} "===> Not copying available documents" .endif - @${MKDIR} ${PREFIX}/lib/ratatosk + ${MKDIR} ${PREFIX}/lib/ratatosk ${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk + /bin/chmod ugo+wt /var/mail .include <bsd.port.mk> diff -urN tkrat/files/md5 tkrat11/files/md5 --- tkrat/files/md5 Fri Nov 14 17:51:08 1997 +++ tkrat11/files/md5 Sun May 24 16:33:45 1998 @@ -1 +1 @@ -MD5 (tkrat-1.0.5.tar.gz) = 9dac94afd014cdb37af73fb21e29a971 +MD5 (tkrat-1.1.tar.gz) = 25a77aaf11db7286900a82b97084a4a9 diff -urN tkrat/patches/patch-aa tkrat11/patches/patch-aa --- tkrat/patches/patch-aa Fri Nov 14 17:51:10 1997 +++ tkrat11/patches/patch-aa Sun May 24 15:36:57 1998 @@ -1,27 +1,11 @@ -*** Makefile.in.orig Tue Oct 21 16:00:48 1997 ---- Makefile.in Sun Nov 9 00:44:42 1997 -*************** -*** 15,26 **** - all: build - - build: -- -cd imap-4.1; \ -- if test "`cat OSTYPE 2>/dev/null`" = "${OSTYPE}" ; then \ -- ${MAKE}; \ -- else \ -- ${MAKE} ${OSTYPE}; \ -- fi - cd lib; ${MAKE} - cd script; ${MAKE} - cd tkrat; ${MAKE} ---- 15,20 ---- -*************** -*** 32,38 **** - cd misc; ${MAKE} install - - clean: -- cd imap-4.1; ${MAKE} clean - cd lib; ${MAKE} clean - cd script; ${MAKE} clean - cd tkrat; ${MAKE} clean ---- 26,31 ---- +--- configure.back Sat May 16 13:48:48 1998 ++++ configure Sat May 16 14:27:13 1998 +@@ -1994,7 +1994,7 @@ + for i in $tcl_dirs ; do + tcl_include_dirs="$tcl_include_dirs $i/include" + done +-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include" ++tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include" + tcl_dir=0 + for i in $tcl_include_dirs ; do + if test -r $i/tcl.h ; then diff -urN tkrat/pkg/COMMENT tkrat11/pkg/COMMENT --- tkrat/pkg/COMMENT Fri Nov 14 17:51:09 1997 +++ tkrat11/pkg/COMMENT Sun May 24 15:36:57 1998 @@ -1 +1 @@ -An advanced scriptable GUI Mail UA for X-, Win32 and Mac +A mail user agent for X with a Tcl/Tk user interface. diff -urN tkrat/pkg/PLIST tkrat11/pkg/PLIST --- tkrat/pkg/PLIST Fri Nov 14 17:51:10 1997 +++ tkrat11/pkg/PLIST Sun May 24 15:36:57 1998 @@ -20,6 +20,9 @@ lib/tkratlib/show.tcl lib/tkratlib/source.tcl lib/tkratlib/tclIndex +lib/tkratlib/text_balText_en.tcl +lib/tkratlib/text_balText_it.tcl +lib/tkratlib/text_balText_sv.tcl lib/tkratlib/text_changes_en.tcl lib/tkratlib/text_changes_it.tcl lib/tkratlib/text_changes_sv.tcl >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?199807110239.WAA02914>