Commit graph

195043 commits

Author SHA1 Message Date
dholland
df9947ae24 Remove quite a bit of pkglint. 2012-12-24 00:56:19 +00:00
dholland
b7ce5b9c6e Don't hardwire /usr/pkg. 2012-12-24 00:54:05 +00:00
pettai
a3d173f522 Updated net/knot to 1.1.3 2012-12-23 23:38:36 +00:00
pettai
38004945fb v1.1.3 - Dec 19, 2012
---------------------

Bugfixes
        * Updated manpage.

v1.1.3-rc1 - Dec 6, 2012
------------------------

Bugfixes
        * Fixed answering DS queries (RRSIGs not together with DS, AA bit
          missing).
        * Fixed setting ARCOUNT in some error responses with EDNS enabled.
        * Fixed crash when compiling zone zone with NSEC3PARAM but no NSEC3
          and semantic checks enabled.
2012-12-23 23:38:08 +00:00
spz
3e2529009b Apply patch https://issues.apache.org/bugzilla/show_bug.cgi?id=49491
from upstream for a bug that lets the devel/rt3 mailgate fail rather
dismally when present. Reviewed by tron.
2012-12-23 21:32:41 +00:00
dholland
c4ba3c6018 Use c89. Pass gcc -Wall. Fix clang build. While here, use snprintf
instead of sprintf. PKGREVISION -> 2.
2012-12-23 18:43:47 +00:00
wiz
226fd09204 + Transmission-gui-2.75, gob2-2.0.19, libvisio-0.0.24, x264-devel-20121222. 2012-12-23 16:02:06 +00:00
wiz
5cfdb345af + blender-2.65a, coccigrep-1.12, genius-1.0.16, global-6.2.7,
gmp-5.1.0, gnupg-1.4.13, gob-2.0.19, gsed-4.2.2, libmemcached-1.0.15,
  opera-12.12, phpmyadmin-3.5.5, pulseaudio-3.0, qt5-libs-5.0.0,
  tcl-8.6, tea-33.4.1, tk-8.6, wine-devel-1.5.20, xf86-video-mach64-6.9.4.
2012-12-23 15:58:52 +00:00
marino
eab6ebb556 misc/libreoffice: DRAGONFLY_CCVER=gcc44
F.Tigeot confirmed that it builds with DragonFly's gcc 4.4 and
does not build with gcc 4.7.  Due to upcoming version 3.6, this
is not worth fixing for gcc 4.7 (at least it is not worth it to us.)
2012-12-23 15:42:44 +00:00
ryoon
f30d3a5622 Updated www/php-owncloud to 4.5.5 2012-12-23 12:35:31 +00:00
ryoon
90fca5879d Update to 4.5.5
Changelog:
Version 4.5.5 Dec 20th 2012

    Show drag and drop shadow for Firefox
    Fix Knowledgebase under certain conditions
    Fix setting of sharing password
    Fix setting of sharing password
    Several sharing fixes
    Fixversioning during sharing
    Fix mounting of external filesystems especially CIFS
    Fix several PHP warnings
    Show /Shared as standard directory
    Fix session management for running several ownClouds on the same host
    Fix WebDAV quota enforement
    Fix CalDAV with LDAP users
    Better warning about missing dependencies
    Add warning about conflicting WebDAV auth and LDAP backend
    Restore send sharing link my email
    Fix encoding problem with mounting of CIFS filesystems
    Fix mimetype icons for new files
    Fix the folder size calculation
    Fix for deleting multiple files
    Fix for controling the data dir with LDAP
    Security: Auth bypass in user_webdavauth and user_ldap (oC-SA-2012-006)
    Security: XSS vulnerability in bookmarks (oC-SA-2012-007)
2012-12-23 12:34:43 +00:00
ryoon
0cff34ba72 Updated multimedia/libvpx to 1.1.0nb2 2012-12-23 10:34:39 +00:00
ryoon
68e112781f Bump PKGREVISION.
* Fix broken library generation on NetBSD/cobalt
2012-12-23 10:33:33 +00:00
obache
1ca80c65c8 Updated devel/cutter to 1.2.2 2012-12-23 07:46:41 +00:00
obache
3b820e55e9 Update cutter to 1.2.2.
== [release-1-2-2] 1.2.2: 2012-10-29

We began to support Ubuntu 12.10 (Quantal Quetzal).
There are some improvements and fixed bugs.

=== Cutter

==== Improvements

  * [doc] Added release procedure documentation.
  * [doc] Improved documentation about Travis-CI configuraion.
  * Supported Ubuntu 12.10 (Quantal Quetzal).

==== Fixes

  * [sample][GTK+] Fixed missing GLIB_LIBS that has flags for GModule.
    [Reported by Hiroshi Umemoto]

=== CppCutter

==== Fixes

  * Fixed a bug that wrong data function is searched.

=== GCutter

==== Fixes

  * [sample] Fixed missing function call in sample code.

=== Thanks

  * Hiroshi Umemoto
