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: emulators/simh/files/patch-makefile

Number of commits found: 7

Tuesday, 1 Sep 2020
10:49 se search for other commits by this committer
Fix build with clang11

Reported by:	pkg-fallout
Original commitRevision:547263 
Tuesday, 3 Jan 2017
14:00 matthew search for other commits by this committer
Fixes to allow building on 12-CURRENT

- fix build failures in i386 and amd64 due to compiler changes
- fix numerous compilation warnings and logical errors that may trap
  in the future
- convert all distribution files from DOS format to ease future changes
- convert legacy patch file to new naming convention

PR:		214990
Submitted by:	bob@eager.cx (maintainer)
Original commitRevision:430469 
Sunday, 24 Jan 2016
16:25 dim search for other commits by this committer
During the exp-run in bug 206074, it was found that emulators/simh gives
errors with a recent clang 3.8.0 snapshot [1]:

   /usr/bin/ld: unrecognized option '-plugin'

And more of such linking errors.  This is because the simh main Makefile
attempts to use -flto -fwhole-program with clang, but this support
depends on the correctly link time optimization infrastructure being
installed (e.g. the LLVMgold.so plugin, and more).

Since LTO is not available yet in base, here is a patch to disable the
use of these options more thorougly.

Approved by:	koobs (ports)
PR:		206411
MFH:		2016Q1
Original commitRevision:407167 
Wednesday, 23 May 2012
02:01 miwi search for other commits by this committer
- Update to 3.9.0

PR:             168031
Submitted by:   Ports Fury
Original commit
Monday, 12 Jan 2009
21:30 trasz search for other commits by this committer
Remove dependency on ports version of libpcap; it's no longer needed
and causes build problems for qemu-devel.

Submitted by:   David O'Brien <obrien@FreeBSD.org> (slightly modified)
Original commit
Tuesday, 22 Jul 2008
22:01 trasz search for other commits by this committer
- Update to 3.8-0.
Original commit
Tuesday, 29 May 2007
18:17 trasz search for other commits by this committer
- Update to 3.7-1

Approved by:    miwi (mentor)
Original commit

Number of commits found: 7