Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 14:26:22 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40675: [patch] fix graphics/gd2 - unbreak post-patch
Message-ID:  <20020717042622.AA5F26A711E@k7.mavetju>

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

>Number:         40675
>Category:       ports
>Synopsis:       [patch] fix graphics/gd2 - unbreak post-patch
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 16 21:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/graphics/gd2/Makefile,v 1.53 2002/07/16 18:19:27 mi Exp $

>Description:

This mornings patch on the Makefile added a rename and a sed statement.
There was a typo regarding to what the file should be renamed.

>How-To-Repeat:

make in graphics/gd2 without haveing WITH_LZW set

>Fix:

--- Makefile.old	Wed Jul 17 14:25:11 2002
+++ Makefile	Wed Jul 17 14:25:27 2002
@@ -53,7 +53,7 @@
 
 post-patch:
 .if !defined(WITH_LZW)
-	${MV} ${WRKSRC}/gd_gif_out.c ${WRKSRC}/gd_gif_out.c.gif && \
+	${MV} ${WRKSRC}/gd_gif_out.c ${WRKSRC}/gd_gif_out.c.nogif && \
 		${SED} -e "s|#define LZW_LICENCED||g" \
 			< ${WRKSRC}/gd_gif_out.c.nogif \
 			> ${WRKSRC}/gd_gif_out.c

>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?20020717042622.AA5F26A711E>