Date: Sat, 4 Jan 2003 16:57:43 +0300 From: "Sergey A. Osokin" <osa@freebsd.org.ru> To: freebsd-ports@FreeBSD.org Cc: ijliao@FreeBSD.org Subject: www/oops (maybe something else) b0rken after databases/db4 updates Message-ID: <20030104135743.GA67750@freebsd.org.ru>
next in thread | raw e-mail | index | archive | help
Hello, After this commit: > ijliao 2003/01/03 12:19:08 PST > > Modified files: > databases/db4 Makefile distinfo > databases/db4/files patch-dist::Makefile.in > Log: > upgrade to 4.1.25 > > PR: 46588 > Submitted by: Ports Fury > > Revision Changes Path > 1.47 +2 -3 ports/databases/db4/Makefile > 1.17 +1 -1 ports/databases/db4/distinfo > 1.3 +27 -27 ports/databases/db4/files/patch-dist::Makefile.in www/oops (and maybe other ports depends of databases/db4) broken. Please fix it. Looks like trivial fix for www/oops here: Index: ports/www/oops/scripts/configure.oops =================================================================== RCS file: /home/ncvs/ports/www/oops/scripts/configure.oops,v retrieving revision 1.1 diff -u -r1.1 configure.oops --- ports/www/oops/scripts/configure.oops 2002/02/14 14:47:04 1.1 +++ ports/www/oops/scripts/configure.oops 2003/01/04 13:50:54 @@ -50,7 +50,7 @@ echo "CONFIGURE_ARGS+= --without-DB" ;; \"DB4\") - echo "LIB_DEPENDS+= db4.0:\${PORTSDIR}/databases/db4" + echo "LIB_DEPENDS+= db4.1:\${PORTSDIR}/databases/db4" echo "CONFIGURE_ARGS+= --without-GB" ;; \"MySQL\") Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104135743.GA67750>