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, May 15, 2:47 PM
Unknown Object (File)
Fri, May 15, 12:38 PM
Unknown Object (File)
Mon, May 11, 7:04 PM
Unknown Object (File)
Fri, May 1, 12:27 PM
Unknown Object (File)
Mon, Apr 27, 8:06 PM
Unknown Object (File)
Apr 20 2026, 1:57 AM
Unknown Object (File)
Apr 20 2026, 1:57 AM
Unknown Object (File)
Apr 19 2026, 11:36 AM

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.