FreeBSD rt3 port

Autrijus Tang autrijus at autrijus.org
Fri Nov 7 19:12:04 PST 2003


?b 五, 2003-11-07 20:10, Quincey Koziol ?g?D?G
>     I recently installed the rt3 port on my FreeBSD 4.9-STABLE machine and 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=	mysql
-BUILD_DEPENDS+=	${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server
+BUILD_DEPENDS+=	${LOCALBASE}/bin/mysql_config:${PORTSDIR}/databases/mysql40-server \
+		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
 .endif
 
 USE_PERL5=	yes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: 
	=?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?=
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20031108/014287ba/attachment.bin


More information about the freebsd-ports mailing list