Commit graph

19 commits

Author SHA1 Message Date
Dan Peebles fc4c0d4ba1 talloc: fix on darwin 2016-10-14 22:51:21 -04:00
Eelco Dolstra 498af0bbb4 talloc: 2.1.5 -> 2.1.8 2016-09-19 20:03:39 +02:00
Dan Peebles 7bf6e249eb talloc: re-add old static output
It was originally added by https://github.com/NixOS/nixpkgs/pull/5142 but removed in
863ef41025.y
2016-08-19 21:41:21 +00:00
William A. Kennington III 863ef41025 talloc: 2.1.3 -> 2.1.5 2015-11-07 18:51:59 -08:00
William A. Kennington III 898660f2d0 talloc: 2.1.2 -> 2.1.3 2015-07-31 17:11:10 -07:00
Michael Raskin ba82a5d609 Merge pull request #5142 from bosu/static-proot
proot: allow static compilation
2015-04-04 13:26:21 +03:00
William A. Kennington III 14d72a1c65 talloc: 2.1.1 -> 2.1.2 2015-03-10 11:17:25 -07:00
Edward Tjörnhammar 33a8a51657 fetchurl: collate samba project urls into a mirror 2015-02-08 22:29:27 +01:00
William A. Kennington III 0a03d675a9 talloc: Update dependency list 2015-01-02 17:22:37 -08:00
Boris Sukholitko b1b5712c43 talloc: export archive to allow static linkage 2014-11-26 20:37:58 +02:00
William A. Kennington III 70b7ec0ad2 talloc: 2.0.1 -> 2.1.1 2014-11-06 15:04:35 -08:00
Patrick Mahoney 8edb10d31e talloc: Fix linker flags on darwin.
Before this patch, building talloc on darwin (OS X 10.8.5) results in:

gcc -dynamiclib -Wl,-search_paths_first -undefined error -o libtalloc.dylib.2.0.1 ./talloc.o  ./libreplace/replace.o ./libreplace/snprintf.o ./libreplace/getpass.o ./libreplace/strptime.o   -install_namelibtalloc.dylib.2
gcc: error: unrecognized command line option '-install_namelibtalloc.dylib.2'
make: *** [libtalloc.dylib.2.0.1] Error 1

Setting SONAMEFLAG to either "-install_name " (note trailing space), or
"-Wl,-install_name," results in a successful build. The latter seems
more clear.
2014-10-16 14:40:25 -05:00
Longrin Wischnewski 6e7de2155b change md5sum to sha256sum for a few packages 2014-10-12 16:13:21 +02:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Florian Friesdorf cadbee1ab1 indeed fix talloc build on darwin
svn path=/nixpkgs/trunk/; revision=29431
2011-09-21 23:31:51 +00:00
Florian Friesdorf ad3d180d6f attempt to fix talloc build on darwin
see: https://bugzilla.samba.org/show_bug.cgi?id=7000

svn path=/nixpkgs/trunk/; revision=29430
2011-09-21 23:23:12 +00:00
Eelco Dolstra 2c72c03de5 * Mesa 7.9.1.
svn path=/nixpkgs/branches/x-updates/; revision=25905
2011-02-11 14:48:30 +00:00
David Guibert b3e7257c5f talloc 2.0.1
svn path=/nixpkgs/trunk/; revision=22009
2010-05-27 19:33:28 +00:00