FreshPorts -- The Place For Ports Sat, 13 Mar 2010 10:46 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
emacs 23.1_2,1 editors on this many watch lists=97 search for ports that depend on this port An older version of this port was marked as vulnerable.
GNU editing macros
Maintained by: keramida@ceid.upatras.gr search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: ipv6


GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.

Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser.  It is easily
extensible since its editing commands are written in Lisp.

GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.

WWW: http://www.gnu.org/software/emacs/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
editors/emacs-nox11

Required To Build: devel/gmake, x11/libX11, devel/autoconf262, textproc/intltool, devel/pkg-config
Required To Run: x11/libX11, devel/pkg-config, devel/gio-fam-backend
Required Libraries: graphics/jpeg, graphics/tiff, graphics/libungif, graphics/png, print/freetype2, devel/m17n-lib, devel/gettext, accessibility/atk, devel/gconf2, devel/glib20, x11-toolkits/gtk20, devel/libgsf, devel/libIDL, graphics/librsvg2, textproc/libxml2, devel/ORBit2, x11-toolkits/pango

To install the port: cd /usr/ports/editors/emacs/ && make install clean
To add the package: pkg_add -r emacs


Configuration Options
===> The following configuration options are available for emacs-23.1_2,1:
     SOURCES=ON (default) "Install source code"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.gnu.org/gnu/emacs/
ftp://ftp.gnu.org/gnu/emacs/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/emacs/
http://mirrors.usc.edu/pub/gnu/emacs/
http://ftp.funet.fi/pub/gnu/prep/emacs/
ftp://ftp.kddlabs.co.jp/GNU/emacs/
ftp://ftp.dti.ad.jp/pub/GNU/emacs/
http://ring.nict.go.jp/archives/GNU/emacs/
http://ring.k-opti.com/archives/GNU/emacs/
http://ring.riken.jp/archives/GNU/emacs/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/emacs/
ftp://ftp.sunsite.org.uk/package/gnu/emacs/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/emacs/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/emacs/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/emacs/
ftp://ftp.chg.ru/pub/gnu/emacs/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-06-03
    Affects: users of editors/emacs
    Author: Yasuhiro KIMURA <yasu@utahime.org>
    Reason: 
      The port (editors/emacs) is updated to 22.2 and some of emacs lisp
      directories had changed. So you should reinstall all ports depending on
      this one. Run something like:
    
    	# portupgrade -fr emacs
    
    

  • 2007-07-16
    Affects: users of editors/emacs
    Author: nobutaka@FreeBSD.org
    Reason: 
      editors/emacs port is upgraded to 22.1.
      Since this is a major upgrade, all installed elisp ports should be
      reinstalled.
    
      Please add EMACS_PORT_NAME=emacs22 to /etc/make.conf and upgrade Emacs
      and related ports with:
    
    	# portupgrade -fr emacs
    
      If you want to keep using Emacs 21.3, please add EMACS_PORT_NAME=emacs21
      to /etc/make.conf and reinstall Emacs from editors/emacs21 port:
    
    	# portupgrade -f -o editors/emacs21 emacs
    
    
Port Moves

Number of commits found: 52

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  23.1_2,1
dinoex search for other commits by this committer
- update to jpeg-8
02 Feb 2010 07:03:11
Original commit files touched by this commit  23.1_1,1
pgollucci search for other commits by this committer
- fix utmp.h -> utmpx.h
  fixes are included in upstream e-mail so this is temporary

PR:             ports/143113
Submitted by:   Giorgos Keramidas <keramida@freebsd.org> (maintainer)
22 Dec 2009 20:11:47
Original commit files touched by this commit  23.1,1
bsam search for other commits by this committer
Assign LATEST_LINK to apropriate directory names for ports:
. editors/emacs;
. editors/emacs-devel;
. editors/emacs-nox11;
. editors/emacs22.

Approved by:    keramida (maintainer via e-mail)
20 Dec 2009 20:19:24
Original commit files touched by this commit  23.1,1
bsam search for other commits by this committer
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Sep 2009 12:36:22
Original commit files touched by this commit  22.3_1,1
bsam search for other commits by this committer
. backout previous commit (revert editors/emacs to version 22.3)
  since the commit broke dependencies and the ports infrastructure
  was not fully prepared (a new emacs/editors22 port is needed
  for compatibility reasons);
. bump PORTEPOCH.

Reported by:    Jan Henrik Sylvester <me at janh.de>, kostik
Pointy hat to:  bsam (me)
07 Sep 2009 20:33:30
Original commit files touched by this commit  23.1
bsam search for other commits by this committer
Updat GNU Emacs to v. 23.1.

Emacs 23 has a wide variety of new features, including:

