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/libspice-server/files/patch-configure.ac

Number of commits found: 4

Wednesday, 10 Jan 2024
12:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libspice-server: Update version 0.15.0=>0.15.2

- Adopt port as maintainers domain has expired

Changelog: https://gitlab.freedesktop.org/spice/spice/-/tags/v0.15.2

Approved by:	portmgr (blanket)
commit hash: 200b1ecfd4d87f1bd7f0bb5239ceea08f4006201 commit hash: 200b1ecfd4d87f1bd7f0bb5239ceea08f4006201 commit hash: 200b1ecfd4d87f1bd7f0bb5239ceea08f4006201 commit hash: 200b1ecfd4d87f1bd7f0bb5239ceea08f4006201 200b1ec
Saturday, 11 Feb 2023
03:46 Hiroki Sato (hrs) search for other commits by this committer
devel/libspice-server: Remove "openssl" in spice-server.pc

- The "openssl" package listed in spice-server.pc prevented the
  library checking in the downstream software from working because
  OpenSSL in the base system does not use pkgconfig.

- Eliminate dependency on the old autoconf-archive.

Approved by:	maintainer timeout (1 month)
PR:		268819
commit hash: cf16b1c9063351325f04a31dc5cd6e8cfe5cdd42 commit hash: cf16b1c9063351325f04a31dc5cd6e8cfe5cdd42 commit hash: cf16b1c9063351325f04a31dc5cd6e8cfe5cdd42 commit hash: cf16b1c9063351325f04a31dc5cd6e8cfe5cdd42 cf16b1c
Saturday, 8 May 2021
11:06 Roman Bogorodskiy (novel) search for other commits by this committer
devel/libspice-server: update to 0.15.0

PR:		255142
Approved by:	maintainer timeout
commit hash: f2bd1c05c6fbdcd5caad744d79cf6baa1bf74ecd commit hash: f2bd1c05c6fbdcd5caad744d79cf6baa1bf74ecd commit hash: f2bd1c05c6fbdcd5caad744d79cf6baa1bf74ecd commit hash: f2bd1c05c6fbdcd5caad744d79cf6baa1bf74ecd f2bd1c0
Tuesday, 16 Jan 2018
17:42 novel search for other commits by this committer
devel/libspice-server: fix pc file generation

libspice-server uses autotools and utilizes PKG_CHECK_MODULES to get
openssl CFLAGS and LDFLAGS. However, as we support various openssl flavors,
including openssl from base that lacks pkg-config file, we explicitly pass
OPENSSL_LIBS and OPENSSL_CFLAGS via CONFIGURE_ENV, however, libspice-server
still adds 'openssl' package to Requires.private of its .pc file.

This causes a problem for software that requires libspice-server, because
e.g. when using openssl from base, detection will fail because .pc file
is listing non-existent 'openssl' package.

To fix that, update libspice-server's configure.ac to add 'openssl' to
Requires.private only if OPENSSL_LIBS and OPENSSL_CFLAGS wasn't explicitly
specified by user, otherwise omit 'openssl' and just add
the value of OPENSSL_LIBS to Libs.private.

While here, add 'amd64' to list of x86_64 cpus so it don't show a warning.

Also, drop RUN_DEPENDS on spice-protocol as this is basically a set of
headers and it's not required in runtime.

Reviewed by:		maintainer
Differential Revision:	https://reviews.freebsd.org/D13896
Original commitRevision:459198 

Number of commits found: 4