Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 05:30:03 -0700 (PDT)
From:      Mark Pulford <mark@kyne.com.au>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/26614: New port: graphics/icontact: Combines multiples images to create a single customisable image
Message-ID:  <200104161230.f3GCU3795364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/26614; it has been noted by GNATS.

From: Mark Pulford <mark@kyne.com.au>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/26614: New port: graphics/icontact: Combines multiples images to create a single customisable image
Date: Mon, 16 Apr 2001 21:59:19 +0930

 This port needs the following patch so it correctly handles the
 various installs of perl being used.
 
 Regards,
 Mark
 
 diff -ur icontact-bad/Makefile icontact/Makefile
 --- icontact-bad/Makefile	Mon Apr 16 21:26:23 2001
 +++ icontact/Makefile	Mon Apr 16 21:29:00 2001
 @@ -15,7 +15,11 @@
  RUN_DEPENDS=	${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \
  		${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg
  
 +USE_PERL5=	yes
  MAN1=		icontact.1 xvtoppm.1
 +
 +pre-patch:
 +	@${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/icontact
  
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/icontact ${PREFIX}/bin

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?200104161230.f3GCU3795364>