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: games/quakeforge/files/patch-libs__video__renderer__sw__Makefile.in

Number of commits found: 3

Thursday, 11 Sep 2014
11:06 tijl search for other commits by this committer
- Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Stop trying to build libQFrenderer_sw as a shared library.  The library
  contains x86 asm that does not support PIC.  It looks like this asm can
  be disabled by adding -DPIC to the command line but doing so leads to
  build errors.
Original commitRevision:367919 
Saturday, 20 Jan 2007
17:22 alepulver search for other commits by this committer
- Fix building (last commit for -fPIC broke it: some code is compiled twice,
  so there is a conditional code compilation checking for -DPIC, but the code
  in the static library later goes into a shared one, so use -fPIC but no
  -DPIC in that case, because otherwise there would be redefined symbols).

Reported by:    pointyhat
Original commit
Saturday, 13 Jan 2007
02:33 alepulver search for other commits by this committer
- Add -fPIC compiler flag to the shared library sources (recently a static
  library was converted to shared) to fix building on amd64.

Reported by:    pointyhat
Original commit

Number of commits found: 3