From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 03:47:10 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 118AF16A4CE; Fri, 7 Nov 2003 03:47:10 -0800 (PST) Received: from mx1.caravan.ru (mx1.caravan.ru [217.23.130.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2286543FB1; Fri, 7 Nov 2003 03:47:09 -0800 (PST) (envelope-from sasha@sekrett.ru) Received: from [217.23.131.86] (helo=proxyplus.universe) by mx1.caravan.ru with esmtp (Exim 4.24) id 1AI552-000GVY-9I; Fri, 07 Nov 2003 14:47:08 +0300 Received: from sekrett [127.0.0.1] by Proxy+; Fri, 07 Nov 2003 14:46:17 +0300 for multiple recipients From: "Alexander B. Zubkov" To: Date: Fri, 7 Nov 2003 14:46:14 +0300 Message-ID: <000001c3a524$bf523f70$c40ea8c0@sekrett> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C3A53D.E4A1C160" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: ports@FreeBSD.org Subject: FreeBSD Port: epiphany-1.0 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: Fri, 07 Nov 2003 11:47:10 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C3A53D.E4A1C160 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The port did not compile. To fix it just remove the -gtk2 suffix in the Makefile. See attached file. ------=_NextPart_000_0001_01C3A53D.E4A1C160 Content-Type: application/octet-stream; name="Makefile.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile.diff" 91c91=0A= < @${REINPLACE_CMD} -e = 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}-gtk2|g' = ${WRKSRC}/configure=0A= ---=0A= > @${REINPLACE_CMD} -e = 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' = ${WRKSRC}/configure=0A= ------=_NextPart_000_0001_01C3A53D.E4A1C160--