2019-11-27 15:48:37 by Hauke Fath | Files touched by this commit (2) |
Log message:
I didn't mean to drop _XOPEN_SOURCE_EXTENDED definition, sorry.
|
2019-11-27 15:35:16 by Hauke Fath | Files touched by this commit (7) |
Log message:
For Solarish, select _XOPEN_SOURCE version depending on __STDC_VERSION__,
see <https://gist.github.com/jperkin/b08f9108daf8d0ac695067d71f882a9d>
|
2019-10-08 14:40:55 by Hauke Fath | Files touched by this commit (6) |
Log message:
Declare use of perl.
|
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-04-11 18:05:25 by Hauke Fath | Files touched by this commit (6) |
Log message:
Build the XEmacsen with CFLAGS=-no-pie for newer gcc versions - the
dumped binary crashes otherwise.
|
2019-04-11 18:02:37 by Hauke Fath | Files touched by this commit (1) |
Log message:
Since richer environments might come with postgresql, our configure
might pick it up. Until somebody tells me they want it, better disable
support explicitly.
|
2018-12-19 14:41:45 by Hauke Fath | Files touched by this commit (5) |
Log message:
Fix comments.
Augment debug option arguments.
Explicitly select garbage collector.
Set dialogs and widgets to "athena" explicitly.
There are no "lucid" implementations; instead, configure will look for
Motif implementations, and fall back to Athena. The former is prone to
sneak in undeclared dependencies on Motif and (on sole platforms) xft.
Remove the patch that was supposed to fix this, but didn't.
|
2018-03-15 07:08:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
emacs-current: regen distinfo so checksum matches existing patch
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2018-02-01 15:25:30 by Hauke Fath | Files touched by this commit (6) |
Log message:
Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may
make for differing PKGREVISION.
|