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: biology/viennarna/files/patch-RNA-Tutorial_Makefile.am

Number of commits found: 2

Sunday, 16 Jul 2023
21:38 Yuri Victorovich (yuri) search for other commits by this committer
biology/viennarna: Remove unnecessary library from .pc file; Correct pkg-descr
commit hash: 3e4f91e805a3663672f9efdae1d4bb5b44d0c81a commit hash: 3e4f91e805a3663672f9efdae1d4bb5b44d0c81a commit hash: 3e4f91e805a3663672f9efdae1d4bb5b44d0c81a commit hash: 3e4f91e805a3663672f9efdae1d4bb5b44d0c81a 3e4f91e
Monday, 24 Jun 2019
19:30 yuri search for other commits by this committer
biology/viennarna: Make it less/not prone to failures due to hardcoded C++
library name

configure and Makefile.in provided in tarballs have -lstdc++ hard-coded in them.
The previous version of the port patches these to be -lc++, which still might
fail on gcc systems, depending on which C++ library is used.

This change adds USES=autoreconf which makes it to regenerate configure and
Makefile.in and hopefully have the proper C++ library in these files.

GNU libtool links with the C compiler, not with the C++ compiler, in this
project. This is what I think triggers link failures due to a wrong C++
library getting into the link lines. GNU libtool likely chooses C compiler
because this project has its 'main' functions in .c files,
but also includes C++ object modules. This likely causes GNU tools confusion and
it uses the C compiler to link and fails due to wrong C++ libraries added there.
Original commitRevision:505049 

Number of commits found: 2