Page MenuHomeFreeBSD
Feed Advanced Search

Jun 9 2019

fernape committed rP503856: graphics/maim: update to 5.5.3.
graphics/maim: update to 5.5.3
Jun 9 2019, 9:09 PM

Jun 7 2019

fernape committed rP503633: news/nzbget: update to 21.0.
news/nzbget: update to 21.0
Jun 7 2019, 4:08 PM

May 31 2019

fernape committed rP503183: math/cminpack: fix build.
math/cminpack: fix build
May 31 2019, 4:47 PM
fernape committed rP503180: math/cminpack: build as a shared library.
math/cminpack: build as a shared library
May 31 2019, 4:13 PM

May 29 2019

fernape committed rP502976: net/yami4: update to 1.11.0.
net/yami4: update to 1.11.0
May 29 2019, 5:27 PM
fernape committed rP502970: math/cminpack: Fix build in 'dirty' environments.
math/cminpack: Fix build in 'dirty' environments
May 29 2019, 4:52 PM

May 24 2019

fernape added inline comments to D19902: bsearc.3: Add EXAMPLES section.
May 24 2019, 4:57 PM
fernape added inline comments to D19902: bsearc.3: Add EXAMPLES section.
May 24 2019, 4:29 PM
fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.

Do not copy values into local variables

May 24 2019, 4:28 PM

May 23 2019

fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.

Address last of kib's comments.

May 23 2019, 8:53 PM
fernape added a comment to D19902: bsearc.3: Add EXAMPLES section.
In D19902#437991, @hrs wrote:

Perhaps it is cleaner to pass the int age to be searched for by reference. However, the asymmetry in the compare function is intentional as this allows finding an object with more data given the key, while having only one storage array.

Asymmetry of the two arguments gives more capability of data lookup? I do not see a big difference between passing an int value 22 by casting it to (void *) as in the original patch and passing a pointer to a struct person which contains age = 22, in terms of the lookup operation. Can you elaborate a case in which the symmetry arguments do not work?

The problem is not that it does not work, but that it creates a bogus value of type struct person which only contains an age. Although C's type system is unsound, I still prefer to avoid subverting it like this.

May 23 2019, 3:56 PM
fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.
  • Don't initialize locals in declaration
  • Remove spaces after casts
  • Remove excesive blank lines
  • Revert to "asymmetric" compare function
  • Add blank line before multi-line comment
  • Remove return in main()
May 23 2019, 3:55 PM

May 20 2019

fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.

Addressing most of the issues with the revision:

May 20 2019, 9:09 PM

May 19 2019

fernape committed rP502032: graphics/opennurbs: unbreak in 13-CURRENT.
graphics/opennurbs: unbreak in 13-CURRENT
May 19 2019, 6:24 PM

May 18 2019

fernape added a comment to D19902: bsearc.3: Add EXAMPLES section.
In D19902#437776, @bcr wrote:

Reopen this based on comments by Konstantin and Bruce after the MFC to stable/12. @fernape: Can you look into their comments and address them in a followup patch? Thank you!

May 18 2019, 9:02 PM

May 15 2019

fernape added a comment to D19902: bsearc.3: Add EXAMPLES section.

Is there anything else that needs to be done?

May 15 2019, 3:30 PM

May 12 2019

fernape committed rP501431: sysutils/burp-devel: update to 2.3.6.
sysutils/burp-devel: update to 2.3.6
May 12 2019, 4:45 PM
fernape committed rP501386: graphics/osgearth: update to 2.10.1.
graphics/osgearth: update to 2.10.1
May 12 2019, 4:31 PM

May 10 2019

fernape committed rP501190: graphics/qgis: update to 3.6.2.
graphics/qgis: update to 3.6.2
May 10 2019, 6:19 PM

Apr 27 2019

fernape committed rP500215: games/ski: update to 6.13.
games/ski: update to 6.13
Apr 27 2019, 5:09 PM
fernape committed rP500213: sysutils/afio: update to 2.5.2.
sysutils/afio: update to 2.5.2
Apr 27 2019, 3:40 PM

Apr 20 2019

fernape committed rP499461: lang/fasm: update to 1.73.11.
lang/fasm: update to 1.73.11
Apr 20 2019, 5:14 PM
fernape committed rP499460: graphics/partio: Use python 2.7.
graphics/partio: Use python 2.7
Apr 20 2019, 4:55 PM

