- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 4 2018
Nov 18 2018
Nov 11 2018
Nov 6 2018
Oct 31 2018
Oct 26 2018
Oct 11 2018
Sep 4 2018
Aug 18 2018
Aug 15 2018
Aug 8 2018
Aug 7 2018
Bump PORTREVISION
In D16605#353032, @koobs wrote:Except for this probably requiring a PORTREVISION bump since the package contents are changed, it appears fine, assuming *all* the lines being removed are relevant to that GCC_RUNTIME.
Though I can make a few assumptions (guesses), I'm not familiar enough with the port or that ex.script mechanism to know
Aug 6 2018
Updated patch for devel/ipython
Aug 4 2018
Aug 3 2018
Aug 1 2018
In D16508#351167, @rm wrote:There are some ports except the jupyter that depend upon ipython and some of them may be python 2.x only, so need to check that too
In D16508#351170, @koobs wrote:
Thanks @rm. Could you please then repocopy ipython to ipython5 so that we can apply this patch to ipython?
I am currently testing to make sure these two ports are not installing conflicting files and if they can be installed concurrently.
While we were working on this, @rm committed an update to devel/ipython. It seems he is maintaining 5.x series [2] (which still supports python 2.7) , while the new 6.x series [3] are not still in ports tree.
Now should we repocopy the devel/ipython to devel/ipython6 and turn this patch into a new port?
Jul 31 2018
In D16508#350796, @mat wrote:The only time you can remove concurrent is when a port supports only one version of Python, say, USES=python:2.7. In any other combination, here, for examples, packages for 3.4, 3.5, 3.6 and 3.7 can be built at the same time.
Restore concurrent flag
Jul 30 2018
Jul 28 2018
In D16378#349810, @dbn wrote:FYI, commit messages require the full path to this review (your draft message [I assume] only includes the review number)
Jul 27 2018
Remove unnecessary version check for FreeBSD < 10
Jul 24 2018
Remove another unrelated patch that was accidentally slipped in
Update patches that enables bulid on FreeBSD 10+
Jul 23 2018
Jul 21 2018
Jul 18 2018
Jul 17 2018
Jul 12 2018
Jul 11 2018
Jul 8 2018
Jul 7 2018
Jul 6 2018
Jul 5 2018
Jun 30 2018
Jun 29 2018
Jun 10 2018
Jun 9 2018
Jun 3 2018
May 20 2018
Changes in pfvar.h and removal of rwlock.h includes broke the build (noted by @kristof). This updated patch unbreaks the build.
In D15502#327153, @kristof wrote:Looks good at first glance.
I like the move of the sys/rmlock.h include into pfvar.h, so the header becomes more self-contained (i.e. you don't need extra includes to make your include of pfvar.h work). I'm running test builds for that, because I thought it broke when I tried. Perhaps I messed something else up though.For others and for context: Olivier has tested this change and saw a 65% increase in packets per second through pf. We really, really want this change.
Apr 26 2018
Apr 3 2018
Mar 25 2018
Jan 7 2018
Dec 27 2017
Dec 23 2017
Oct 2 2017
Aug 5 2017
Aug 2 2017
Jul 15 2017
Jul 5 2017
Jul 4 2017
In D11072#237288, @emaste wrote:Be sure to send these upstream as well
Improve the logic when detecting when whether or not we should reverse byte order for ip_len and ip_off.
Use a less intrusive method to find out if we should include "pcap-int.h"