Commit graph

197866 commits

Author SHA1 Message Date
joerg
eb6e3d2401 NetBSD/current needs _KMEMUSER. 2013-03-03 04:53:00 +00:00
joerg
d8358dc2f6 Fix pthread test case. Nesting main doesn't make much sense. 2013-03-03 04:52:38 +00:00
joerg
1dd711538a Fix inconsistent return types. Use stdarg.h more. 2013-03-03 01:11:10 +00:00
joerg
32e238c3ec munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
joerg
0c5c94d154 Requires _KMEMUSER on NetBSD/current. 2013-03-03 01:09:55 +00:00
joerg
992861375f Fix inline use. 2013-03-03 01:09:34 +00:00
joerg
978312a420 Be explicit and consistent in the visiblity of globalMemTrace. 2013-03-03 01:07:54 +00:00
joerg
5e2c7fc773 Consistently return values from non-void functions. Fix some functions
to return void.
2013-03-03 01:07:24 +00:00
joerg
0f0f65a018 Don't define bool. 2013-03-03 01:06:49 +00:00
ryoon
c0bb05ae6c Updated devel/gitolite to 3.3 2013-03-02 23:41:46 +00:00
ryoon
bfd1c9ea3c Update to 3.3
Changelog:
2012-12-29  v3.3    bug fix: gl-perms propagation to slaves broke sometime
                    after v3.2 (so if you're only picking up tagged releases
                    you're OK)

                    the "D" command now allows rm/unlock to be totally
                    disabled

                    new trigger: update-gitweb-daemon-from-options; another
                    way to update gitweb and daemon access lists

                    new 'create' command for explicit wild repo creation, and
                    new AutoCreate trigger to control auto-creation

                    allow simple macros in conf file

2012-11-14  v3.2    major efficiency boost for large setups

                    optional support for multi-line pubkeys; see
                    src/triggers/post-compile/ssh-authkeys-split

                    bug fix for not creating gl-conf when repo para has only
                    config lines and no access rules

                    new 'bg' trigger command to put long jobs started from a
                    trigger into background

                    %GL_REPO and %GL_CREATOR now work for 'option's also

                    test suite now much more BSD friendly

2012-10-05  v3.1    (security) fix path traversal on wild repos

                    new %GL_CREATOR variable for git-config lines

                    rsync command to create and send bundles automagically

                    migrated 'who-pushed'

                    logical expressions on refexes!!!
2013-03-02 23:41:07 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
wiz
830a67a0fc Bump mysql default to 55. 2013-03-02 20:33:03 +00:00
wiz
96e0ed8725 Add changes entries for transmission changes. 2013-03-02 19:38:49 +00:00
wiz
9ccf6a9b2e Remove old Transmission* packages. 2013-03-02 19:37:06 +00:00
wiz
7058c81490 Import transmission-qt-2.76 as net/transmission-qt.
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the qt frontend for Transmission.
2013-03-02 19:35:29 +00:00
wiz
f8a087ce94 Import transmission-gtk-2.76 as net/transmission-gtk.
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the gtk frontend for Transmission.
2013-03-02 19:34:36 +00:00
wiz
afc5cfb1f0 Re-import transmission-2.76nb1 as net/transmission.
Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

Transmission is open source (MIT license) and runs on Mac OS X
(Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (CLI/GTK2+ interface)
and BeOS (native interface).
2013-03-02 19:33:29 +00:00
joerg
19a62d24fc Fix return types. 2013-03-02 18:29:48 +00:00
joerg
dad7fbe4c5 Consistently return values from non-void functions. 2013-03-02 18:29:03 +00:00
joerg
2e52db7e30 Consistently return a value from non-void functions. 2013-03-02 18:21:39 +00:00
joerg
c570703a4b Be a friend of the class, not of every member. Use the class we are
friend with to find the method we are interested in, not the evil
parent. Consistently return a value from a non-void function.
2013-03-02 18:20:19 +00:00
joerg
b3caaeebef "!=" and "|=" are different operators. Use the correct enum.
Selectively disable a few warnings for clang.
2013-03-02 18:19:10 +00:00
joerg
933e591422 Consistently return a value from non-void functions. 2013-03-02 18:18:10 +00:00
joerg
89f597d226 Expand OS_VERSION. 2013-03-02 18:17:44 +00:00
joerg
0775818c45 Avoid user-defined literal syntax of C++11. Bump revision. 2013-03-02 18:17:14 +00:00
joerg
722314381e Fix class vs struct conflict. Put operator in the correct namespace. 2013-03-02 18:16:38 +00:00
joerg
9f598ce4cc shared_dynamic_cast -> dynamic_pointer_cast 2013-03-02 18:15:39 +00:00
joerg
523005d455 Deal with doxygen changes. 2013-03-02 18:14:57 +00:00
joerg
04cfeb6f2b Return a value from non-void functions. 2013-03-02 18:13:49 +00:00
joerg
d85131356d Fix inline use. Avoid variable length types. 2013-03-02 18:13:14 +00:00
joerg
52fc69ef89 Uses <typeinfo> 2013-03-02 18:12:01 +00:00
joerg
9cd075a474 Return a value in non-void functions. 2013-03-02 18:11:32 +00:00
joerg
5b31c503ca Fix inline use. 2013-03-02 18:11:07 +00:00
joerg
35b7b7c8af string.h is no longer included by png.h 2013-03-02 18:10:42 +00:00
joerg
ad06036768 Don't add default arguments at implementation time. 2013-03-02 18:10:03 +00:00
joerg
d61f5a289c Consistently return values in non-void functions. Fix return types.
Fix main prototype.
2013-03-02 18:09:30 +00:00
joerg
45f62b26d9 Fix template lookup. Don't add default arguments at implementation time. 2013-03-02 18:08:48 +00:00
joerg
523ddb65c7 Add cstring includes formerly done by png.h. 2013-03-02 18:08:03 +00:00
joerg
f2b8e46d9a Provide rpath in imlib2-config --libs output. 2013-03-02 18:07:14 +00:00
joerg
e112772a16 Don't add default arguments at implementation time. 2013-03-02 18:06:22 +00:00
joerg
21acee3ad3 Use non-ambigious assembler syntax. Fix return types. Fix inline usage
to allow building with Clang.
2013-03-02 18:05:46 +00:00
joerg
53cb8f8c79 Fix build with clang. 2013-03-02 18:05:01 +00:00
joerg
9e5af0f026 Restrict JVM heap size during post-install script as the Linux JRE
doesn't honor address space limits.
2013-03-02 18:04:31 +00:00
joerg
5d057d97a4 Match distfile. 2013-03-02 18:03:20 +00:00
joerg
6f5172913a Fix inline use. 2013-03-02 18:02:11 +00:00
joerg
005d288557 Fix main in C file compiled with C++ compiler. 2013-03-02 18:01:05 +00:00
joerg
b310b44776 Doesn't support make -j, so not MAKE_JOBS_SAFE. 2013-03-02 18:00:14 +00:00
joerg
2c99685531 Fix return types. 2013-03-02 17:59:40 +00:00
joerg
b458e41bac Include CPPFLAGS when building the dependency files, so that ImageMagick
headers are found.
2013-03-02 17:59:10 +00:00