From owner-freebsd-ports@FreeBSD.ORG Wed Nov 12 23:25:15 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 C6D3516A4CE for ; Wed, 12 Nov 2003 23:25:15 -0800 (PST) Received: from forest.net (forest.net [216.168.37.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CE143F85 for ; Wed, 12 Nov 2003 23:25:15 -0800 (PST) (envelope-from marc@cowsinthemist.com) Received: from [12.228.167.79] (account marc@cowsinthemist.com HELO clover) by forest.net (CommuniGate Pro SMTP 4.1.6) with ESMTP id 46653409 for ports@FreeBSD.org; Wed, 12 Nov 2003 23:25:14 -0800 From: "Marc Russell" To: Date: Wed, 12 Nov 2003 23:25:19 -0800 Message-ID: <000301c3a9b7$4aba0480$0200000a@corpnet.thinkshare.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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.1165 Subject: Gettext patch help? 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: Thu, 13 Nov 2003 07:25:15 -0000 I'm trying to compile gettext-0.12.1 on freebsd 5.1-release. I am having = an awful time. I've updated the port to the latest I could find, and make = still gives me this: /usr/ports/devel/gettext # make =3D=3D=3D> Patching for gettext-0.12.1 =3D=3D=3D> Applying FreeBSD patches for gettext-0.12.1 1 out of 1 hunks failed--saving rejects to Makefile.in.rej >> Patch patch-Makefile.in failed to apply cleanly. *** Error code 1 Stop in /usr/ports/devel/gettext. Here's the text of what was rejected and saved in Makefile.in.rej: *************** *** 155,161 **** gettextsrc_DATA =3D ABOUT-NLS gettextsrc_SCRIPTS =3D config.rpath mkinstalldirs - SUBDIRS =3D doc intl intl-java lib libuniname src po projects misc man = m4 tests EXTRA_DIST =3D config.rpath BUGS DISCLAIM PACKAGING README.gemtext \ djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ --- 155,161 ---- gettextsrc_DATA =3D ABOUT-NLS gettextsrc_SCRIPTS =3D config.rpath mkinstalldirs + SUBDIRS =3D doc intl lib libuniname src po projects misc man m4 tests EXTRA_DIST =3D config.rpath BUGS DISCLAIM PACKAGING README.gemtext \ djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \ Does anyone have any advice? I need gettext in order to re-compile PHP = (so I can get support for the Mysql 4.1 libmysqlclient.so instead of libmysqlclient.12.so), which requires bison, which requires gettext. . . In all other respects, I am enjoying FreeBSD a LOT. It was a bear to = install (had to do it headless) but it makes me think, and unlike Linux distros, = I only have the software I actually want. I LOVE the ports system! It's = just not working right now. . . Regards, Marc