Page MenuHomeFreeBSD

Adding new port x11/brisk-menu v0.5.1
ClosedPublic

Authored by ericbsd on Jun 1 2018, 1:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 5 2024, 5:47 AM
Unknown Object (File)
Dec 20 2023, 7:26 AM
Unknown Object (File)
Nov 8 2023, 7:50 PM
Unknown Object (File)
Nov 7 2023, 3:51 PM
Unknown Object (File)
Nov 5 2023, 2:35 PM
Unknown Object (File)
Nov 5 2023, 2:06 PM
Unknown Object (File)
Nov 2 2023, 6:44 AM
Unknown Object (File)
Oct 7 2023, 6:48 PM
Subscribers

Details

Reviewers
bapt
wg

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

fbsd:nokeywords null yes \ No newline at end of property
svn:eol-style null native \ No newline at end of property
svn:mime-type null text/plain \ No newline at end of property

what is that?

bapt requested changes to this revision.Jun 1 2018, 7:34 AM
bapt added inline comments.
x11/brisk-menu/Makefile
26

I do not see USES=mate gnome which you should have

This revision now requires changes to proceed.Jun 1 2018, 7:34 AM
x11/brisk-menu/Makefile
26

Mmmm, actually, if you look around lines 1415-1420 of Mk/bsd.port.mk, you'll see that it is added by the framework, which may be wrong and should probably generate a warning if mate/gnome is not already in USES.

ericbsd marked 2 inline comments as done.
bapt added inline comments.
x11/brisk-menu/Makefile
26

exactly, those lines are there for backward compat

This revision is now accepted and ready to land.Jun 1 2018, 11:15 AM
x11/brisk-menu/Makefile
26

Then they should generate a dev warning.

fbsd:nokeywords null yes \ No newline at end of property
svn:eol-style null native \ No newline at end of property
svn:mime-type null text/plain \ No newline at end of property

what is that?

Those are subversion properties that are automatically added:

$ svn propget svn:auto-props svn+ssh://repo.freebsd.org/ports
bsd.*.mk     = svn:keywords=FreeBSD=%H
distinfo*    = fbsd:nokeywords=yes
extrapatch-* = fbsd:nokeywords=yes
extra-patch-*= fbsd:nokeywords=yes
patch-*      = fbsd:nokeywords=yes
pkg-*        = fbsd:nokeywords=yes
Makefile*    = svn:keywords=FreeBSD=%H
*            = svn:eol-style=native; svn:mime-type=text/plain
In D15639#330450, @mat wrote:

fbsd:nokeywords null yes \ No newline at end of property
svn:eol-style null native \ No newline at end of property
svn:mime-type null text/plain \ No newline at end of property

what is that?

Those are subversion properties that are automatically added:

$ svn propget svn:auto-props svn+ssh://repo.freebsd.org/ports
bsd.*.mk     = svn:keywords=FreeBSD=%H
distinfo*    = fbsd:nokeywords=yes
extrapatch-* = fbsd:nokeywords=yes
extra-patch-*= fbsd:nokeywords=yes
patch-*      = fbsd:nokeywords=yes
pkg-*        = fbsd:nokeywords=yes
Makefile*    = svn:keywords=FreeBSD=%H
*            = svn:eol-style=native; svn:mime-type=text/plain

oh thanks