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/basic256/files/patch-Interpreter.cpp

Number of commits found: 2

Monday, 11 May 2020
06:45 fernape search for other commits by this committer
lang/basic256: update to 2.0.0.1

While here:

 * Reorder some variables
 * dos2unix only on the necessary files (thanks tcberner@) so resources file
   doesn't break.
 * Add missing USES=gl
Original commitRevision:534884 
Sunday, 4 Sep 2016
14:18 rakuco search for other commits by this committer
Add patch (sent upstream) to drop `using namespace std'

This patch is a smaller version of one I've sent upstream. It removes 'using
namespace std' from Interpreter.cpp to avoid errors when -std=c++11 or
-std=gnu++11 is passed to the compiler, as a call to bind(2) can end up
becoming a call to std::bind().

This is required to avoid breaking the build with Qt 5.6.1:

  c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -g -std=gnu++11
-pthread -D_THREAD_SAFE -Wall -W -fPIC -DLINUX -DESPEAK -DSOUND_QMOBILITY
-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I/usr/local/include/espeak
-I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtSerialPort
-IQtMobility -IQtMobility -I/usr/local/include/qt5
-I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtCore -Itmp/moc
-I/usr/local/include -I/usr/local/include
-I/usr/local/lib/qt5/mkspecs/freebsd-clang -o tmp/obj/Interpreter.o
Interpreter.cpp
  Interpreter.cpp:4282:105: error: invalid operands to binary expression
('__bind<int &, sockaddr *, unsigned long>' and 'int')

PR:		212347
Approved by:	fernando.apesteguia@gmail.com (maintainer)
Original commitRevision:421339 

Number of commits found: 2