From owner-freebsd-ports@FreeBSD.ORG Fri Nov 7 19:12:04 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 8854316A4CE; Fri, 7 Nov 2003 19:12:04 -0800 (PST) Received: from smtp3.apol.com.tw (smtp3.apol.com.tw [203.79.224.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E123A43FDF; Fri, 7 Nov 2003 19:12:01 -0800 (PST) (envelope-from autrijus@autrijus.org) Received: from mail.autrijus.org (210-85-16-204.cm.apol.com.tw [210.85.16.204]) by smtp3.apol.com.tw (8.9.3/8.9.3) with ESMTP id LAA33759491; Sat, 8 Nov 2003 11:11:58 +0800 (CST) Received: from [192.168.1.4] (not [192.168.1.4]) by mail.autrijus.org (Postfix) with ESMTP id A7E0A3FE8; Sat, 8 Nov 2003 11:11:07 +0800 (CST) From: Autrijus Tang To: Quincey Koziol , demon@freebsd.org In-Reply-To: <200311071210.hA7CACtS062161@sleipnir.ncsa.uiuc.edu> References: <200311071210.hA7CACtS062161@sleipnir.ncsa.uiuc.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-u95SmdwvkcOUmhN1KG8y" Message-Id: <1068261132.1982.14.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 08 Nov 2003 11:12:13 +0800 cc: ports@freebsd.org Subject: Re: FreeBSD rt3 port 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, 08 Nov 2003 03:12:04 -0000 --=-u95SmdwvkcOUmhN1KG8y Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable ?b =E4=BA=94, 2003-11-07 20:10, Quincey Koziol ?g?D?G > I recently installed the rt3 port on my FreeBSD 4.9-STABLE machine an= d ran > into a dependency problem: the p5-DBD-mysql port that either rt3 itself = or > one of its dependent ports needs was not brought in by 'portupgrade -rRN = rt3'. > Can this be added as a dependency for rt3? That is indeed so. Dmitry, can you help me to commit the patch below? Thanks, /Autrijus/ --- Makefile.orig Sat Nov 8 11:09:15 2003 +++ Makefile Sat Nov 8 11:10:20 2003 @@ -100,7 +100,8 @@ ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg .else DB_TYPE=3D mysql -BUILD_DEPENDS+=3D ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysq= l40-server +BUILD_DEPENDS+=3D ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysq= l40-server \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysq= l .endif =20 USE_PERL5=3D yes --=-u95SmdwvkcOUmhN1KG8y Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E9=80=99=E6=98=AF=E6=95=B8=E4=BD=8D=E5=8A=A0=E7=B0=BD?= =?UTF-8?Q?=E7=9A=84=E9=83=B5?= =?UTF-8?Q?=E4=BB=B6?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/rF8MtLPdNzw1AaARAl4AAJ0cBjKqedNWwUi8C1+RtiLqLTN9xACfcMOd ewMXea0yGQ9eHpW5RgqLQsc= =0pfR -----END PGP SIGNATURE----- --=-u95SmdwvkcOUmhN1KG8y--