2012-12-23 07:46:24 +00:00
obache
5b6a83e3df Updated security/ruby-twitter_oauth to 0.4.4 2012-12-23 07:09:52 +00:00
obache
4361d18f7f Update ruby-twitter_oauth to 0.4.4.
* added totals method
* added a note about repeat authorizations
* added documatation about pin-based flow
* fixed textile formating
* using the https endpoint for all oauth negotiation
* made the api host and version configurable
* wrapping the json parse error so you can programatically acces the response
* added configurable search host
2012-12-23 07:09:36 +00:00
obache
01aa548cff Updated inputmethod/scim-tables to 0.5.12 2012-12-23 06:37:43 +00:00
obache
48fa2afa6d Update scim-tables to 0.5.12.
* update po files
* bug fixes
* improve gtk3 compatibility
2012-12-23 06:37:30 +00:00
dholland
f7b8112a1b Apply patch from Noud de Brouwer in PR 47096 to fix build with current
poppler.
2012-12-23 03:23:48 +00:00
dholland
2c87d509cf Add patch comment (hi joerg) 2012-12-23 03:23:20 +00:00
marino
75d779107b x11/clipit: USE_TOOLS+= msgfmt 2012-12-22 23:45:13 +00:00
dholland
3663188233 Needs pkg-config. 2012-12-22 23:34:21 +00:00
dholland
e3ecda0a33 Fix implicit int on main(), seen in the clang build. 2012-12-22 22:10:00 +00:00
joerg
8ae5041767 Pick up make_pair from the correct namespace. 2012-12-22 20:03:47 +00:00
joerg
50b990c1da Rpath is a linker flag, so use -Wl. 2012-12-22 20:03:06 +00:00
joerg
9f3d4dcdd0 Don't forward declare a type that is pulled in via using. 2012-12-22 20:02:36 +00:00
joerg
c17de7c0f1 Fix template look up. 2012-12-22 20:01:44 +00:00
joerg
51ed9992cf The patch for lua_templates.h is still needed, so restore it. 2012-12-22 20:01:02 +00:00
joerg
b93111d4c5 Needs pkg-config 2012-12-22 20:00:11 +00:00
ryoon
4019a68d2a Add DarwinStreamingServer-6.0.3 2012-12-22 18:15:29 +00:00
taca
0e0e3ba582 Note update of www/contao30 package to 3.0.1nb1. 2012-12-22 13:52:56 +00:00
taca
3029cdd938 Make sure to delete contents of cache directory when uninstall the package.
Bump PKGREVISION.
2012-12-22 13:52:27 +00:00
imil
f65d8a99cc Updated net/py-irclib to 3.4.2 2012-12-22 13:35:30 +00:00
imil
62972fb51e Fixed install for python 2.7, setup.py seems buggy and does not create
requires.txt when version is > 2.6. There's room for improvement, that's
a quick fix.
2012-12-22 13:34:49 +00:00
tron
a8b94c1610 Note update of the "net-snmp" package to version 5.6.1.1nb5. 2012-12-22 11:24:19 +00:00
tron
cd6023c994 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:23:59 +00:00
taca
60a7ea089d + mysql-5.1.67, mysql-5.5.29, php-5.3.20, php-5.4.10. 2012-12-22 11:17:08 +00:00
tron
480cdeb8b7 Note update of the "motif" package to version 2.3.4nb1. 2012-12-22 11:16:43 +00:00
tron
6bd209d262 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:16:25 +00:00
tron
fb1db8985f Note update of the "mysql55-client" package to version 5.5.28nb2. 2012-12-22 10:56:36 +00:00
tron
db2dccc417 Fix mysql_client_test_embedded(1) and mysqltest_embedded(1) manual pages
in case the package gets built with manual page compression.

Bump package revivison because of this bug fix.
2012-12-22 10:56:14 +00:00
tron
3440abac30 Use nicer make(1) syntax. 2012-12-22 10:45:13 +00:00
tron
811488a340 Note update of the "emacs" package to version 23.4nb10. 2012-12-22 10:34:54 +00:00
tron
77d4887daf Fix ctags(1) manual page if the package gets built with manual page
compression. Bump package revivison because of this bug fix.
2012-12-22 10:34:20 +00:00
tron
b7ad36c6a8 Note update of the "phpmyadmin" package to version 3.5.5. 2012-12-22 10:32:14 +00:00
tron
bf81ed2ea1 Update "phpmyadmin" package to version 3.5.5. Changes since 3.5.4:
- bug #3563824 [export] Support Apache's mod_deflate
- bug #3585523 [interface] Inline query editing broken after row update
- bug #3586389 [setup] Cannot switch language in /setup
- bug #3585695 [CSS] Font size in inline query editor is way too big
- bug #3588354 [l10n] Portuguese Language not displaying correctly
- bug #3591412 [status] Live charts don't work for non-default server
- bug [core] Proxy ajax calls to pma.net to avoid browser notices
- bug #3593534 [tracking] Structure Snapshot on tracked view renders
  invalid SQL
- bug #3544366 [events] Event comments not saved

Approved by Thomas Klausner.
2012-12-22 10:31:31 +00:00
obache
18acd7d4bc Updated inputmethod/ibus-table-chinese to 1.4.6 2012-12-22 08:58:28 +00:00
obache
35a05313e6 Update ibus-table-chinese to 1.4.6.
* Sat Dec 22 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.6
- Fixed IBus Google issue 1126: An error in ChineseTableLicenseAuditing
- Complete LICENSE tag for all of the tables.

* Mon Nov 26 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.5
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
- Fixed Google issue 1507: Add CJKV Extension C/D support for Array30
- Merge GitHub Pull request 3: Added the inter punct
- Merge GitHub Pull request 4: Give Cangjie and Quick users 9 candidates per page
2012-12-22 08:58:14 +00:00
obache
2c0ed5e2db Updated inputmethod/ibus-chewing to 1.4.3 2012-12-22 08:41:48 +00:00