FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:18 PM BST
Port details
emacs-devel 24.0.93.107364,1 editors on this many watch lists=11 search for ports that depend on this port An older version of this port was marked as vulnerable.
GNU editing macros
Maintained by: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Apr 2006 20:55:50
Also Listed In: ipv6
License: GPLv3


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
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, x11/libX11, x11/libXpm, x11-fonts/libXft, devel/automake, devel/autoconf, textproc/intltool, devel/pkg-config, graphics/gtk-update-icon-cache
Required To Run: x11/libX11, x11/libXpm, x11-fonts/libXft, devel/pkg-config, devel/gio-fam-backend, graphics/gtk-update-icon-cache
Required Libraries: graphics/jpeg, graphics/tiff, graphics/giflib, graphics/png, print/freetype2, graphics/ImageMagick, devel/m17n-lib, print/libotf, devel/dbus, security/gnutls, accessibility/atk, graphics/gdk-pixbuf2, devel/gconf2, devel/glib20, x11-toolkits/gtk20, devel/libgsf, devel/libIDL, graphics/librsvg2, textproc/libxml2, devel/ORBit2, x11-toolkits/pango
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for emacs-24.0.93.107364,1:
     DBUS=ON (default) "DBus support"
     GCONF=ON (default) "GConf support"
     GIF=ON (default) "GIF Images support"
     GTK2=ON (default) "Use GTK+ widgets"
     GTK3=OFF (default) "Use GTK+ 3 widgets"
     JPEG=ON (default) "JPEG images support"
     M17N=ON (default) "M17N support for text-shaping"
     MOTIF=OFF (default) "Use Motif widgets"
     OTF=ON (default) "Opentype Font Support"
     PNG=ON (default) "PNG images support"
     SOUND=ON (default) "Sound support"
     SOURCES=ON (default) "Install source code"
     SVG=ON (default) "SVG images support"
     TIFF=ON (default) "TIFF images support"
     XAW=OFF (default) "Use Athena widgets"
     XAW3D=OFF (default) "Use Athena3D widgets"
     SYNC_INPUT=ON (default) "Synchronously process asynchronous input"
     SCROLLBARS=ON (default) "Without toolkit scroll-bars"
     XFT=ON (default) "Freetype fonts support"
     XIM=ON (default) "X Input Method support"
     XML=ON (default) "XML Parser support"
     XPM=ON (default) "XPM images support"
     IMAGEMAGICK=ON (default) "ImageMagick support"
     GNUTLS=ON (default) "GNUTLS support"
     GSETTINGS=ON (default) "GSettings support"
===> Use 'make config' to modify these settings

Master Sites:
http://distfiles.pirateparty.in/ashish/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ashish/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2010-11-18
    Affects: users of editors/emacs-devel
    Author: Ashish SHUKLA <ashish@FreeBSD.org>
    Reason: 
      Due to a bug when upgrading from 24.0.50.101606, everything
      installed by other ports in "${PREFIX}/share/emacs" gets removed.
    
      Before upgrading:
    
      * Please backup custom configurations in "${PREFIX}/share/emacs".
      * After upgrading reinstall any ports that may have had files in the
        "${PREFIX}/share/emacs" directory.
    
      Apologies for this inconvenience.
    
    

Number of commits found: 67

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Feb 2012 13:23:12
Original commit files touched by this commit  24.0.93.107364,1
ashish search for other commits by this committer
- Update to bzr revision 107364
- Fix building on Sparc architecture
- Remove dependency on libungif[1]

PR:             ports/165299[1]
Submitted by:   olgeni[1]
30 Oct 2011 16:46:10
Original commit files touched by this commit  24.0.90.106240_1,1
ashish search for other commits by this committer
- Bring back patch in ports/161181 which got accidentally,
  removed in previous commit
- Bump PORTREVISION

PR:             ports/161911
30 Oct 2011 15:08:13
Original commit files touched by this commit  24.0.90.106240,1
ashish search for other commits by this committer
- Update to bzr revision 106240
- Remove patches which are now in upstream[1]
- Add patch to implement process support for FreeBSD from Emacs bug# 5243[1]

PR:             ports/161911[1]
Submitted by:   Nali Toja <nalitoja@gmail.com>[1]
17 Oct 2011 04:55:31
Original commit files touched by this commit  24.0.90.106087,1
ashish search for other commits by this committer
- Update to bzr revision 106087
- Fix detection of 'make' program in use in configure script[1]
- Use openpty(3) instead of deprecated pty(4) interface[2]
- Add patch to interrupt `debug-on-quit' during loops[3]
- Track ncurses dependency[4]

PR:             ports/160986[1], ports/161181[2], ports/161220[3],
ports/161497[4]
Submitted by:   h h <aakusta@gmail.com>[1], Nali Toja
<nalitoja@gmail.com>[2][3][4]
11 Oct 2011 07:17:46
Original commit files touched by this commit  24.0.90.105951_1,1
mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
30 Sep 2011 21:18:12
Original commit files touched by this commit  24.0.90.105951,1
ashish search for other commits by this committer
- Update to bzr revision 105951
23 Sep 2011 22:26:39
Original commit files touched by this commit  24.0.50.105651,1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
19 Sep 2011 15:18:42
Original commit files touched by this commit  24.0.50.105651,1
ashish search for other commits by this committer
- Mark port as multi-jobs safe

PR:             ports/160747
Submitted by:   h h <aakuusta@gmail.com>
08 Sep 2011 06:16:32
Original commit files touched by this commit  24.0.50.105651,1
ashish search for other commits by this committer
- Update to bzr revision 105651
- Add fix for GNU Emacs bug report# 8522 which affects users of euc-japan
  keyboard-coding-system[1]
- Restrict INSTALLS_ICONS knob to GTK2/3 section as it installs GTK+
  dependencies[2]
- Update MASTER_SITES
- Fix portlint warnings

Submitted by:   hrs[1]
Reported by:    Yue Wu <vanopen@gmail.com>[2]
08 Aug 2011 14:32:54
Original commit files touched by this commit  24.0.50.105418,1
ashish search for other commits by this committer
- Update to bzr revision 105418.
- Apply INSTALLS_ICONS fix[1].
- Add GTK3 option.
- Add GSETTINGS option.
- Remove alloca fix as it's not needed anymore.

Submitted by:   olgeni[1] (via private email)
17 Jun 2011 18:12:15
Original commit files touched by this commit  24.0.50.104609,1
ashish search for other commits by this committer
- Update to bzr revision 104609.
05 Jun 2011 18:43:16
Original commit files touched by this commit  24.0.50.104432_1,1
novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
30 May 2011 18:13:30
Original commit files touched by this commit  24.0.50.104432,1
ashish search for other commits by this committer
- Update to bzr revision 104432.
16 May 2011 12:14:17
Original commit files touched by this commit  24.0.50.104238,1
ashish search for other commits by this committer
- Update to bzr revision 104238.
- Update emacs.desktop to launch Emacs in Terminal when WITHOUT_X11 is
defined.[1]
- Emacs picks up giflib if available instead of libungif. Account for
  this.[2]

PR:             ports/156167[1]
Submitted by:   Zhihao Yuan <lichray@gmail.com>[1]
                Herbert J. Skuhra <h.skuhra@gmail.com>[2] (via private email)
01 May 2011 09:56:45
Original commit files touched by this commit  24.0.50.104000,1
ashish search for other commits by this committer
- Add autoheader to USE_AUTOTOOLS[1].
- Include 'alloca' fix[1].
- Fix ImageMagick dependency to depend on X11[2].

Submitted by:   Pan Tsu[1], swell.k@gmail.com[2]
Approved by:    pgj (implicit)
28 Apr 2011 15:08:25
Original commit files touched by this commit  24.0.50.104000,1
ashish search for other commits by this committer
- Update to bzr revision 104000.

Approved by:    tabthorpe (mentor)
18 Nov 2010 03:39:13
Original commit files touched by this commit  24.0.50.102364,1
ashish search for other commits by this committer
- Update to bzr revision 102364.
- Restore GTK2 option.
- Enable IMAGEMAGICK option by default.
- Add GNUTLS option.
- Fix the issue with bad plist generation and mention it in UPDATING.
- Include 'alloca' fix provided by swell.k@gmail.com [1].

PR:             ports/149049[1]
Submitted by:   swell.k@gmail.com[1]
Approved by:    tabthorpe (mentor)
27 Sep 2010 01:19:31
Original commit files touched by this commit  24.0.50.101606,1
ashish search for other commits by this committer
- Update port to latest snapshot.
- Clean up pkg-plist.
- Add new OPTIONs.

Approved by:    tabthorpe (mentor)
30 Jul 2010 08:25:23
Original commit files touched by this commit  24.0.50.100884,1
ashish search for other commits by this committer
- Delete pkg-message (missed from last-commit).
- Fix pkg-plist to avoid deleting directories in MTREE.

PR:             ports/146576
Approved by:    pgj (mentor)
28 Jul 2010 12:23:02
Original commit files touched by this commit  24.0.50.100884,1
ashish search for other commits by this committer
- Add OPTIONS to the port.
- Add the LICENSE information to the port.
- Fix building of port on 6.x/9.x with DBUS option enabled, provided
  by swell.k@gmail.com.
- Remove unneeded dependencies on gettext and dbus-glib.
- Remove ALSA detection logic from configure script.

PR:             ports/147546
Approved by:    tabthorpe (mentor)
11 Jun 2010 13:37:41
Original commit files touched by this commit  23.0.95_6
ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
31 May 2010 02:01:56
Original commit files touched by this commit  23.0.95_6
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
12 May 2010 05:56:38
Original commit files touched by this commit  23.0.95_5
keramida search for other commits by this committer
Ashish SHUKLA is very active in patching the emacs22, emacs and
emacs-devel ports.  My own time is now limited due to personal
reasons.  Since Ashish has agreed to take over the maintainership
of the ports from me, change MAINTAINER= for the following ports:

    editors/emacs22
    editors/emacs
    editors/emacs-devel

Many thanks to Ashish for taking over...
03 May 2010 06:41:03
Original commit files touched by this commit  23.0.95_5
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of m17n-lib

PR:             ports/146249
Submitted by:   Nikola Lecic <nikola.lecic@anthesphoria.net>
30 Mar 2010 18:15:38
Original commit files touched by this commit  23.0.95_4
dinoex search for other commits by this committer
- update patch png14
PR:             145171
30 Mar 2010 04:15:33
Original commit files touched by this commit  23.0.95_3
dinoex search for other commits by this committer
- fix build for png-1.4.1
Submitted by:   Andreas Tobler
28 Mar 2010 06:47:48
Original commit files touched by this commit  23.0.95_3
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
20 Mar 2010 14:14:12
Original commit files touched by this commit  23.0.95_2
miwi search for other commits by this committer
- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:    pointyhat
05 Feb 2010 11:46:55
Original commit files touched by this commit  23.0.95_2
dinoex search for other commits by this committer
- update to jpeg-8
22 Dec 2009 20:11:47
Original commit files touched by this commit  23.0.95_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)
18 Jul 2009 11:11:29
Original commit files touched by this commit  23.0.95_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
23 Jun 2009 15:05:32
Original commit files touched by this commit  23.0.95
pgollucci search for other commits by this committer
- Udpate to 23.0.95 pretest

PR:             ports/135951
Submitted by:   Giorgos Keramidas <keramida@ceid.upatras.gr> (maintainer)
17 Jun 2009 22:29:44
Original commit files touched by this commit  23.0.94
pgollucci search for other commits by this committer
Part 3:
 - Update to 23.0.94

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
17 Jun 2009 03:51:58
Original commit files touched by this commit  23.0.93
pgollucci search for other commits by this committer
Part 2:
    - Add WITH_SOURCES option

PR:             ports/134875
Approved by:    maintainer
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
17 Jun 2009 03:25:23
Original commit files touched by this commit  23.0.93
pgollucci search for other commits by this committer
Part 1:
  - Update to 23.0.93 [1]
  - Mark MAKE_JOBS_UNSAFE

PR:             ports/134875  [1]
Approved by:    maintainer [1]
Submitted by:   Ashish SHUKLA <wahjava@gmail.com>
02 Apr 2009 21:37:32
Original commit files touched by this commit  23.0.92
pav search for other commits by this committer
- Update to 23.0.92

PR:             ports/133294
Submitted by:   keramida (maintainer)
07 Mar 2009 13:02:36
Original commit files touched by this commit  23.0.91
bsam search for other commits by this committer
Update to the second pretest of Emacs 23.X.

PR:             ports/132347
Submitted by:   Giorgos Keramidas <keramida at ceid.upatras.gr> (maintainer)
15 Feb 2009 08:29:31
Original commit files touched by this commit  23.0.90_1
pav search for other commits by this committer
- cvs rm empty patchfile

Missed by:      beech
02 Feb 2009 15:08:10
Original commit files touched by this commit  23.0.90_1
bsam search for other commits by this committer
. add pkg-message;
. bump PORTREVISION.

PR:             ports/131275
Submitted by:   keramida (maintainer, followup to the PR)
02 Feb 2009 12:15:44
Original commit files touched by this commit  23.0.90
bsam search for other commits by this committer
Emacs pretest 23.0.90 is now available:
http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00051.html

PR:             ports/131275
Submitted by:   keramida (maintainer)
08 Jan 2009 12:42:03
Original commit files touched by this commit  23.0.60.20081207_1
stefan search for other commits by this committer
Add explicit dependency on gettext.

PR:             129864
Submitted by:   keramida (maintainer)
09 Dec 2008 22:18:53
Original commit files touched by this commit  23.0.60.20081207
bsam search for other commits by this committer
. fix the build WITHOUT_GTK;   [1]
. update to a newer snapshot;  [2]
. while I'm here: reset PORTREVISION.

PR:             28513  [1], 129536  [2]
Submitted by:   Ashish Shukla <wahjava at gmail.com>  [1],
                keramida (maintainer)  [2]
Approved by:    keramida (maintainer)  [1]
20 Jun 2008 18:33:05
Original commit files touched by this commit  23.0.60.20080308_1
lippe search for other commits by this committer
- Update to 2008.06.06.08.01.29 snapshot version.
- Make portlint happy.

PR:             ports/124359
Submitted by:   keramida
Approved by:    gabor (mentor, implicit)
06 Jun 2008 13:25:59
Original commit files touched by this commit  23.0.60.20080308_1
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)
07 Apr 2008 01:17:26
Original commit files touched by this commit  23.0.60.20080308
rafan search for other commits by this committer
- Update to 2008.03.08.07.56.12 cvs snapshot
- Use USE_XORG

PR:             ports/121495
Submitted by:   keramida (maintainer)
27 Jan 2008 14:26:42
Original commit files touched by this commit  23.0.50.20080101
anray search for other commits by this committer
- Update editors/emacs-devel to 23.0.50.20080101 snapshot.

PR:             ports/119290
Submitted by:   keramida(maintainer)
23 Jul 2007 09:36:52
Original commit files touched by this commit  22.0.99_1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
19 May 2007 20:32:57
Original commit files touched by this commit  22.0.99_1
 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}.
29 Apr 2007 08:27:33
Original commit files touched by this commit  22.0.99
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update to 22.0.99

PR:             ports/112168
Submitted by:   matainer (keramida)
23 Apr 2007 02:09:08
Original commit files touched by this commit  22.0.98
 This port version is marked as vulnerable.
clsung search for other commits by this committer
- Update editors/emacs-devel to 22.0.98.

PR:             ports/111813
Submitted by:   NIIMI Satoshi <sa2c_AT_sa2c dot net>
Approved by:    maintainer (keramida)
21 Apr 2007 02:01:15
Original commit files touched by this commit  22.0.97
 This port version is marked as vulnerable.
keramida search for other commits by this committer
Mark editors/emacs-devel as broken on ia64.  It doesn't really
build on ia64 right now, so let's stop bugging Kris and the ports
people with brokenness until either we fix it locally, or we find
out with upstream developers why it's broken.

Reviewed by:    kris
04 Apr 2007 07:24:07
Original commit files touched by this commit  22.0.97
 This port version is marked as vulnerable.
clsung search for other commits by this committer
* Update to 22.0.97.
* Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined.
* Use "bootfast" target to recompile necessary emacs lisp files before dump.

PR:             ports/111218
Submitted by:   NIIMI Satoshi <sa2c_AT_sa2c dot net>
Approved by:    maintainer (timeout)
06 Feb 2007 20:58:06
Original commit files touched by this commit  22.0.93
 This port version is marked as vulnerable.
anray search for other commits by this committer
Update to 22.0.93

PR:             ports/108464
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Approved by:    keramida(maintainer)
23 Sep 2006 23:26:26
Original commit files touched by this commit  22.0.50.20060901
 This port version is marked as vulnerable.
bsam search for other commits by this committer
- fix pkg-plist  [1]
  o  when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB
     at Makefile and corresponding changes to pkg-plist);
  o  change some @dirrmtry to @dirrm (for those directories which
     belongs to the port);
  o  remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at
     BSD.local.dist.
- fix make patch for 5.x and 4.x  [2]
  (remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it).

PR:             102893 [1], 102906 [2]
Submitted by:   bsam (me) [1], [2]
Approved by:    keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
02 Sep 2006 22:42:54
Original commit files touched by this commit  22.0.50.20060901
 This port version is marked as vulnerable.
anray search for other commits by this committer
Fix build on 4.x

Approved by:    keramida (maintainer)
Reported by:    pointyhat
02 Sep 2006 16:03:29
Original commit files touched by this commit  22.0.50.20060901
 This port version is marked as vulnerable.
anray search for other commits by this committer
Update to 22.0.50.20060901

PR:             ports/102764
Submitted by:   keramida (maintainer)
18 Aug 2006 19:28:40
Original commit files touched by this commit  22.0.50.20060813
 This port version is marked as vulnerable.
anray search for other commits by this committer
Update to 22.0.50.20060813

PR:             ports/102197
Submitted by:   keramida (maintainer)
05 Jul 2006 22:44:07
Original commit files touched by this commit  22.0.50.20060703
 This port version is marked as vulnerable.
anray search for other commits by this committer
Move multiple make install hack to pre-install.

PR:             ports/99822 (in followup)
Submitted by:   keramida(maintainer)
05 Jul 2006 22:31:55
Original commit files touched by this commit  22.0.50.20060703
 This port version is marked as vulnerable.
anray search for other commits by this committer
Complete previous update.
05 Jul 2006 14:34:43
Original commit files touched by this commit  22.0.50.20060703
 This port version is marked as vulnerable.
anray search for other commits by this committer
Distfile on the mastersite repacked without any changes. Fix distinfo.

Reported by:    Jin-Shan Tseng
05 Jul 2006 11:49:28
Original commit files touched by this commit  22.0.50.20060703
 This port version is marked as vulnerable.
anray search for other commits by this committer
Update distinfo to 22.0.50.20060703(fix previous commit)

Submitted by:   keramida(maintainer)
05 Jul 2006 11:43:12
Original commit files touched by this commit  22.0.50.20060703
 This port version is marked as vulnerable.
anray search for other commits by this committer
Update to 22.0.50.20060703

Submitted by:   keramida(maintainer)
04 Jul 2006 23:55:36
Original commit files touched by this commit  22.0.50.20060502_1
 This port version is marked as vulnerable.
anray search for other commits by this committer
- Add `${DATADIR}/${EMACS_VER}/site-lisp' dir to pkg-plist. [1]
- Fix reinstall when workdir is not cleaned (ported from editors/emacs). [2]

