From owner-freebsd-ports Mon Apr 16 5:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CEA737B422 for ; Mon, 16 Apr 2001 05:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GCU3795364; Mon, 16 Apr 2001 05:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 16 Apr 2001 05:30:03 -0700 (PDT) Message-Id: <200104161230.f3GCU3795364@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Pulford Subject: Re: ports/26614: New port: graphics/icontact: Combines multiples images to create a single customisable image Reply-To: Mark Pulford Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/26614; it has been noted by GNATS. From: Mark Pulford 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