Bug 144994

Summary: security/nss: the nss-config script is broken
Product: Ports & Packages Reporter: Mikhail T. <freebsd-2024>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mikhail T. 2010-03-24 03:00:11 UTC
	The script's list of libraries begins with an invalid
	string:
		nss-config --libs
		-Wl,-R/usr/local/lib/nss .....

How-To-Repeat: 
	Trying to build a mozilla application (such as thunderbird3)
	with-system-nss (as ALL ports should do) fails because of this
	problem.
Comment 1 Mikhail Teterin freebsd_committer freebsd_triage 2010-03-24 03:02:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2010-04-28 03:48:24 UTC
State Changed
From-To: open->feedback

I am not really sure about it. Do you know if remove this will cripple other 
apps?
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2010-04-29 02:58:31 UTC
State Changed
From-To: feedback->closed

I don't really understand why all suddent now it causes problem when it has 
been there for about three years without any problem. Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-04-29 02:58:32 UTC
mezz        2010-04-29 01:58:18 UTC

  FreeBSD ports repository

  Modified files:
    security/nss         Makefile 
    security/nss/files   nss-config.in 
  Log:
  Fix the 'nss-config --libs' by remove the '-Wl,-R/usr/local/lib/nss' to allow
  other gecko applications to be able to build with nss.
  
  PR:             ports/144994
  Submitted by:   mi
  
  Revision  Changes    Path
  1.51      +1 -0      ports/security/nss/Makefile
  1.3       +1 -1      ports/security/nss/files/nss-config.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"