notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/emacs/Makefile

Number of commits found: 198 (showing only 98 on this page)

«  1 | 2 

Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Saturday, 15 Nov 2014
21:37 ashish search for other commits by this committer
- Revert --without-compress-install option, which seems to affect .el files
  as well
- Uncompress .info files separately in post-install, so bsd.port.mk is able
  to detect them
- Remove traces of SYNC_INPUT option

Reported by:	Scott Allendorf <scott-allendorf at uiowa.edu>
		(via private mail)
Original commitRevision:372617 
Friday, 7 Nov 2014
12:47 ashish search for other commits by this committer
- Fix pkg-install script to correctly install emacs games scores files[1]
- Fix building port when ALSA option is enabled[2]
- Depend on desktop-file-utils only when X11 option is enabled[3]
- Bump PORTREVISION to account for these changes

PR:		194624[1], 194862[2]
Submitted by:	crest <crest at sahiro.org>[2]
Reported by:	Joseph Mingrone <jrm at ftfl.ca>[1],
		Richard Kuhns <rjk at wintek.com>[3] (via private email)
Original commitRevision:372258 
09:55 kwm search for other commits by this committer
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Original commitRevision:372250 
Wednesday, 5 Nov 2014
15:33 antoine search for other commits by this committer
Fix check-sanity
Original commitRevision:372196 
13:17 ashish search for other commits by this committer
GNU Emacs Updates

editors/emacs:
 - Update to 24.4[1]
 - Remove all upstreamed diffs[1]
 - Switch to static pkg-plist[1]
 - Add OPTIONs for ACL, file notification, LTO, ALSA, and OSS[1]
 - Reword IGNORE messages for portlint[1]
 - Add fix for a Emacs TRAMP bug
 - Update CANNA patchset[2]

editors/emacs-devel:
 - Update to bzr snapshot revision 118251
 - Add pkg-install, and pkg-deinstall file missed from r364499
 - Switch to static pkg-plist

editors/emacs-nox11:
 - Remove PLIST_DIRSTRY

Mk/bsd.emacs.mk:
 - Update Emacs version numbers
 - Remove deprecated XEmacs entries

PR:		194624[1]
Submitted by:	Joseph Mingrone <jrm at ftfl.ca>[1],
                TAKANO Yuji <takachan at running-dog.net>[2]
