non port: editors/emacs/Makefile |
SVNWeb
|
Number of commits found: 191 (showing only 100 on this page) |
Sat, 13 May 2023
|
[ 06:32 Yasuhiro Kimura (yasu) ] 0ebb2e4
editors/emacs: Add upstream patch for check-declare-directory
Add following upstream patch for check-declare-directory.
----------------------------------------------------------------------
commit ed1a24b4b2e39498e4c4448365e1d5f0149e5fc6
Author: Lars Ingebrigtsen <larsi@gnus.org>
AuthorDate: Wed May 11 14:18:27 2022 +0200
Commit: Lars Ingebrigtsen <larsi@gnus.org>
CommitDate: Wed May 11 14:18:27 2022 +0200
Don't signal errors in check-declare-directory
* lisp/emacs-lisp/check-declare.el (check-declare-directory): Don't
bug out if we don't find any files with declare-function:(bug#55354) (Only the first 15 lines of the commit message are shown above )
|
Sun, 30 Apr 2023
|
[ 11:10 Felix Palmen (zirias) ] a6bb2f8 (Only the first 10 of 148 ports in this commit are shown above. )
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit)
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Tue, 28 Feb 2023
|
[ 09:20 Yasuhiro Kimura (yasu) ] 8f3485d
editors/emacs: Add upstream patches to fix multiple vulnerabilities
Reviewed by: ashish, jrm
MFH: 2023Q1
Security: a75929bd-b6a4-11ed-bad6-080027f5fec9
Differential Revision: https://reviews.freebsd.org/D38810
|
Fri, 13 Jan 2023
|
[ 14:24 Joseph Mingrone (jrm) ] 822b699
editors/emacs: Tweak GCC requirement
Support for the USE_GCC=X+ form was removed in 9b5f5ab. Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.
Sponsored by: The FreeBSD Foundation
|
[ 09:20 Yasuhiro Kimura (yasu) ] 2b1ab08
editors/emacs: Add upstream patch to fix arbitary shell command execution
vulnerability
Reviewed by: jrm
MFH: 2023Q1
Security: 76e2fcce-92d2-11ed-a635-080027f5fec9
Differential Revision: https://reviews.freebsd.org/D38033
|
Sun, 6 Nov 2022
|
[ 15:22 Joseph Mingrone (jrm) ] 8882913
Emacs ports: Build using GCC when NATIVECOMP is on
In order to allow concurrent installation, the GCC ports, as of 0338e04,
moved some header files to internal locations. Emacs built with
NATIVECOMP requires GCC jit libraries. Rather than patching Emacs to
search in those internal locations, build Emacs with GCC when NATIVECOMP
is turned on.
PR: 257060
Tested by: jcfyecrayz@liamekaens.com, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37275
|
Wed, 21 Sep 2022
|
[ 07:48 Yasuhiro Kimura (yasu) ] 164249e (Only the first 10 of 102 ports in this commit are shown above. )
editors/emacs: Update to 28.2
* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.
ChangeLog: https://www.gnu.org/software/emacs/news/NEWS.28.2
PR: 266454
Exp-run by: antoine
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D36613
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 7cd7a8d (Only the first 10 of 119 ports in this commit are shown above. )
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 8 Jun 2022
|
[ 14:10 Baptiste Daroussin (bapt) ] 36c95c1
editors/emacs: remove GCONF option
|
Sun, 17 Apr 2022
|
[ 11:05 Piotr Kubaj (pkubaj) ] 291fef3
editors/emacs: build without GCC on powerpc64le
The current release builds fine.
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Thu, 7 Apr 2022
|
[ 22:12 Joseph Mingrone (jrm) ] 448b1af
editors/emacs: Update to 28.1
https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS.28
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34779
|
[ 22:12 Joseph Mingrone (jrm) Author: HIROSE yuuji ] 4eebea2
editors/emacs: Add updated canna patches
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Sat, 11 Dec 2021
|
[ 13:50 Tobias C. Berner (tcberner) ] 45526ec (Only the first 10 of 146 ports in this commit are shown above. )
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above )
|
Fri, 12 Nov 2021
|
[ 16:46 Tobias C. Berner (tcberner) ] b6c28ae
graphics/ImageMagick7: Bump consumers after
4f086586da53da9b80ecd94ea588be7440dea36e
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Mar 2021
|
[ 00:40 jrm ] (Only the first 10 of 96 ports in this commit are shown above. )
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700
|
Sun, 7 Mar 2021
|
[ 13:07 pkubaj ]
editors/emacs: fix build on powerpc64le
Use GCC:
Hash table too large
|
Wed, 10 Feb 2021
|
[ 19:17 pkubaj ]
Add LTO_DESC to Mk/bsd.options.desc.mk.
There are more and more ports using LTO.
|
Fri, 25 Dec 2020
|
[ 08:17 danfe ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update `mail/mailutils' to version 3.11
- Add `required_files' and `configlint' to rc scripts
- Emacs ports: chase shared library version bump
Submitted by: maintainer
|
Mon, 9 Nov 2020
|
[ 17:08 tcberner ] (Only the first 10 of 114 ports in this commit are shown above. )
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
|
Sat, 7 Nov 2020
|
[ 19:56 ashish ]
- Include a patch from upstream to fix regression in schemas.xml
PR: 250813
Submitted by: Yasuhiro KIMURA <yasu at utahime dot org>
|
Thu, 15 Oct 2020
|
[ 09:46 jrm ]
Emacs ports: Simplify flavor comments
Suggested by: mat
Reviewed by: emacs (ashish)
|
Wed, 23 Sep 2020
|
[ 23:59 pkubaj ]
editors/emacs: remove GCC dependency
Dependent ports now build fine with clang.
|
[ 17:44 linimon ]
Canonicalize use of GCC on all powerpc variants.
Approved by: portmgr (tier-2 blanket)
|
Wed, 12 Aug 2020
|
[ 18:30 jrm ] (Only the first 10 of 86 ports in this commit are shown above. )
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966
|
Mon, 3 Aug 2020
|
[ 18:21 ashish ]
- Add a patch to make Emacs' TRAMP mode work with 12-STABLE,
and 13-CURRENT remote hosts
PR: 243807
Submitted by: Yuichiro NAITO <nairo dot yuichiro at gmail dot com>
Reported by: John F. Carr <jfc at mit dot edu>
|
Sat, 20 Jun 2020
|
[ 13:39 jbeich ]
editors/emacs: backport 24-bit color fix for tty mode
libncurses in base system only supports termcap(5). RGB has 3 colors
but termcap(5) supports at most 2 arguments e.g.,
$ export
TERMCAP="${TERM}:Co#0x1000000:AF=\E[38;2;%d;%d;%dm:AB=\E[48;2;%d;%d;%dm:tc=${TERM}:"
$ tput AB 1 1 1
tput: too many arguments (3) for capability `AB'
To work around the limitation make Emacs check if environ(7) has
COLORTERM=truecolor some terminal emulators define by default e.g.,
- x11-toolkits/vte3 (gnome-terminal, sakura, ...)
- x11/alacritty
- x11/aminal (Only the first 15 lines of the commit message are shown above )
|
Sun, 7 Jun 2020
|
[ 16:56 jbeich ]
editors/emacs: divorce GSETTINGS from DBUS
Whether GSettings uses DBus at runtime depends on the backend.
PR: 247042
Approved by: jrm
|
Mon, 27 Apr 2020
|
[ 05:38 grog ]
Bump PORTREVISION.
Reminded by: ashish@
|
[ 04:41 grog ]
Require ImageMagick 7, not 6.
|
Thu, 20 Feb 2020
|
[ 18:46 jrm ]
editors/emacs: Use more precise description for the FCITXPATCH knob
While here, pet portfmt.
|
Tue, 18 Feb 2020
|
[ 22:57 jrm ]
editors/emacs: Add optional workaround for Fcitx input method
PR: 242012
Reported by: david.alpha.fox@gmail.com
Approved by: emacs (ashish)
Tested by: david.alpha.fox@gmail.com
Differential Revision: https://reviews.freebsd.org/D23725
|
Wed, 22 Jan 2020
|
[ 10:47 pkubaj ]
editors/emacs: fix miscompilation on powerpc64 elfv2
Clang currently miscompiles emacs, resulting in broken builds for dependencies:
===> Building for treepy.el-emacs26-0.1.1_3
(cd /wrkdirs/usr/ports/devel/treepy.el/work-full/treepy.el-0.1.1 ;
/usr/local/bin/emacs-26.3 -batch -q -f batch-byte-compile treepy.el)
*** Signal 6
Use GCC to workaround it.
PR: 243484
Approved by: jrm (maintainer)
|
Sun, 10 Nov 2019
|
[ 19:57 jrm ]
editors/emacs: Standardize formatting with ports-mgmt/portfmt
Approved by: portmgr* (swills)
* A commit hook for flavors was trigger, preventing the commit without portmgr
approval.
|
Fri, 1 Nov 2019
|
[ 14:14 zeising ]
editors/emacs: Bump portrevision
Bump portrevision for editors/emacs and editors/emacs-devel after removal of
the optional libXp depdenency.
|
[ 14:08 zeising ]
editors/emacs: Remove optional dependency on libXp
Remove the optional dependency on libXp from editors/emacs and
editors/emacs-devel. The dependency on libXp is added if the MOTIF option
is selected, but libXp isn't needed in this case. The MOTIF option is not
the default.
libXp has been deprecated and is going away.
|
Wed, 9 Oct 2019
|
[ 10:37 bapt ]
Drop the ipv6 virtual category for e* category as it is not relevant anymore
|
Mon, 9 Sep 2019
|
[ 16:16 jrm ]
Emacs ports: Minor cleanup to option descriptions
- Use some default descriptions defined in bsd.options.desc.mk
- Move [implies ...] notes left for smaller displays
- Drop 'Experimental' from Cairo description [1]
[1] https://lists.gnu.org/archive/html/emacs-devel/2019-06/msg00633.html
|
[ 16:16 jrm ]
Emacs ports: no-op to conform to var order and improve consistency
Approved by: ashish
Differential Revision: https://reviews.freebsd.org/D21524
|
Fri, 30 Aug 2019
|
[ 17:43 jrm ]
editors/emacs: Update to version 26.3
Port changes:
- Remove JSON knob, because Emacs has no configurable json option in
versions prior to and including 26.3. The knob should not have been
added in r472261.
- Add USES+=gnome unless flavor is nox. Do this because defining
INSTALLS_ICONS adds USE_GNOME+=gtk-update-icon-cache.
Upstream changes:
https://www.gnu.org/software/emacs/news/NEWS.26.3
Submitted by: HIROSE Yuuji <yuuji@gentei.org> [canna patch updates]
Differential Revision: https://reviews.freebsd.org/D21193
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 17 Apr 2019
|
[ 14:36 jrm ]
editors/emacs: Update to version 26.2
Port changes:
Match upstream's default behaviour by not installing the shared game
directory and the auxiliary program update-game-score
Upstream changes:
https://www.gnu.org/software/emacs/news/NEWS.26.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D18810
|
Tue, 26 Feb 2019
|
[ 14:58 danfe ]
Chase the shlib version bump of `mail/mailutils' in r493966.
|
Thu, 31 Jan 2019
|
[ 19:34 jrm ]
editors/emacs: Fix spellchecking with hunspell 1.7.0
While here, silence warning about USE_GNOME without USES=gnome.
PR: 235201
Reported by: abij@tuta.io
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 10 Nov 2018
|
[ 19:57 kwm ] (Only the first 10 of 157 ports in this commit are shown above. )
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Mon, 2 Jul 2018
|
[ 06:27 yuri ]
print/libotf: Update 0.9.13 -> 0.9.16
Port changes:
* Add LICENSE/LICENSE_FILE
* Add to USE_XORG
* Remove CPPFLAGS
PR: 228647
Submitted by: thierry
Approved by: nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days)
|
Tue, 12 Jun 2018
|
[ 16:03 jrm ]
Emacs ports: Improve consistency between the two Emacs ports and...
- [1] Do not link liblockfile when MAILUTILS option is off. Users who want
mail functionality should turn on the MAILUTILS option. See PR 227799.
- [2] Create a link under exec_directory pointing to
${PREFIX}/bin/movemail. See upstream bug https://bugs.gnu.org/31737 and
PR 228833.
- Based on user feedback, change the package name for the nox flavor of
editors/emacs-devel from emacs-devel_nox to emacs-devel-nox. The
original motivation for naming the package emacs-devel_nox was so that
PKGNAMESUFFIX would match the flavor names for USES=emacs ports and
flavor names cannot contain '-'.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Jun 2018
|
[ 01:11 jrm ]
editors/emacs: Fix build when XWIDGETS knob is on
Reported by: olgeni
|
Thu, 31 May 2018
|
[ 15:57 jrm ]
editors/emacs: Fix copy/paste nonsense error from r471214
pointy-hat: jrm
|
[ 15:35 jrm ]
editors/emacs: Fix configure issue when no X toolkit knob is on
|
[ 01:17 jrm ]
editors/emacs: Update to version 26.1
NEWS: https://www.gnu.org/software/emacs/news/NEWS.26.1
Port changes
- Incorporate latest canna patches submitted by
TAKANO Yuji <takachan@running-dog.net>.
- Remove workarounds for Bug 227799.
- Configure succeeds whether devel/liblockfile is installed or not.
- Customize COMMENT for canna and nox flavors (reported by tobik).
- Remove legacy lldb for gud patch.
- The patch added very little over running lldb on the command line.
Moreover, gud is deprecated. Hopefully a lldb-mi will arrive soon.
Reviewed by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D15044
|
Thu, 26 Apr 2018
|
[ 13:49 jrm ]
Emacs ports: Conform to 'Order of Variables in Port Makefiles' in PH
|
[ 02:03 jrm ]
Emacs ports: Tell configure to skip checks for sysinfo header
The build fails when devel/libsysinfo is pulled in. This can happen when
graphics/ImageMagick is built with the OPENMP knob on.
Reported by: Richard M. Timoney <richardt@maths.tcd.ie>
|
Wed, 21 Feb 2018
|
[ 23:59 jrm ]
Emacs ports: Remove obsolete variable definitions
editors/emacs: The CANNA option was replaced by a flavor, so remove
CANNA_DESC.
editors/emacs and editors/emacs-devel: The X11 option was replaced by the
nox flavor, so remove WITHOUT_X11.
Reported by: ashish
|
[ 23:59 jrm ]
Emacs ports: Add USES=localbase:ldflags and MAILUTILS option
Refer to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=10313
https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00044.html
|
[ 12:46 jrm ]
editors/emacs: Remove X11 option references missed in 462411
PR: 226083
Reported by: Terry Kennedy <terry-freebsd@glaver.org>
Differential Revision: https://reviews.freebsd.org/D14233
|
Tue, 20 Feb 2018
|
[ 16:36 jrm ]
editors/emacs: Use OPTION helper to conditionally add to PLIST_FILES
Submitted by: mat
|
[ 16:17 jrm ]
editors/emacs,emacs-devel: After nox flavor, remove X11 option
|
[ 16:17 jrm ]
editors/emacs@canna: Fix plist issue when SOURCES option is off
|
[ 16:17 jrm ]
editors/emacs@canna: Use correct configure argument
Submitted by: TAKANO Yuji <takachan@running-dog.net>
|
[ 16:17 jrm ]
editors/emacs@nox, editors/emacs-devel@nox: Fix configure error
When liblockfile is installed, configure fails, but only for the @nox
flavors.
There is an emacs-devel@gnu.org mailing list thread discussing the issue.
https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00515.html
PR: 225902
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Thu, 1 Feb 2018
|
[ 18:03 jrm ] (Only the first 10 of 143 ports in this commit are shown above. )
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
|
Sun, 19 Nov 2017
|
[ 09:13 ashish ]
- Fix broken behaviour when port is compiled with IMAGEMAGICK option
and ImageMagick is built with OPENMP option
PR: 223518
Submitted by: Kalten <kalten@gmx.at>
|
Thu, 28 Sep 2017
|
[ 15:36 kwm ] (Only the first 10 of 36 ports in this commit are shown above. )
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
|
Tue, 12 Sep 2017
|
[ 15:34 ashish ]
- Update Emacs to 25.3
Security: https://www.vuxml.org/freebsd/47e2e52c-975c-11e7-942d-5404a68a61a2.html
|
Fri, 26 May 2017
|
[ 08:20 kwm ] (Only the first 10 of 34 ports in this commit are shown above. )
Chase ImageMagick shlib bump
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sat, 22 Apr 2017
|
[ 19:38 jrm ]
editors/emacs: Update to version 25.2
- Make gtk3 the default X11 toolkit since the configure script will search
for that version first and upstream describes gtk2 as deprecated.
- Release notes: https://www.gnu.org/software/emacs/news/NEWS.25.2
Approved by: ashish (maintainer), swills (mentor, implicit)
|
Tue, 14 Mar 2017
|
[ 03:04 ashish ]
- Mark port as BROKEN for aarch64
- Remove now redundant BROKEN_* directive from slave port:
editors/emacs-nox11
Reported by: Gergely Czuczy <gergely.czuczy at harmless.hu>
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Sun, 2 Oct 2016
|
[ 13:33 ashish ]
- Fix typo, happened in r423103
PR: 212807
|
[ 05:07 ashish ] (Only the first 10 of 16 ports in this commit are shown above. )
GNU Emacs updates
editors/emacs:
- Update to 25.1[1]
- Update CANNA patchset[2]
- Cleanup CONFLICTS_INSTALL list[1]
- Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
- Add various other options, and re-order options[1]
- Incorporate games stuff in pkg-plist[1]
- Remove outdated diffs[1]
editors/emacs-nox11:
- Update to 25.1[3]
- Cleanup CONFLICTS_INSTALL list[3]
editors/emacs-devel:
- Update to git revision 25dca60d
Mk/bsd.emacs.mk:
- Update version numbers[4]
PR: 212807 [1], 212808 [3], 212809 [4]
Submitted by: Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
TAKANO Yuji <takachan@running-dog.net> (private email) [2]
|
Fri, 8 Apr 2016
|
[ 08:00 ashish ]
editors/emacs:
- Clarify LICENSE, as it's "or any later version" clause
- Switch to CONFLICTS_INSTALL, as conflicts only happen on install
- Finish OPTIONS helpers conversion
- Convert patch-sources.el to SUB_FILES
- Convert *FLAGS to USES=localbase
- Convert IGNORE and SOUND to _IMPLIES
- Drop DBUS_PTHREAD_LIBS after ports r382294
- Drop default WRKSRC
- Drop clang workaround for unsupported FreeBSD versions
editors/emacs-nox11:
- Kill EMACS_NO_X11_SLAVE in favour of ?= variables
- Conflict with any EMACS_VER
PR: 208217
Submitted by: jbeich
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thu, 3 Dec 2015
|
[ 20:01 antoine ] (Only the first 10 of 49 ports in this commit are shown above. )
Update giflib to 5.1.1
PR: 204492
|
Sun, 23 Aug 2015
|
[ 21:19 ashish ]
- Add patches to fix misused umask parameter, caught with FORTIFY_SOURCE
PR: 202574
Submitted by: op
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 27 Apr 2015
|
[ 10:28 ashish ]
GNU Emacs Updates
editors/emacs:
- Update to 24.5
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Remove upstreamed diff
editors/emacs-devel:
- Update to git snapshot def0df01
- Remove git revision from PORTVERSION, rather encode it in
DISTNAME
- Remove dependency on GCC for i386 platform, if the bug is fixed
in the version in use
- Fix portlint warnings
Mk/bsd.emacs.mk:
- Update version number for editors/emacs
- Remove deprecated block for emacs23
PR: 199553
|
Mon, 9 Mar 2015
|
[ 09:04 ashish ]
- Add CPE information
PR: 198238
Submitted by: shun <shun.fbsd.pr at dropcut dot net>
|
Sun, 18 Jan 2015
|
[ 21:12 kwm ] (Only the first 10 of 45 ports in this commit are shown above. )
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
|
Wed, 14 Jan 2015
|
[ 18:19 antoine ] (Only the first 10 of 55 ports in this commit are shown above. )
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Sat, 20 Dec 2014
|
[ 18:12 bapt ]
Cleanup plist
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 15 Nov 2014
|
[ 21:37 ashish ]
- 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)
|
Fri, 7 Nov 2014
|
[ 12:47 ashish ]
- 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)
|
[ 09:55 kwm ] (Only the first 10 of 32 ports in this commit are shown above. )
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
|
Wed, 5 Nov 2014
|
[ 15:33 antoine ]
Fix check-sanity
|
[ 13:17 ashish ] (Only the first 10 of 26 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 5 Oct 2014
|
[ 08:10 bapt ]
bump portrevision due to changes in the plist
|
Number of commits found: 191 (showing only 100 on this page) |