Opened 14 years ago

Closed 14 years ago

#24007 closed defect (wontfix)

nss-3.12.5_0 does not install all static libraries

Reported by: raphael-st (Raphael Straub) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: nss

Description

nss does not install all static libraries that it builds. The attached patch fixes this.

Attachments (1)

Portfile.diff (746 bytes) - added by raphael-st (Raphael Straub) 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by raphael-st (Raphael Straub)

Attachment: Portfile.diff added

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

I'd rather not install static libraries. What need do you have for this?

comment:2 in reply to:  1 ; Changed 14 years ago by raphael-st (Raphael Straub)

Replying to jeremyhu@…:

I'd rather not install static libraries.

Many ports install both dynamic and static libraries. Are there any disadvantages of additionally installing static libraries besides disk space?

What need do you have for this?

Well, sometimes you don't want a user to be able to easily change the crypto code of your application.

comment:3 in reply to:  2 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: wontfix
Status: newclosed

Replying to raphael@…:

Replying to jeremyhu@…:

I'd rather not install static libraries.

Many ports install both dynamic and static libraries. Are there any disadvantages of additionally installing static libraries besides disk space?

Yes. Installing them means someone might actually use them... which makes maintenance difficult.

What need do you have for this?

Well, sometimes you don't want a user to be able to easily change the crypto code of your application.

I'd rather make it easier to issue bugfixes and security fixes for your application.

Note: See TracTickets for help on using tickets.