Date: Wed, 27 Oct 1999 16:24:07 +0200 (CEST) From: Marcin Cie¶lak <saper@system.pl> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14556: update port gif2png: fix web2png Python script Message-ID: <199910271424.QAA52952@saperski.system.pl>
next in thread | raw e-mail | index | archive | help
>Number: 14556 >Category: ports >Synopsis: update port gif2png: fix web2png Python script >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >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: >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?199910271424.QAA52952>