* Improved Unicode support.
* Font rendering with Fontconfig and Xft.
* Support for using X displays and text terminals in one session,
  and for running as a daemon.
* Support for multi-file commits in distributed version-control
   systems (VC-dir).
* New modes and packages for viewing PDF and postscript files
  (Doc-view mode), connecting to processes through D-Bus (dbus),
  connecting to the GNU Privacy Guard (EasyPG), editing XML
  documents (nXML mode), editing Ruby programs (Ruby mode), and more.

Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1

PR:             ports/137956
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>
Approved by:    keramida@ceid.upatras.gr (maintainer tineout, 19 days)
18 Jul 2009 12:11:29
Original commit files touched by this commit  22.3_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
14 Nov 2008 13:00:19
Original commit files touched by this commit  22.3
pav search for other commits by this committer
- Do not explicitly set LATEST_LINK to the default value. Slave ports need to
  be able to override this.
10 Nov 2008 22:30:51
Original commit files touched by this commit  22.3
bsam search for other commits by this committer
. update to version 22.3 (includes a security fix in the way Emacs
  interacts with Python);
. change EMACS_VER at bsd.emacs.mk.

While I'm here: remove old PORTREVISION.

PR:             127168
Submitted by:   keramida (maintainer)
21 Aug 2008 07:18:49
Original commit files touched by this commit  22.2_1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 14:25:59
Original commit files touched by this commit  22.2_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
03 Jun 2008 15:36:50
Original commit files touched by this commit  22.2
 This port version is marked as vulnerable.
bsam search for other commits by this committer
- Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.

PR:             122783
Submitted by:   KIMURA Yasuhiro <yasu at utahime.org>
Approved by:    keramida (maintainer timeout, 6 weeks)
15 May 2008 00:58:28
Original commit files touched by this commit  22.1_5
 This port version is marked as vulnerable.
edwin search for other commits by this committer
As pointed out by mjl @ #bsdports: The patch I commited was a patch
on itself. Extracted the patch and recommit it.

PR:             ports/120370
12 May 2008 01:57:10
Original commit files touched by this commit  22.1_4
 This port version is marked as vulnerable.
edwin search for other commits by this committer
[patch] editors/emacs build on arm

PR:             ports/120370
Submitted by:   Matthew Luckie <mjl@luckie.org.nz>
Approved by:    Giorgos Keramidas <keramida@ceid.upatras.gr>
19 Apr 2008 18:56:05
Original commit files touched by this commit  22.1_3
  Sanity Test Failure This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
09 Oct 2007 00:29:47
Original commit files touched by this commit  22.1_2
 This port version is marked as vulnerable.
keramida search for other commits by this committer
Port the gmalloc.c allocator from the CVS trunk of Emacs.

This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().

PR:             ports/114993
Submitted by:   Gardner Bell
Reviewed by:    pav
27 Sep 2007 07:16:36
Original commit files touched by this commit  22.1_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Kill packaged info files, they are splitted. We need to generate our own,
  non-splitted, from texinfo.

PR:             ports/115209
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    maintainer timeout (keramida; 7 weeks)
24 Jul 2007 16:10:14
Original commit files touched by this commit  22.1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
  in bsd.port.mk.

Tested with:    my tinderbox on i386 6
Approved by:    portmgr
16 Jul 2007 18:06:45
Original commit files touched by this commit  22.1
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Update to 22.1.
Hand over maintainership to keramida.
19 May 2007 21:32:57
Original commit files touched by this commit  21.3_10
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
03 May 2007 18:15:47
Original commit files touched by this commit  21.3_9
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Add emacs-22.* to CONFLICTS.

PR:             ports/111814
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
12 Nov 2006 02:50:07
Original commit files touched by this commit  21.3_9
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Change PATCH_SITES.
22 Jan 2006 11:02:41
Original commit files touched by this commit  21.3_9
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify (manually updated and checked)

Approved by: krion@
18 Dec 2005 13:39:43
Original commit files touched by this commit  21.3_9
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Remove emacs20 from CONFLICTS.

PR:             ports/90475
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
08 Dec 2005 17:01:46
Original commit files touched by this commit  21.3_9
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
- Add .info suffix to filename of info files.
- Use INFO macro.

Requested by:   edwin
15 Nov 2005 06:52:12
Original commit files touched by this commit  21.3_8
 This port version is marked as vulnerable.
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Sep 2005 16:15:47
Original commit files touched by this commit  21.3_8
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Fix build error.

PR:             ports/85508
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
15 Jul 2005 17:08:40
Original commit files touched by this commit  21.3_7
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Add powerpc support.

