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: devel/py-llfuse/files/patch-src_llfuse.c

Number of commits found: 3

Saturday, 27 May 2023
04:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-llfuse: Update to 1.4.3

- Update WWW
- Add LICENSE_FILE
- Convert to USE_PYTHON=pep517
- Convert to USE_PYTHON=pytest
- Take maintainership

Changes:	https://github.com/python-llfuse/python-llfuse/releases
commit hash: 532fded9f418311cbb7c536a985c7ce65f43cb33 commit hash: 532fded9f418311cbb7c536a985c7ce65f43cb33 commit hash: 532fded9f418311cbb7c536a985c7ce65f43cb33 commit hash: 532fded9f418311cbb7c536a985c7ce65f43cb33 532fded
Sunday, 25 Dec 2022
17:49 Dimitry Andric (dim) search for other commits by this committer
devel/py-llfuse: fix build with clang 15

During an exp-run for llvm 15 (see bug 265425), it turned out that
devel/py-llfuse failed to build with clang 15:

  src/llfuse.c:41839:21: error: incompatible pointer to integer conversion
assigning to 'uintptr_t' (aka 'unsigned int') from 'pthread_t' (aka 'struct
pthread *') [-Wint-conversion]
          __pyx_v_tid = __pyx_t_7;
                      ^ ~~~~~~~~~
  src/llfuse.c:42467:3: warning: 'PyEval_InitThreads' is deprecated
[-Wdeprecated-declarations]
    PyEval_InitThreads();
    ^
  /usr/local/include/python3.9/ceval.h:130:1: note: 'PyEval_InitThreads' has
been explicitly marked deprecated here
  Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  ^
  /usr/local/include/python3.9/pyport.h:508:54: note: expanded from macro
'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  1 warning and 1 error generated.

The conversion from pthread_t to uintptr_t needs an explicit cast.

PR:		268226
Approved by:	maintainer timeout (2 weeks)
MFH:		2022Q4
commit hash: df7a32d6fa9a8c5270a0f25990db09e25a02b3f1 commit hash: df7a32d6fa9a8c5270a0f25990db09e25a02b3f1 commit hash: df7a32d6fa9a8c5270a0f25990db09e25a02b3f1 commit hash: df7a32d6fa9a8c5270a0f25990db09e25a02b3f1 df7a32d
Tuesday, 22 Mar 2016
05:13 pi search for other commits by this committer
New port: devel/py-llfuse

Python-LLFUSE is a set of Python bindings for the low level FUSE API. It
requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs
under Linux, OS-X, FreeBSD and NetBSD.

WWW: https://bitbucket.org/nikratio/python-llfuse

PR:		203759
Submitted by:	Niklaas Baudet von Gersdorff <niklaas@kulturflatrate.net>
Original commitRevision:411634 

Number of commits found: 3