MASTER_SITE has dissapeared, FreeBSD Mirrors seems to be the only ones having the distfile, so setting MASTER_SITE to MASTER_SITE_BACKUP. Unbreak by adding explicit dependency to XFree86-4-clients. Remove -O2 from CFLAGS Don't install an own version of mktemp.
Responsible Changed From-To: freebsd-ports->billf over to maintainer
On Sat, Sep 28, 2002 at 06:45:10PM +0200, Tilman Linneweh wrote: > >Description: > MASTER_SITE has dissapeared, FreeBSD Mirrors seems to be the only ones > having the distfile, so setting MASTER_SITE to MASTER_SITE_BACKUP. > Unbreak by adding explicit dependency to XFree86-4-clients. > Remove -O2 from CFLAGS > Don't install an own version of mktemp. This also needs a dependency on XFree86-4-Clients (for xterm) Kris
* Kris Kennaway <kris@obsecurity.org> [Sat, 28 Sep 2002 22:41:34 -0700]: > On Sat, Sep 28, 2002 at 06:45:10PM +0200, Tilman Linneweh wrote: > > > >Description: > > MASTER_SITE has dissapeared, FreeBSD Mirrors seems to be the only ones > > having the distfile, so setting MASTER_SITE to MASTER_SITE_BACKUP. > > Unbreak by adding explicit dependency to XFree86-4-clients. ^^^^^^^^^^^^^^^ > > Remove -O2 from CFLAGS > > Don't install an own version of mktemp. > > This also needs a dependency on XFree86-4-Clients (for xterm) My diff was adding this -BROKEN="Missing dependency on xterm" +BUILD_DEPENDS=xterm:${PORTSDIR}/x11/XFree86-4-clients regards arved
On Sun, Sep 29, 2002 at 05:14:27PM +0200, Tilman Linneweh wrote: > * Kris Kennaway <kris@obsecurity.org> [Sat, 28 Sep 2002 22:41:34 -0700]: > > > On Sat, Sep 28, 2002 at 06:45:10PM +0200, Tilman Linneweh wrote: > > > > > >Description: > > > MASTER_SITE has dissapeared, FreeBSD Mirrors seems to be the only ones > > > having the distfile, so setting MASTER_SITE to MASTER_SITE_BACKUP. > > > Unbreak by adding explicit dependency to XFree86-4-clients. > ^^^^^^^^^^^^^^^ > > > Remove -O2 from CFLAGS > > > Don't install an own version of mktemp. > > > > This also needs a dependency on XFree86-4-Clients (for xterm) > > My diff was adding this > > -BROKEN="Missing dependency on xterm" > +BUILD_DEPENDS=xterm:${PORTSDIR}/x11/XFree86-4-clients Oops, apparently I'm blind or something. Thanks! Kris
State Changed From-To: open->closed Commmitted, thanks.