Original commitRevision:372190 
Sunday, 5 Oct 2014
08:10 bapt search for other commits by this committer
bump portrevision due to changes in the plist
Original commitRevision:370042 
Tuesday, 5 Aug 2014
09:09 ashish search for other commits by this committer
- Move /var/games/emacs stuff from pkg-plist into pkg-{de,}install as it's
  not installed in $PREFIX, which causes issues with `check-plist' target
- Remove extraneous @dirrmtry entries
- Bump PORTREVISION due to pkg-plist change

Reported by:		rpaulo
Original commitRevision:364084 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Wednesday, 25 Jun 2014
16:09 bapt search for other commits by this committer
Fix build without texinfo in base
Original commitRevision:359256 
Tuesday, 17 Jun 2014
20:05 kwm search for other commits by this committer
Update to 6.8.9-3 [1][3].

Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
Original commitRevision:358176 
02:38 ashish search for other commits by this committer
- Fix building on 10.x when CANNA option is enabled, by updating CANNA
  patchset

PR:				190711
Submitted by:	Noboyoshi SATO <nobu-s at iwate-pu.ac.jp>
Original commitRevision:358066 
Tuesday, 22 Apr 2014
11:21 ashish search for other commits by this committer
- Fix CONFLICTS to silence portlint warnings
- Add 'USES=shebangfix' to fix perl path of grep-changelog.[1][2]
- Convert 'USE_XZ' to 'USES=tar.xz'.[1][2]
- Convert to new LIB_DEPENDS format.[1][2]
- Remove deprecated and needless MAN1 setting.[1][2]

PR:		ports/188583[1], ports/188720[2]
Submitted by:	swills[1], Yasuhiro KIMURA <yasu@utahmime.org>[2]
Original commitRevision:351809 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Saturday, 4 Jan 2014
20:12 ashish search for other commits by this committer
- Fix the logic in updating emacs.desktop file, from the regression introduced
  in r338450

PR:		ports/185468
Submitted by:	rakuco
Original commitRevision:338676 
Friday, 3 Jan 2014
10:55 ashish search for other commits by this committer
- Update CONFLICTS, in accordance with PKGNAME changes

Reported by:	jgh
Original commitRevision:338536 
Thursday, 2 Jan 2014
15:43 ashish search for other commits by this committer
- Add PKGNAMESUFFIX
- Add STAGE support
- Use OptionsNG helpers
- Rename X11TOOLKIT option to X11
- Add OPTIONS for emacs-nox11 slave
- Install info manuals to their own directory to avoid conflicts[1][3][4]
- Add a patch from upstream to fix building on non-X11 platforms[2]
- Add a patch from upstream to fix building on 9.x and later platforms
  due to C11 support
- Explicitly depend on GCC for i386 platforms, broken due to clang bug# 18171
- Mark port as MAKE_JOBS_SAFE

PR:		ports/183064[2], ports/181758[3], ports/179843[4]
Reported by:	Jay Borkenhagen <jayb at braeburn.org>[1]
Original commitRevision:338450 
Friday, 20 Sep 2013
16:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Original commitRevision:327720 
Tuesday, 3 Sep 2013
10:23 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326133 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 10 Jul 2013
06:49 bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
Original commitRevision:322620 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Tuesday, 2 Apr 2013
03:36 ashish search for other commits by this committer
- Fix dependency on GTK2 for GTK2 option

PR:		ports/177518
Submitted by:	Roland Smith <rsmith at xs4all.nl>
Approved by:	portmgr
Original commitRevision:315658 
Saturday, 30 Mar 2013
14:44 ashish search for other commits by this committer
- Move INSTALLS_ICONS to X11 block since it pulls X11 dependencies

PR:		ports/177502
Submitted by:	Neil Darlow  <neil at darlow.co.uk>
Approved by:	portmgr
Original commitRevision:315621 
05:13 ashish search for other commits by this committer
GNU Emacs updates

editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
Original commitRevision:315598 
Sunday, 17 Feb 2013
09:17 ashish search for other commits by this committer
- Fix SOUND support[1]
- Make GSETTINGS option depend on DBUS option, as GSettings requires
  DBus to be functional[2]
- Remove ABI versions from LIB_DEPENDS

PR:		ports/176055[1], ports/175990[2]
Submitted by:	Zeus Panchenko <zeus.panchenko at gmail.com>[1],
		Fabian Keil <fk at fabiankeil.de>[2]
Original commitRevision:312406 
Saturday, 9 Feb 2013
01:05 ashish search for other commits by this committer
- Change the type of PORTREVISION variable assignment, to prevent
  editors/emacs-nox11 port from being inconsistent.

Reported by:	      Steven Levin <steven.levin at moosellc.com>
Original commitRevision:311957 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Monday, 10 Dec 2012
23:40 beech search for other commits by this committer
- Bump port after MagickCore bump.
Original commitRevision:308648 
Tuesday, 4 Sep 2012
16:05 ashish search for other commits by this committer
- Update to version 24.2

Submitted by:	John Hein <jhein at symmetricom.com> (via private email)
Original commitRevision:303660 
02:58 linimon search for other commits by this committer
Mark as broken on ARM.

Approved by:	maintainer
Original commitRevision:303632 
Wednesday, 1 Aug 2012
15:20 ashish search for other commits by this committer
GNU Emacs updates

editors/emacs
- Update to v. 24.1[1]
- Update CANNA patch to v. 24.1[2]
- Convert OPTIONS to OptionsNG
- Remove patch to VC to make it work with Subversion 1.7
- Add patch to implement process support for FreeBSD from Emacs bug# 5243
- Add patch to fix segfault on Terminal (from NetBSD emacs port)[2]

editors/emacs23
- Convert OPTIONS to OptionsNG
- Bump PORTREVISION of editors/emacs23 port
- Remove PORTEPOCH, as port needs to be explicitly installed/upgraded
- Connect repocopied editors/emacs23 to build

editors/emacs-devel
- Update to bzr revision 109364
- Convert OPTIONS to OptionsNG
- Remove redundant patches
- Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3]

Mk/bsd.emacs.mk
- Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk
- Update major version for emacs-devel port
- Take maintainership of bsd.emacs.mk

Thanks to everyone who tested these updates, and provided their feedback.

Submitted by:	http://www.gnu.org/software/emacs/NEWS.24.1[1]
Submitted by:	Yuji TAKANO[2] (via private email), Jan Beich[3]
Original commit
Sunday, 3 Jun 2012
07:13 dinoex search for other commits by this committer
- fix version numbers going backwards for slave ports
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 22 Feb 2012
13:19 ashish search for other commits by this committer
- Update to version 23.4
- Remove dependency on libungif[1]
- Import a diff from bzr repository to make VC work with Subversion 1.7[2]

PR:             ports/165298[1], ports/162191[2]
Submitted by:   olgeni[1], Yasuhiro KIMURA <yasu@utahime.org>[2]
Original commit
Saturday, 29 Oct 2011
22:17 ashish search for other commits by this committer
- Disable OPTIONS for editors/emacs-nox11 slave port
- Bump PORTREVISION of editors/emacs-nox11

Thanks to dougb, and eadler for showing the way

Reported by:    bz
Original commit
Monday, 17 Oct 2011
05:53 ashish search for other commits by this committer
- Track ncurses dependency

PR:             ports/161497
Submitted by:   Nali Toja <nalitoja@gmail.com>
Original commit
Friday, 23 Sep 2011
22:26 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
Original commit
Thursday, 8 Sep 2011
06:20 ashish search for other commits by this committer
- Restrict INSTALLS_ICONS knob to GTK2 section as it installs GTK+
  dependencies

Reported by:    Yue Wu <vanopen@gmail.com> (via private email)
Original commit
Wednesday, 7 Sep 2011
20:20 ashish search for other commits by this committer
- Add fix for GNU Emacs bug report# 8522 which affects users of euc-japan
  keyboard-coding-system[1]
- Fix portlint warnings
- Update PATCH_SITES

Submitted by:   hrs[1]
Original commit
Saturday, 27 Aug 2011
22:19 ashish search for other commits by this committer
- Update distfile URL with new distfile which contains missing source files
  for CEDET parsers. More details at:
  http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg01155.html
- Bump PORTREVISION

PR:             ports/160196
Original commit
Monday, 8 Aug 2011
18:56 ashish search for other commits by this committer
- Bump PORTREVISION

PR:             ports/159594, ports/159530
Reported by:    pgolluci
Original commit
14:24 ashish search for other commits by this committer
- Apply INSTALLS_ICONS fix to prevent editors/emacs from installing X11
  when WITHOUT_X11 is defined

PR:             ports/159594, ports/159530
Submitted by:   olgeni (via private email)
Original commit
Monday, 16 May 2011
12:27 ashish search for other commits by this committer
- 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]
- Include 'alloca' fix.[2]

PR:             ports/156167[1]
Submitted by:   Zhihao Yuan <lichray@gmail.com>[1]
                Herbert J. Skuhra <h.skuhra@gmail.com>[2] (via private email)
Original commit
Wednesday, 11 May 2011
11:15 ashish search for other commits by this committer
- Update to version 23.3
- Update CANNA support[1]
- Fix bug in plist generation

Submitted by:   Yuji TAKANO <takachan@running-dog.net>[1] (via private email)
Original commit
Thursday, 30 Sep 2010
04:38 ashish search for other commits by this committer
- Restore GTK2 option.

Approved by:    tabthorpe (mentor)
Reported by:    stas
Original commit
Monday, 27 Sep 2010
01:14 ashish search for other commits by this committer
- Add CANNA support to the port, provided by Yuji TAKANO.
- Update CONFLICTS to conflict with 24.x.
- Include the license file to the port.
- Update descriptions of the OPTIONS.
- 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 checks.
- Clean up pkg-plist.

PR:             ports/146979
Approved by:    tabthorpe (mentor)
Original commit
Friday, 11 Jun 2010
13:37 ashish search for other commits by this committer
- Change my maintainer address.

Approved by:       pgj (mentor)
Original commit
Saturday, 5 Jun 2010
20:05 miwi search for other commits by this committer
- Support for SOUND even when X11 support is disabled.
- Disables gettext support with the help of WITHOUT_NLS knob.
- LICENSE.

PR:             147087
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 21 May 2010
19:51 keramida search for other commits by this committer
When dbus is already installed on FreeBSD 6.X and Emacs builds
without X11 support, it may pick dbus up as a dependency and fail
to link with the proper threading libraries.

Approved by:    Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Original commit
Friday, 14 May 2010
08:04 bsam search for other commits by this committer
. update to version 23.2;
. introduce OPTIONS.

PR:             ports/146458
Submitted by:   Ashish SHUKLA <wahjava at gmail.com> (maintainer)
Original commit
Wednesday, 12 May 2010
05:56 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...
Original commit
Monday, 3 May 2010
06:41 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>
Original commit
Tuesday, 30 Mar 2010
18:15 dinoex search for other commits by this committer
- update patch png14
PR:             145171
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 15 Mar 2010
16:53 bsam search for other commits by this committer
. items in emacs 23.1/GTK menus don't get updated, fix it;  [1]
. bump PORTREVISION.

PR:             ports/144309  [1]
Submitted by:   Robert Jenssen <robertjenssen@ozemail.com.au>  [1]
Approved by:    keramida@ceid.upatras.gr (maintainer timeout, 17 days)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 2 Feb 2010
07:03 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)
Original commit
Tuesday, 22 Dec 2009
20:11 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)
Original commit
Sunday, 20 Dec 2009
20:19 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:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:             ports/137956 [1], ports/141369 [2]
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>  [1],
                bsam (me)  [2]
Exp-run by: miwi
Original commit
Tuesday, 8 Sep 2009
11:36 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)
Original commit
Monday, 7 Sep 2009
19:33 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)
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 14 Nov 2008
13:00 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.
Original commit
Monday, 10 Nov 2008
22:30 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)
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
13:25 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)
Original commit
Tuesday, 3 Jun 2008
14:36 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)
Original commit
Wednesday, 14 May 2008
23:58 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
Original commit
Monday, 12 May 2008
00:57 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>
Original commit
Saturday, 19 Apr 2008
17:56 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)
Original commit
Monday, 8 Oct 2007
23:29 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
Original commit
Thursday, 27 Sep 2007
06:16 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)
Original commit
Tuesday, 24 Jul 2007
15:10 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
Original commit
Monday, 16 Jul 2007
17:06 nobutaka search for other commits by this committer
Update to 22.1.
Hand over maintainership to keramida.
Original commit
Saturday, 19 May 2007
20:32 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}.
Original commit
Thursday, 3 May 2007
17:15 nobutaka search for other commits by this committer
Add emacs-22.* to CONFLICTS.

PR:             ports/111814
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Sunday, 12 Nov 2006
02:50 nobutaka search for other commits by this committer
Change PATCH_SITES.
Original commit
Sunday, 18 Dec 2005
13:39 nobutaka search for other commits by this committer
Remove emacs20 from CONFLICTS.

PR:             ports/90475
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Thursday, 8 Dec 2005
17:01 nobutaka search for other commits by this committer
- Add .info suffix to filename of info files.
- Use INFO macro.

Requested by:   edwin
Original commit
Tuesday, 15 Nov 2005
06:52 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.
Original commit
Monday, 5 Sep 2005
15:15 nobutaka search for other commits by this committer
Fix build error.

PR:             ports/85508
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
Sunday, 15 May 2005
15:32 nobutaka search for other commits by this committer
Disable optimization on ia64 to avoid elisp processing errors.

Submitted by:   yoichi
Original commit
Friday, 6 May 2005
18:35 nobutaka search for other commits by this committer
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.

Pointed out by: yoichi
Original commit
08:56 jylefort search for other commits by this committer
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.

Approved by:    nobutaka (maintainer)
Original commit
Thursday, 5 May 2005
17:22 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
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 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'.
Original commit
Wednesday, 2 Mar 2005
15:05 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>
Original commit
Monday, 14 Feb 2005
15:32 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.
Original commit
Monday, 24 May 2004
14:11 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>
Original commit
Sunday, 21 Mar 2004
07:38 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
Original commit
Wednesday, 25 Feb 2004
10:34 kris search for other commits by this committer
BROKEN on !i386 5.x: Does not compile
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Wednesday, 24 Sep 2003
09:37 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
Original commit
Thursday, 20 Feb 2003
17:12 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 1 Jan 2001
10:15 will search for other commits by this committer
Goodbye, YEAR2000.  Hello, 2001.    
Original commit

Number of commits found: 198 (showing only 98 on this page)

«  1 | 2