Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2001 13:06:01 -0700 (PDT)
From:      Steve Coltrin <spcoltri@hrothgar.omcl.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28300: Upgrade print/sgf2tex to 3.3
Message-ID:  <200106202006.f5KK61P06852@hrothgar.omcl.org>

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

>Number:         28300
>Category:       ports
>Synopsis:       Upgrade print/sgf2tex to 3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 20 13:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Orbital Mind Control Lasers
>Environment:
System: FreeBSD hrothgar.omcl.org 4.3-STABLE FreeBSD 4.3-STABLE #12: Sun Jun 10 19:37:46 PDT 2001 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -ur sgf2tex.old/Makefile sgf2tex/Makefile
--- sgf2tex.old/Makefile	Tue Jun 19 20:44:09 2001
+++ sgf2tex/Makefile	Wed Jun 20 13:01:01 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sgf2tex
-PORTVERSION=	3.2
+PORTVERSION=	3.3
 CATEGORIES=	print
 MASTER_SITES=	ftp://match.stanford.edu/pub/
 
diff -ur sgf2tex.old/files/patch-aa sgf2tex/files/patch-aa
--- sgf2tex.old/files/patch-aa	Wed Jun 20 12:39:06 2001
+++ sgf2tex/files/patch-aa	Wed Jun 20 13:01:01 2001
@@ -1,76 +1,55 @@
-*** Makefile~	Tue Aug 24 11:14:33 1999
---- Makefile	Tue Aug 24 18:08:01 1999
-***************
-*** 14,25 ****
-  # TEXHASH is MakeTeXls-R for WEB2C Unix distribution, texhash for TETEX, blank
-  # for NTEX.
-  
-! MFDIR=/usr/lib/texmf/texmf/fonts/source/public/GOOE
-! TFMDIR=/usr/lib/texmf/texmf/fonts/tfm/public/GOOE
-! TEXINPUTS=/usr/lib/texmf/texmf/tex/GOOE
-! MANDIR=/usr/man/man1/
-! BINDIR=/usr/local/bin/
-  TEXHASH=texhash
-  
-  # PKFONTS may be left undefined for the initial installation. If you are
-  # reinstalling fonts for which you have made modifications to the metafont
---- 14,31 ----
-  # TEXHASH is MakeTeXls-R for WEB2C Unix distribution, texhash for TETEX, blank
-  # for NTEX.
-  
-! MFDIR=${PREFIX}/share/texmf/metafont
-! TFMDIR=${PREFIX}/share/texmf/fonts/tfm
-! TEXINPUTS=${PREFIX}/share/texmf/tex
-! MANDIR=${PREFIX}/man/man1
-! BINDIR=${PREFIX}/bin
-! .if exists(/usr/local/bin/MakeTeXls-R)
-! TEXHASH=MakeTeXls-R
-! .elif exists(/usr/local/bin/texhash)
-  TEXHASH=texhash
-+ .else
-+ TEXHASH=
-+ .endif
-  
-  # PKFONTS may be left undefined for the initial installation. If you are
-  # reinstalling fonts for which you have made modifications to the metafont
-***************
-*** 45,50 ****
---- 51,58 ----
-  
-  .SUFFIXES : .mf .tfm .300pk .360pk .432pk .600pk .720pk .864pk .300gf .360gf .432gf .600gf .720gf .864gf
-  
-+ all: sgfsplit
-+ 
-  sgfsplit: sgfsplit.c
-  	cc -g -o sgfsplit sgfsplit.c
-  
-***************
-*** 53,65 ****
-  
-  install: sgfsplit 
-  	rm -f $(PKFONTS)
-! 	install -m 0644 *.mf $(MFDIR)
-! 	install -m 0644 *.tfm $(TFMDIR)
-! 	install -m 0755 sgf2tex sgfsplit $(BINDIR)
-! 	install -m 0644 sgf2tex.1 sgfsplit.1 $(MANDIR)
-! 	install -m 0644 gooemacs.tex gotcmacs.tex $(TEXINPUTS)
-  	$(TEXHASH)
-  	tex manual
-  
-  # The preferred method of installation is just to copy the metafont
-  # sources and tfm files into appropriated directories in MakeTeXPK's
---- 61,74 ----
-  
-  install: sgfsplit 
-  	rm -f $(PKFONTS)
-! 	install -c -m 0644 *.mf $(MFDIR)
-! 	install -c -m 0644 *.tfm $(TFMDIR)
-! 	install -c -m 0755 sgf2tex sgfsplit $(BINDIR)
-! 	install -c -m 0644 sgf2tex.1 sgfsplit.1 $(MANDIR)
-! 	install -c -m 0644 gooemacs.tex gotcmacs.tex $(TEXINPUTS)
-  	$(TEXHASH)
-  	tex manual
-+ 	install -c -m 0644 manual.dvi ${PREFIX}/share/doc/sgf2tex.dvi
-  
-  # The preferred method of installation is just to copy the metafont
-  # sources and tfm files into appropriated directories in MakeTeXPK's
+--- Makefile.orig	Sun Jun 17 21:04:35 2001
++++ Makefile	Wed Jun 20 12:59:39 2001
+@@ -14,12 +14,18 @@
+ # TEXHASH is MakeTeXls-R for WEB2C Unix distribution, texhash for TETEX, blank
+ # for NTEX.
+ 
+-MFDIR=/usr/share/texmf/fonts/source/public/GOOE
+-TFMDIR=/usr/share/texmf/fonts/tfm/public/GOOE
+-TEXINPUTS=/usr/share/texmf/tex/GOOE
+-MANDIR=/usr/man/man1/
+-BINDIR=/usr/local/bin/
++MFDIR=${PREFIX}/share/texmf/fonts/source/public/GOOE
++TFMDIR=${PREFIX}/share/texmf/fonts/tfm/public/GOOE
++TEXINPUTS=${PREFIX}/share/texmf/tex/GOOE
++MANDIR=${PREFIX}/man/man1/
++BINDIR=${PREFIX}/bin/
++.if exists(/usr/local/bin/MakeTeXls-R)
++TEXHASH=MakeTeXls-R
++.elif exists(/usr/local/bin/texhash)
+ TEXHASH=texhash
++.else
++TEXHASH=
++.endif
+ 
+ # PKFONTS may be left undefined for the initial installation. If you are
+ # reinstalling fonts for which you have made modifications to the metafont
+@@ -45,6 +51,8 @@
+ 
+ .SUFFIXES : .mf .tfm .300pk .360pk .432pk .600pk .720pk .864pk .300gf .360gf .432gf .600gf .720gf .864gf
+ 
++all: sgfsplit manual.dvi
++
+ sgfsplit: sgfsplit.c
+ 	cc -g -o sgfsplit sgfsplit.c
+ 
+@@ -53,13 +61,13 @@
+ 
+ install: sgfsplit 
+ 	rm -f $(PKFONTS)
+-	install -m 0644 *.mf $(MFDIR)
+-	install -m 0644 *.tfm $(TFMDIR)
+-	install -m 0755 sgf2tex sgfsplit $(BINDIR)
+-	install -m 0644 sgf2tex.1 sgfsplit.1 $(MANDIR)
+-	install -m 0644 gooemacs.tex gotcmacs.tex $(TEXINPUTS)
++	mkdir -p $(MFDIR) && install -c -m 0644 *.mf $(MFDIR)
++	mkdir -p $(TFMDIR) && install -c -m 0644 *.tfm $(TFMDIR)
++	install -c -m 0755 sgf2tex sgfsplit $(BINDIR)
++	install -c -m 0644 sgf2tex.1 sgfsplit.1 $(MANDIR)
++	mkdir -p $(TEXINPUTS) && install -c -m 0644 gooemacs.tex gotcmacs.tex $(TEXINPUTS)
+ 	$(TEXHASH)
+-	tex manual
++	install -c -m 0644 manual.dvi ${PREFIX}/share/doc/sgf2tex.dvi
+ 
+ # The preferred method of installation is just to copy the metafont
+ # sources and tfm files into appropriated directories in MakeTeXPK's
>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?200106202006.f5KK61P06852>