notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/tamago/files/patch-its.el

Number of commits found: 4

Wednesday, 27 Mar 2024
06:55 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/tamago: Fix build of devel_full and devel_nox flavors

After editors/emacs-devel is updated to 30.0.50.20240301,3, build of
devel_full and devel_nox flavors fails as following.

----------------------------------------------------------------------
if test "/usr/local/bin/emacs-30.0.50" != "no"; then  am__dir=.
am__subdir_includes='';  case canna.elc in */*)  am__dir=`echo 'canna.elc' | sed
's,/[^/]*$,,'`;  am__subdir_includes="-L $am__dir -L ./$am__dir";  esac;  test
-d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; 
/usr/local/bin/emacs-30.0.50 --batch  -q -no-site-file -no-init-file 
--eval="(setq load-path (append (list (expand-file-name \"..\")) load-path))" 
--eval="(load \"docomp.el\")"   $am__subdir_includes -L . -L .  --eval "(defun
byte-compile-dest-file (f) \"/tmp/canna.elc\")"  --eval "(unless
(byte-compile-file \"canna.el\") (kill-emacs 1))";  if [ -f "/tmp/canna.elc" ];
then  cp /tmp/canna.elc canna.elc && rm -f /tmp/canna.elc;  fi;  else :; fi
Loading
/usr0/freebsd/ports/work/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.15/docomp.el
(source)...
Package cl is deprecated

In toplevel form:
canna.el:1:1: Warning: file has no `lexical-binding' directive on its first line
canna.el:33:11: Error: Wrong type argument: obarrayp, [nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil]
*** Error code 1
----------------------------------------------------------------------

So add patch to fix it.

PR:		277496
Approved by:	maintainer timeout
commit hash: f8785263c268c1e02f2f04ea24379c9c5c643027 commit hash: f8785263c268c1e02f2f04ea24379c9c5c643027 commit hash: f8785263c268c1e02f2f04ea24379c9c5c643027 commit hash: f8785263c268c1e02f2f04ea24379c9c5c643027 f878526
Saturday, 31 Jan 2015
11:32 hrs search for other commits by this committer
- Fix a bug that deactivate-input-method was not called in
  (egg-exit-from-minibuffer).

- Remove an unnecessary overriding-local-map call in
  (menudiag-select-internal).

- Regenerate patch files.
Original commitRevision:378202 
Sunday, 23 Nov 2014
07:35 hrs search for other commits by this committer
- Fix warnings due to use of obsolete functions.
- Style fixes.
Original commitRevision:373123 
Monday, 15 Apr 2013
12:14 hrs search for other commits by this committer
- Rename obsolete symbol (s/last-command-char/last-command-event/) which
  prevents it from working with Emacs 24.3.
- Minor style fixes.

Submitted by:	Yasuhiro KIMURA
PR:		ports/177498
Approved by:	portmgr (bdrewery)
Original commitRevision:315801 

Number of commits found: 4