Next | Query returned 62 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2019-09-04 17:14:04 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Reduce per-package inclusion of x11/libXdamage

And graphics/MesaLib includes x11/libXdamage/buildlink3.mk
and remove it from editors/emacs26.
   2019-09-04 16:00:21 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Fix build with gtk2 or gtk3 options
   2019-09-03 18:35:54 by Greg Troxel | Files touched by this commit (2)
Log message:
emacs26: Drop svg from default options

svg requires librsvg, which either requires rust, which has been the
cause of failures on pkgbuild and is very large, or results in using
unmaintained software (librsvg-c).

On pkgsrc-users, no one reported actually using svg support in emacs.
   2019-09-01 02:42:54 by Mark Davies | Files touched by this commit (1)
Log message:
emacs26: undo last

Was a transient issue with the new MesaLib/buildlink3.mk.
   2019-08-31 07:07:35 by Mark Davies | Files touched by this commit (1)
Log message:
emacs26: gtk2 and gtk3 options (at least) need libXdamage.
   2019-08-30 17:46:11 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 26.3

Changelog:
* Changes in Emacs 26.3

** New option 'help-enable-completion-auto-load'.
This allows disabling the new feature introduced in Emacs 26.1 which
loads files during completion of 'C-h f' and 'C-h v' according to
'definition-prefixes'.

** Emacs now supports the new Japanese Era name.
The newly assigned codepoint U+32FF was added to the Unicode Character
Database compiled into Emacs.
   2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256)
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
   2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595)
Log message:
*: recursive bump for nettle 3.5.1
   2019-06-08 12:41:00 by Roland Illig | Files touched by this commit (93)
Log message:
editors/*: let pkglint fix indentation and variable alignment

pkglint -Wall -F -r editors

Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
   2019-06-03 03:21:49 by Chuck Cranor | Files touched by this commit (1)
Log message:
add "--without-ns" to x11 configs for OSX

on OSX the configure script will select the "nextstep" window system
unless you explicitly tell it not to:

    % bmake configure |& egrep 'PKG_OPTIONS.emacs|What window system should \ 
Emacs use'
            PKG_OPTIONS.emacs = x11
      What window system should Emacs use?                    nextstep
    %

leaving pkgsrc in a bad state where it thinks it built an x11 version,
but instead emacs built a nextstep version.

add "--without-ns" to the x11 config option for OSX.  this
should not impact other platforms.  (this diff corresponds to
the change i did in options.mk 1.4 for editors/emacs25)

Next | Query returned 62 messages, browsing 41 to 50 | Previous