Leonid Pliushch
7699c97b23
emacs: disable fdsan
...
https://github.com/termux/termux-packages/issues/6592
2021-04-10 17:05:37 +03:00
Henrik Grimler
32ca0ea9aa
emacs: update to 27.2
2021-04-02 17:44:58 +02:00
Henrik Grimler
b158c8de2a
emacs: set additional configure flags for debug build
...
As suggested in the DEBUG documentation:
https://github.com/emacs-mirror/emacs/blob/master/etc/DEBUG
2021-02-03 16:57:21 +01:00
Henrik Grimler
cdfaea8f10
emacs: rebuild
...
Seems that emacs is linked against libnettle on some arches (without the dependency being declared) so rebuild to solve that.
See https://www.reddit.com/r/emacs/comments/l1wiwz/help_with_install_termux/
2021-01-21 13:02:12 +01:00
Leonid Pliushch
37375312b9
explicitly set maintainer for each package
...
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.
Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.
[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch
cb5683d31c
emacs: fix typo in patch
2020-10-30 22:50:02 +02:00
Henrik Grimler
dbc96ede7a
emacs: dump in postinst script with portable dumper
2020-09-16 22:10:05 +02:00
Henrik Grimler
39b750c222
emacs: share/info/dir is deleted in massage step
2020-09-16 22:10:05 +02:00
Henrik Grimler
dded013b10
emacs: use symlinks in dump step
2020-09-16 22:10:05 +02:00
Henrik Grimler
66756303e1
emacs: update to 27.1
2020-09-16 22:10:05 +02:00
Henrik Grimler
7c74bf9726
Rename termux_step_post_extract_package->termux_step_post_get_source
2020-07-21 10:14:19 +02:00
Henrik Grimler
4de3dee95d
emacs: configure with --with-modules and --without-selinux ( #5012 )
...
--with-modules solves https://github.com/termux/termux-packages/issues/5011 ,
--without-selinux is needed for on device builds.
2020-03-05 19:08:31 +00:00
Henrik Grimler
e5bd6cc56f
emacs: emacs_cv_func__setjmp=no, emacs_cv_func_sigsetjmp=no on i686
2020-02-15 11:09:29 +01:00
Henrik Grimler
1b5dcce8b9
emacs: potential fix for https://github.com/termux/termux-packages/issues/2599 ( #4909 )
2020-02-15 08:14:04 +01:00
Leonid Pliushch
a533751b61
bump revision for html2text & emacs
...
Re-submit packages after https://github.com/termux/termux-packages/pull/4831 .
Package 'bison' was affected too, but was built & uploaded manually.
2020-01-23 23:25:15 +02:00
Leonid Pliushch
3e67b2cc29
rebuild packages emacs & bison
2020-01-23 19:49:07 +02:00
Leonid Pliushch
d293cd0d52
emacs: remove ./share/info/dir from package
2020-01-23 19:26:31 +02:00
Henrik Grimler
1773d73f9e
emacs: use termux_step_install_service_scripts for service script
2020-01-05 15:08:08 +01:00
Henrik Grimler
9b73c472de
emacs: make emacsclient look for socket in $PREFIX/var/run per default
2019-08-29 20:27:12 +02:00
Fredrik Fornwall
9f24b24ef1
emacs: Update from 26.2 to 26.3
2019-08-29 14:56:58 +02:00
Henrik Grimler
8f68b081a8
emacs: add termux-service script, put socket in $PREFIX/var/run
...
Start with sv up emacsd
2019-08-25 17:00:29 +02:00
Leonid Pliushch
c352216c63
packages: standardize values of several control variables for build.sh
...
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
27e89c15f5
alternatives: more editors can be used as alternative for /bin/editor
2019-08-10 22:34:54 +03:00
Leonid Pliushch
c81d4c8698
add stubs to prevent on-device building packages with dangerous operations in build.sh
...
%ci:no-build
2019-08-08 16:58:34 +03:00
Leonid Pliushch
eae2eacd41
emacs: don't link with dbus
2019-07-29 15:50:16 +03:00
Leonid Pliushch
6e70277fb3
no more develsplit + provide static libraries as separate package
...
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
2fa11b13ef
build-package.sh: always keep info pages
...
Info pages usually provide more complete information
about package and its usage than man pages.
2019-07-02 00:00:02 +02:00
Fredrik Fornwall
ecf3efe925
emacs: Update from 26.1 to 26.2
2019-04-14 20:41:08 +02:00
Wetitpig
5f8864c10d
Improve formatting of parantheses for functions
2019-02-09 21:06:31 +02:00
Leonid Pliushch
361d8c519f
[incomplete] set licenses for packages
2019-01-20 22:41:50 +01:00
Henrik Grimler
cee0306fea
emacs: add patch to make hunspell 1.7.0 work
...
Can perhaps be removed when emacs 26.2 is released
2018-12-17 22:29:04 +01:00
Leonid Pliushch
6d33f94a5f
fix packages that require getpass()
...
Changed packages:
* alpine
* dropbear
* emacs
* isync
* lftp
* msmtp
* newsboat
* rsync
* screen
* texlive-bin
* unrar
* w3m
2018-09-11 00:55:00 +02:00
Matthew Klein
6274ffafe8
emacs: remove ctags.1.gz after building
...
This man page conflicts with the one included with Universal Ctags (just
like the ungziped one), so exclude it as well.
2018-07-17 10:22:50 +02:00
Fredrik Fornwall
6241edf20a
emacs: Build with --without-lcms2
2018-06-02 14:40:11 +02:00
Fredrik Fornwall
c020e92087
emacs: Build with clang
2018-05-30 02:32:55 +02:00
Fredrik Fornwall
037d636e90
emacs: Update from 25.3 to 26.1
2018-05-30 01:08:43 +02:00
Henrik Grimler
7be786bb53
emacs: ac_cv_func_setrlimit=no to make termux-am work within emacs ( #2239 )
...
Solves https://github.com/termux/termux-app/issues/608 . @michalbednarski found the solution.
Not sure if this will have any other side effects.
2018-03-12 13:02:35 +01:00
Fredrik Fornwall
666fde4970
emacs: Backport bugfix for clicks in the modeline
...
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29104 and #1910 .
2017-12-07 03:44:06 +01:00
Auxilus
57090ede4b
Update build.sh
2017-09-13 13:58:36 +02:00
Fredrik Fornwall
3436267b24
emacs: Fix building with unified headers
2017-06-30 23:39:25 +02:00
Vishal Biswas
c05f40944a
emacs: fix #952 by wrapping dup2 internally ( #956 )
2017-04-24 10:05:12 +02:00
Fredrik Fornwall
31895dba87
emacs: Update from 25.1 to 25.2
2017-04-21 22:57:01 +02:00
Fredrik Fornwall
70dd6b3190
Remove TERMUX_TAR and TERMUX_TOUCH
...
These can be removed now that OS X is not supported directly (OS X
users can still use Docker to build though).
Fixes #936 .
2017-04-18 08:19:48 +02:00
Fredrik Fornwall
24367b86dc
Bump revisions, force rebuild after gnutls update
2017-01-18 01:02:18 +01:00
Fredrik Fornwall
edc2b7c0f3
emacs: Build with gcc for now
2017-01-15 23:08:20 +01:00
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
2017-01-11 01:21:42 -05:00
Fredrik Fornwall
ebed8be732
emacs: Clear share/info before build
2017-01-09 05:27:51 -05:00
Fredrik Fornwall
722ed12d69
Switch from ftp.gnu.org to mirrors.kernel.org
2016-09-24 18:42:39 -04:00
Fredrik Fornwall
df4f4e1787
emacs: Update from 25.0.95 to 25.1
2016-09-18 10:30:48 -04:00
Fredrik Fornwall
db51e2da5b
emacs: Bump build revision after patch
2016-09-06 09:56:01 -04:00