Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical portgroup search works with a local repo but apparently fails with rsync source #131

Open
barracuda156 opened this issue Jan 21, 2025 · 7 comments

Comments

@barracuda156
Copy link
Contributor

@RJVB I have noticed that for some reason hierarchical portgroup search does not work when the overlay repo is not local file://${path} but rsync source (which is set above MacPorts upstream one). Is this something by design or I did something wrong? This will break stuff, I have to fix it at least for my fork.

@barracuda156 barracuda156 changed the title Hierarchical portgroup search work with a local repo but apparently fails with rsync source Hierarchical portgroup search works with a local repo but apparently fails with rsync source Jan 21, 2025
@barracuda156
Copy link
Contributor Author

Yeah, looks like nothing messed up, it is indeed the case, that local overlays are respected while rsync ones are not.

@RJVB
Copy link
Owner

RJVB commented Jan 21, 2025 via email

@barracuda156
Copy link
Contributor Author

@RJVB Not sure if I can fix it in the code, but I will take a look. In the worst case I could perhaps do a git sync for overlay repo instead of rsync. But that would require everyone using my ports to install a bootstrap git to begin with (not a problem on a desktop, but undesirable for older PowerBooks with small HDDs).

@RJVB
Copy link
Owner

RJVB commented Jan 21, 2025 via email

@barracuda156
Copy link
Contributor Author

This seems to work: macos-powerpc/macports-base@cd174d4
Not thoroughly tested at the moment, but solved the problem with Qt4 PGs at least.

@RJVB
Copy link
Owner

RJVB commented Jan 22, 2025 via email

@barracuda156
Copy link
Contributor Author

AFAICT, works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants