| Commit message (Expand) | Author | Age | Files | Lines |
| * | bacula: 11.0.1 -> 11.0.2 | R. RyanTM | 2021-05-08 | 1 | -2/+2 |
| * | remove myself from a bunch of software I no longer use/maintain | Domen Kožar | 2021-03-03 | 1 | -1/+1 |
| * | bacula: 11.0.0 -> 11.0.1 | R. RyanTM | 2021-02-09 | 1 | -2/+2 |
| * | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -3/+3 |
| * | Merge pull request #107720 from freezeboy/update-bacula•••bacula: 9.6.6 -> 11.0.0 | Sandro | 2021-01-12 | 1 | -4/+5 |
| |\ |
|
| | * | bacula: 9.6.6 -> 11.0.0 | freezeboy | 2020-12-28 | 1 | -4/+5 |
| * | | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #101303 from r-ryantm/auto-update/bacula•••bacula: 9.6.5 -> 9.6.6 | Mario Rodas | 2020-11-02 | 1 | -2/+2 |
| |\ |
|
| | * | bacula: 9.6.5 -> 9.6.6 | R. RyanTM | 2020-10-22 | 1 | -2/+2 |
| * | | bacula: fix build on darwin (#101526) | r-burns | 2020-10-25 | 1 | -1/+7 |
| |/ |
|
| * | bacula: 9.6.3 -> 9.6.5 | R. RyanTM | 2020-06-17 | 1 | -2/+2 |
| * | bacula: 9.6.2 -> 9.6.3 | R. RyanTM | 2020-04-07 | 1 | -2/+2 |
| * | bacula: 9.4.4 -> 9.6.2 | R. RyanTM | 2020-03-01 | 1 | -3/+3 |
| * | bacula: fix cross compiling for armv7l•••got this error while cross compiling:
checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling
autoconf manual says:
— Macro: AC_FUNC_SETPGRP
If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.
The result of this macro is cached in the ac_cv_func_setpgrp_void variable.
This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.
So override it with caching variable.
| Eric Wolf | 2019-08-12 | 1 | -1/+1 |
| * | bacula: 9.4.3 -> 9.4.4•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions
| R. RyanTM | 2019-06-17 | 1 | -2/+2 |
| * | bacula: 9.4.2 -> 9.4.3•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions
| R. RyanTM | 2019-05-04 | 1 | -2/+2 |
| * | bacula: 9.4.1 -> 9.4.2 (#58007)•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions | R. RyanTM | 2019-03-31 | 1 | -2/+2 |
| * | bacula: 9.2.2 -> 9.4.1 (#52924)•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions | R. RyanTM | 2018-12-27 | 1 | -2/+2 |
| * | bacula: 9.2.1 -> 9.2.2•••Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bacula/versions
| R. RyanTM | 2018-11-19 | 1 | -2/+2 |
| * | bacula: 5.2.13 -> 9.2.1 | Dejan Lukan | 2018-11-01 | 1 | -4/+12 |
| * | Revert "postgresql: Add dev output"•••Firstly this creates a cycle in 9.6 .out <-> .dev after fixing the PGXS
path.
Secondly this breaks extension handling and the pg_config as it
resolves a lot of paths relatively resulting in the following bogus
output:
BINDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/bin
DOCDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
HTMLDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
INCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
PKGINCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
INCLUDEDIR-SERVER = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/locale
MANDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/man
SHAREDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9
This can probably only be properly fixed by rewriting pg_config in large
parts as it does not in any way respect splitting the postgres tree and
assumes it can simply resolve paths relative to its location. This does
not even handle symlinks:
$ result-dev/bin/pg_config
BINDIR = /home/robin/dev/nixpkgs-upstream/result-dev/bin
DOCDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
HTMLDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
INCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
PKGINCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
INCLUDEDIR-SERVER = /home/robin/dev/nixpkgs-upstream/result-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/locale
MANDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/man
SHAREDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9
cc @edolstra
Revert "bacula: fix after postgresql output splitting"
This reverts commit 13c9cbacdded00558084fda7037ca80849208e99.
Revert "postgresql: fix pgxs dir in pg_config"
This reverts commit 21998d597bd257c1a769e2be4b7a52b5b7e482a6.
Revert "rubyGems.pg: fix postgresql path"
This reverts commit e253ae7d3a4ab992d2432c87514e3333a3cf744d.
Revert "kea: fix path to pg_config"
This reverts commit 086c636eb7f894a55f752b6164dac4a87d8bcee9.
Revert "php: fix build wrt. new postgres.dev build output"
This reverts commit 2f23a83920107678ca1792a11d19e1cb37df3ace.
Revert "gdal: fix path to pg_config"
This reverts commit 032c50d45b3fd1ebb4af592b83e776ed7004b4c0.
Revert "postgresql: Add dev output"
This reverts commit b0280f598e4b3f6ebf33ad2115734e4735df443a.
| Robin Gloster | 2017-09-27 | 1 | -2/+2 |
| * | bacula: fix after postgresql output splitting | Robin Gloster | 2017-09-27 | 1 | -2/+2 |
| * | Merge: make dev output references explicit•••This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.
| Vladimír Čunát | 2016-05-22 | 1 | -1/+1 |
| |\ |
|
| | * | treewide: Make explicit that 'dev' output of sqlite is used | Tuomas Tynkkynen | 2016-05-19 | 1 | -1/+1 |
| * | | rename iElectric to domenkozar to match GitHub | Domen Kožar | 2016-05-17 | 1 | -1/+1 |
| |/ |
|
| * | Don't use "with licenses;" for single licences•••And don't use square brackets on such lines.
| Tobias Geerinckx-Rice | 2015-05-28 | 1 | -1/+1 |
| * | Use common licence attributes from lib/licenses.nix•••Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
| Tobias Geerinckx-Rice | 2015-05-27 | 1 | -2/+2 |
| * | bacula: fix build on darwin | Jason "Don" O'Conal | 2013-09-06 | 1 | -8/+10 |
| * | Add almir and it's dependencies. | Domen Kozar | 2013-03-27 | 1 | -0/+5 |
| * | bacula: add postgresql support, add myself as maintainer and set meta.platforms | Domen Kozar | 2013-03-22 | 1 | -3/+8 |
| * | bacula: Remove some duplication to avoid errors when updating. | Shea Levy | 2013-02-22 | 1 | -2/+2 |
| * | bacula: fix version mismatch between name and src attribute•••Commit 207443b1849e7b1ce65059d2fdad81db04cc75d8 ("upgrade bacula")
updated the backula version in the src attribute but forgot to update
the version number in the name attribute.
| Bjørn Forsman | 2013-02-22 | 1 | -1/+1 |
| * | upgrade bacula | Domen Kozar | 2013-02-21 | 1 | -2/+2 |
| * | Simple packaging of bacula.•••svn path=/nixpkgs/trunk/; revision=28182
| Lluís Batlle i Rossell | 2011-08-05 | 1 | -0/+20 |