sthen
8da06bfdee
simpler; from aja@
2012-04-06 11:59:48 +00:00
sthen
b10b785f50
In freedt, change svscan's rc script to shut down daemons started by svscan
...
when "svscan stop" is run. From Marcus Merighi with feedback from me.
2012-04-06 11:47:54 +00:00
merdely
4eb8f1f912
Update to 0.23. Remove some unneeded depends. Remove USE_GROFF.
...
Update pkg/DESCR (requested by and suggestion from okan)
ok okan@
2012-04-05 21:20:29 +00:00
sthen
6a2ea507b5
update to symon 2.85
2012-04-05 14:33:48 +00:00
ajacoutot
6bf9dbe8fc
Install man pages with proper perms so that a regular user can read them.
2012-04-05 10:33:45 +00:00
jasper
4f6e160902
- disable -Werror to unbreak the build after the recent libgcrypt update.
2012-04-05 09:20:12 +00:00
merdely
136feb26c0
Move some files from PLIST to PLIST-server so that FLAVOR=no_server make
...
works again.
Conflict with older versions of the client.
Make mtx-changer.conf @sample-able so we don't overwrite on update.
ok & help from sthen and aja
2012-04-04 21:30:56 +00:00
brynet
973c08740a
Whoops, add the man page patch for xbattbar.
2012-04-04 02:35:15 +00:00
brynet
9070e23e24
Add an option for displaying time&date to xbattbar (-T), from Alexander Polakov.
...
ok sthen@
2012-04-04 02:19:16 +00:00
sthen
302b21f525
Adjust new user creation in Bacula which had some duplication between
...
packages which depend on each other:
- only create the _bacula user in -main (client parts)
- only create the _bacula-sd user in -server
Change _bacula's home dir from /var/bacula to /nonexistent.
/var/bacula needs to be writable by the _bacula group and since
/usr/libexec/security actually checks that user home dirs are
group-writable, whereas /etc/security just checked if the user
home dir was a writable *file*(!), it whines every day for
every machine with bacula client installed. (This will only
affect new installations so if you're annoyed by these mails
too, just vipw and change it by hand).
ok ajacoutot@ merdely@
2012-04-03 10:05:47 +00:00
steven
7743cfe4e9
enable sql support.
...
to use this, you also need to install the specific libdbi-drivers package
for the database you plan to use.
requested and tested by Richard Brooks, RichardBUK at FastMail.fm
2012-04-01 20:38:19 +00:00
ajacoutot
500e8f9c49
x11/gnome/gcr is not needed and mono-gnome already brings everything that
...
is required.
2012-04-01 15:58:31 +00:00
ajacoutot
6edb2a5de9
Missing build depends on vala.
2012-04-01 09:59:32 +00:00
ajacoutot
8f3e480582
Update to cyphertite-1.1.1.
...
from dhill@ (maintainer)
2012-03-30 22:53:18 +00:00
naddy
885f1458ce
fix build with latest glib
2012-03-30 20:33:41 +00:00
ajacoutot
091bb20796
Fix some ports improperly using the POSIX feature test macros. Just
...
checking if they're defined is wrong as -1 is a valid value to indicate
the feature is not supported. No package bumps as the code sections in
question are not being built at the moment.
from Brad
2012-03-30 06:09:54 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
2832c6e1a7
Depend on gcr instead of gnome-keyring.
2012-03-29 08:14:22 +00:00
ajacoutot
75dfe73ca4
Update to notification-daemon-0.7.4.
2012-03-29 06:25:42 +00:00
ajacoutot
c177b177ef
Update to accountsservice-0.6.17.
2012-03-28 09:05:54 +00:00
ajacoutot
2af9fde46d
Fix build with glib >= 2.31.20.
2012-03-23 13:28:25 +00:00
ajacoutot
783daaa564
Update to deja-dup-22.0.
2012-03-23 11:38:05 +00:00
dcoppa
d0900366de
Unbreak again (remove execinfo from WANTLIB)
2012-03-22 08:37:49 +00:00
ajacoutot
59672e9783
Update to duplicity-0.6.18.
...
from Gonzalo L. R.
ok jim@ (maintainer)
2012-03-22 06:43:19 +00:00
dcoppa
52a53c0c10
Unbreak after audacious' update
2012-03-21 09:33:23 +00:00
naddy
d0ef1a6b53
fileutils, sh-utils, textutils are superseded by coreutils.
...
From: Antti Harri
2012-03-20 16:36:16 +00:00
naddy
216615557c
Import GNU coreutils 8.15.
...
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system.
Previously these utilities were offered as three individual sets of GNU
utilities, Fileutils, Shellutils, and Textutils. Those three have been
combined into a single set of utilities called Coreutils.
From: Antti Harri
2012-03-20 16:34:07 +00:00
sthen
e9c6cebec7
Tweak login_ldap manpage to mention ypldap as a source for user accounts.
...
Remove text about "OpenBSD does not ship with an an LDAP server in the default
install" which has been incorrect for a while.
ok merdely@
2012-03-19 22:15:58 +00:00
ajacoutot
5f3fd5f476
Tweak comment in patch; no pkg change.
2012-03-17 10:43:32 +00:00
sthen
7316ef1a51
getline -> get_line, regen plist while there
2012-03-17 10:35:10 +00:00
sthen
54da5ff5e0
getline->get_line, remove USE_GROFF
2012-03-16 22:23:22 +00:00
sthen
1bc2837fb8
regen patches
2012-03-16 22:08:45 +00:00
dcoppa
938ae00ce1
Update gnu grep to 2.11
2012-03-16 08:40:13 +00:00
sthen
63b61837cd
fix with vmmap, originally from ariane@
...
(recommitting the right diff..)
2012-03-15 21:39:53 +00:00
sthen
f9236c76db
oops committed from wrong tree - revert, will recommit the right one shortly
2012-03-15 21:36:44 +00:00
sthen
6eb18769b7
fix with vmmap, originally from ariane@
2012-03-15 21:34:52 +00:00
sthen
0b88f3cbcc
fix builds on a system which doesn't have already-existing _bacula users/groups.
...
spotted by naddy@, ok merdely@ aja@
2012-03-08 17:34:34 +00:00
okan
b7fafd5fa1
update to 2.6.2
...
ok ajacoutot@
2012-03-08 15:36:03 +00:00
sthen
78137264de
update to Bacula 5.2.6, ok ajacoutot@ merdely@
...
- don't use ports libtool, it passes invalid flags to the linker
- since libbaccats-${BACKEND} must have the same .so version as
libbaccats, use a variable to make sure they are kept in-sync
- mark as being SHARED_ONLY and sync/merge plists
2012-03-06 20:11:33 +00:00
ajacoutot
e64ff1fab0
Revert previous and add textproc/intltool MODULE.
2012-03-03 17:30:17 +00:00
espie
258c06240c
fix build
2012-03-03 17:09:14 +00:00
dcoppa
01445901ae
Update to ggrep-2.10
...
additional comment and ok naddy@
2012-02-28 08:51:17 +00:00
dhill
3aa5948388
update to 1.0.1
2012-02-28 02:26:41 +00:00
robert
9eed39629d
update to 2.7.22 which fixes CVE-2012-1053
2012-02-24 08:08:35 +00:00
dcoppa
b36c86d9de
Fix after libfprint update.
...
OK robert@ (maintainer)
2012-02-22 09:32:45 +00:00
sthen
a9bb0a36e7
tidy whitespace, no package change
2012-02-21 22:29:43 +00:00
sthen
22edabdcb4
Remove patches casting NULL when used as a sentinel to a pointer.
...
These are no longer needed since unistd.h r1.63 et al. ok ajacoutot@
2012-02-21 22:19:31 +00:00
sthen
8521c4058b
update to symon 2.84
2012-02-21 17:54:44 +00:00
ajacoutot
04f34342b4
CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
...
list it.
ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
8168d290d8
Update to duplicity-0.6.17.
...
ok jim@ (maintainer)
2012-02-19 17:49:53 +00:00