Page MenuHomeFreeBSD

devel/gobject-introspection: update to 1.66.0
AbandonedPublic

Authored by swills on Sep 15 2020, 4:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 19, 6:42 PM
Unknown Object (File)
Thu, Jun 4, 10:42 PM
Unknown Object (File)
Fri, May 29, 11:04 AM
Unknown Object (File)
May 15 2026, 2:47 PM
Unknown Object (File)
May 15 2026, 12:38 PM
Unknown Object (File)
May 11 2026, 7:04 PM
Unknown Object (File)
May 1 2026, 12:27 PM
Unknown Object (File)
Apr 27 2026, 8:06 PM

Details

Reviewers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 33570
Build 30822: arc lint + arc unit

Event Timeline

swills created this revision.
val_packett.cool added inline comments.
gobject-introspection/Makefile
23

pathfix should not be necessary. libtool definitely makes no sense with meson.

for reference, you can look at my updates which continue from ports-gnome
https://github.com/DankBSD/ports/blob/0e7b7a0a26787545300a498ed8202a9914d5e53c/devel/gobject-introspection/Makefile

fluffy added inline comments.
gobject-introspection/Makefile
24

minimal python is 35+ now, "34" is no more covered by list of supported versions

Why did you removed __pycache__/ directory?

Bytecode files are generated during build stage. It is easy to copy these files in post-install target (like I did it in my own repository [1]).

[1] https://framagit.org/olivierd/freebsd-ports-gnome/-/blob/master/devel/gobject-introspection/Makefile#L45

gobject-introspection/pkg-plist
45

Why did you removed __pycache__/ directory?

Bytecode files are generated during build stage. It is easy to copy these files in post-install target (like I did it in my own repository [1]).

[1] https://framagit.org/olivierd/freebsd-ports-gnome/-/blob/master/devel/gobject-introspection/Makefile#L45

Why did you removed __pycache__/ directory?

Bytecode files are generated during build stage. It is easy to copy these files in post-install target (like I did it in my own repository [1]).

[1] https://framagit.org/olivierd/freebsd-ports-gnome/-/blob/master/devel/gobject-introspection/Makefile#L45

I got this from here:

https://github.com/freebsd/freebsd-ports-gnome/pull/37/commits/9fffb9e57503d3cbcf5549737a09d1724bd0c06f

I guess what we need to do is pull all the changes together.