Apr 19 2019

fernape committed rP499371: graphics/partio: update to 1.7.4.
graphics/partio: update to 1.7.4
Apr 19 2019, 3:45 PM
fernape committed rP499346: databases/galera: update to 25.3.26.
databases/galera: update to 25.3.26
Apr 19 2019, 11:38 AM

Apr 17 2019

fernape committed rP499204: deskutils/go-for-it: Update to 1.7.1.
deskutils/go-for-it: Update to 1.7.1
Apr 17 2019, 7:01 PM
fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.

Properly escape \n sequences

Apr 17 2019, 5:52 PM

Apr 16 2019

fernape committed rP499124: games/vegastrike: fix install when mesher option enabled.
games/vegastrike: fix install when mesher option enabled
Apr 16 2019, 9:18 PM
fernape committed rP499099: devel/interactive_rebase_tool: Update to version 1.0.0.
devel/interactive_rebase_tool: Update to version 1.0.0
Apr 16 2019, 4:12 PM

Apr 15 2019

fernape committed rP499031: net/quiterss: fix build with GCC-based architectures.
net/quiterss: fix build with GCC-based architectures
Apr 15 2019, 4:21 PM
fernape committed rP499030: deskutils/sysctlview: fix build with GCC-based architectures.
deskutils/sysctlview: fix build with GCC-based architectures
Apr 15 2019, 4:20 PM

Apr 14 2019

fernape added inline comments to D19902: bsearc.3: Add EXAMPLES section.
Apr 14 2019, 5:01 PM
fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.
  • Eliminate cast to different size warning
  • Replace comments with assertions
Apr 14 2019, 4:58 PM

Apr 13 2019

fernape updated the diff for D19902: bsearc.3: Add EXAMPLES section.

Fix typo

Apr 13 2019, 5:56 PM
fernape created D19902: bsearc.3: Add EXAMPLES section.
Apr 13 2019, 5:15 PM

Apr 9 2019

fernape committed rP498521: ports-mgmt/ports-tools: update to 1.8.
ports-mgmt/ports-tools: update to 1.8
Apr 9 2019, 9:47 PM
fernape committed rP498520: security/pixiewps: fix build with GCC-based architectures.
security/pixiewps: fix build with GCC-based architectures
Apr 9 2019, 9:37 PM
fernape committed rP498519: textproc/qstardict: fix build with GCC-based architectures.
textproc/qstardict: fix build with GCC-based architectures
Apr 9 2019, 9:25 PM

Apr 6 2019

fernape committed rP498202: cad/openvsp: update to 3.17.0.
cad/openvsp: update to 3.17.0
Apr 6 2019, 9:06 PM

Apr 3 2019

fernape committed rP497736: devel/librevisa: fix non-default PREFIX.
devel/librevisa: fix non-default PREFIX
Apr 3 2019, 4:44 PM

Apr 2 2019

fernape committed rP497588: devel/librevisa: fix build error.
devel/librevisa: fix build error
Apr 2 2019, 9:02 PM

Mar 25 2019

fernape committed rP496844: games/colobot: fix build with GCC-based architectures.
games/colobot: fix build with GCC-based architectures
Mar 25 2019, 5:22 PM
fernape committed rP496843: sysutils/mapdir: update to 1.2.
sysutils/mapdir: update to 1.2
Mar 25 2019, 5:20 PM
fernape committed rP496842: deskutils/sysctlview: update to 0.2.
deskutils/sysctlview: update to 0.2
Mar 25 2019, 5:16 PM

Mar 21 2019

fernape committed rP496475: deskutils/freeplaen: update to 1.7.7.
deskutils/freeplaen: update to 1.7.7
Mar 21 2019, 5:12 PM

Mar 20 2019

fernape committed rP496390: x11-fm/qtfm: update to 6.1.8.
x11-fm/qtfm: update to 6.1.8
Mar 20 2019, 9:50 PM

Mar 17 2019

fernape committed rP496073: math/dynare: Mark as BROKEN.
math/dynare: Mark as BROKEN
Mar 17 2019, 4:46 PM

Mar 13 2019

fernape committed rP495626: games/colobot: move distifle to music group.
games/colobot: move distifle to music group
Mar 13 2019, 6:09 PM

Mar 10 2019

