[Bug 190930] New: make generate-plist called after make all overwrite plist incompletly (at least rcd is missing)

bz-noreply at freebsd.org bz-noreply at freebsd.org
Wed Jun 11 13:13:04 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190930

            Bug ID: 190930
           Summary: make generate-plist called after make all overwrite
                    plist incompletly (at least rcd is missing)
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: freebsd at simplerezo.com

How-to repeat:

[Into a port directory (for example openssh-portable)]
$ make clean all
$ cp {workdir}/.PLIST.mktmp {workdir}/.PLIST.mktmp.bak
$ make generate-plist
$ diff -u {workdir}/.PLIST.mktmp*

Expected: no difference (anyway, sinc the file is now always built, it's not
necessary to rebuild it!).

Current result (example for openssh-portable):
--- /usr/obj/usr/ports/security/openssh-portable/work/.PLIST.mktmp     
2014-06-11 15:01:15.000000000 +0200
+++ /usr/obj/usr/ports/security/openssh-portable/work/.PLIST.mktmp.bak 
2014-06-11 15:00:04.000000000 +0200
@@ -40,3 +40,6 @@
 man/man8/sshd.8.gz
 man/man8/ssh-keysign.8.gz
 man/man8/ssh-pkcs11-helper.8.gz
+ at cwd /
+etc/rc.d/openssh
+ at cwd /usr

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list