Date: Sun, 7 Apr 2002 13:56:18 -0400 From: The Anarcat <anarcat@anarcat.dyndns.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: anarcat@anarcat.dyndns.org Subject: ports/36854: [patch] graphviz and colorize both install a colorize file Message-ID: <20020407175719.F1B7A191F@khan.anarcat.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 36854 >Category: ports >Synopsis: [patch] graphviz and colorize both install a colorize file >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: Sun Apr 07 11:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.5-STABLE i386 >Organization: Nada, Inc >Environment: System: FreeBSD lenny.anarcat.dyndns.org 4.5-STABLE FreeBSD 4.5-STABLE #1: Wed Mar 27 12:55:29 EST 2002 anarcat@lenny.anarcat.dyndns.org:/usr/src/sys/compile/LENNY i386 graphviz-1.7.7_3 colorize-0.3.0 >Description: the graphviz and colorize ports both install a file named "colorize" in $PREFIX. >How-To-Repeat: Install both ports. >Fix: Install colorize as colorize.pl: --- /usr/ports/sysutils/colorize/Makefile.orig Sun Apr 7 13:50:33 2002 +++ /usr/ports/sysutils/colorize/Makefile Sun Apr 7 13:50:43 2002 @@ -33,7 +33,7 @@ @${PERL} -pi -e 's!colorize.pl!colorize!g' ${WRKSRC}/colorize.pl.1 do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/colorize.pl ${PREFIX}/bin/colorize + @${INSTALL_SCRIPT} ${WRKSRC}/colorize.pl ${PREFIX}/bin/colorize.pl @${INSTALL_DATA} ${WRKSRC}/colorizerc ${PREFIX}/etc/colorizerc.dist .if !exists(${PREFIX}/etc/colorizerc) @${INSTALL_DATA} ${WRKSRC}/colorizerc ${PREFIX}/etc/colorizerc --- /usr/ports/sysutils/colorize/pkg-plist.orig Sun Apr 7 13:50:49 2002 +++ /usr/ports/sysutils/colorize/pkg-plist Sun Apr 7 13:51:05 2002 @@ -1,4 +1,4 @@ -bin/colorize +bin/colorize.pl @unexec if cmp -s %D/etc/colorizerc %D/etc/colorizerc.dist; then rm -f %D/etc/colorizerc; fi etc/colorizerc.dist @exec if [ ! -f %D/etc/colorizerc ]; then cp -f %D/etc/%f %D/etc/colorizerc; fi >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?20020407175719.F1B7A191F>