Page MenuHomeFreeBSD

michaelo (Michael Osipov)
User

Projects

User Details

User Since
Jul 19 2018, 5:53 PM (393 w, 6 d)

Recent Activity

Today

michaelo committed rG93fbf353b62c: loader: Prefer comma-separated list of values for "console" (authored by michaelo).
loader: Prefer comma-separated list of values for "console"
Thu, Feb 5, 8:57 AM
michaelo committed rGedde7a7a9313: loader: Prefer comma-separated list of values for "console" (authored by michaelo).
loader: Prefer comma-separated list of values for "console"
Thu, Feb 5, 8:48 AM
michaelo committed rG8514035b0a6c: loader: Prefer comma-separated list of values for "console" (authored by michaelo).
loader: Prefer comma-separated list of values for "console"
Thu, Feb 5, 8:47 AM
michaelo added a comment to D55122: newsyslog.conf.5: Add a CAVEAT.

Stupid question: Should we (then) mention execution order as well?

Thu, Feb 5, 8:27 AM

Sun, Feb 1

michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.
In D54519#1257928, @des wrote:

Let me rephrase: The version banner should be complete in terms of information regards of the args passed to device_printf. At runtime the passed dev does not know (ahead of time) that the string mrsas/mfi is contained in the version banner. How can this assumption be made at compile time?

Right. Perhaps the kernel should provide a function whose purpose is to print a message to the console on behalf of the driver and make sure that the message is accompanied by the driver name so the user can identify where the message comes from. We could call it something like driver_printf(). Or even better, we can include not only the driver name but the device number as well, and call it device_printf(). Would that satisfy your concern?

Sun, Feb 1, 5:52 PM
michaelo updated the diff for D54519: mfi(4)/mrsas(4): Print driver versions consistently.

Drop redundant terms

Sun, Feb 1, 10:23 AM

Sat, Jan 31

michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

I don't understand. What assumption are we making at compile time?

Sat, Jan 31, 11:45 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.
In D54519#1257713, @des wrote:

The point I was trying to make is that the dev is not aware at that time how driver banner looks like. From that PoV the banner would look incomplete. WDYT?

I have no idea what any of that means.

Sat, Jan 31, 9:46 PM
michaelo closed D54375: sockstat: Surround explicit IPv6 addresses with brackets.
Sat, Jan 31, 8:49 PM
michaelo committed rGfe81e3944c08: sockstat: Surround explicit IPv6 addresses with brackets (authored by michaelo).
sockstat: Surround explicit IPv6 addresses with brackets
Sat, Jan 31, 8:49 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.
In D54519#1257565, @des wrote:

The conceptual change is correct, probes should be silent.

Sat, Jan 31, 6:38 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

I do very much approve of the conceptual change, and this code seems clear and good to me, but I am too junior at C programming to be the final word on mechanical changes to drivers. I asked some senior colleagues to take a look.

Sat, Jan 31, 6:25 PM
michaelo added a comment to D54375: sockstat: Surround explicit IPv6 addresses with brackets.

@des, is this acceptable for you?

Sat, Jan 31, 5:37 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

@ziaee Can you formally approve then? @emaste, @imp any objections?

Sat, Jan 31, 5:36 PM
michaelo committed rGc0053a940e27: loader.conf.5: "console" setting does not document multi-value possiblity (authored by michaelo).
loader.conf.5: "console" setting does not document multi-value possiblity
Sat, Jan 31, 5:35 PM
michaelo committed rGe58f90157c9b: loader.conf.5: "console" setting does not document multi-value possiblity (authored by michaelo).
loader.conf.5: "console" setting does not document multi-value possiblity
Sat, Jan 31, 5:31 PM
michaelo committed rG39812c74519c: loader.conf.5: "console" setting does not document multi-value possiblity (authored by michaelo).
loader.conf.5: "console" setting does not document multi-value possiblity
Sat, Jan 31, 5:30 PM

Fri, Jan 30

michaelo committed R11:6d1520c635e3: www/tomcat-native2: Upgrade port to 2.0.12 (authored by michaelo).
www/tomcat-native2: Upgrade port to 2.0.12
Fri, Jan 30, 5:06 PM
michaelo committed R11:99c91e99baae: www/tomcat-native2: Upgrade port to 2.0.12 (authored by michaelo).
www/tomcat-native2: Upgrade port to 2.0.12
Fri, Jan 30, 5:05 PM

Thu, Jan 29

michaelo committed R11:9e7957ebec29: www/tomcat-native: Upgrade port to 1.3.5 (authored by michaelo).
www/tomcat-native: Upgrade port to 1.3.5
Thu, Jan 29, 8:55 PM
michaelo committed R11:879f73fe86ea: www/tomcat-native: Upgrade port to 1.3.5 (authored by michaelo).
www/tomcat-native: Upgrade port to 1.3.5
Thu, Jan 29, 8:55 PM
michaelo committed R11:b53024c1ba3b: sysutils/fluent-bit: fix problem with tail module (authored by girgen).
sysutils/fluent-bit: fix problem with tail module
Thu, Jan 29, 8:51 AM
michaelo committed R11:6d2bbb8770b1: sysutils/fluent-bit: Improve RC script and fix issues (authored by michaelo).
sysutils/fluent-bit: Improve RC script and fix issues
Thu, Jan 29, 8:51 AM
michaelo committed rG56970c3c4b0b: loader: Prefer comma-separated list of values for "console" (authored by michaelo).
loader: Prefer comma-separated list of values for "console"
Thu, Jan 29, 8:45 AM
michaelo closed D54923: loader: Prefer comma-separated list of values for "console".
Thu, Jan 29, 8:45 AM
michaelo added a comment to D54619: Uses/cargo: remove deprecated '-C ar=' from RUSTFLAGS.

Well, folks that do not use poudriere(-devel) have been locally putting back ar=${AR} in some places so that their make/Makefile or portmaster style of working can find the right ar. An example is:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292544

for which the original editing for the original problem also had an ar=${AR} removal. Some folks then reported build errors tied to ar commands that failed to recognize command line syntax used during the port build --and later reported that putting back the ar=${AR} got things to build again for them.

Has make/Makefile or portmaster based build testing been done for this context?

Note: I use poudriere-devel .

Thu, Jan 29, 6:21 AM

Wed, Jan 28

michaelo added a comment to D54930: daemon: Add option for output file mode.

I used the code logic from install(1).

Wed, Jan 28, 7:52 PM
michaelo updated the summary of D54930: daemon: Add option for output file mode.
Wed, Jan 28, 7:48 PM
michaelo requested review of D54930: daemon: Add option for output file mode.
Wed, Jan 28, 7:47 PM
michaelo committed R11:efa59bb21618: sysutils/fluent-bit: Improve RC script and fix issues (authored by michaelo).
sysutils/fluent-bit: Improve RC script and fix issues
Wed, Jan 28, 5:30 PM
michaelo added a comment to D54619: Uses/cargo: remove deprecated '-C ar=' from RUSTFLAGS.

This has been implicitly fixed by 78c933ad0ae2d48b627179958af56aedf623d97a.

Wed, Jan 28, 9:47 AM
michaelo added a reviewer for D54923: loader: Prefer comma-separated list of values for "console": imp.
Wed, Jan 28, 9:05 AM
michaelo added a comment to D54923: loader: Prefer comma-separated list of values for "console".

@imp A followup review to D54843 to use comma consistently.

Wed, Jan 28, 9:05 AM
michaelo added a reviewer for D54923: loader: Prefer comma-separated list of values for "console": loader.
Wed, Jan 28, 9:05 AM
michaelo requested review of D54923: loader: Prefer comma-separated list of values for "console".
Wed, Jan 28, 9:04 AM
michaelo closed D54843: loader.conf.5: "console" setting does not document multi-value possiblity.
Wed, Jan 28, 8:54 AM
michaelo committed rG240c614d48cb: loader.conf.5: "console" setting does not document multi-value possiblity (authored by michaelo).
loader.conf.5: "console" setting does not document multi-value possiblity
Wed, Jan 28, 8:54 AM
michaelo added a comment to D54843: loader.conf.5: "console" setting does not document multi-value possiblity.
In D54843#1255708, @imp wrote:

Comma is preferred.

Wed, Jan 28, 8:42 AM

Tue, Jan 27

michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

Please pick for 14 and 13 as well. It should apply cleanly. I am still on 13 and will put in into production immediately.

Tue, Jan 27, 6:00 PM
michaelo added a comment to D54619: Uses/cargo: remove deprecated '-C ar=' from RUSTFLAGS.

Anything further for this review?

Tue, Jan 27, 3:53 PM
michaelo added reviewers for D54843: loader.conf.5: "console" setting does not document multi-value possiblity: imp, loader.
Tue, Jan 27, 3:20 PM
michaelo committed rGeda3cd3c7a81: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot (authored by michaelo).
vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot
Tue, Jan 27, 3:17 PM
michaelo committed rG051d781bf9d6: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot (authored by michaelo).
vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot
Tue, Jan 27, 3:16 PM
michaelo committed rG4d36d18253b0: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot (authored by michaelo).
vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot
Tue, Jan 27, 3:16 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

@jrm Please don't forget to cherry-pick.

Tue, Jan 27, 3:14 PM

Mon, Jan 26

michaelo updated the diff for D54843: loader.conf.5: "console" setting does not document multi-value possiblity.

Fix typo

Mon, Jan 26, 6:22 AM

Sun, Jan 25

michaelo committed R11:08b4ae8634a9: sysutils/vm-bhyve{,-devel}: fix typo in pkg-message (authored by antranigv_freebsd.am).
sysutils/vm-bhyve{,-devel}: fix typo in pkg-message
Sun, Jan 25, 7:49 PM
michaelo closed D54844: sysutils/vm-bhyve{-devel}: fix typo in pkg-message.
Sun, Jan 25, 7:48 PM
michaelo committed R11:104ae5e47783: sysutils/vm-bhyve{,-devel}: fix typo in pkg-message (authored by antranigv_freebsd.am).
sysutils/vm-bhyve{,-devel}: fix typo in pkg-message
Sun, Jan 25, 7:48 PM
michaelo accepted D54844: sysutils/vm-bhyve{-devel}: fix typo in pkg-message.
Sun, Jan 25, 7:43 PM

Sat, Jan 24

michaelo added a comment to D54843: loader.conf.5: "console" setting does not document multi-value possiblity.

This is fine with me, but I would wait for @imp or even anyone someone else from Loader like @kevans or @tsoome. It sounds like he might not want to declare that space works and then they're committed to supporting that, or making things consistent towards that.

Sat, Jan 24, 7:29 PM
michaelo updated the diff for D54843: loader.conf.5: "console" setting does not document multi-value possiblity.

@imp as requested...

Sat, Jan 24, 6:46 PM
michaelo committed rG28764001b504: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot (authored by michaelo).
vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot
Sat, Jan 24, 6:42 PM
michaelo closed D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.
Sat, Jan 24, 6:42 PM
michaelo added a comment to D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.

Many tools expect git commit titles to be 50 or less characters

Sat, Jan 24, 6:38 PM

Fri, Jan 23

michaelo retitled D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot from vt.4: Document hw.vga.textmode is ignored in UEFI boot mode to vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.
Fri, Jan 23, 9:00 PM
michaelo added inline comments to D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.
Fri, Jan 23, 8:44 PM
michaelo updated the diff for D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.

Incorporate comments

Fri, Jan 23, 8:32 PM
michaelo requested review of D54843: loader.conf.5: "console" setting does not document multi-value possiblity.
Fri, Jan 23, 8:28 PM
michaelo added a comment to D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.

To expand on my comment - the reason I think it's worth mentioning that is to make it clear we haven't made a choice to ignore this tunable with UEFI, it's that it just doesn't apply with UEFI.

Fri, Jan 23, 8:15 PM
michaelo requested review of D54842: vt.4: Document that hw.vga.textmode does not apply for UEFI(8) boot.
Fri, Jan 23, 8:07 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

Folks, any opinion?

Fri, Jan 23, 7:05 PM

Wed, Jan 21

michaelo updated subscribers of D54619: Uses/cargo: remove deprecated '-C ar=' from RUSTFLAGS.

@mikael Any objections?

Wed, Jan 21, 8:41 PM

Mon, Jan 19

michaelo abandoned D53383: security/py-cryptography: Upgrade port to 46.0.3.
Mon, Jan 19, 10:17 PM
michaelo abandoned D53384: devel/py-cffi: Upgrade port to 2.0.0.
Mon, Jan 19, 10:17 PM
michaelo added a comment to D54375: sockstat: Surround explicit IPv6 addresses with brackets.

@des Please take another look. Do you still want to see the pointer gymnastics?

Mon, Jan 19, 10:16 PM
michaelo committed rGb016fa60c87f: sockstat: improve printaddr() according to style(9) (authored by michaelo).
sockstat: improve printaddr() according to style(9)
Mon, Jan 19, 10:14 PM
michaelo committed rGb46515ed59a8: sockstat: improve printaddr() according to style(9) (authored by michaelo).
sockstat: improve printaddr() according to style(9)
Mon, Jan 19, 10:11 PM
michaelo committed rGf51bc79200fe: sockstat: improve formataddr() according to style(9) (authored by michaelo).
sockstat: improve formataddr() according to style(9)
Mon, Jan 19, 10:09 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

I agree with this from a doc principle but I don't know enough from a C standpoint, I'd like @emaste or @imp to check it.

Mon, Jan 19, 7:21 PM
michaelo added a comment to D54519: mfi(4)/mrsas(4): Print driver versions consistently.

I ran this and it looks good now:

root@deblndw014x:~ # dmesg | grep mrsas0
mrsas0: <AVAGO Thunderbolt SAS Controller> port 0x8000-0x80ff mem 0xdfa60000-0xdfa63fff,0xdfa00000-0xdfa3ffff irq 26 at device 0.0 on pci1
mrsas0: FW now in Ready state
mrsas0: Using MSI-X with 16 number of vectors
mrsas0: FW supports <16> MSIX vector,Online CPU 32 Current MSIX <16>
mrsas0: mrsas_init_adapter: sc->reply_q_depth 0x7e0,sc->request_alloc_sz 0x1f78, sc->reply_alloc_sz 0x3f00,sc->io_frames_alloc_sz 0x3f100
mrsas0: max sge: 0x46, max chain frame size: 0x400, max fw cmd: 0x3ef sc->chain_frames_alloc_sz: 0xfbc00
mrsas0: Issuing IOC INIT command to FW.
mrsas0: IOC INIT response received from FW.

Unbenannt.jpg (960×1 px, 248 KB)

Mon, Jan 19, 7:06 PM

Sun, Jan 18

michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

Please add also MFC after one week or so. I don't see it in the summary.

Sun, Jan 18, 9:49 PM
michaelo accepted D54606: periodic: Add support for RFC 5424 syslog timestamps.

Checked two days in a row. Looks good to me now. Thank you!

Sun, Jan 18, 9:48 PM
michaelo committed R11:eb6f8d99ba9a: sysutils/bastille: remove outdated pkg-message (authored by michaelo).
sysutils/bastille: remove outdated pkg-message
Sun, Jan 18, 7:00 PM
michaelo committed R11:8834bf42da75: sysutils/bastille: remove outdated pkg-message (authored by michaelo).
sysutils/bastille: remove outdated pkg-message
Sun, Jan 18, 6:59 PM

Fri, Jan 16

michaelo accepted D54747: Mk/Uses/gssapi: Add support for mit-devel.

LGTM

Fri, Jan 16, 9:49 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.

This looks decent now. I will install this on a few machines and wait until Monday. Thanks!

Fri, Jan 16, 8:35 PM
michaelo requested changes to D54747: Mk/Uses/gssapi: Add support for mit-devel.
Fri, Jan 16, 8:13 PM
michaelo updated the diff for D54375: sockstat: Surround explicit IPv6 addresses with brackets.

Rebase against main

Fri, Jan 16, 7:47 PM
michaelo committed rGf89f7e58ba1d: sockstat: improve formataddr() according to style(9) (authored by michaelo).
sockstat: improve formataddr() according to style(9)
Fri, Jan 16, 7:37 PM
michaelo closed D54412: sockstat: improve code style.
Fri, Jan 16, 7:37 PM
michaelo added a comment to D54747: Mk/Uses/gssapi: Add support for mit-devel.

What about the documentation part? It does not mention mit-devel at all.

Fri, Jan 16, 7:28 PM

Wed, Jan 14

michaelo abandoned D54361: periodic: Take syslog log format from RFC 5424 into account.

Closing this in favor of @jrm's simpler solution.

Wed, Jan 14, 2:33 PM
michaelo accepted D54323: krb5: Expose missing symbols.

I am fine with that. Thank you for the hard work!

Wed, Jan 14, 7:44 AM
michaelo requested changes to D54606: periodic: Add support for RFC 5424 syslog timestamps.
Wed, Jan 14, 12:49 AM