fernape committed rP495305: graphics/converseen: update to 0.9.7.2.
graphics/converseen: update to 0.9.7.2
Mar 10 2019, 5:39 PM

Mar 9 2019

fernape committed rP495182: [new port]: games/colobot: educational real-time strategy video game featuring….
[new port]: games/colobot: educational real-time strategy video game featuring…
Mar 9 2019, 5:59 PM
fernape closed D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.
Mar 9 2019, 5:59 PM
fernape added a comment to D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.

Yea, looks good to me.

Thanks!

Mar 9 2019, 5:52 PM
fernape added a comment to D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.

If there are no other objections, I'll go ahead and commit this one.

Mar 9 2019, 5:40 PM

Mar 7 2019

fernape updated the diff for D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.
  • Remove CMAKE_ARGS since they are the default
  • Remove LDFLAGS and modify src/CMakeLists.txt instead
  • Update pkg-plist to match actual installation paths
Mar 7 2019, 5:02 PM

Mar 6 2019

fernape committed rP494828: devel/cpptest: fix build with GCC-based architectures.
devel/cpptest: fix build with GCC-based architectures
Mar 6 2019, 6:32 PM
fernape updated the diff for D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.

Add actual port to review.

Mar 6 2019, 6:18 PM
fernape created D19481: [new port]: games/colobot: educational real-time strategy video game featuring 3D graphics.
Mar 6 2019, 6:13 PM

Mar 5 2019

fernape committed rP494749: astro/xtide: update MASTER_SITES, general cleanup.
astro/xtide: update MASTER_SITES, general cleanup
Mar 5 2019, 9:57 PM

Mar 3 2019

fernape committed rP494518: astro/xtide: update to 2.15.2.
astro/xtide: update to 2.15.2
Mar 3 2019, 9:46 PM

Feb 21 2019

fernape committed rP493538: textproc/sigil: update to 0.9.12.
textproc/sigil: update to 0.9.12
Feb 21 2019, 10:31 PM

Feb 18 2019

fernape committed rP493308: lang/fasm: update to 1.73.09.
lang/fasm: update to 1.73.09
Feb 18 2019, 6:28 PM
fernape committed rP493288: textproc/sigil: update to 0.9.11.
textproc/sigil: update to 0.9.11
Feb 18 2019, 6:20 PM

Feb 10 2019

fernape committed rP492621: math/dynare: update to 4.5.7.
math/dynare: update to 4.5.7
Feb 10 2019, 5:59 PM

Feb 7 2019

fernape committed rP492376: science/paraview: update to 5.6.0.
science/paraview: update to 5.6.0
Feb 7 2019, 4:59 PM

Feb 5 2019

fernape committed rP492273: deskutils/qownnotes: update to 19.2.0.
deskutils/qownnotes: update to 19.2.0
Feb 5 2019, 9:50 PM

Feb 4 2019

fernape committed rP492143: deskutils/copyq: update to 3.7.3.
deskutils/copyq: update to 3.7.3
Feb 4 2019, 5:16 PM

Feb 2 2019

fernape committed rP491979: devel/dxa65: update to 0.1.4.
devel/dxa65: update to 0.1.4
Feb 2 2019, 7:44 PM
fernape committed rP491977: deskutils/recoll: update to 1.24.5.
deskutils/recoll: update to 1.24.5
Feb 2 2019, 7:21 PM

Jan 31 2019

fernape committed rP491758: lang/fasm: update to 1.73.08.
lang/fasm: update to 1.73.08
Jan 31 2019, 8:02 PM

Jan 30 2019

fernape committed rP491632: net/enet: update to 1.3.14.
net/enet: update to 1.3.14
Jan 30 2019, 5:17 PM

Jan 27 2019

fernape committed rP491366: lang/basic256: fix build with GCC-based architectures.
lang/basic256: fix build with GCC-based architectures
Jan 27 2019, 4:26 PM

Jan 25 2019

fernape committed rP491162: cad/gmsh: update to 4.1.3.
cad/gmsh: update to 4.1.3
Jan 25 2019, 5:42 PM

Jan 24 2019

fernape committed rP491120: cad/gerbv: update to 2.7.0.
cad/gerbv: update to 2.7.0
Jan 24 2019, 9:49 PM
fernape committed rP491110: MFH: r491061.
MFH: r491061
Jan 24 2019, 6:08 PM

Jan 23 2019

