From owner-freebsd-ports Sun May 24 15:55:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27278 for freebsd-ports-outgoing; Sun, 24 May 1998 15:55:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27270 for ; Sun, 24 May 1998 15:55:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27192; Sun, 24 May 1998 15:50:01 -0700 (PDT) Received: from daetalus.his.com (daetalus.his.com [205.252.81.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25997 for ; Sun, 24 May 1998 15:47:51 -0700 (PDT) (envelope-from root@daetalus.his.com) Received: (from root@localhost) by daetalus.his.com (8.8.8/8.8.8) id SAA22941; Sun, 24 May 1998 18:47:19 -0400 (EDT) (envelope-from root) Message-Id: <199805242247.SAA22941@daetalus.his.com> Date: Sun, 24 May 1998 18:47:19 -0400 (EDT) From: "daetalus@his.com" Reply-To: daetalus@his.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6743: TkRat upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6743 >Category: ports >Synopsis: diff to upgrade tkrat to tkrat1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 24 15:50:00 PDT 1998 >Last-Modified: >Originator: James Saint-Rossy >Organization: University of Maryland >Release: FreeBSD 2.2.6-STABLE i386 >Environment: compiled and tested on FreeBSD 2.2.6 >Description: The following diff is to be applied on the tkrat port to upgrade it to tkratv1.1. I would suggest the name tkrat11 for the new port directory. Before applying the patch the following files should be deleted: patch-ab, patch-c, patch-ad. Please inform me if I didn't submit this correctly and if possible tell me how to attach a file to a send-pr. Thanks in advance, James. >How-To-Repeat: >Fix: diff -ruN tkrat/Makefile tkrat11/Makefile --- tkrat/Makefile Sun Dec 7 06:20:50 1997 +++ tkrat11/Makefile Sun May 24 17:48:22 1998 @@ -1,43 +1,42 @@ -# 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 # -# $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 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 .include diff -ruN 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 -ruN 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 -ruN 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 -ruN 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