Mon, Jan 12

michaelo closed D54447: [NEW PORT] dns/register-dnsclient Dynamically register hostnames with a DNS server using GSS‑TSIG.
Mon, Jan 12, 8:50 AM
michaelo committed R11:935d6bded138: [NEW PORT] dns/register-dnsclient Dynamically register hostnames with a DNS… (authored by michaelo).
[NEW PORT] dns/register-dnsclient Dynamically register hostnames with a DNS…
Mon, Jan 12, 8:50 AM

Sun, Jan 11

michaelo abandoned D51461: mrsas(4): Fix author's email address.

Since there was no agreement whether the author's email address should be updated for a newer one, I am going to clone this one.

Sun, Jan 11, 9:55 PM
michaelo added a comment to D54656: bhyve/virtio-net: Make hotpluggable.

There is a typo in the commit message: libbbhyve.

Sun, Jan 11, 9:43 PM
michaelo added a comment to D54655: bhyve/e82545: Make hotpluggable.

There is a typo in the commit message: libbbhyve.

Sun, Jan 11, 9:42 PM
michaelo requested changes to D54606: periodic: Add support for RFC 5424 syslog timestamps.
Sun, Jan 11, 9:21 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.
In D54606#1248653, @jrm wrote:

I think the feeling of being ignored is fairly common in the project. There is just more work to be done than time to do it all, and people often expend their energy on things that interest them.

Sun, Jan 11, 8:49 PM
michaelo added a comment to D54375: sockstat: Surround explicit IPv6 addresses with brackets.

Address style(9) fixes

Sun, Jan 11, 8:45 PM
michaelo updated the diff for D54375: sockstat: Surround explicit IPv6 addresses with brackets.

Apply style(9) fixes

Sun, Jan 11, 8:44 PM
michaelo updated the diff for D54412: sockstat: improve code style.

don't fiddle with SUNPATHLEN

Sun, Jan 11, 7:50 PM
michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.
In D54606#1248645, @jrm wrote:

@michaelo, I believe I've addressed all your concerns, and I've performed some light testing with manually created logs. Are you able and willing to do any testing with your real logs for the three scripts?

Sun, Jan 11, 7:05 PM

Sat, Jan 10

michaelo added a comment to D54606: periodic: Add support for RFC 5424 syslog timestamps.
In D54606#1247636, @jrm wrote:

Michael, I took another look at your review, and it dawned on me that we don't need to know which timestamp format is in use. We only need patterns that match either format. Rather than trying to explain things in the other review or take it over, I thought I would first create a separate review for you to consider.
I haven't thoroughly tested this version because I don't have adequate logs.

What do you think?

Sat, Jan 10, 10:24 AM
michaelo requested changes to D54606: periodic: Add support for RFC 5424 syslog timestamps.
Sat, Jan 10, 10:24 AM
michaelo added a comment to D54361: periodic: Take syslog log format from RFC 5424 into account.
In D54361#1247638, @jrm wrote:

Michael, take a look at https://reviews.freebsd.org/D54606, which might be a cleaner approach.

Sat, Jan 10, 10:10 AM
michaelo added a comment to D54619: Uses/cargo: remove deprecated '-C ar=' from RUSTFLAGS.

Maybe you should check these as well:

$ grep -r --include=Makefile ar= .
./astro/gpsd/Makefile:GEOSTAR_MAKE_ARGS_OFF=            geostar=no
./audio/cardinal/Makefile:BINARY_ALIAS= gcc-ar=ar \
./databases/leofs/Makefile:     leo-project/bear=0.8.2-for-leofs:bear \
./devel/electron37/Makefile:                    ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./devel/electron38/Makefile:                    ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./devel/electron39/Makefile:                    ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./editors/libreoffice/Makefile:                 --with-commons-codec-jar=${JAVAJARDIR}/commons-codec.jar \
./editors/libreoffice/Makefile:                 --with-commons-httpclient-jar=${JAVAJARDIR}/commons-httpclient.jar \
./editors/libreoffice/Makefile:                 --with-commons-lang-jar=${JAVAJARDIR}/commons-lang3.jar \
./editors/libreoffice/Makefile:                 --with-commons-logging-jar=${JAVAJARDIR}/commons-logging.jar \
./editors/libreoffice/Makefile:         --with-external-tar=${DISTDIR}/${DIST_SUBDIR} \
./editors/openoffice-4/Makefile:        commons-codec-jar=${JAVALIBDIR}/commons-codec.jar              \
./editors/openoffice-4/Makefile:        commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar    \
./editors/openoffice-4/Makefile:        commons-logging-jar=${JAVALIBDIR}/commons-logging.jar
./editors/openoffice-4/Makefile:                        --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \
./editors/openoffice-4/Makefile:                        --with-beanshell-jar=${JAVALIBDIR}/bsh.jar     \
./editors/openoffice-4/Makefile:                        --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \
./editors/openoffice-4/Makefile:                        --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \
./editors/openoffice-devel/Makefile:    commons-codec-jar=${JAVALIBDIR}/commons-codec.jar              \
./editors/openoffice-devel/Makefile:    commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar
./editors/openoffice-devel/Makefile:CONFIGURE_ARGS+=    --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar
./editors/openoffice-devel/Makefile:                    --with-commons-lang-jar=${JAVALIBDIR}/commons-lang3.jar \
./editors/openoffice-devel/Makefile:                    --with-beanshell-jar=${JAVALIBDIR}/bsh.jar     \
./editors/openoffice-devel/Makefile:                    --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \
./editors/openoffice-devel/Makefile:                    --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \
./filesystems/rar2fs/Makefile:          --with-unrar=`${MAKE} -C ${PORTSDIR}/${LIBUNRAR_PORT} -VWRKSRC` \
./graphics/frogr/Makefile:MESON_ARGS=   -Denable-header-bar=true
./graphics/libskiasharp/Makefile:               ar=${LOCALBASE}/bin/ar
./graphics/rawtherapee/Makefile:BINARY_ALIAS+=  ar=${AR} ranlib=${RANLIB}
./graphics/skia/Makefile:               ar=llvm-ar
./java/apache-commons-beanutils/Makefile:MAKE_ARGS+=    -Dcommons-collections.jar=${JAVALIBDIR}/commons-collections.jar \
./java/apache-commons-beanutils/Makefile:               -Dcommons-logging.jar=${JAVALIBDIR}/commons-logging.jar
./java/javahelp/Makefile:MAKE_ARGS=     -Djsp-jar=${TOMCAT_jsp} \
./java/javahelp/Makefile:               -Dfile.reference.jsp-api.jar=${TOMCAT_jsp} \
./java/javahelp/Makefile:               -Dservlet-jar=${TOMCAT_servlet} \
./java/javahelp/Makefile:               -Dfile.reference.servlet-api.jar=${TOMCAT_servlet} \
./java/javamail/Makefile:MAKE_ARGS+=    -Dactivation.jar=${DISTDIR}/jakarta.activation.jar
./java/sigar/Makefile:          -Djunit.jar="${JAVALIBDIR}/junit.jar" test
./lang/rust/Makefile:   @${ECHO_CMD} 'ar="${AR}"' >> ${WRKSRC}/config.toml
./lang/rust188/Makefile:        @${ECHO_CMD} 'ar="${AR}"' >> ${WRKSRC}/config.toml
./math/octave-forge-rtree/Makefile:BINARY_ALIAS=        tar=gtar
./math/polymake/Makefile:SINGULAR_CONFIGURE_ON= --with-singular=${LOCALBASE}
./misc/amanda-server/Makefile:          --with-gnutar=${LOCALBASE}/bin/gtar
./net-im/ejabberd/Makefile:CONFIGURE_ARGS+=--localstatedir=/var --libdir=${PREFIX}/${EJABBERD_LIBDIR} --with-rebar=rebar
./security/courier-authlib/Makefile:            --with-authdaemonvar=${AUTHDAEMONVAR} \
./sysutils/edk2/Makefile:               ar=${AR} \
./sysutils/edk2/Makefile:               gcc-ar=${LOCALBASE}/bin/${CC:S/gcc/&-ar/} \
./www/chromium/Makefile:                        ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./www/iridium/Makefile:                 ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./www/onlyoffice-documentserver/Makefile:BINARY_ALIAS+= ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT} \
./www/ungoogled-chromium/Makefile:                      ar=${LOCALBASE}/bin/llvm-ar${LLVM_DEFAULT
Sat, Jan 10, 10:10 AM