2972 Commits

Author SHA1 Message Date
jasper
64eac56f92 - update facter to 1.7.1
- better homepage

ok robert@ (MAINTAINER)
2013-06-26 14:46:30 +00:00
zhuk
cc129972c6 Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.

input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
sthen
2ee2f7ecbc sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja 2013-06-21 22:37:02 +00:00
sthen
2ae7734e12 Update e2fsprogs to 1.42.7, and rename the library back to libuuid now
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.

e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.

Fallout will be handled in the next couple of commits.

ok ajacoutot@
2013-06-21 22:35:51 +00:00
bcallah
59047216a7 Update sysutils/ncdu to 1.10
Take MAINTAINER
ok jturner@
2013-06-20 14:58:59 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
steven
fc9e963eaf update to 3.3.11 2013-06-19 20:26:05 +00:00
jasper
95f7c59a1c Security update of puppet to 3.2.2, which addresses CVE-2013-3567
(Unauthenticated Remote Code Execution Vulnerability).

http://puppetlabs.com/security/cve/cve-2013-3567/

ok robert@ (MAINTAINER)
2013-06-19 07:36:03 +00:00
lteo
de47f940ad Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
2013-06-19 03:40:23 +00:00
ajacoutot
b10a87752b Fix _uptimed homedir. 2013-06-18 06:00:19 +00:00
rfreeman
ed02400f3a import sysutils/uptimed, utility to keep track of uptime records.
OK sthen@ with input from sthen@
2013-06-18 05:47:19 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
jasper
fb2b4914f6 - update to augeas-1.1.0
* includes various new lenses among which a lens for our boot.conf and
  ntpd.conf
2013-06-17 07:39:49 +00:00
ajacoutot
223efcfcc4 Fix WANTLIB. 2013-06-15 14:28:05 +00:00
ajacoutot
fbfca42a04 Some cleanups:
* properly detect uuid from e2fsprogs
* disable mtab support
* use --disable-ldconfig instead of patching
* regen WANTLIB/LIB_DEPENDS/PLIST
2013-06-15 14:25:28 +00:00
sthen
0136ac99a4 MODGNOME_TOOLS += gi to fix the build, ok ajacoutot@ 2013-06-15 11:44:17 +00:00
sthen
290b9818c8 unbreak, daddr64_t has gone 2013-06-15 08:19:33 +00:00
pirofti
82076df1d1 Import ntfs-3g (2013.1.13)
NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux,
Android, Mac OS X, FreeBSD, NetBSD, OpenBSD, OpenSolaris, QNX, Haiku,
and other operating systems. It provides safe handling of the
Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008 and Windows 7 NTFS file systems.


This still needs a few patches in libfuse that will be committed soon
and of course a kernel with FUSE enabled.

Until these issues are fixed the port won't be linked to the build.

Tested on amd64 on a 32G NTFS partition. Reads and writes seem to work
like a charm.


Okay landry@, ajacoutot@
2013-06-14 13:49:50 +00:00
jasper
8ece0508f7 update to libvirt-1.0.5.2 2013-06-13 12:20:43 +00:00
benoit
eb50e80b87 Update cyphertite to 1.6.1.
from David Hill (maintainer)
2013-06-13 10:46:06 +00:00
jasper
65185f8ac2 Make the facter addition for physicalprocessorcount more generic, just like
how is done for other operating systems.

ok robert@ (MAINTAINER)
2013-06-13 08:37:20 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
rpe
c45ed872d5 update to ansible 1.2
ok sthen@ ajacoutot@
2013-06-12 15:29:23 +00:00
jasper
1caafb6366 create hieradata dir now that puppet depends hiera. req'd by aja@
ok robert@
2013-06-12 14:02:53 +00:00
jasper
306d3203d6 sync w/ puppet and use ruby 1.9 2013-06-11 14:58:46 +00:00
jasper
8a68763bba switch to ruby 1.9 which brings significant speed ups over 1.8.
there is one thing to be aware of, which is that ruby 1.9 uses a stricter
yaml parser, so be sure your hier yaml files are OK before attempting to
update or your agents will fail.