PR:             ports/99755 [2]
Submitted by:   keramida (maintainer) [2]
Reported by:    linimon (pointyhat) [1]
29 May 2006 10:46:39
Original commit files touched by this commit  22.0.50.20060502
 This port version is marked as vulnerable.
anray search for other commits by this committer
- Fix portlint warnings
- There are two `site-lisp' directories, but only one @dirrm pkg-plist
  line. Fix this. [1]

Submitted by:   maintainer via email [1]
Reported by:    krismail
19 May 2006 18:41:29
Original commit files touched by this commit  22.0.50.20060502
 This port version is marked as vulnerable.
anray search for other commits by this committer
- Update to 22.0.50.20060502
- Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd.
- Assign maintainership to Giorgos Keramidas <keramida@ceid.upatras.gr> [1]

Submitted by:   keramida (by email)
Created by:     nobutaka, keramida
Approved by:    maintainer (by email) [1]
07 Apr 2006 11:36:41
Original commit files touched by this commit  22.0.50.20060228
 This port version is marked as vulnerable.
anray search for other commits by this committer
Fix build on the FreeBSD < 6.0(old texinfo).

Approved by:    Kenneth Vestergaard Schmidt (maintainer)
01 Apr 2006 20:54:54
Original commit files touched by this commit  22.0.50.20060228
 This port version is marked as vulnerable.
anray search for other commits by this committer
Add emacs-devel , GNU editing macros.

PR:             ports/94171
Submitted by:   Kenneth Vestergaard Schmidt <kvs@pil.dk>

Number of commits found: 67

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

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

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