Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 13:13:03 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190930] New: make generate-plist called after make all overwrite plist incompletly (at least rcd is missing)
Message-ID:  <bug-190930-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: freebsd@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
+@cwd /
+etc/rc.d/openssh
+@cwd /usr

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190930-13>