Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 1997 09:04:18 -0700 (PDT)
From:      handy@sag.space.lockheed.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/4282: figlet-2.2 distfile changed
Message-ID:  <199708121604.JAA01549@kriek.space.lockheed.com>
Resent-Message-ID: <199708121610.JAA01119@hub.freebsd.org>

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

>Number:         4282
>Category:       ports
>Synopsis:       figlet-2.2 distfile changed at master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 12 09:10:01 PDT 1997
>Last-Modified:
>Originator:     Brian Handy
>Organization:
MSU-Bozeman
>Release:        FreeBSD 2.2-970705-RELENG i386
>Environment:
	Lots of redwoods, two dogs, coupla cats and a coopful of
	chickens.

>Description:
	Distfile changed at master site.  Instead of installing
	the stuff by default in the author's home directory, he 
	decided to point it somewhere else...which gave the port
	a nasty case of kittens.  Noticed by Vincent Poy.
>How-To-Repeat:
>Fix:

diff -ru figlet.orig/files/md5 figlet/files/md5
--- figlet.orig/files/md5	Tue Aug 12 08:47:38 1997
+++ figlet/files/md5	Tue Aug 12 08:47:51 1997
@@ -1 +1 @@
-MD5 (figlet22.tar.gz) = bf85b4c938e75c39fe4a31dd60626924
+MD5 (figlet22.tar.gz) = 59fc72d8ed84902526ca1ea69f27ddec
diff -ru figlet.orig/patches/patch-aa figlet/patches/patch-aa
--- figlet.orig/patches/patch-aa	Tue Aug 12 08:47:39 1997
+++ figlet/patches/patch-aa	Tue Aug 12 08:55:35 1997
@@ -1,5 +1,5 @@
---- Makefile.orig	Tue Feb 18 22:46:29 1997
-+++ Makefile	Fri Jun 20 14:34:48 1997
+--- Makefile.orig	Tue Feb 18 15:02:28 1997
++++ Makefile	Tue Aug 12 08:55:08 1997
 @@ -10,18 +10,18 @@
  # for changing this is if sh is not in the same place.
  SHELL = /bin/sh
@@ -8,22 +8,24 @@
 +#CFLAGS = -g
  
  # Where the executables should be put
--DESTDIR = /home_c2/johnson/chai/figlet/bin
+-DESTDIR = /usr/games
 +DESTDIR = $(PREFIX)/bin
  
  # Where the man page should be put
--MANDIR = /home_c2/johnson/chai/man/man6
+-MANDIR = /usr/man/man6
 +MANDIR = $(PREFIX)/man/man6
  
  # Where figlet will search first for fonts (the ".flf" files).
- # DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
- # Use this definition if you can't put things in /usr/games
--DEFAULTFONTDIR = /home_c2/johnson/chai/figlet/fonts
+-DEFAULTFONTDIR = $(DESTDIR)/lib/figlet.dir
 +DEFAULTFONTDIR = $(PREFIX)/share/figlet
+ # Use this definition if you can't put things in /usr/games
+-DEFAULTFONTDIR = fonts
++#DEFAULTFONTDIR = fonts
  
  # The filename of the font to be used if no other is specified
  #   (standard.flf is recommended, but any other can be used).
-@@ -51,7 +51,9 @@
+@@ -50,8 +50,10 @@
+ 	rm -f *.o figlet chkfont
  
  install: figlet chkfont
 -	mkdir $(DEFAULTFONTDIR)
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708121604.JAA01549>