Re: Updating Emacs without installing X?

2004-08-15 Thread Your Name

--- Adam Smith <[EMAIL PROTECTED]> wrote:

> On Fri, Aug 13, 2004 at 08:35:46PM -0700, Your Name
> said:
> > This is just a server box, and i dont want to have
> _any_ X running on it.
> > Is there a way i can get Emacs current? i didn't
> originally set this
> > machine up, but Emacs is installed from Ports and
> theres no X on the
> > machine, so i dont know how it was originally
> done.
> 
> Set WITHOUT_X11=true on your make command, or set
> the same flag in
> /etc/make.conf which will pass it to all future
> makes.

Many thanks! i did this and it worked just great.
Thanks to you and others who replied.

> By the way, your emails are coming through with your
> first and last name set to "Your Name."

Yes--i tried to fix this but its not coming through.
Yahoo calls me by the right name but i cant seem
to get it to work on outgoing email. Sorry!

Jen Nussbaum



__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Updating Emacs without installing X?

2004-08-15 Thread Adam Smith
On Fri, Aug 13, 2004 at 08:35:46PM -0700, Your Name said:
> i have a server that's running FreeBSD 4.7 and the security patches are
> up to date but most software hasn't been upgraded in a long time. im
> trying to do some basic maintenance and there are some problems.
> 
> First i want to upgrade Emacs from an older version, but when i try to do
> this from ports it starts trying to install a whole bunch of X stuff.
> This is just a server box, and i dont want to have _any_ X running on it.
> Is there a way i can get Emacs current? i didn't originally set this
> machine up, but Emacs is installed from Ports and theres no X on the
> machine, so i dont know how it was originally done.

Set WITHOUT_X11=true on your make command, or set the same flag in
/etc/make.conf which will pass it to all future makes.

By the way, your emails are coming through with your first and last name
set to "Your Name."

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

Dog for sale:  Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Updating Emacs without installing X?

2004-08-14 Thread Giorgos Keramidas
On 2004-08-13 23:49, "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> wrote:
> Your Name wrote:
> > First i want to upgrade Emacs from an older version, but when i try
> > to do this from ports it starts trying to install a whole bunch of X
> > stuff.
>
> Emacs requires XFree libraries, and I think imake, in order to build
> and run.

That's not true.  Emacs can be built without X11 support if necessary:

$ ldd `which emacs`
/usr/local/bin/emacs:
libutil.so.4 => /lib/libutil.so.4 (0x28168000)
libncurses.so.5 => /lib/libncurses.so.5 (0x28174000)
libm.so.2 => /lib/libm.so.2 (0x281b3000)
libc.so.5 => /lib/libc.so.5 (0x281cd000)
$

This version of Emacs has been built from the ports.  I've used WITHOUT_X11
on the command line to force Emacs to build without any X11 support.

Giorgos

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Updating Emacs without installing X?

2004-08-13 Thread Chuck Swiger
Kevin D. Kinsey, DaleCo, S.P. wrote:
Your Name wrote:
This is just a server box, and i dont want to have _any_ X running on it.
Is there a way i can get Emacs current? i didn't originally set this
machine up, but Emacs is installed from Ports and theres no X on the
machine, so i dont know how it was originally done.
Emacs requires XFree libraries, and I think imake,
in order to build and run.
Pshaw!  :-)  Emacs can be built for text-mode using normal make just fine, and 
the Emacs port knows how:

cd /usr/ports/editors/emacs && env WITHOUT_X11=1 make install
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Updating Emacs without installing X?

2004-08-13 Thread Kevin D. Kinsey, DaleCo, S.P.
Your Name wrote:
i have a server that's running FreeBSD 4.7 and the
security patches are up to date but most software
hasn't been upgraded in a long time. im trying to do
some basic maintenance and there are some problems.
First i want to upgrade Emacs from an older version,
but when i try to do this from ports it starts trying
to 
install a whole bunch of X stuff. This is just a
server box, and i dont want to have _any_ X running on
it. Is
there a way i can get Emacs current? i didn't
originally set this machine up, but Emacs is installed
from Ports
and theres no X on the machine, so i dont know how it
was
originally done.

Thanks!
Jen
 

Emacs requires XFree libraries, and I think imake,
in order to build and run.  You're not going to be
"running" X just because some libraries are installed,
although you may want to keep an eye on the project's
site to hear if "security holes" are found, just as you
should/do with any other 3rd party software you use.
Now, a good question might be "Why?"  I don't have
any idea, myself.  But that's just the way EMACS is:
"_E_ight _M_egs _A_nd _C_onstantly _S_wapping"
:-D
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Updating Emacs without installing X?

2004-08-13 Thread Your Name
i have a server that's running FreeBSD 4.7 and the
security patches are up to date but most software
hasn't been upgraded in a long time. im trying to do
some basic maintenance and there are some problems.

First i want to upgrade Emacs from an older version,
but when i try to do this from ports it starts trying
to 
install a whole bunch of X stuff. This is just a
server box, and i dont want to have _any_ X running on
it. Is
there a way i can get Emacs current? i didn't
originally set this machine up, but Emacs is installed
from Ports
and theres no X on the machine, so i dont know how it
was
originally done.

Thanks!

Jen



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"