PR:             ports/83074
Submitted by:   Dario Freni <saturnero@freesbie.org>
15 May 2005 16:32:14
Original commit files touched by this commit  21.3_7
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Disable optimization on ia64 to avoid elisp processing errors.

Submitted by:   yoichi
06 May 2005 19:35:07
Original commit files touched by this commit  21.3_6
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.

Pointed out by: yoichi
06 May 2005 09:56:30
Original commit files touched by this commit  21.3_5
 This port version is marked as vulnerable.
jylefort search for other commits by this committer
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.

Approved by:    nobutaka (maintainer)
05 May 2005 18:22:06
Original commit files touched by this commit  21.3_5
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp
processing errors.

PR:             ports/75832
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Fix submitted by:       yoichi
12 Apr 2005 04:26:57
Original commit files touched by this commit  21.3_5
 This port version is marked as vulnerable.
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  21.3_5
 This port version is marked as vulnerable.
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
02 Mar 2005 15:05:55
Original commit files touched by this commit  21.3_5
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Fix problems with AltGr-Modifier on several keyboards.

PR:             ports/78209
Submitted by:   Kay Lehmann <kay_lehmann@web.de>
14 Feb 2005 15:32:30
Original commit files touched by this commit  21.3_4
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Fix format string vulnerability in the movemail utility.

Security:       CAN-2005-0100
Security:      
http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security:       Malicious POP3 servers can execute arbitrary code.
15 Nov 2004 05:19:30
Original commit files touched by this commit  21.3_3
 This port version is marked as vulnerable.
sf search for other commits by this committer
farewell to libxpg4.
05 Sep 2004 22:38:16
Original commit files touched by this commit  21.3_3
 This port version is marked as vulnerable.
marcel search for other commits by this committer
Fix runtime breakage on ia64, which was introduced with binutils 2.15.
Note that emacs is run as part of the build, so it shows as a build
failure...

To explain (for maintainer's benefit):

Previously the linker would put the text segment in region 2 and the
data segment in region 3. This was changed for FreeBSD (due to me
sending a patch :-) to load the text segment in region 1 with the data
segment immediately following the text segment in the same region (or
subsequent regions of the text segment is larger than 2^61 bytes in
size -- fat chance :-)

So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the
region base of the data segment prior to the binutils 2.15 import),
needed to be changed to match the current layout (=0x2000000000000000,
the region 1 base address).

Approved by: portmgr (krion -- thank!)
24 May 2004 15:11:16
Original commit files touched by this commit  21.3_3
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Enable interruption with C-g key while opening network connection.

PR:             ports/65910
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
25 Mar 2004 13:32:31
Original commit files touched by this commit  21.3_2
 This port version is marked as vulnerable.
nobutaka search for other commits by this committer
Add SIZE to distinfo.

Submitted by:   trevor
21 Mar 2004 07:39:49
Original commit files touched by this commit  21.3_2
 This port version is marked as vulnerable.
kris search for other commits by this committer
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:     ports/24983
21 Mar 2004 07:38:56
Original commit files touched by this commit  21.3_2
 This port version is marked as vulnerable.
kris search for other commits by this committer
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:     ports/24983
25 Feb 2004 10:34:28
Original commit files touched by this commit  19.34b_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
BROKEN on !i386 5.x: Does not compile
04 Feb 2004 05:21:48
Original commit files touched by this commit  19.34b_1
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  19.34b
 This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
24 Sep 2003 10:37:11
Original commit files touched by this commit  19.34b
 This port version is marked as vulnerable.
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
20 Feb 2003 17:12:51
Original commit files touched by this commit  19.34b
 This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
07 Sep 2002 01:32:47
Original commit files touched by this commit  19.34b
 This port version is marked as vulnerable.
kris search for other commits by this committer
Fix build on -current (remove duplicate declarations of things in system
headers)
01 Jan 2001 10:15:17
files touched by this commit
will search for other commits by this committer
Goodbye, YEAR2000.  Hello, 2001.    
08 Oct 2000 03:02:27
files touched by this commit
asami search for other commits by this committer
Convert category editors to new layout.  
12 Jul 2000 17:13:08
files touched by this commit
shige search for other commits by this committer
Fix termcap problem.    
05 Jul 2000 14:37:07
files touched by this commit
tg search for other commits by this committer
As threatened on freebsd-ports: all startup scripts know about the two   options
`start' and `stop' now (unless I have forgotten any). This allows   us to call
the scripts from /etc/rc.shutdown with the correct option.    

Number of commits found: 52

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21397
Broken 171
Deprecated 46
Ignore 896
Forbidden 2
Restricted 386
No CDROM 141
Vulnerable 57
Expired 19
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours7
new 7 days31
new fortnight58
new month106

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.252 seconds.