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: lang/guile2/files/patch-libguile_gen-scmconfig.c

Number of commits found: 4

Wednesday, 9 Aug 2023
13:01 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth
lang/guile[23]: prefer long over long long for scm_off_t

When long and long long are both the same size as off_t, prefer long
for scm_off_t even though it should make no difference, because llvm16
seems to consider them distinct types as arguments in function pointer
types. Also it seems cleaner.

fixes mailutils with GUILE=on on llvm16 on amd64.

Fixes:		94218d3a91189c7afea956e8905d5e5ecf879a2c
PR:		260960
commit hash: 85fe592a0ce9c0d22d19696b0cc915f55f6203d8 commit hash: 85fe592a0ce9c0d22d19696b0cc915f55f6203d8 commit hash: 85fe592a0ce9c0d22d19696b0cc915f55f6203d8 commit hash: 85fe592a0ce9c0d22d19696b0cc915f55f6203d8 85fe592
Sunday, 30 Jul 2023
22:59 Robert Clausecker (fuz) search for other commits by this committer Author: Andrew "RhodiumToad" Gierth
Mk/Uses: Add guile.mk

This patch adds USES=guile[:options], a framework to permit the
concurrent installation of different guile versions, allowing
ports to specify which guile they need.

lang/guile is now a meta-port, installing the default guile version;
guile 3 is now shipped in lang/guile3.

A new port lang/guile-aclocal holds the guile.m4 file from guile3
to permit ports written against guile1 or guile2 to avoid conflicts.

PR:		260960
Reported by:	Martin Neubauer <m.ne@gmx.net>
Approved by:	bofh
Differential Revision:	https://reviews.freebsd.org/D40194
commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c commit hash: 94218d3a91189c7afea956e8905d5e5ecf879a2c 94218d3
Saturday, 25 Feb 2017
23:32 bofh search for other commits by this committer
lang/guile2: Update version 2.0.11=>2.0.14 [1]

- Remove upstream-ed diff[1]
- fix missing dependency on makeinfo[2]

PR:		216841[1] 214892[2]
Submitted by:	ashish[1] freebsd@skinc.ru[2]
Original commitRevision:434843 
Sunday, 25 May 2014
17:32 sunpoet search for other commits by this committer
- Add guile 2.0.11
- While I'm here:
  - Add PKGNAMESUFFIX to avoid PKGNAME collision
  - Mark CONFLICTS_INSTALL with lang/guile

GUILE, GNU's Ubiquitous Intelligent Language for Extension,
is a library that implements the Scheme language plus various
convenient facilities. It's designed so that you can link it
into an application or utility to make it extensible.  Our
plan is to link this library into all GNU programs that call for
extensibility.

WWW: http://www.gnu.org/software/guile/

PR:		ports/189239
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:355255 

Number of commits found: 4