[Bug 202570] portlint does not know @(,,0555) file syntax
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 22 15:49:38 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202570
Bug ID: 202570
Summary: portlint does not know @(,,0555) file syntax
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: pi at FreeBSD.org
For PR195736 ohauer suggested to use this syntax in pkg-plist
@(,,0555) lib/ocaml/expunge
@(,,0555) lib/ocaml/extract_crc
instead of
@mode 0555
lib/ocaml/expunge
lib/ocaml/extract_crc
@mode
reason: The suggested syntax is better for pkg-plist regeneration / diff.
Problem: portlint does not recognize this:
WARN: /home/pi/myp/lang/ocaml/pkg-plist: [291]: unknown pkg-plist directive
"@(,,0555) lib/ocaml/expunge"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list