Page MenuHomeFreeBSD
Feed Advanced Search

Jan 11 2023

mfechner added a comment to D37925: Move Mk/bsd.ruby.mk to Mk/Uses/ruby.mk..

I just applied the patch and tried to compile one port:

poudriere testport -p gitlab -j 131amd64 devel/rubygem-gitlab-labkit
Jan 11 2023, 1:04 PM · portmgr
bofh updated the diff for D37925: Move Mk/bsd.ruby.mk to Mk/Uses/ruby.mk..

Run Tools/scripts/indent_make_if.pl on ruby.mk file.

Jan 11 2023, 9:48 AM · portmgr
tcberner added inline comments to D37925: Move Mk/bsd.ruby.mk to Mk/Uses/ruby.mk..
Jan 11 2023, 9:28 AM · portmgr

Jan 1 2023

bofh requested review of D37925: Move Mk/bsd.ruby.mk to Mk/Uses/ruby.mk..
Jan 1 2023, 3:04 PM · portmgr

Dec 30 2022

bofh closed D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
Dec 30 2022, 5:55 PM · portmgr
tcberner added inline comments to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
Dec 30 2022, 9:03 AM · portmgr
tcberner accepted D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.

This looks good to me.

Dec 30 2022, 9:00 AM · portmgr
bofh updated the diff for D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.

This includes the entire BIG patch to convert bsd.octave.mk to Mk/Uses/octave.mk including the updates requested by @tcberner

Dec 30 2022, 12:52 AM · portmgr
bofh added inline comments to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
Dec 30 2022, 12:47 AM · portmgr

Dec 28 2022

tcberner added inline comments to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
Dec 28 2022, 5:59 AM · portmgr
tcberner added a comment to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.

I think as this replaces bsd.octave.mk, I would push it and the conversion of the tree in one big commit.

Dec 28 2022, 5:52 AM · portmgr
bofh updated the diff for D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
  • Remove CXXFLAGS=-std-gnu++11
  • Remove editorconfigs
Dec 28 2022, 4:46 AM · portmgr
bofh added a comment to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.

Is it intentional that we request c++14 support but set gnu++11 in CXXFLAGS?

Nah prehistoric garbage.

Dec 28 2022, 1:20 AM · portmgr
diizzy added a comment to D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.

Is it intentional that we request c++14 support but set gnu++11 in CXXFLAGS?
L1 and L2 should be removed and replaced with a short description instead?

Dec 28 2022, 12:25 AM · portmgr
bofh requested review of D37887: Convert Mk/bsd.octave.mk to Mk/Uses/octave.mk.
Dec 28 2022, 12:03 AM · portmgr

Oct 1 2022

rene added a member for portmgr: pizzamig.
Oct 1 2022, 4:33 PM

Aug 13 2022

2khramtsov_gmail.com abandoned D36057: Mk/Uses/gl.mk: add dri.

Abandoning as I lack mental energy to respond to possible comments, and I'm probably no longer interested in FreeBSD.
This has nothing to do with this review, this is just accumulated. Feel free to pickup the revision if you are interested.

Aug 13 2022, 12:45 AM · x11, portmgr, Contributor Reviewers (ports)

Aug 6 2022

2khramtsov_gmail.com requested review of D36057: Mk/Uses/gl.mk: add dri.
Aug 6 2022, 7:48 PM · x11, portmgr, Contributor Reviewers (ports)

Jul 7 2022

kevans removed a watcher for portmgr: kevans.
Jul 7 2022, 11:05 PM

Apr 9 2022

bofh closed D34780: Add (prefix)/share/pkgconfig in pathfix replacement.
Apr 9 2022, 5:21 PM · portmgr
tcberner accepted D34780: Add (prefix)/share/pkgconfig in pathfix replacement.

lgtm

Apr 9 2022, 2:28 PM · portmgr

Apr 4 2022

bofh requested review of D34780: Add (prefix)/share/pkgconfig in pathfix replacement.
Apr 4 2022, 6:51 PM · portmgr

Nov 9 2021

rene removed a member for portmgr: adamw.
Nov 9 2021, 8:48 PM
rene added a member for portmgr: tcberner.
Nov 9 2021, 8:48 PM

Nov 8 2021

bapt abandoned D3298: Only remove $INDEXFILE once a new index is ready.

An improved version has been committed to ports, thanks!

Nov 8 2021, 1:00 PM · portmgr
bapt commandeered D3298: Only remove $INDEXFILE once a new index is ready.
Nov 8 2021, 1:00 PM · portmgr

Aug 5 2020

mat added a watcher for portmgr: mat.
Aug 5 2020, 2:49 PM

Jul 21 2020

kevans added a watcher for portmgr: kevans.
Jul 21 2020, 3:21 PM

Jul 17 2020

pstef closed D25433: ports.7: mention SU_CMD.
Jul 17 2020, 6:33 AM · portmgr, manpages

Jul 16 2020

pstef updated the diff for D25433: ports.7: mention SU_CMD.

Phrasing by Daniel O'Connor.

Jul 16 2020, 8:50 AM · portmgr, manpages

Jun 26 2020

0mp added a comment to D25433: ports.7: mention SU_CMD.
In D25433#562475, @0mp wrote:

Just a note for your consideration: I wonder if we should mention there, that people often use set SU_CMD to use sudo (I do at least):

.if exists(/usr/local/bin/sudo)
SU_CMD= /usr/local/bin/sudo -E sh -c
.endif

As we all know, sudo is a port itself and not necessary to utilize SU_CMD (as portmaster.8 seems to claim, the way I read it). I'd omit sudo from ports.7 entirely on the basis that it doesn't have any advantage over su(1), but that would be incorrect - it's at least more convenient to not have to type in the password all the time. I could mention it here, but I think there are not too many people who use su(1) on a daily basis and not know about sudo. If they know, they will easily decide whether to use su or sudo.

Jun 26 2020, 9:16 PM · portmgr, manpages
pstef added a comment to D25433: ports.7: mention SU_CMD.
In D25433#562475, @0mp wrote:

Just a note for your consideration: I wonder if we should mention there, that people often use set SU_CMD to use sudo (I do at least):

.if exists(/usr/local/bin/sudo)
SU_CMD= /usr/local/bin/sudo -E sh -c
.endif
Jun 26 2020, 9:13 PM · portmgr, manpages
0mp added a comment to D25433: ports.7: mention SU_CMD.

I'm not completely sure about .It Va, but the Va macro is not documented in mandoc(7) and only appears in some openbsd mandoc.samples man-page which doesn't seem to be connected to their or our build, where it's referenced as a variable.
.Ql also isn't documented in mandoc(7), however it's a quoted literal according to groff_mdoc(7) from textproc/groff, so I think it's fine.

You also need to attach an actual reviewer, as I'm just a stand-in. ;)

Jun 26 2020, 9:07 PM · portmgr, manpages
debdrup added a comment to D25433: ports.7: mention SU_CMD.

Well, an actual doc persons opinion is more valuable than mine, so I defer :)

Jun 26 2020, 9:07 PM · portmgr, manpages
pstef added a comment to D25433: ports.7: mention SU_CMD.

What I did is I think consistent with the rest of the file, for example

.It Cm fetch
Fetch all of the files needed to build this port from the sites
listed in
.Va MASTER_SITES
and
.Va PATCH_SITES .
See
.Va FETCH_CMD , MASTER_SITE_OVERRIDE
and
.Va MASTER_SITE_BACKUP .
Jun 26 2020, 9:06 PM · portmgr, manpages
0mp added inline comments to D25433: ports.7: mention SU_CMD.
Jun 26 2020, 9:05 PM · portmgr, manpages
0mp accepted D25433: ports.7: mention SU_CMD.

Just a note for your consideration: I wonder if we should mention there, that people often use set SU_CMD to use sudo (I do at least):

Jun 26 2020, 9:04 PM · portmgr, manpages
debdrup added a comment to D25433: ports.7: mention SU_CMD.

I'm not completely sure about .It Va, but the Va macro is not documented in mandoc(7) and only appears in some openbsd mandoc.samples man-page which doesn't seem to be connected to their or our build, where it's referenced as a variable.
.Ql also isn't documented in mandoc(7), however it's a quoted literal according to groff_mdoc(7) from textproc/groff, so I think it's fine.

Jun 26 2020, 8:55 PM · portmgr, manpages

Jun 24 2020

pstef edited projects for D25433: ports.7: mention SU_CMD, added: portmgr; removed Ports Committers.
Jun 24 2020, 8:58 PM · portmgr, manpages

Jul 21 2019

rene removed a member for portmgr: feld.
Jul 21 2019, 11:22 AM

Jun 9 2019

adamw created P270 pkg-message policy for PHB.
Jun 9 2019, 4:12 PM · portmgr

Apr 14 2019

diizzy abandoned D14195: treewide: Remove netbsd master site alias.

Closing this due to timeout

Apr 14 2019, 10:43 AM · Ports Committers, portmgr

Mar 28 2019

mat added a comment to D19662: databases/postgresql-repmgr: Adding FLAVORS support.

Akin to what is done for Emacs, Python, or PHP, the flavors for server side Postgresql extensions need to be handled by USES=pgsql, not in each individual port.

Mar 28 2019, 11:41 PM · portmgr
bofh added a comment to D19662: databases/postgresql-repmgr: Adding FLAVORS support.
In D19662#422963, @mat wrote:

No, this should be done by USES=pgsql.

Mar 28 2019, 5:47 PM · portmgr
mat added a comment to D19662: databases/postgresql-repmgr: Adding FLAVORS support.

No, this should be done by USES=pgsql.

Mar 28 2019, 4:21 PM · portmgr

Mar 20 2019

bofh created D19662: databases/postgresql-repmgr: Adding FLAVORS support.
Mar 20 2019, 6:44 PM · portmgr

Mar 7 2019

acm abandoned D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
Mar 7 2019, 6:37 AM · portmgr

Dec 31 2018

rfyu28uyeg_snkmail.com abandoned D10554: fix-shebang: add support for install-time fixes (not just patch-time).

Abandoning this change (probably not applicable to enough ports).

Dec 31 2018, 10:15 PM · Ports Committers, portmgr

Nov 14 2018

acm abandoned D15178: audio/mixxx update to 2.1.4.
  • Remove FLAVOR support. QT4 will be deprecated soon. it'll use QT instead of
Nov 14 2018, 9:13 PM · portmgr

Nov 8 2018

kikadf.01_gmail.com created D17908: multimedia/clipgrab: add Qt5 support with FLAVOR.
Nov 8 2018, 3:50 PM

Oct 24 2018

acm updated the diff for D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
  • Update to 1.64.0
Oct 24 2018, 6:04 AM · portmgr
acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Update to 2.1.4
  • Some minor changes
Oct 24 2018, 6:03 AM · portmgr

Aug 30 2018

mat added inline comments to D15178: audio/mixxx update to 2.1.4.
Aug 30 2018, 2:41 PM · portmgr
acm updated the diff for D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
  • Update to 1.60.0
  • Update dependencies
Aug 30 2018, 5:46 AM · portmgr
acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Update to 2.1.3
  • Add DISTVERSIONPREFIX
  • Add CONFLICTS
Aug 30 2018, 5:43 AM · portmgr
acm retitled D15178: audio/mixxx update to 2.1.4 from audio/mixxx update to 2.1.1 to audio/mixxx update to 2.1.3.
Aug 30 2018, 5:42 AM · portmgr

Aug 7 2018

mat added inline comments to D15178: audio/mixxx update to 2.1.4.
Aug 7 2018, 4:37 PM · portmgr
acm updated the diff for D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
  • Move flavors helpers to right place
Aug 7 2018, 7:43 AM · portmgr
acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Add missing items to flavor_CONFLICTS
Aug 7 2018, 7:24 AM · portmgr
mat added inline comments to D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
Aug 7 2018, 7:20 AM · portmgr
mat added inline comments to D15239: New port: net-p2p/awgg: Advanced wget GUI.
Aug 7 2018, 7:18 AM · portmgr
mat added inline comments to D15178: audio/mixxx update to 2.1.4.
Aug 7 2018, 7:17 AM · portmgr
mat added inline comments to D15241: New port: graphics/lazpaint: Image editor written in Lazarus.
Aug 7 2018, 7:11 AM · portmgr
mat added inline comments to D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
Aug 7 2018, 7:10 AM · portmgr
acm closed D15239: New port: net-p2p/awgg: Advanced wget GUI.
Aug 7 2018, 7:09 AM · portmgr
acm closed D15241: New port: graphics/lazpaint: Image editor written in Lazarus.
Aug 7 2018, 7:07 AM · portmgr
acm closed D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
Aug 7 2018, 7:06 AM · portmgr

Aug 6 2018

acm updated the diff for D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
  • Apply mat's suggestions
Aug 6 2018, 6:46 PM · portmgr
acm updated the diff for D15239: New port: net-p2p/awgg: Advanced wget GUI.
  • Apply mat's suggestions
Aug 6 2018, 6:45 PM · portmgr
acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Apply mat's suggestions
Aug 6 2018, 6:44 PM · portmgr
acm updated the diff for D15241: New port: graphics/lazpaint: Image editor written in Lazarus.
  • Apply mat's suggestions
Aug 6 2018, 6:43 PM · portmgr
acm updated the diff for D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
  • Apply mat's suggestions
