Summary: | archivers/rpm4: fix multiple problems | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||||
Component: | Individual Port(s) | Assignee: | Rodrigo Osorio <rodrigo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | maciej, w.schwarzenfeld, zoujiaqing | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(rodrigo) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 196855 [details]
Updated patch
Hi, I fix some of the breakages you report before so I updated the patch. Thanks for the heads up A commit references this bug: Author: rodrigo Date: Tue Sep 4 13:35:10 UTC 2018 New revision: 478959 URL: https://svnweb.freebsd.org/changeset/ports/478959 Log: Fix remaining issues after update : - Fixes plist for mentioned cases, cleans it up, sorts and removes placeholders garbage - Fixes new shebang problems - Adds missing depends for new scripts - Bump PORTREVISION PR: 231152 Submitted by: amdmi3 Changes: head/archivers/rpm4/Makefile head/archivers/rpm4/pkg-plist |
Created attachment 196853 [details] Patch The last update introduced several problems: - plist broken for WITHOUT=NLS case - plist broken for WITH=PLUGINS case - incorrect shebangs in new scripts - missing depends for new scripts Please test the port more thoroughly next time. The attached patch: - Fixes plist for mentioned cases, cleans it up, sorts and removes placeholders garbage - Fixes new shebang problems - Adds missing depends for new scripts