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
> > I tried adding WITHOUT_X11=yes to /etc/make.conf as well as X11BASE=
> and
> > X11BASE="", but I still get the same error.
>
> Remove them. This makes sure they are not defined, not even
> empty (as in "#define BLA -> symbol 'BLA' is defined").
>
> > Where to go from here? Do I have and old v
Well, I hadn't edited the Makefiles, I was planning on it (but won't now
that you pointed out the make option), but never got past making the generic
port
I tried adding WITHOUT_X11=yes to /etc/make.conf as well as X11BASE= and
X11BASE="", but I still get the same error.
Where to go from here
Ok... well, your idea is a good one, but it seems that the port is broken.
I did a port update, which brought in the latest php build info from
December, but when I run 'make' (without even editing the Makefile to add my
own other modules I need) I get this:
X11BASE is now deprecated. Unset X11B
10 matches
Mail list logo