fernape committed rP491061: japanese/man: unbreak in several archs..
japanese/man: unbreak in several archs.
Jan 23 2019, 10:04 PM

Jan 22 2019

fernape committed rP490970: comms/tio: update to 1.32.
comms/tio: update to 1.32
Jan 22 2019, 6:42 PM
fernape committed rP490969: cad/gmsh: update to 4.1.0.
cad/gmsh: update to 4.1.0
Jan 22 2019, 6:39 PM

Jan 15 2019

fernape committed rP490428: MFH: r489819 r490082.
MFH: r489819 r490082
Jan 15 2019, 9:28 PM

Jan 12 2019

fernape committed rP490082: audio/oss: Fix breakage after r489819.
audio/oss: Fix breakage after r489819
Jan 12 2019, 11:04 PM

Jan 9 2019

fernape committed rP489819: audio/oss: unbreak in FreeBSD > 12.
audio/oss: unbreak in FreeBSD > 12
Jan 9 2019, 6:21 PM

Jan 7 2019

fernape committed rP489606: devel/cpptest: follow up clean for r489605.
devel/cpptest: follow up clean for r489605
Jan 7 2019, 6:57 PM
fernape committed rP489605: devel/cpptest: update to 2.0.0.
devel/cpptest: update to 2.0.0
Jan 7 2019, 6:51 PM
fernape committed rP489572: textproc/2bsd-diff: fix breakage on current.
textproc/2bsd-diff: fix breakage on current
Jan 7 2019, 11:17 AM

Jan 6 2019

fernape committed rP489502: deskutils/copyq: update to 3.7.2.
deskutils/copyq: update to 3.7.2
Jan 6 2019, 3:41 PM

Dec 31 2018

fernape committed rP488803: sysutils/xosview: update to 1.21.
sysutils/xosview: update to 1.21
Dec 31 2018, 5:04 PM

Dec 29 2018

fernape committed rP488680: graphics/xmedcon: update to 0.16.1.
graphics/xmedcon: update to 0.16.1
Dec 29 2018, 6:10 PM

Dec 28 2018

fernape committed rP488619: textproc/trang: update to 20181222.
textproc/trang: update to 20181222
Dec 28 2018, 7:08 PM
fernape committed rP488610: x11-toolkits/gtkdatabox: update to 0.9.3.1.
x11-toolkits/gtkdatabox: update to 0.9.3.1
Dec 28 2018, 4:45 PM

Dec 27 2018

fernape committed rP488573: multimedia/audacious*: Update to 3.10.1.
multimedia/audacious*: Update to 3.10.1
Dec 27 2018, 9:36 PM

Dec 21 2018

fernape committed rP488019: games/stockfish: update to 10.
games/stockfish: update to 10
Dec 21 2018, 7:24 PM

Dec 10 2018

fernape committed rP487203: multimedia/libav: update to 12.3.
multimedia/libav: update to 12.3
Dec 10 2018, 10:00 PM
fernape committed rP487196: deskutils/taskcoach: update to 1.4.4.
deskutils/taskcoach: update to 1.4.4
Dec 10 2018, 5:56 PM

Dec 8 2018

fernape committed rP486979: net/mosquitto: update to 1.5.4.
net/mosquitto: update to 1.5.4
Dec 8 2018, 6:49 PM
fernape committed rP486969: emulators/fs-uae: update to 2.8.4.
emulators/fs-uae: update to 2.8.4
Dec 8 2018, 6:00 PM

Nov 27 2018

fernape committed rP486066: textproc/libextractor: update to 1.8.
textproc/libextractor: update to 1.8
Nov 27 2018, 9:49 PM

Nov 21 2018

fernape committed rP485524: sysutils/hstr: update to 2.0.
sysutils/hstr: update to 2.0
Nov 21 2018, 5:17 PM
fernape committed rP485522: MFH: r485187.
MFH: r485187
Nov 21 2018, 5:08 PM

Nov 19 2018

fernape committed rP485352: cad/openvsp: update to 3.16.2.
cad/openvsp: update to 3.16.2
Nov 19 2018, 6:29 PM
fernape committed rP485349: math/ntl: Update to 11.3.2.
math/ntl: Update to 11.3.2
Nov 19 2018, 6:21 PM

Nov 18 2018

fernape committed rP485277: sysutils/byobu: Update to 5.127.
sysutils/byobu: Update to 5.127
Nov 18 2018, 9:26 PM