Commit Graph

75343 Commits

Author SHA1 Message Date
landry
a71550fcd3 Resurrect devel/glade3 from the Attic and update it to 3.8.2. It can
still be used by Gtk2 apps/libs, while devel/glade is Gtk3 only.
No conflict as they can be installed alongside.
Discussed/ok ajacoutot@
2012-05-22 14:53:32 +00:00
dcoppa
7ae5bc5807 Fix double definition of 'directory'.
From Christopher Zimmermann, thanks
OK jasper@
2012-05-22 13:56:33 +00:00
espie
19aa179987 tweak: MULTI table now holds pointer to the corresponding subpackage path 2012-05-22 12:04:02 +00:00
jasper
a0492d2d5f - update to 6.2.5
from  Christopher Zimmermann
2012-05-22 11:46:40 +00:00
sthen
4a8788c3d1 samba autoconf picks up uuid/uuid.h if installed; set BUILD_DEPENDS on
e2fsprogs to make sure dpb doesn't junk it. unclear if it actually changes
anything in the package but bumping anyway to be sure.
2012-05-22 11:43:31 +00:00
stsp
b955caaede Fix PATH in xflock4 so it can find xlock and gnome-screensaver. Regen patches.
ok landry
2012-05-22 10:03:03 +00:00
espie
7bc29b5cce minor update, synch with src 2012-05-22 09:27:18 +00:00
ajacoutot
f71a21af66 Merge -rdp into -main.
Discussed with jasper@ (maintainer)
2012-05-22 08:46:16 +00:00
sthen
2e709ae75d add bison as a build dep, building no_x11 failed when it wasn't installed 2012-05-22 08:08:38 +00:00
mpi
2e55d1e85e Make use of openpty(3) to allocate a pseudo-tty, allowing us to enable the
NX and ssh/sftp plugins. Please note that there are still some issues with
these plugins but they should not be tty related.

ok ajacoutot@, jasper@ (maintainer) and openpty diff looked at by naddy@
2012-05-22 08:02:36 +00:00
ajacoutot
8ea815592e ldap.propmap.cfg is needed when using the ldap plugin. 2012-05-22 07:51:08 +00:00
jasper
1973672ceb - update to 3.4.3, fixes the missing file from the 2.4.2 tarball. 2012-05-21 21:10:22 +00:00
jasper
038723014d - update to 0.3.0 2012-05-21 18:22:36 +00:00
gonzalo
769a330726 Putting myself :)
Ok aja@
2012-05-21 18:19:30 +00:00
jasper
f8d1dc6f5b - update to 3.4.2 2012-05-21 17:26:37 +00:00
kurt
aadb84e036 gftp project is dead upstream. Thread locking is a total mess and
the project has about 50 major bugs not fixed upstream.
Time for this to be ejected. okay ajacoutot@
2012-05-21 16:33:21 +00:00
dcoppa
fddf880b35 Fix location of txt files
OK ajacoutot@
2012-05-21 14:34:59 +00:00
giovanni
19801a8aeb Put to the attic, it is now integrated in p5-Email-MIME 2012-05-21 14:23:56 +00:00
giovanni
0830cb4c5d Put to the attic, it is included into p5-Email-MIME 2012-05-21 14:21:48 +00:00
giovanni
9f3bfd35d7 -p5-Email-MIME-Creator
-p5-Email-MIME-Modifier
2012-05-21 14:05:24 +00:00
giovanni
1e43148960 Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME
fix packages accordingly
spotted & ok bluhm@
ok sthen@
2012-05-21 13:57:25 +00:00
giovanni
9e135bf55b Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME
spotted & ok bluhm@
ok sthen@
2012-05-21 13:52:55 +00:00
okan
a2674d3368 fix access volation (in r3970 and r3978 upstream as well); reported by deraadt@
ok sthen@
2012-05-21 13:29:31 +00:00
sthen
94bc04cdb9 +check_postgres 2012-05-21 11:06:04 +00:00
sthen
85c831b5fe import ports/net/nagios/check_postgres, ok pea@
check_postgres is a script for monitoring various attributes of
your database (transaction id status, blocked queries, long running
queries, connection status and more). It is designed to work with
Nagios, MRTG, or in standalone scripts.
2012-05-21 11:05:38 +00:00
ajacoutot
7bdced1b9d Committed upstream. 2012-05-21 09:42:57 +00:00
jasper
3ac8824849 - enable smp support
from icepiz.de at gmail.com and reminded by brad
ok MAINTAINER
2012-05-21 07:37:45 +00:00
ajacoutot
69fd38fc86 Add BZ. 2012-05-21 06:15:50 +00:00
ajacoutot
e30644bbec Committed upstream. 2012-05-21 06:01:03 +00:00
naddy
77411a653c strptime is XPG4v2; ok jasper@ 2012-05-20 22:10:46 +00:00
naddy
8856725b20 strptime is XPG4v2 2012-05-20 22:06:35 +00:00
naddy
932043f849 strptime is XPG4v2; ok ajacoutot@ 2012-05-20 21:50:58 +00:00
sthen
566eef95df don't use asm code; from frantisek holop, fixes a segfault with e2fsck 2012-05-20 21:42:50 +00:00
sthen
c5636d9fa1 tidy whitespace 2012-05-20 21:39:22 +00:00
naddy
ed7596f8a7 strptime is XPG4v2; ok sthen@ 2012-05-20 21:34:57 +00:00
naddy
77d45002a1 strptime is XPG4v2 2012-05-20 20:48:01 +00:00
naddy
36fbee6826 Bump.
The return values of strptime() may have been truncated.
2012-05-20 20:33:18 +00:00
naddy
e5b9105f73 Fix build on big endian architectures:
* For samdump2, use the bswap.h wrapper header from the main source.
* Also add bswap64, which is required by nteightxl.c.

