I think Vasily Pupkin is right.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.630;r2=1.631;f=h
Found {portsdir}/Mk/bsd.port.mk and make sure the version is higher
than 1.631(2009/12/18)
In another side,your are use "*default tag=." in your supfile or /etc/make.conf?
http://w
add X11BASE=${LOCALBASE} as it is shown below:
#echo "X11BASE=${LOCALBASE}" >> /etc/make.conf
The problem is in recent changeset for ports/Mk/bsd.port.mk:
(http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk.diff?r1=1.630;r2=1.631;f=h)
..if ${X11BASE} != ${LOCALBASE}
..BEGIN:
@${ECHO_MSG}
> ===
> I try a 'make all-depend-list'
> the error shows up
> =
> which error show ?
# make
X11BASE is now deprecated. Unset X11BASE in make.conf and try again.
*** Error code 1
Stop.
That's the error... happens every time, no matter what I try to
===
I try a 'make all-depend-list'
the error shows up
=
which error show ?
2010/1/13 Don O'Neil :
> This is _exactly_ what I did, and as soon as I try a 'make all-depend-list'
> the error shows up. I don't even have the X11 system installed (it's a
>
This is _exactly_ what I did, and as soon as I try a 'make all-depend-list'
the error shows up. I don't even have the X11 system installed (it's a
headless server, with no GUI).
This is on a CLEAN 6.1 install, without any upgrades/patches, just straight
off the ISO install and after a portsnap ins
1.add
WITHOUT_X11=yes
in /etc/make.conf
2.remove
X11BASE=""
from that file and
4.make all-depend-list
5.make clean all depend soft
6.make menuconfig set X11 disable
7.make &&make install
2010/1/12 Don O'Neil :
> Ok.. just for grins I installed a new instance of 6.1, NO Patches, just
> straight o
Ok.. just for grins I installed a new instance of 6.1, NO Patches, just
straight off the ISO...
I loaded the ports that came WITH the distro, and was able to make php 5.1.2
ok...
When I did a portsnap fetch, portsnap extract, then went into the
/usr/ports/lang/php5 and just typed make I get the s
7 matches
Mail list logo