From saper@saperski.system.pl Wed Oct 27 07:23:47 1999
Return-Path: <saper@saperski.system.pl>
Received: from tricord.system.pl (tricord.system.pl [195.205.185.10])
	by hub.freebsd.org (Postfix) with ESMTP id A209815265
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 1999 07:22:56 -0700 (PDT)
	(envelope-from saper@saperski.system.pl)
Received: from saperski.system.pl (saperski.system.pl [195.205.185.24])
	by tricord.system.pl (SYSTEM Internet) with ESMTP id QAA10550
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 1999 16:22:51 +0200 (MET DST)
Received: (from saper@localhost)
	by saperski.system.pl (8.9.3/8.9.3) id QAA52952;
	Wed, 27 Oct 1999 16:24:07 +0200 (CEST)
	(envelope-from saper)
Message-Id: <199910271424.QAA52952@saperski.system.pl>
Date: Wed, 27 Oct 1999 16:24:07 +0200 (CEST)
From: Marcin Cielak <saper@system.pl>
Sender: saper@saperski.system.pl
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port gif2png: fix web2png Python script 
X-Send-Pr-Version: 3.2

>Number:         14556
>Category:       ports
>Synopsis:       Update port: graphics/gif2png: fix web2png Python script
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 27 07:30:01 PDT 1999
>Closed-Date:    Sun Oct 31 16:46:20 PST 1999
>Last-Modified:  Sun Oct 31 16:46:32 PST 1999
>Originator:     Marcin Cielak
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
SYSTEM Internet Provider
>Environment:


>Description:

web2png script has a wrong #! line (points to /usr/bin/python)

>How-To-Repeat:

>Fix:
	
diff -crN gif2png/Makefile gif2png.new/Makefile
*** gif2png/Makefile	Mon Oct 25 16:17:55 1999
--- gif2png.new/Makefile	Wed Oct 27 15:07:10 1999
***************
*** 17,22 ****
--- 17,26 ----
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
  
+ pre-build:
+ 		mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch
+ 		$(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png
+ 
  MAN1=		gif2png.1 web2png.1
  
  .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:

From: Marcin Cieslak <saper@system.pl>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/14556: Update port: graphics/gif2png: fix web2png Python
 script
Date: Sun, 31 Oct 1999 23:36:05 +0100 (MET)

 This PR has been obsoleted by ports/14632 and should be closed.
 The patches in 14632 should be applied to the original (ports/14331)
 version.
 
 -- 
                  << Marcin Cieslak // saper@system.pl >>
 
 -----------------------------------------------------------------
 SYSTEM Internet Provider                     http://www.system.pl
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Oct 31 16:46:20 PST 1999 
State-Changed-Why:  
Patch committed, thanks! 
>Unformatted:
