Commit graph

186485 commits

Author SHA1 Message Date
sbd
5ca3155fa5 Not all Linux systems have/use utempter. 2012-05-14 07:03:08 +00:00
dholland
4e2e53eb47 Partially revert previous: exclude kaffe on x86_64 again as it builds
but apparently does not work.

I'm seeing two different problems on different machines, one where it
can't find classes in jar files that are clearly there and one where
it can't run even a trivial program without dying with a stack
overflow.
2012-05-14 06:06:43 +00:00
dholland
a010cd675f Set PKG_DESTDIR_SUPPORT. It looks to me like it should probably just work;
I can't test it though right now due to some kind of JVM lossage.
2012-05-14 05:47:09 +00:00
dholland
48e5cde117 remove stray blank line in previous commit 2012-05-14 05:31:21 +00:00
dholland
4b9e8f0e31 Update _ONLY_FOR_PLATFORMS.kaffe from kaffe's makefile. 2012-05-14 05:28:37 +00:00
sbd
ee792d435c Change the the cast on gettext() when testing for it so the gcc doesn't
complain with "error: cast from 'char*' to 'int' loses precision",
which causes the test to fail and NLS to be disabled.
2012-05-14 05:01:24 +00:00
sbd
8d877d50ac Updated x11/libdrm to 2.4.33nb1 2012-05-14 03:57:08 +00:00
sbd
8922a92188 Add a Linux only PLIST.
Bump PKGREVISION.
2012-05-14 03:56:58 +00:00
sbd
a445ae2f96 glib2 now only allows glib.h to be included. 2012-05-14 03:12:01 +00:00
sbd
5eaf0ed2fb Updated multimedia/vlc to 1.1.13nb6 2012-05-14 03:00:10 +00:00
sbd
0d309e997d Add a Linux only PLIST.
Bump PKGREVISION.
2012-05-14 02:59:56 +00:00
obache
d13c995895 prefer native X modules for OpenBSD using Xorg. 2012-05-14 02:22:03 +00:00
dholland
13a94c6fb9 libdevkit-gobject 2012-05-14 01:29:59 +00:00
dholland
25db8fd281 If this finds xsltproc, it tries to use it to build man pages, and then
croaks. Because man pages are good, add the necessary build depends and
update the PLIST. PKGREVISION -> 4.
2012-05-14 01:27:49 +00:00
dholland
1aef89f931 Set USE_LANGUAGES properly. It works without this for some reason... but
randomly broke because of it when I was mucking about last night.
2012-05-14 01:14:16 +00:00
dholland
2121d61042 Depending on what gcc one builds with, the file throw_gcc.h may or may not
get installed. Instead of dealing with conditional PLIST logic, create an
empty file. (tnn made the same adjustment to xulrunner in July)
2012-05-14 01:13:07 +00:00
dholland
6f8f0d5abd Strengthen a configure test so it doesn't depend on -Werror. This is not
strictly necessary but makes the package behave when using the wrappers
to fiddle with warning options, which I've been doing.
2012-05-14 00:15:28 +00:00
bsiegert
c6c6adf6a7 Update mksh to R40f.
mksh R40f fixes a critical bug as well as this:
 [tg, RT] Implement fcntl(2)-based advisory locking as an alternative
  iff flock(2) is not found (LP: #912691); keep trying in the face of EINTR
 [tg] Fix severe regression wrt. initialising tty(4) states
 [tg] Improve testsuite, build-time checks and debugging output
 [tg, RT, winstonw] Improve portability to BeOS (works), Cygwin (good),
  Dell UNIX (works somewhat, but not with gcc), LynxOS (works somewhat),
  NeXTstep (works but not OpenStep 4.2), USL C compiler, SCO OpenServer (good),
  SCO UnixWare (good), Plan 9 (still broken), Syllable Desktop (broken?)
 [tg] rlim_t is supposed to be unsigned
 [tg] Some code, warning and spelling cleanup
 [tg] New Build.sh environment configurable: AWK (= awk)
 [tg, DONG-DONG YANG] Add safety net in the Emacs line editing code
 [tg] No longer rely on env(1), id(1), printf(1) in the testsuite, and
  strcasecmp(3), strcasestr(3), strncasecmp(3) in the code
 [tg, stsc, RT] Reduce system requirements of check.pl further

mksh R40e is another must-have bugfix update:
 [tg, Jilles Tjoelker] skip readonly check in unevaluated ternary twig
 [tg, anonymous] fix all remaining ifs.sh testcases
 [tg] No longer try to build with GCC and C99 extensions
 [tg, Jilles Tjoelker] Do not expand aliases in COMSUB twice
 [tg] Honour UTF-8 multi-byte character boundaries when doing partial
  tab-completion insertions (LP: #909025) to fix RedHat BZ#745702
 [tg] Fix R40 (BZ#496791) regression with IOACT in TIF (LP: #907224)
 [tg, ft] Darn persistent history code worst offenders (LP: #906914)
 [tg] Fix some gc-sections, GCC and Clang/scan-build warnings/issues
 [tg, 28C3] dot.mkshrc hash functions: partially address LP: #909818
 [tg] Only compile divmod(0x80000000, -1) code in when not unneeded
 [tg, RT] Move mirtoconf checks and INCLUDES_ONLY parts of
  sh.h around to ensure prerequisites are always available
 [tg, RT, ir0nh34d] Pass mksh.exe to testsuite, if such thing is generated,
  and deal with Cygwin passing just "mksh" in argv[0] in such cases
 [tg] Imply -DMKSH_ASSUME_UTF8=0 on MSYS; optimise checks
 [tg, Jb_boin] Fix regression introduced in R35b by jaredy's security
  patch where TTIME trashed a non-TCOM string argument (e.g. in TFOR)
 [tg] Better support for tcc; fix GCCism that accidentally crept in
 [tg] Deal with UTF-8 when reporting jobs' commands
 [RT] Add SkyOS to known OS list
 [tg, RT] Support Minix in its variants Minix 3 and Ninix 3 better
 [tg] Drop some Android-specific unused code (lsmod builtin)
 [tg, RT, lewellyn] Support QNX and various versions of BSD/OS better
 [tg] More code cleanup and new developer-only debugging functions
 [tg, Andrew Kudryashov] Fix some tab completion related escaping bugs
 [tg, draenog] Honour COLUMNS and LINES from the environment in scripts
 [tg, winstonw] The sleep built-in utility now blocks more signals
 [tg] Warn when using another deprecated function that will be removed
2012-05-13 18:46:35 +00:00
bsiegert
6741cb8580 Use MOZILLA_DIR so that this also works for www/seamonkey. 2012-05-13 17:51:10 +00:00
taca
0b3f63f470 * Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php. 2012-05-13 16:11:19 +00:00
taca
08b274b979 Note update of lang/php5 package to 5.2.17nb5. 2012-05-13 16:10:35 +00:00
taca
7780aceffc Add fix for CVE-2012-1823.
Bump PKGREVISION.
2012-05-13 16:09:52 +00:00
taca
fbc9faaec7 * Remove duplicate definition of PHP_EXTENSION_DIR from Makefile.php.
* Simplify comparsion of PHP_BASE_VERS and SUHOSIN_PHPVER.
2012-05-13 16:08:37 +00:00
hans
ad6ffc2b0d DESTDIR support and build fix for SunOS > 5.6 and !sparc. 2012-05-13 15:59:33 +00:00
wiz
9fa8dc4774 Proper destdir support (hi darcy!) 2012-05-13 15:46:17 +00:00
wiz
dafb479100 + coreutils-8.17, gtk3-3.4.3, kid3-2.1, libvpx-1.1.0, mp3diags-1.0.11,
mpg123-1.14.2, poppler-0.20.0, py-dbus-1.1.0, taglib-1.7.2,
  wine-devel-1.5.4, x264-devel-20120512.
2012-05-13 15:24:55 +00:00
wiz
af218b832c "Convert" to destdir by moving one line higher up. 2012-05-13 15:23:33 +00:00
bsiegert
d40e233a01 Fix build of xulrunner by turning off optimization in one file.
Tested on 5.99.51/x86_64 but reported also on 5.1.
See http://mail-index.netbsd.org/pkgsrc-users/2012/04/26/msg016186.html
for details.
2012-05-13 14:47:10 +00:00
obache
4803c3f379 Updated net/mikutter to 0.1.1.790 2012-05-13 14:22:07 +00:00
obache
3fb91de784 Update mikutter to 0.1.1.790, first 0.1.1 unstable release.
some improvements and bug fixes.
2012-05-13 14:21:55 +00:00
abs
dfb6f3fbe4 Updated pkgtools/pkg_chk to 2.0.1 2012-05-13 13:47:31 +00:00
abs
aa751e4474 Updated pkgtools/pkg_chk to 2.0.1
ensure OS and arch tags are set in the binary package case as well as source
set x11 for R7 as ell as R6
2012-05-13 13:43:59 +00:00
taca
1fb6466ec4 Note update of mysql55-{client,server} to 5.55.24. 2012-05-13 13:06:48 +00:00
taca
08e57d4d05 Update mysql55-{client,server} to 5.55.24.
Changes (http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html):

Functionality Added or Changed

    * Important Change: Replication: INSERT ON DUPLICATE KEY UPDATE is now
      marked as unsafe for statement-based replication if the target table has
      more than one primary or unique key. For more information, see Section
      16.1.2.3, "Determination of Safe and Unsafe Statements in Binary
      Logging".

Bugs Fixed

    * Security Fix: Bug #64884 was fixed.

    * InnoDB: Replication: When binary log statements were replayed on the
      slave, the Com_insert, Com_update, and Com_delete counters were
      incremented by BEGIN statements initiating transactions affecting InnoDB
      tables but not by COMMIT statements ending such transactions. This
      affected these statements whether they were replicated or they were run
      using mysqlbinlog. (Bug #12662190)

    * If the --bind-address option was given a host name value and the host
      name resolved to more than one IP address, the server failed to
      start. For example, with --bind-address=localhost, if localhost resolved
      to both 127.0.0.1 and ::1, startup failed. Now the server prefers the
      IPv4 address in such cases. (Bug #61713, Bug #12762885)

    * mysql_store_result() and mysql_use_result() are not for use with
      prepared statements and are not intended to be called following
      mysql_stmt_execute(), but failed to return an error when invoked that
      way in libmysqld. (Bug #62136, Bug #13738989)

      References: See also Bug #47485.

    * On Windows, mysqlslap crashed for attempts to connect using shared
      memory. (Bug #31173, Bug #11747181, Bug #59107, Bug #11766072)
2012-05-13 13:05:33 +00:00
taca
fc573b2fdd Note update of mysql51-{client,server} to 5.1.63. 2012-05-13 13:01:42 +00:00
taca
8a3623b0eb Update mysql51-{client,server} to 5.1.63 (MySQL 5.1.63).
Changes (http://dev.mysql.com/doc/refman/5.1/en/news-5-1-63.html):

     * Security Fix: Bug #64884 was fixed.

     * Security Fix: Bug #59387 was fixed.

     * InnoDB: Deleting a huge amount of data from InnoDB tables
       within a short time could cause the purge operation that
       flushes data from the buffer pool to stall. If this issue
       occurs, restart the server to work around it. This issue is
       only likely to occur on 32-bit platforms. (Bug #13847885)

     * InnoDB: If the server crashed during a TRUNCATE TABLE or
       CREATE INDEX statement for an InnoDB table, or a DROP DATABASE
       statement for a database containing InnoDB tables, an index
       could be corrupted, causing an error message when accessing
       the table after restart:
       InnoDB: Error: trying to load index index_name for table
       table_name
       InnoDB: but the index tree has been freed!
       In MySQL 5.1, this fix applies to the InnoDB Plugin, but not
       the built-in InnoDB storage engine. (Bug #12861864, Bug
       #11766019)

     * InnoDB: When data was removed from an InnoDB table, newly
       inserted data might not reuse the freed disk blocks, leading
       to an unexpected size increase for the system tablespace or
       .ibd file (depending on the setting of innodb_file_per_table.
       The OPTIMIZE TABLE could compact a .ibd file in some cases but
       not others. The freed disk blocks would eventually be reused
       as additional data was inserted. (Bug #11766634, Bug #59783)

     * Partitioning: After updating a row of a partitioned table and
       selecting that row within the same transaction with the query
       cache enabled, then performing a ROLLBACK, the same result was
       returned by an identical SELECT issued in a new transaction.
       (Bug #11761296, Bug #53775)

     * Replication: The --relay-log-space-limit option was sometimes
       ignored.
       More specifically, when the SQL thread went to sleep, it
       allowed the I/O thread to queue additional events in such a
       way that the relay log space limit was bypassed, and the
       number of events in the queue could grow well past the point
       where the relay logs needed to be rotated. Now in such cases,
       the SQL thread checks to see whether the I/O thread should
       rotate and provide the SQL thread a chance to purge the logs
       (thus freeing space).
       Note that, when the SQL thread is in the middle of a
       transaction, it cannot purge the logs; it can only ask for
       more events until the transaction is complete. Once the
       transaction is finished, the SQL thread can immediately
       instruct the I/O thread to rotate. (Bug #12400313, Bug #64503)
       References: See also Bug #13806492.

     * Mishandling of NO_BACKSLASH_ESCAPES SQL mode within stored
       procedures on slave servers could cause replication failures.
       (Bug #12601974)

     * If the system time was adjusted backward during query
       execution, the apparent execution time could be negative. But
       in some cases these queries would be written to the slow query
       log, with the negative execution time written as a large
       unsigned number. Now statements with apparent negative
       execution time are not written to the slow query log. (Bug
       #63524, Bug #13454045) References: See also Bug #27208.

     * mysql_store_result() and mysql_use_result() are not for use
       with prepared statements and are not intended to be called
       following mysql_stmt_execute(), but failed to return an error
       when invoked that way in libmysqld. (Bug #62136, Bug
       #13738989) References: See also Bug #47485.

     * SHOW statements treated stored procedure, stored function, and
       event names as case sensitive. (Bug #56224, Bug #11763507)

     * On Windows, mysqlslap crashed for attempts to connect using
       shared memory. (Bug #31173, Bug #11747181, Bug #59107, Bug
       #11766072)
2012-05-13 12:59:39 +00:00
obache
c6c37441db prepare Python>=32 bytecode file location change 2012-05-13 12:54:54 +00:00
obache
7874a0a7e9 Allow to additional post-processing PLIST with PLIST_AWK and PLIST_AWK_ENV. 2012-05-13 12:39:47 +00:00
ryoon
50c2a8eed3 Updated misc/libreoffice3-bin to 3.5.3 2012-05-13 11:29:33 +00:00
ryoon
835836e4cc Update to 3.5.3
Changelog:
Bugs fixed against 3.5.2
core
    fix colorspace conversion for greyscale bitmaps fdo#34324 [Michael Meeks]
    cache calls to mdds:mixed_type_matrix::size, related fdo#47299 [Markus Mohrhard]
    clrContourCache for SwAnchoredDrawObjects fdo#45376 [Andreas Schierl]
    copy column privileges into table privileges fdo#47937 [Lionel Elie Mamane]
    cppcanvas: processEMFPlus: fix valgrind warning: fdo#42252 [Michael Stahl]
    disable cairo canvas on Windows fdo#46532, fdo#46901, fdo#45584 [Michael Meeks]
    do not increase height of checkboxes fdo#47963 [David Tardon]
    do not play sound in presenter console fdo#33914 [David Tardon]
    docx, no mso-fit-shape-to-text means the textbox size is fixed bnc#751573 [Céäric Bosdonnat]
    export all style information to xls/xlsx, fdo#46738 [Markus Mohrhard]
    fdo43752: PPTX import fix affected odp imports. bnc#719989, bnc#719997 [Muthu Subramanian]
    find install location during help pack install fdo#48411 [Andras Timar]
    fix - edge-case trans gradients came out empty fdo#33591 [Thorsten Behrens]
    fix - use older ODF encryption by default fdo#47484 [Thorsten Behrens]
    fix RTF import of \page in inner groups fdo#48104 [Miklos Vajna]
    fix RTF import of all capitals char prop fdo#46955 [Miklos Vajna]
    fix RTF import of character encoding in footnotes fdo#45182 [Miklos Vajna]
    fix RTF import of custom fonts in substreams fdo#45394 [Miklos Vajna]
    fix RTF import of mixed super/nonsuper text fdo#47326 [Miklos Vajna]
    fix RTF import of multi-paragraph exact height textboxes fdo#47036 [Miklos Vajna]
    fix RTF import of shapes inside text frames at the start of the doc fdo#47036 [Miklos Vajna]
    fix RTF import of tables with empty first row fdo#45394 [Miklos Vajna]
    fix RTL menu rendering on Windows fdo#42537 [Ivan Timofeev]
    fix border printing: fdo#38635 [Michael Stahl]
    fix crash on RTF import of shapes inside tables fdo#47802 [Miklos Vajna]
    fix the fix so it doesn't crash lp#905355, fdo#43895 [Michael Stahl]
    fix vcl alpha blending bnc#714787 [Thorsten Behrens]
    fix vertical align when switching mode in multibar fdo#44140 [Noel Power]
    fixed pdf export (of images). bnc#717947 [Muthu Subramanian]
    handle various busted rtf docs without hanging fdo#48640 [Caoláî McNamara]
    improved label/BC wizard - set paper size fdo#44516 [Winfried Donkers]
    increase nCol before next iteratation to prevent loop, fdo#46220 [Markus Mohrhard]
    macros: Macro to set filter in Calc does not work with .StringValue fdo#46983 [Takeshi Abe]
    make "Replace All" work with REs fdo#44861 [David Tardon]
    match version in about dialog and file properties fdo#47840 [Petr Mladek]
    more reliable way to check for RTL text. fdo#48431, fdo#32530 [Kohei Yoshida]
    never let users save in /tmp by default lp#905355, fdo#43895 [Andrzej J. R. Hunt]
    RTF/DOCX import: fixed the import of consecutive frames fdo#47036, bnc#703032 [Céäric Bosdonnat]
    removed strange non-wrapping condition bnc#750258, i#40155 [Céäric Bosdonnat]
    resolved CSV import got confused by erroneous HTML detection fdo#40021 [Eike Rathke]
    resolved the current document is not always the first in list rhbz#813280 [Eike Rathke]
    revert "make text wrapping work in headers/footers too " fdo#39155 [Céäric Bosdonnat]
    rtftok: initial PN (legacy numbering syntax) support fdo#47107 [Miklos Vajna]
    rtftok: support bullet points in paragraph numberings fdo#47107 [Miklos Vajna]
    shift+F3 should be the shourtcut for Edit > Duplicate in Draw fdo#48584, fdo#32559 [Andras Timar]
    show synchronized checked only if all margins are the same, related fdo#44337 [Markus Mohrhard]
    sw: fix border corner gaps: fdo#38635 [Michael Stahl]
    swNodes: fix inconsistent outline check: rhbz#789022 [Michael Stahl]
    TOC dialog, Entries tab: the right arrow button does not work fdo#40948 [Ivan Timofeev]
    this hack in no longer needed, fdo#44337 [Markus Mohrhard]
    use fabs for double values, not abs, fdo#47632 [Markus Mohrhard]
    use of pointer to deleted object fdo#47068 [Caoláî McNamara]
    use same border width information for xls import and export, fdo#44742 [Markus Mohrhard]
    use x.y.z version also for desktop integration packages fdo#47840 [Petr Mladek]

Bugs fixed against 3.5.3 rc1
core

    fix find toolbar X error handling fdo#46687 [Michael Meeks]
    add unit test for Converter::convertDouble fdo#48969 [Michael Stahl]
    border paint ordering: fdo#45562, fdo#47717, fdo#42750 [Michael Stahl]
    default to Office 2007/2010 filter for ooxml export, fdo#48941 [Markus Mohrhard]
    duplicated characters in PDF import fdo#45848 [Korrawit Pruegsanusak]
    fix RTF import of special unicode characters fdo#48356 [Miklos Vajna]
    getConversionFactor: add inch as source unit fdo#48969 [Michael Stahl]
    ignore corrupted items in Recent Documents fdo#46074 [Stephan Bergmann]
    paint borders in SwFlyFrm::Paint: fdo#45562 [Michael Stahl]
    resolved update sheet-local named expressions correctly fdo#48856 [Eike Rathke]
    switch units in Converter::convertDouble fdo#48969 [Michael Stahl]
2012-05-13 11:28:07 +00:00
sbd
6702699862 libresolv is needed on Linux. 2012-05-13 09:02:55 +00:00
obache
71434152fc fixes reverse condition usage of CHECK_BUILTIN.openssl. 2012-05-13 09:00:43 +00:00
obache
35f1a17b40 Fixes reverse condition of CHECK_BUILTIN.iconv usage. 2012-05-13 08:56:28 +00:00
imil
fd985fe423 Added sysutils/conky version 1.9.0 2012-05-13 08:46:09 +00:00
imil
688ce76e37 add & enable conky 2012-05-13 08:44:14 +00:00
imil
5e42a9c674 Initial import of conky, version 1.9.0, into the NetBSD Packages Collection.
Conky is a system monitor for X originally based on torsmo. Since
its inception, Conky has changed significantly from its predecessor,
while maintaining simplicity and configurability.  Conky can display
just about anything, either on your root desktop or in its own
window.  Not only does Conky have many built-in objects, it can
also display just about any piece of information by using scripts
and other external programs.

Conky has more than 250 built in objects, including support for a
plethora of OS stats (uname, uptime, CPU usage, mem usage, disk
usage, "top" like process stats, and network monitoring, just to
name a few), built in IMAP and POP3 support, built in support for
many popular music players (MPD, XMMS2, BMPx, Audacious), and much
much more.  Conky can display this info either as text, or using
simple progress bars and graph widgets, with different fonts
and colours.
2012-05-13 08:42:20 +00:00
sbd
c678e7cadb To use the options framework bsd.options.mk must be include.
Also only add '--enable-libedit' to the configure args if the builtin
readline is libedit.

Bump PKGREVISION.
2012-05-13 08:37:03 +00:00
enami
191ca50830 Fix PLIST. Spotted by dholland. 2012-05-13 08:22:48 +00:00
obache
413e528ba3 Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be
expected format.

workaround of PR 38838.
2012-05-13 08:20:11 +00:00
sbd
f6f3920aa3 If the WEBMIN_OSVERSION_cmd output is empty then a pair of quotes must be
used so that copyconfig.pl has the correct number of arguments.
2012-05-13 08:10:12 +00:00