Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 21:31:43 +0200 (CEST)
From:      dr@domix.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13142: some scripts in the figlet port aren't executable after installing
Message-ID:  <199908141931.VAA09744@domix.de>

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

>Number:         13142
>Category:       ports
>Synopsis:       some scripts aren't executable
>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 Aug 14 12:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Rothert
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Am I organized?
>Environment:

	

>Description:

After installing the figlet port,  /usr/local/bin/showfigfonts and
/usr/local/bin/figlist (both are Bourne shell scripts) aren't executable.


>How-To-Repeat:
>Fix:
	
	Here's a patch for the Makefile:

    --- Makefile.orig       Sat Aug 14 21:25:48 1999
    +++ Makefile    Sat Aug 14 21:27:35 1999
    @@ -4,7 +4,7 @@
     # Date created:         Sat July 20, 1996
     # Whom:                 David O'Brien (obrien@cs.ucdavis.edu)
     #
    -# $Id: Makefile,v 1.8 1999/03/15 05:06:25 obrien Exp $
    +# $Id:$
     #
     
     DISTNAME=      figlet22
    @@ -19,5 +19,9 @@
     MAINTAINER=     obrien@FreeBSD.org
       
     MAN6=          figlet.6
    +
    +post-install:
    +       /bin/chmod 0755 ${PREFIX}/bin/figlist
    +       /bin/chmod 0755 ${PREFIX}/bin/showfigfont
        
     .include <bsd.port.mk>


>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?199908141931.VAA09744>