Bug 144994 - security/nss: the nss-config script is broken
Summary: security/nss: the nss-config script is broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 03:00 UTC by Mikhail T.
Modified: 2010-04-29 03:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (519 bytes, patch)
2010-03-24 03:00 UTC, Mikhail T.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"