Date: Sat, 08 Nov 2003 11:12:13 +0800 From: Autrijus Tang <autrijus@autrijus.org> To: Quincey Koziol <koziol@ncsa.uiuc.edu>, demon@freebsd.org Cc: ports@freebsd.org Subject: Re: FreeBSD rt3 port Message-ID: <1068261132.1982.14.camel@localhost> In-Reply-To: <200311071210.hA7CACtS062161@sleipnir.ncsa.uiuc.edu> References: <200311071210.hA7CACtS062161@sleipnir.ncsa.uiuc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1068261132.1982.14.camel>