Aug 6 2018, 6:42 PM · portmgr
mat added inline comments to D15239: New port: net-p2p/awgg: Advanced wget GUI.
Aug 6 2018, 5:45 PM · portmgr
acm added inline comments to D15239: New port: net-p2p/awgg: Advanced wget GUI.
Aug 6 2018, 4:16 PM · portmgr
mat added inline comments to D15178: audio/mixxx update to 2.1.4.
Aug 6 2018, 9:17 AM · portmgr
mat removed a reviewer for D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers: portmgr.

not adding FLAVORS, remove portmgr.

Aug 6 2018, 9:15 AM · portmgr
mat added inline comments to D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
Aug 6 2018, 9:14 AM · portmgr
mat removed a reviewer for D15241: New port: graphics/lazpaint: Image editor written in Lazarus: portmgr.

Does not need portmgr approval, not adding FLAVORS.

Aug 6 2018, 9:12 AM · portmgr
mat added inline comments to D15239: New port: net-p2p/awgg: Advanced wget GUI.
Aug 6 2018, 9:08 AM · portmgr
mat removed a reviewer for D15239: New port: net-p2p/awgg: Advanced wget GUI: portmgr.

Does not add FLAVORS, no need for portmgr approval.

Aug 6 2018, 9:08 AM · portmgr

Aug 3 2018

acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Migrate to new QT helpers
Aug 3 2018, 5:32 PM · portmgr
acm updated the diff for D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
  • Add WRKSRC line
Aug 3 2018, 3:46 PM · portmgr
acm updated the diff for D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
  • Apply mat's suggestions
Aug 3 2018, 3:43 PM · portmgr
acm updated the diff for D15241: New port: graphics/lazpaint: Image editor written in Lazarus.
  • Apply mat's suggestions
Aug 3 2018, 3:39 PM · portmgr
acm updated the diff for D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
  • Apply mat's suggestions
Aug 3 2018, 3:26 PM · portmgr
acm updated the diff for D15239: New port: net-p2p/awgg: Advanced wget GUI.
  • Apply mat's suggestions
Aug 3 2018, 3:19 PM · portmgr
acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Apply changes accord to mat commentaries
Aug 3 2018, 3:09 PM · portmgr
acm retitled D15178: audio/mixxx update to 2.1.4 from audio/mixxx update to 2.1.0 to audio/mixxx update to 2.1.1.
Aug 3 2018, 3:07 PM · portmgr

Aug 2 2018

linimon retitled D15239: New port: net-p2p/awgg: Advanced wget GUI from New port: net-p2p/awgg to New port: net-p2p/awgg: Advanced wget GUI.
Aug 2 2018, 10:13 PM · portmgr
linimon retitled D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus from New port: editors/cudatext to New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
Aug 2 2018, 10:13 PM · portmgr
linimon retitled D15241: New port: graphics/lazpaint: Image editor written in Lazarus from New port: graphics/lazpaint to New port: graphics/lazpaint: Image editor written in Lazarus.
Aug 2 2018, 10:12 PM · portmgr
linimon retitled D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers from New port: editors/picpas to New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.
Aug 2 2018, 10:12 PM · portmgr

Jun 6 2018

mat added inline comments to D15178: audio/mixxx update to 2.1.4.
Jun 6 2018, 10:49 AM · portmgr
mat added a comment to D15239: New port: net-p2p/awgg: Advanced wget GUI.

The whole Makefile is badly ordered. Please read Chapter 15. Order of Variables in Port Makefiles.

Jun 6 2018, 10:44 AM · portmgr
mat added a comment to D15242: New port: editors/picpas: Multi-platform Pascal for Microchip PIC16F microcontrollers.

The whole Makefile is badly ordered. Please read Chapter 15. Order of Variables in Port Makefiles.

Jun 6 2018, 10:43 AM · portmgr
mat added a comment to D15241: New port: graphics/lazpaint: Image editor written in Lazarus.

The whole Makefile is badly ordered. Please read Chapter 15. Order of Variables in Port Makefiles.

Jun 6 2018, 10:42 AM · portmgr
mat added a comment to D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.

The whole Makefile is badly ordered. Please read Chapter 15. Order of Variables in Port Makefiles.

Jun 6 2018, 10:42 AM · portmgr
mat added inline comments to D15241: New port: graphics/lazpaint: Image editor written in Lazarus.
Jun 6 2018, 10:41 AM · portmgr
mat added inline comments to D15240: New port: editors/cudatext: Cross-platform text editor, written in Lazarus.
Jun 6 2018, 10:40 AM · portmgr

Jun 5 2018

acm updated the diff for D15178: audio/mixxx update to 2.1.4.
  • Update patch file with right version
Jun 5 2018, 10:03 PM · portmgr