ok robert@ (MAINTAINER)
2013-06-11 14:56:14 +00:00
jasper
9708cbb54f hiera is required by puppet3
ok robert@ (MAINTAINER)
2013-06-11 13:37:14 +00:00
jasper
c9c5fe36e6 remove puppet-2.x, it was intended to be kept around to work against the PE
version, but OS interaction with PE has been broken for a long time now.
Besides, the next PE version will be based on Puppet 3.

ok robert@ (MAINTAINER) ajacoutot@
2013-06-11 13:31:39 +00:00
jasper
7d075506ed zap unneeded SHARED_ONLY
ok robert@ (MAINTAINER)
2013-06-11 13:24:07 +00:00
jasper
371f251506 - update to monit-5.5.1
from Mark Patruck
2013-06-10 17:09:55 +00:00
jasper
9fc8bddff1 add ruby-rgen to the watchlist; it's needed for the "future" parser in 3.2.x 2013-06-10 14:46:59 +00:00
jasper
49fed914e7 update to ruby-puppet-3.2.1
Please refer to http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-321
for the release notes.

ok robert@ (MAINTAINER) ajacoutot@
2013-06-10 14:46:34 +00:00
ajacoutot
1521c50824 Update to d-feet-0.3.5. 2013-06-09 10:38:14 +00:00
dcoppa
72c646e722 Adjust after FHASLOCK removal. 2013-06-08 11:40:48 +00:00
ajacoutot
21f28e6522 Revert the mysql->MariaDB blurb in the READMEs.
It seems the MariaDB move will be reverted.
2013-06-06 13:57:48 +00:00
ajacoutot
f3f9bbf22b "operator" can be used as well. 2013-06-05 16:23:14 +00:00
ajacoutot
7e402be7dc Clearer. 2013-06-05 16:12:05 +00:00
ajacoutot
26941f5ac8 Fix up permissions for tape devices versus autochangers. 2013-06-05 15:05:01 +00:00
ajacoutot
8118543b5a mysql -> MariaDB 2013-06-05 14:30:23 +00:00
benoit
805041ef57 Update cyphertite to 1.6.0.
from David Hill (maintainer)
2013-06-05 07:45:26 +00:00
schwarze
2ceadd24bb Substantially improve the pstree(1) manual.
* Add an ISC license.  Sebastian Stark agreed to this in private email to me.
* Add ENVIRONMENT, EXIT STATUS, and AUTHORS sections, and another example.
* Clarify wording at several places, sort options, and other formatting nits.
* No need to USE_GROFF.
* Bump.
OK naddy@ benoit@
2013-06-04 15:22:10 +00:00
giovanni
273b6d95a6 Update to 2.5.3 based on anacron2 fork which is still actively maintained
ok gonzalo@
2013-06-04 13:47:09 +00:00
sthen
e6d7c3a622 lowercase start of COMMENT 2013-06-03 22:17:41 +00:00
ajacoutot
99b4214255 Drop unused VERSION variable.
Drop bogus CONFIGURE_ARGS.
Add missing RCS id.
2013-06-03 22:02:28 +00:00
landry
dcbfba8544 Import sshfs-fuse 2.4, from MAINTAINER Sylvestre Gallon
SSHFS allows you to mount a remote directory over a normal ssh connection.

Not linked to the build yet, as are the kernel-side bits & userland lib.
Just putting it here so people can play with it.
Tweaks, tidying & fixes to the port by myself
2013-06-03 16:25:24 +00:00
steven
9efb1d2f7e maintenance update to 3.3.9 2013-06-02 20:01:22 +00:00
beck
067f3cf0af Take ownership of torture - as I use it a lot, and add the coredumper
to the suite of torture tests.

ok landry@
2013-06-02 14:30:42 +00:00
ajacoutot
6126547b01 Drop uneeded patches. 2013-06-01 19:19:16 +00:00
sthen
1b5372efac Add a dependency on json-c, autoconf picks it up if present.
Found by Barry Grumbine.
2013-06-01 12:00:26 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00