Re: simple&silly wish to know port dependency.

From: Daniela (dgw_at_liwest.at)
Date: 10/31/03

  • Next message: Derek Zeanah: "Re: ICMP being blocked by ATT"
    To: Zhang Weiwu <weiwuzhang@hotmail.com>, freebsd-questions@freebsd.org
    Date: Fri, 31 Oct 2003 19:04:32 +0000
    
    

    On Saturday 01 November 2003 03:45, Zhang Weiwu wrote:
    > Hello. When I make deinstall a port I often get the message:
    > port xxx depends on this port, but I'll still deinstall it anyway.
    >
    > That's really frustrating. I'd like to be able to know who depends on it
    > before de-installing it. Any suggestions?
    >
    > Look through the handbook I didn't find an answer.

    Look into the Makefile. There is likely a line starting with BUILD_DEPENDS and
    one with RUN_DEPENDS. What follows these variable names are lists of files
    the program depends on, and (separated with a colon) the port that must be
    installed to get it.

    Daniela

    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Derek Zeanah: "Re: ICMP being blocked by ATT"

    Relevant Pages

    • Re: difference between deinstall and pkg_delete?
      ... pkg_deletewhen you should have used deinstall. ... The port system uses a series of cookie files to keep track of what has ... an Install cookie which leads to a problem when you go through the ...
      (freebsd-questions)
    • Re: BSDStats - What is involved ... ?
      ... I know people lazy enough to deinstall a port if they must ... There are several things I want to work on when I get back onto a 'real network' next week ... ... and someone else suggested adding code similar to postfix's port to have *it* prompt and auto-add the appropriate lines to /etc/periodic.conf ... ... local question default answer ...
      (freebsd-arch)
    • Re: BSDStats - What is involved ... ?
      ... I know people lazy enough to deinstall a port if they must ... There are several things I want to work on when I get back onto a 'real network' next week ... ... Matt @ Dragonfly has asked for some 'network detection' code to be added, to check if there is even a network connected, before he'll add it to there base system ... ... and someone else suggested adding code similar to postfix's port to have *it* prompt and auto-add the appropriate lines to /etc/periodic.conf ... ...
      (freebsd-arch)
    • Re: difference between deinstall and pkg_delete?
      ... pkg_deletewhen you should have used deinstall. ... The port system uses a series of cookie files to keep track of what has ... an Install cookie which leads to a problem when you go through the ...
      (freebsd-questions)
    • Re: Removing Ports
      ... > My understanding is that 'make deinstall' only removes the port from the ... 'make deinstall' effectively 'uninstalls' the application and all ... To make sure you clean out the port's working directory (where the port ...
      (freebsd-questions)