Commit graph

9 commits

Author SHA1 Message Date
nibbles 2bits
51a54f445f nss 3.14
- Upgrade nss to version 3.14.
- Adjust the `nss.pc` file to use the current version number.

Closes Homebrew/homebrew#16048.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-14 12:28:18 -06:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Anders F Bjorklund
ffb05dc88c nss: remove the @executable_path from the dylibs
Closes Homebrew/homebrew#12720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:58 -05:00
Anders F Bjorklund
f3f5c2b4ea nss: make sure to add nspr lib as well as include
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:53 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Jack Nagel
8324e1ffd5 nss: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:48 -05:00
Harald Fernengel
66e09cd1c3 nss: install pkg-config file
Some configure scripts are checking for nss via pkg-config since most
Linux distros seem to add that to their package.

Closes Homebrew/homebrew#9705.

Note: upstream has been asked several times over the last few years to
provide pkg-config files, but nothing has come of it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-01 17:27:33 -06:00
Michael T. Conigliaro
639c4f4829 NSS: Remove unnecessary prefix on binaries
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:28:16 -07:00
Michael T. Conigliaro
1306ed07d9 New Formula: NSS
Closes Homebrew/homebrew#7679.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-18 17:18:45 -07:00