ok benoit@
2012-05-20 20:13:39 +00:00
naddy
1e9e0e4066 strptime is XPG4v2 2012-05-20 19:55:55 +00:00
naddy
dddbcdbbc1 strptime is XPG4v2 2012-05-20 19:42:25 +00:00
ajacoutot
d31ed2038a Fix several warnings.
ok rpointel@ (maintainer)
2012-05-20 17:04:55 +00:00
naddy
28587403a9 switch upstream to Bitbucket and update to REL_20120305 2012-05-20 16:44:53 +00:00
jsing
30a5bd85bc Update lang/go to version 1.0.1.
ok sthen@
2012-05-20 16:32:51 +00:00
espie
e79b763a4e more surgery:
- don't ask the database about existing pathkeys, it's simpler to have
our hash.
- in dependencies, don't like for non normalized pathkeys
- add CANONICAL column, and fill it.
2012-05-20 11:06:07 +00:00
ajacoutot
77b9840f10 Add missing _POSIX_THREAD_PRIORITY_SCHEDULING check.
from Brad
ok espie@
2012-05-20 10:39:00 +00:00
jasper
3110f2b50c - fix "generator" tag in html output 2012-05-20 08:50:10 +00:00
shadchin
427afe61f5 Update to 2.6.5.
tested mikeb@, maintainer timeout
2012-05-19 18:31:07 +00:00
sthen
c16287e312 use a homedir for _icinga's @newuser line which actually exists. 2012-05-19 10:47:10 +00:00
sthen
b5f7fc550b Include the PIC flag when linking, as well as building, the shared
library, from Brad.
2012-05-19 08:24:50 +00:00
sthen
0ecf410488 remove strlcpy patch for tinycdb, the original code is safe and generally
we don't patch for strlcpy in ports any more except in special cases
(though we did when this port was first submitted in 2005 ;-)
2012-05-19 08:14:38 +00:00