User Details
- User Since
- Apr 20 2021, 7:39 PM (187 w, 9 h)
Jan 30 2024
Feb 1 2023
- Check xo_parse_args(3) for error.
- Reference xo_options(7) in manpage.
Jan 30 2023
Thank you!
Good morning, what's the status on getting this landed?
Good morning,
Whats the status on getting this committed?
Aug 28 2022
Feb 26 2022
Sorry to bother, but was just wondering if someone could review this as it's been stale for a while.
Feb 23 2022
Thank you.
Can you confirm that this is your preferred name + email, please? --author="Cameron Katri <me@cameronkatri.com>"
Yes, that's correct.
Update manpage date
Rebase after 33ad990
Jan 28 2022
Update manpage date.
Rebase after 848263aad129c8f9de75b58a5ab9a010611b75ac
Make SYNOPSIS more clear
Jan 27 2022
Dec 27 2021
How is that supposed to look? Just move the -P out of the []? But -P still can't be used with -H or -L.
This diff was a mistake because I misread the git log.
Dec 23 2021
Fix MLINKS
Regenerate manpage from llvm 13
Dec 22 2021
Update manpage date.
Update manpage date.
Nov 15 2021
Nov 13 2021
Rebase
Nov 10 2021
Update .Dd
Add a test case.
Oct 18 2021
I updated this so it will install ELF Tool Chain strings, unless WITH_LLVM_BINUTILS is set, in which case llvm-strings will be installed as strings. It shouldn't change the current behavior of installing strings regardless of whether the toolchain was built (which I completely understand).
Install strings if despite WITHOUT_TOOLCHAIN
Oct 14 2021
Thank you!
Oct 11 2021
Rebase after 88c027338f18
Rebase after 88c027338f18
Oct 4 2021
mandoc 1.14.6 was just released on September 23 (https://mandoc.bsd.lv/NEWS), but Phabricator isn't really suited to submit patches for vendor updates, so a committer will have to do that.
Add context.
Sep 29 2021
Sep 25 2021
Sep 24 2021
Change fsid allocation. Thanks pstef.
Sep 23 2021
Check the return value of asprintf.
Sep 22 2021
Move llvm-strip manpage to D32061
Sep 20 2021
Sep 18 2021
I just noticed that when I use git arc it changed the the repository to the subversion one instead of the git. I looks like the /usr/src/.arcconfig is still set to the subversion repo.
Use bool for underline and bold.
Sep 17 2021
Sep 5 2021
Sep 4 2021
Remove init_code()
Don't use ret variable.
Sep 2 2021
Fix return styling.
Default to never
auto only applies when COLORTERM or CLICOLOR is set (the same as ls(1)).
Aug 25 2021
Describe DIFFCOLORS in the manpage.
Aug 24 2021
Fix COLORFLAG_* values.
Fix init_code() to return proper value.
Make manpage be more clear.
Fix some styling.
Aug 23 2021
Check argc after xo_parse_args().
Revert last diff (uploaded to wrong differential)
Check argc after xo_parse_args().
Use operator in if statement.
Add spaces around binary operators.
Test color using operator.
Jul 28 2021
Remove leftover printf from testing.
Respect CLICOLOR and COLORTERM variables.
Jul 18 2021
Fix building in pourdriere on amd64, i386 fails to build.
Jul 12 2021
USES=pkgconfig not pkgconf
Fix devel/pkgconf dependency (USE=pkgconf)
Jul 11 2021
Add devel/pkgconf dependency
Remove amd64 limit, although I couldn't get it to compile for i386 it may work for other archs.
Regenerate patch with make makepatch
Don't unnecessarily define DISTNAME.
patch-build.xml stops the building of the *-sources.jar and *-javadoc.jar files that I was deleting before, because they don’t get installed, it very much improves the build time.
Also, while talking with someone on IRC about updating and level'ing up all our minecraft ports, I investigated MultiMC as the second consumer of lwgl and couldn't identify it as a dependency in their upstream build docs [1]
Well lwjgl isn’t a dep of multimc, but of Minecraft, on other platforms multiMC will download the lwjgl classes from minecraft.net, but lwjgl doesn’t work in the linuxulator, hence minecraft-client to replace the downloaded with the installed libs.
If lwgl isn't an actual dependency or MultiMC (our port version 0.6.11 is now .1 behind the latest release) can use lwgl3, then we should update the existing port.
Minecraft 1.12 and below use lwjgl but Minecraft 1.13 and up use lwjgl3, I know that I and many others still regularly play 1.12.2 and below because of the fact they are very popular with mod makers and modpack makers. So I want them to be separated so that I can install both.
See also the following bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255349 which provided LWGL3 as well
[1] https://github.com/MultiMC/MultiMC5/blob/develop/BUILD.md
Jul 10 2021
Don't include bsd.port.pre.mk
Add link to website in pkg-descr
Patch out javadoc and sources targets from build.xml
Run portclippy
Jul 9 2021
The lwjgl devs don’t want to support targets that they do not have CI for, although many people have offered CI runners for then running FreeBSD they still seem to have no interest.
Add audio/opus, and devel/ocl-icd to LIB_DEPENDS which are all dlopen()d
Use USE_GNOME instead of LIB_DEPENDS
Add USE_XORG with x11, which is dlopen()d
Add egl and glesv2 to USE_GL which are also dlopen()d
Remove duplicate BUILD_DEPENDS on devel/dyncall