Closed Bug 79079 Opened 23 years ago Closed 23 years ago

PSM needs to build on FreeBSD out of the box

Categories

(Core Graveyard :: Security: UI, defect, P3)

Other Branch
x86
FreeBSD
defect

Tracking

(Not tracked)

VERIFIED FIXED
Future

People

(Reporter: markush, Assigned: ddrinan0264)

Details

Revision 1.7 of security/coreconf/config.mk contains a small fix (which only
affects FreeBSD) to make PSM build on FreeBSD out of the box:

-ifeq (,$(filter-out BSD_OS NetBSD OS2,$(OS_TARGET)))
+ifeq (,$(filter-out FreeBSD BSD_OS NetBSD OS2,$(OS_TARGET)))

NSS_CLIENT_TAG on config.mk points at 1.6, and needs to be moved to 1.7.

Fix: cvs tag -F -r 1.7 NSS_CLIENT_TAG security/coreconf/config.mk
security/coreconf/FreeBSD2.mk needs a tag push too:

Fix: cvs tag -F -r 1.4 NSS_CLIENT_TAG security/coreconf/FreeBSD2.mk

(Hope I got the cvs command syntax right.. I guess you know what I was looking for)
I hope this one didn't get forgotten, because it's a easy one.

If the tag could be moved on the second (now unused) file too (seeing the first
one got it's tag moved, thanks), this bug could be closed:

cvs tag -F -r 1.4 NSS_CLIENT_TAG security/coreconf/FreeBSD2.mk
-> 2.0, P3
Priority: -- → P3
Target Milestone: --- → 2.0
target 2.1
Target Milestone: 2.0 → 2.1
I probably need to clarify this one. PSM now builds on FreeBSD out of the box,
so all previous comments on this bug can be disregarded. 

But the file FreeBSD2.mk is now unused (and deleted on HEAD). So the
NSS_CLIENT_TAG just needs to be pushed one revision forward to reflect this.

Fix: cvs tag -F -r 1.4 NSS_CLIENT_TAG security/coreconf/FreeBSD2.mk
Keywords: nsenterprise
Moving all P3 and P4 bugs targetted to 2.1 to future.
Target Milestone: 2.1 → Future
removing nsenterprise keyword from PSM bugs with target milestone of future.
Keywords: nsenterprise
Mass assigning QA to ckritzer.
QA Contact: junruh → ckritzer
Reporter, is this still a problem?
QA Contact: ckritzer → junruh
Marking fixed!

(Someone has removed the NSS_CLIENT_TAG tag on FreeBSD2.mk which means HEAD is
pulled, which is what was needed: FreeBSD2.mk is deleted on HEAD, which was what
we wanted, since it's not needed anymore).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Verified per reporter's comment.
Status: RESOLVED → VERIFIED
Product: PSM → Core
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.