Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 08:26:43 -0700 (PDT)
From:      Frank Mayhar <frank@exit.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18689: Update ports/misc/tkman to 2.1b4
Message-ID:  <200005201526.IAA35098@realtime.exit.com>

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

>Number:         18689
>Category:       ports
>Synopsis:       This updates tkman to 2.1b4.
>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:   Sat May 20 08:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Exit Consulting
>Environment:

        N/A

>Description:

        This just updates tkman 2.1b2 to the latest version, 2.1b4.  Note
        that it changes its dependency from tk82 to tk83.

>How-To-Repeat:

        N/A

>Fix:

        Attached.
-- 
Frank Mayhar frank@exit.com	http://www.exit.com/

--ELM958836403-35055-0_
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=tkman-patch
Content-Description: tkman-patch
Content-Transfer-Encoding: 7bit

Index: Makefile
===================================================================
RCS file: /cvs/repos/ports/misc/tkman/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile	2000/04/14 08:46:51	1.38
+++ Makefile	2000/05/20 15:21:27
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	tkman
-PORTVERSION=	2.1b2
-CATEGORIES=	misc tk82
+PORTVERSION=	2.1b4
+CATEGORIES=	misc tk83
 MASTER_SITES=	ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	tg@freebsd.org
 
-LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
+LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
 RUN_DEPENDS=	rman:${PORTSDIR}/textproc/rman \
 		glimpse:${PORTSDIR}/textproc/glimpse
 
Index: files/md5
===================================================================
RCS file: /cvs/repos/ports/misc/tkman/files/md5,v
retrieving revision 1.15
diff -u -r1.15 md5
--- files/md5	1998/12/01 07:15:02	1.15
+++ files/md5	2000/05/20 15:21:27
@@ -1 +1 @@
-MD5 (tkman-2.1b2.tar.Z) = 4543f4d2159e94d9b5bbf6fb04317bc9
+MD5 (tkman-2.1b4.tar.Z) = 15c4567893fa81157332ce8835817c47

--ELM958836403-35055-0_
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=patch-aa
Content-Description: patches/patch-aa
Content-Transfer-Encoding: 7bit

--- Makefile.orig	Wed Mar  1 20:09:59 2000
+++ Makefile	Sat May 20 07:55:37 2000
@@ -27,14 +27,14 @@
 ### you need to localize the paths on these lines
 
 #WISH = /usr/sww/tcl-8.3/bin/wish
-WISH = /private/share/bin/wish
+#WISH = /private/share/bin/wish
 #WISH = /private/share/bin/wish8.3
-#WISH = /usr/local/bin/wish8.3
+WISH = /usr/local/bin/wish8.3
 
 # the executable `tkman' is placed in BINDIR
 # this should be a directory that's in your bin PATH
-BINDIR = /private/share/bin
-#BINDIR = /usr/local/bin
+#BINDIR = /private/share/bin
+BINDIR = ${PREFIX}/bin
 
 
 # OPTIONAL
@@ -44,13 +44,13 @@
 # This directory should not have any Texinfo source itself.
 # More information is given in tkman-help.html
 # if you don't have Texinfo files, leave this variable empty
-texinfodir = ""
+#texinfodir = ""
 #texinfodir = /home/orodruin/h/bair/phelps/spine/tkman/info
-#texinfodir = /usr/local/info
+texinfodir = ${PREFIX}/info
 # In order to search within Texinfo files you need a grep, such as GNU grep 2.1,
 # that can report byte offsets (with the -b switch).  This needs to be
 # gzgrep if you'll be searching in compressed Texinfo source.
-gzgrep = ""
+#gzgrep = ""
 #gzgrep = "gzgrep -E"
 #gzgrep = "gzgrep -Ew"
 # Linux calls it zgrep
@@ -59,6 +59,7 @@
 #gzgrep = grep
 # if you don't compress your Texinfo source, this is fine
 #gzgrep = grep
+gzgrep = "/usr/bin/zgrep -E"
 
 # OPTIONAL
 # directory root of hierarchy of RFC files, with "rfc-index.txt" at the root
@@ -82,10 +83,12 @@
 # will examine for matches if a search in the usual locations fails while searching
 # for a man pages and displaying its associated binaries (if any).
 # Use this feature carefully as a large number of directories can slow down startup.
-mastermen = "/usr/man /usr/local/man"
+#mastermen = "/usr/man /usr/local/man"
 #mastermen = "/usr/man /usr/local/man /usr/sww/man /usr/share/man /usr/kerberos/man"
-masterbin = "/usr/bin /usr/local/bin"
+mastermen = "${PREFIX}/man /usr/share/man ${X11BASE}/man"
+#masterbin = "/usr/bin /usr/local/bin"
 #masterbin = "/usr/bin /usr/local/bin /usr/sww/bin /usr/sww/share/bin /usr/sww/share/X11R5/bin"
+masterbin = "/usr/bin ${PREFIX}/bin ${X11BASE}/bin"
 
 
 # names of common printers, in addition to default printer (PRINTER or LPDEST)
@@ -115,7 +118,7 @@
 # Lines are cached in .../man/cat<n>@<line-length>; 
 #   that is, the line length is appended to the usual cache directory names
 #manformat = {groff -te -Tascii -man /tmp/ll -}
-manformat = {groff -te -Tlatin1 -man /tmp/ll -}
+#manformat = {groff -te -Tlatin1 -man /tmp/ll -}
 # Ultrix users should uncomment the following line (you don't have eqn)
 #manformat = {tbl | nroff -man }
 # HP-UX uses a number of macros that groff doesn't define, so use the builtin nroff
@@ -123,7 +126,7 @@
 #  space between the .de and the macro name, and groff doesn't like this.)
 #manformat = {tbl | neqn | nroff -man }
 # BSD macros (.Sh, .Ss, .PP, ...) need -mandoc
-#manformat = {groff -Tascii -te -mandoc}
+manformat = {groff -Tascii -te -mandoc}
 # BSDI
 #manformat = {tbl | eqn -Tascii | nroff -man }
 # It's actually legal to leave this empty if all the pages you'll ever
@@ -174,7 +177,8 @@
 #manprint = {tbl | eqn | psroff -man}
 #manprint = {tbl | eqn | gtroff -Tpsc | psdit | lpr}
 # use an empty pipeline if you're environmentally conscious or have no printer
-manprint = ""
+#manprint = ""
+manprint = {groff -mandoc -Tps -te -l}
 # printing string for preformatted pages without [tn]roff source
 #catprint = lpr
 #catprint = "lpr -h"
@@ -461,7 +465,7 @@
 	chmod +rx $(BINDIR)/tkman
 	$(CP) retkman $(BINDIR)
 	chmod +rx $(BINDIR)/retkman
-	@echo 'You also need RosettaMan to run TkMan.'
+#	@echo 'You also need RosettaMan to run TkMan.'
 
 test: dox tkman
 	cp tkman $(BINDIR)

--ELM958836403-35055-0_
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=patch-ab
Content-Description: patches/patch-ab
Content-Transfer-Encoding: 7bit

--- tkmandesc.tcl.orig	Wed Mar  1 19:55:54 2000
+++ tkmandesc.tcl	Sat May 20 07:57:33 2000
@@ -223,8 +223,9 @@
 		set mani(manTitleList) $man(manTitleList)
 
 		if {![info exists env(MANPATH)] || [string equal [string trim $env(MANPATH)] ""]} {
-			puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"
-			exit 1
+#			puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)"
+#			exit 1
+			set env(MANPATH) [join $manx(mastermen) ":"]
 		}
 		set manx(MANPATH0) $env(MANPATH)
 

--ELM958836403-35055-0_--

>Release-Note:
>Audit-Trail:
>Unformatted:
 --ELM958836403-35055-0_
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 


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?200005201526.IAA35098>