From owner-freebsd-ports@FreeBSD.ORG Sat Jul 12 14:06:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A684137B401; Sat, 12 Jul 2003 14:06:33 -0700 (PDT) Received: from TheWorld.com (pcls2.std.com [199.172.62.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD6E343F93; Sat, 12 Jul 2003 14:06:32 -0700 (PDT) (envelope-from kwc@shell.TheWorld.com) Received: from shell.TheWorld.com (root@shell01.TheWorld.com [199.172.62.241]) by TheWorld.com (8.12.8p1/8.12.8) with ESMTP id h6CL6UHv002732; Sat, 12 Jul 2003 17:06:30 -0400 Received: (from kwc@localhost) by shell.TheWorld.com (8.9.3/8.9.3) id RAA7696997; Sat, 12 Jul 2003 17:06:29 -0400 (EDT) Date: Sat, 12 Jul 2003 17:06:29 -0400 (EDT) From: Kenneth W Cochran Message-Id: <200307122106.RAA7696997@shell.TheWorld.com> To: KATO Tsuguru References: <200307121423.KAA7862250@shell.TheWorld.com> cc: nork@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: scr2png build broken after 2003/07/11 commits X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 21:06:34 -0000 >Return-Path: >Date: Sun, 13 Jul 2003 01:14:03 +0900 >From: KATO Tsuguru >To: freebsd-ports@freebsd.org >Cc: kwc@TheWorld.com, nork@freebsd.org >Subject: Re: scr2png build broken after 2003/07/11 commits > >On Sat, 12 Jul 2003 10:23:24 -0400 (EDT) >Kenneth W Cochran wrote: > >> Any idea(s) as to fixing? Should I file a pr? > >Ah, It's my fault during making patch with PR ports/54100. > >Please apply this patch to current ports tree. > >diff -urN /usr/ports/graphics/scr2png/Makefile scr2png/Makefile >--- /usr/ports/graphics/scr2png/Makefile Sat Jul 12 12:23:27 2003 >+++ scr2png/Makefile Sun Jul 13 01:01:59 2003 >@@ -26,6 +26,7 @@ > > post-extract: > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/scr2png.c > > do-install: > @cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install Thanks; any idea when/if this will be committed to the port itself? -kc