Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 22:40:03 -0800 (PST)
From:      Kris Kennaway <kris@obsecurity.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/36081: no dependencies filed for package p5-XML-Simple (when using pkg_add -r)
Message-ID:  <200203190640.g2J6e3H37212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/36081; it has been noted by GNATS.

From: Kris Kennaway <kris@obsecurity.org>
To: Nick Jennings <nick@namodn.com>
Cc: freebsd-gnats-submit@FreeBSD.org, andrew@ugh.net.au
Subject: Re: misc/36081: no dependencies filed for package p5-XML-Simple (when using pkg_add -r)
Date: Mon, 18 Mar 2002 22:36:54 -0800

 --UugvWAfsgieZRqgk
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Mon, Mar 18, 2002 at 09:17:01PM -0800, Nick Jennings wrote:
 >=20
 > >Number:         36081
 > >Category:       misc
 > >Synopsis:       no dependencies filed for package p5-XML-Simple (when us=
 ing pkg_add -r)
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       high
 > >Responsible:    freebsd-bugs
 > >State:          open
 > >Quarter:       =20
 > >Keywords:      =20
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Mar 18 21:20:01 PST 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Nick Jennings
 > >Release:        4.5-RELEASE
 > >Organization:
 > >Environment:
 > FreeBSD punishment.xrl.nkj 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28=
  14:31:56 GMT 2002     murray@builder.freebsdmall.com:/usr/src/sys/compile/=
 GENERIC  i386
 >=20
 > >Description:
 > command: pkg_add -r p5-XML-Simple
 > installed XML-Simple just fine, however, does not install it's dependency=
 , which is XML-Parser (XML-Parser depends on expat).
 >=20
 > Using the port: /usr/ports/textproc/p5-XML-Simple
 > The dependencies install and it works.
 
 That's because it's a BUILD_DEPENDS and not a RUN_DEPENDS (the former
 is supposed to be for packages which are only required to build, not
 run the package).
 
 Index: Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /usr/home/ncvs/ports/textproc/p5-XML-Simple/Makefile,v
 retrieving revision 1.3
 diff -u -r1.3 Makefile
 --- Makefile    17 Jan 2002 15:28:29 -0000      1.3
 +++ Makefile    19 Mar 2002 06:36:15 -0000
 @@ -14,7 +14,7 @@
 
  MAINTAINER=3D    andrew@ugh.net.au
 
 -BUILD_DEPENDS=3D ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}=
 /XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 +RUN_DEPENDS=3D   ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}=
 /XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 
  PERL_CONFIGURE=3D        YES
 
 Kris
 
 --UugvWAfsgieZRqgk
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.6 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE8ltyGWry0BWjoQKURAojpAJ4od7jLNqXh0QXxMtY15zns7pP6CgCgxesk
 A0a6Guc0vtyYSc0Ridnk5VE=
 =b1pf
 -----END PGP SIGNATURE-----
 
 --UugvWAfsgieZRqgk--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190640.g2J6e3H37212>