non port: databases/emacsql/Makefile |
Number of commits found: 26 |
Thursday, 3 Oct 2024
|
23:51 Yasuhiro Kimura (yasu)
databases/emacsql*: Remove databases/emacs-sqlite3-api from dependency
Emacs 29 and later support sqlite3 natively. So 3rd party sqlite3
module isn't necessary any more.
c7e3aa5 |
Tuesday, 10 Sep 2024
|
06:46 Yasuhiro Kimura (yasu)
databases/{emacsql,emacsql-devel}: Update to 4.0.3
Changes: https://github.com/magit/emacsql/compare/v4.0.0...v4.0.3
2220ac1 |
Friday, 16 Aug 2024
|
07:18 Yasuhiro Kimura (yasu)
databases/{emacsql,emacsql-devel}: Update to 4.0.0
a443978 |
Thursday, 4 Jul 2024
|
21:31 Joseph Mingrone (jrm)
Chase major version update of editors/emacs-devel
Bump PORTREVISION of most USES=emacs ports after editors/emacs-devel
major version increased from 30 to 31.
Sponsored by: The FreeBSD Foundation
b946d41 |
Sunday, 23 Jun 2024
|
22:10 Joseph Mingrone (jrm)
Chase editors/emacs update to 29.4
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish, yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45705
3213a3f |
Tuesday, 26 Mar 2024
|
22:51 Joseph Mingrone (jrm)
Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D44492
26421ac3 |
Saturday, 27 Jan 2024
|
22:33 Joseph Mingrone (jrm)
*/*: Chase editors/emacs update
- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
paths
- Bump PORTREVISION of ports with USES=emacs. This is required for two
reasons. Emacs lisp files need to be byte compiled for the new Emacs
version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
need to be relocated.
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D43615
ab463bd |
Sunday, 20 Aug 2023
|
00:53 Yasuhiro Kimura (yasu)
editors/emacs: Update to 29.1
* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
TREESITTER are ON by default. PGTK and WEBP options are excluded
from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
following
----------------------------------------------------------------------
checking for gnutls >= 2.12.2... yes
checking for jansson >= 2.7... yes
checking for tree-sitter >= 0.20.2... yes
checking for libkqueue... no
checking for library containing kqueue... none required
configure: error: Non-toolkit scroll bars are not implemented for your system
----------------------------------------------------------------------
So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
as following.
----------------------------------------------------------------------
cc -o temacs.tmp \
-Demacs -I. -I. -I../lib -I../lib -I/usr/local/include
-I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include/libpng16
-I/usr/local/include/libxml2 -I/usr/local/include/dbus-1.0
-I/usr/local/lib/dbus-1.0/include -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include -D_THREAD_SAFE -I/usr/local/include
-I/usr/local/include/webp -I/usr/local/include -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16
-I/usr/local/include/harfbuzz -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -MMD -MF deps/.d -MP -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include/p11-kit-1
-I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE
-Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes
-Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare
-Wno-tautological-constant-out-of-range-compare -O2 -pipe
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -O2
-pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing
-isystem /usr/local/include -fstack-protector-strong -L/usr/local/lib
-L/usr/local/lib \
dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o
coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o
xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o dbusbind.o
emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o
insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o
indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o
callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o syntax.o
bytecode.o comp.o process.o gnutls.o callproc.o region-cache.o sound.o
timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o
kqueue.o profiler.o decompress.o thread.o systhread.o sqlite.o treesit.o
itree.o xfont.o ftfont.o ftcrfont.o hbfont.o fontset.o fringe.o image.o
xgselect.o json.o terminfo.o lastfile.o ../lib/libgnu.a
../oldXMenu/libXMenu11.a -ltiff -ljpeg -L/usr/local/lib -lpng16 -lgif
-L/usr/local/lib -lwebpdemux -lwebpdecoder -lSM -lICE -lX11 -lXrender
-L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
-lglib-2.0 -lintl -lcairo -lrt -L/usr/local/lib -ldbus-1 -lexecinfo
-L/usr/local/lib -lXrandr -L/usr/local/lib -lXinerama -L/usr/local/lib
-lXfixes -lXext -lXext -L/usr/local/lib -lxml2 -lutil -L/usr/local/lib
-lcairo -lncurses -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl
-L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lfreetype
-L/usr/local/lib -lfontconfig -lfreetype -L/usr/local/lib -lharfbuzz
-L/usr/local/lib -lgnutls -lpthread -L/usr/local/lib -llcms2
-llcms2_fast_float -llcms2_threaded -lm -lz -L/usr/local/lib -ljansson
-lgmp -L/usr/local/lib -lXi -L/usr/local/lib -ltree-sitter -lsqlite3
-lXcomposite -lXext
ld: error: undefined symbol: dynlib_error
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
>>> referenced 1 more times
ld: error: undefined symbol: dynlib_sym
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
ld: error: undefined symbol: dynlib_open
>>> referenced by treesit.c
>>> treesit.o:(treesit_load_language)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
----------------------------------------------------------------------
So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
* Bump PORTREVISION of ports that use "USES=emacs".
ChangeLog: https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by: ashish, jrm
Differential Revision: https://reviews.freebsd.org/D41444
ba4eb3a |
Saturday, 13 May 2023
|
06:34 Yasuhiro Kimura (yasu)
databases/emacsql-devel: Add new port
EmacSQL is a high-level Emacs Lisp front-end for SQLite (primarily),
PostgreSQL, MySQL, and potentially other SQL databases.
This is development version of EmacSQL.
https://github.com/magit/emacsql
214f1e0 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Thursday, 19 Jan 2023
|
02:30 Yasuhiro Kimura (yasu)
databases/emacsql: Add upstream patch to fix runtime error of devel/magit-devel
After editors/emacs-devel is update to 30.0.50.20230115,3, runtime
error happens with devel/magit-devel if devel/forge-devel is also
installed. So add upstream patch to fix it.
496d10d |
Wednesday, 30 Nov 2022
|
07:06 Yasuhiro Kimura (yasu)
editors/emacs-devel: Update to 2022-11-28 snapshot
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
ea66012 |
Friday, 14 Oct 2022
|
04:58 Yasuhiro Kimura (yasu)
databases/emacsql: Update to 3.1.1
Changes: https://github.com/magit/emacsql/compare/3.1.0...3.1.1
5fc97f3 |
Thursday, 13 Oct 2022
|
02:07 Yasuhiro Kimura (yasu)
databases/emacsql: Mark MAKE_JOBS_UNSAFE
Paralell build may fail after updated to 3.1.0.
Reported by: pkg-fallout
814a13d |
Wednesday, 12 Oct 2022
|
03:00 Yasuhiro Kimura (yasu)
databases/emacsql: Update to 3.1.0
Changes: https://github.com/magit/emacsql/compare/3747260...3.1.0
e4302a7 |
Wednesday, 21 Sep 2022
|
07:48 Yasuhiro Kimura (yasu)
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
164249e |
Monday, 19 Sep 2022
|
01:46 Yasuhiro Kimura (yasu)
databases/emacsql: Update WWW
Repository is transferred to Magit project.
c4de56a |
Sunday, 18 Sep 2022
|
18:28 Yasuhiro Kimura (yasu)
databases/emacsql: Update GH_ACCOUNT and distinfo
Repository is transferred to Magit project.
Don't bump PORTREVISION as only the name of distfile is changed.
f19c0ad |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 7 Apr 2022
|
22:12 Joseph Mingrone (jrm)
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781
d9dcd9c |
Saturday, 19 Feb 2022
|
03:45 Yasuhiro Kimura (yasu)
databases/emacsql: Update to latest snapshot
This fixes runtime error of devel/{forge,forge-devel}
While here, pet portlint and portclippy
Changes: https://github.com/skeeto/emacsql/compare/3.0.0...3747260
MFH: 2022Q1
4aa107c |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Monday, 15 Nov 2021
|
15:19 Joseph Mingrone (jrm)
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613
061afcc |
Friday, 1 Oct 2021
|
22:55 Joseph Mingrone (jrm)
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258
126e3bb |
Tuesday, 28 Sep 2021
|
05:13 Yasuhiro Kimura (yasu)
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170
10c30f1 |
Wednesday, 2 Jun 2021
|
02:18 Guangyuan Yang (ygy) Author: Yasuhiro Kimura
databases/emacsql: New port: High-level Emacs Lisp RDBMS front-end
PR: 255958
Approved by: lwhsu (mentor)
585e00a |
Number of commits found: 26 |