DragonFly BSD
DragonFly bugs List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: imake-4 fails to install


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxx>
Date: Sat, 21 Aug 2004 17:49:03 -0700

On Sat, 21 Aug 2004 10:59:00 +0200
"CrAsH" <danielolsson14@xxxxxxxxxxx> wrote:

> ** Listing the failed packages (*:skipped / !:failed)
>         ! sysutils/dfuife_cgi (dfuife_cgi-2004.0711)    (port
>         directory
> error)
>         ! sysutils/dfuife_curses (dfuife_curses-2004.0711)      (port
> directory error)
>         ! www/thttpd-notimeout (thttpd-notimeout-2.24)  (port
>         directory
> error)
>         ! sysutils/libdfui (libdfui-2004.0711)  (port directory error)
>         ! sysutils/dfuibe_installer (dfuibe_installer-1.0.1)    (port
> directory error)

Portupgrade (and the FreeBSD ports system in general) can't (gracefully)
handle dfports (or packages built from them) that don't have an
underlying FreeBSD port.  The installer packages (listed above) are an
example of such.  To make portupgrade ignore them, you can add the
following to the HOLD_PKGS section of your pkgtools.conf file:

  HOLD_PKGS = [
    'libdfui-*',
    'dfuibe_installer-*',
    'dfuife_curses-*',
    'dfuife_cgi-*',
    'thttpd-notimeout-*',
  ]

Hopefully we'll handle this a better way in an upcoming release of the
installer packages.

Sorry CrAsH, I don't know what your imake/X-windows error is about,
though :/

-Chris



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]