<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/php-mode.el, branch release/13.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F13.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2024-06-23T22:10:50Z</updated>
<entry>
<title>Chase editors/emacs update to 29.4</title>
<updated>2024-06-23T22:10:50Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2024-06-23T15:51:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3213a3f54a2975e0fe88154165e3aa3780ad2a1c'/>
<id>urn:sha1:3213a3f54a2975e0fe88154165e3aa3780ad2a1c</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Chase editors/emacs update</title>
<updated>2024-03-26T22:51:47Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2024-03-26T16:43:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=26421ac37c3c013c7809400976c866a8f70db436'/>
<id>urn:sha1:26421ac37c3c013c7809400976c866a8f70db436</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>*/*: Chase editors/emacs update</title>
<updated>2024-01-27T22:33:05Z</updated>
<author>
<name>Joseph Mingrone</name>
<email>jrm@FreeBSD.org</email>
</author>
<published>2024-01-26T14:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48'/>
<id>urn:sha1:ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>lang/php-mode.el: Ignore for devel_full and devel_nox</title>
<updated>2023-12-30T20:38:27Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-12-30T19:02:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ecfe28ec8835cee29bd15559cfe4f3cce6b7ce6e'/>
<id>urn:sha1:ecfe28ec8835cee29bd15559cfe4f3cce6b7ce6e</id>
<content type='text'>
Fails to build with the flavors devel_full and devel_nox

Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>editors/emacs: Update to 29.1</title>
<updated>2023-08-20T00:53:11Z</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2023-07-23T17:25:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba4eb3a50e909d902a6e031e4c3477ed369799d2'/>
<id>urn:sha1:ba4eb3a50e909d902a6e031e4c3477ed369799d2</id>
<content type='text'>
* 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 &gt;= 2.12.2... yes
  checking for jansson &gt;= 2.7... yes
  checking for tree-sitter &gt;= 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
  &gt;&gt;&gt; referenced by treesit.c
  &gt;&gt;&gt;               treesit.o:(treesit_load_language)
  &gt;&gt;&gt; referenced by treesit.c
  &gt;&gt;&gt;               treesit.o:(treesit_load_language)
  &gt;&gt;&gt; referenced by treesit.c
  &gt;&gt;&gt;               treesit.o:(treesit_load_language)
  &gt;&gt;&gt; referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  &gt;&gt;&gt; referenced by treesit.c
  &gt;&gt;&gt;               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  &gt;&gt;&gt; referenced by treesit.c
  &gt;&gt;&gt;               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
</content>
</entry>
<entry>
<title>lang/php-mode.el: Update to 1.25.0</title>
<updated>2023-07-26T15:24:23Z</updated>
<author>
<name>Marc Veldman</name>
<email>marc@bumblingdork.com</email>
</author>
<published>2023-07-24T17:05:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=146620a6fa611128af49da62bc827256abf0517f'/>
<id>urn:sha1:146620a6fa611128af49da62bc827256abf0517f</id>
<content type='text'>
PR:		272698
</content>
</entry>
<entry>
<title>*: Bump PORTREVISIONs for math/mpc update to 1.3.1</title>
<updated>2023-04-23T09:09:58Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2023-04-23T09:09:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d3e020ed032a8db00208994d0db646de7dc6f5b'/>
<id>urn:sha1:8d3e020ed032a8db00208994d0db646de7dc6f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lang/php-mode.el: update to 1.24.3</title>
<updated>2023-03-28T02:54:47Z</updated>
<author>
<name>Marc Veldman</name>
<email>marc@bumblingdork.com</email>
</author>
<published>2023-03-28T02:54:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9a20b5dbe78def674c0d24e0ef437fd731bcf98c'/>
<id>urn:sha1:9a20b5dbe78def674c0d24e0ef437fd731bcf98c</id>
<content type='text'>
Changelog: https://github.com/emacs-php/php-mode/blob/v1.24.3/CHANGELOG.md

PR:		270367
Reported by:	Marc Veldman &lt;marc@bumblingdork.com&gt; (maintainer)
</content>
</entry>
<entry>
<title>editors/emacs-devel: Update to 2022-11-28 snapshot</title>
<updated>2022-11-30T07:06:37Z</updated>
<author>
<name>Yasuhiro Kimura</name>
<email>yasu@FreeBSD.org</email>
</author>
<published>2022-11-30T04:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea66012756af463a7153c6ecf84bf9fd31c75dd1'/>
<id>urn:sha1:ea66012756af463a7153c6ecf84bf9fd31c75dd1</id>
<content type='text'>
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
</content>
</entry>
<entry>
<title>lang/php-mode.el: Update to 1.24.2</title>
<updated>2022-11-20T16:43:56Z</updated>
<author>
<name>Marc Veldman</name>
<email>marc@bumblingdork.com</email>
</author>
<published>2022-11-20T16:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b3120137e5e3ddb175a6dc8eafac91e7761c8b65'/>
<id>urn:sha1:b3120137e5e3ddb175a6dc8eafac91e7761c8b65</id>
<content type='text'>
ChangeLog: https://github.com/emacs-php/php-mode/blob/master/CHANGELOG.md

PR:		267877
</content>
</entry>
</feed>
