Page MenuHomeFreeBSD

Updating MATE ports to and patch for MATE 1.20
ClosedPublic

Authored by ericbsd on Apr 13 2018, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 11, 1:05 PM
Unknown Object (File)
Sun, Apr 28, 1:50 PM
Unknown Object (File)
Dec 31 2023, 11:29 PM
Unknown Object (File)
Dec 31 2023, 3:10 PM
Unknown Object (File)
Dec 31 2023, 5:40 AM
Unknown Object (File)
Nov 6 2023, 2:19 AM
Unknown Object (File)
Oct 30 2023, 6:50 PM
Unknown Object (File)
Oct 13 2023, 3:53 AM
Subscribers

Details

Reviewers
bapt
wg
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bapt requested changes to this revision.Apr 13 2018, 5:01 PM
bapt added inline comments.
editors/pluma/pkg-plist
28

you do hardcode 36 here, while it can be build with other version of python (USES=python:33+)

graphics/atril/Makefile
8

why 1?

x11/mate-menus/Makefile
38

Why commenting and not just removing?

This revision now requires changes to proceed.Apr 13 2018, 5:01 PM
kwm added inline comments.
Mk/Uses/mate.mk
135

This won't work, LIB_DEPENDS needs a library. If the package does not install one anymore just remove the line.

audio/libmatemixer/pkg-plist
26

Are these options gone? please check and either remove the options or add back the optional files back to the plist.

graphics/atril/pkg-plist
59

These and others are options, please add back the %%FOO%% tags (and check if the plist still is correct when they are enabled)

sysutils/mate-control-center/pkg-plist
78

I think this file is generated by a tool, you should not list them.

x11-fm/caja/pkg-plist
246

Only list the xml files. The rest is autogenerated by the update-mime-database command I think it was.

x11/mate-applets/Makefile
54

These can be removed, and the USES=shebangfix too, if there aren't more SHEBANG_FILES lines.

x11/mate-applets/pkg-plist
3

Again optional plist entries.

sysutils/mate-control-center/pkg-plist
78

you are right

x11-fm/caja/pkg-plist
246

again right :)

graphics/atril/Makefile
8

Yeah I forgot to remove that one.

x11/mate-menus/Makefile
38

Forgot to remove it.

Options are such a pain sometimes, I know.. When you change options in plist, it is good to run "make check-plist" after the change, with and without the options on (port rebuild). yes this is more work but it safe work later when someone stumbles across a broken plist entry. Also if you didn't know already, when you change the pkg-plist, you can run "make restage" to "regen" the stage dir and update the plist the framework builds. So you don't have to rebuild the whole port to check pkg-plist changes.

graphics/atril/pkg-plist
61

Duplicate of the line above it?

x11/mate-applets/Makefile
28

I guess these comments can be removed now?

x11/mate-applets/pkg-plist
21

More %%BATTERY%% lines.

ericbsd marked 3 inline comments as done.
x11/mate-applets/Makefile
28

I did remove some

x11/mate-applets/pkg-plist
21

oh I missed another one

This revision is now accepted and ready to land.Apr 13 2018, 7:47 PM
This revision now requires review to proceed.Apr 13 2018, 7:48 PM
ericbsd marked 2 inline comments as done.
This revision is now accepted and ready to land.Apr 13 2018, 8:58 PM

Committed revision 467271