Bug 164655 - [PATCH] security/nss: add upstream patch
Summary: [PATCH] security/nss: add upstream patch
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-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 05:10 UTC by Ruslan Makhmatkhanov
Modified: 2012-01-31 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.93 KB, patch)
2012-01-31 05:10 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-01-31 05:10:10 UTC
Add upstream patch, that fix "__GNUC_MINOR is not defined" build error that showing up when building some ports, that depend on nss. See ports/164391 for example. Patch was taken here:
https://bugzilla.mozilla.org/show_bug.cgi?id=702090

Buildlog: http://people.freebsd.org/~rm/nss-3.13.1_1.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-31 05:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-31 21:51:38 UTC
flo         2012-01-31 21:51:27 UTC

  FreeBSD ports repository

  Modified files:
    security/nss         Makefile 
  Added files:
    security/nss/files   patch-bugzilla-702090 
  Log:
  add upstream patch, to fix "__GNUC_MINOR is not defined" build error that
  causes some ports depending on nss to fail. e.g. net-im/pidgin-sipe.
  The patch is taken from https://bugzilla.mozilla.org/show_bug.cgi?id=702090
  
  This patch will be part of the next nss release and can be removed with the next
  update.
  
  PR:             ports/164655
  PR:             ports/164391
  Submitted by:   rm
  
  Revision  Changes    Path
  1.62      +1 -0      ports/security/nss/Makefile
  1.1       +23 -0     ports/security/nss/files/patch-bugzilla-702090 (new)
_______________________________________________
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"
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2012-01-31 21:51:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!