Commit graph

90170 commits

Author SHA1 Message Date
joerg
72f09d1290 No matherr on DragonFly. 2006-01-02 16:22:49 +00:00
joerg
1c0fceebcd DragonFly support. Add mkfontdir as build tool. 2006-01-02 16:17:09 +00:00
joerg
1f5065df19 Don't reference matherr on DragonFly, it doesn't exist here. 2006-01-02 16:14:04 +00:00
joerg
c39008d1c9 DragonFly support. Override config.guess and config.sub. 2006-01-02 16:02:10 +00:00
rxg
bc23bfb57a Updated musicbrainz to 2.1.2.
Changes for libmusicbrainz 2.1.2
-------------------------------------

   - Since expat is now installed on most systems we removed our internal copy
     and now rely on the system installed version.
   - Juergen Kreileder Supplied minimal patch for making sure that mb_client sti
ll works
     when CDO_CHECK_TYPE is defined
   - Fixed a C++ style variable declaration inside the album.c C module
   - On linux the cdrom drive is now opened in non-blocking mode
   - Fixed bug #834541: Tagger setting track no. is 0 - possibly due to trm mixu
p?
   - Added support for parsing AdvancedRelationship date. Also added new
     getrels.c example program.
   - Re-added the python bindings and changed the binding's version number to
     match the version of this lib.
   - Fixed bug # 1224562: libmusicbrainz fails to post large RDF. This fixes
     problems looking up CDs with large numbers of tracks. (This was also
     bug # 725701 ignores blank tracks)

   The included perl bindings had the following changes:
      - Updated bindings to match up to 2.1.1
      - Fixed int size cast warning
      - Fixed #6431: unmatched bootstrap parameter
      - Updated req for MusicBrainz::Queries to 0.07

   The included python bindings had the following changes:
      - Fixed #957393: Python Bindings type bug
      - Fixed #1206514: Python bindings to select release not up-to-date
2006-01-02 15:52:01 +00:00
joerg
bc277bccbc No broken gettext here. 2006-01-02 15:15:22 +00:00
adrianp
f21bb0817e Updated chat/ircservices to 5.0.56nb1 2006-01-02 15:04:20 +00:00
adrianp
140c81719f Minor PLIST change to deal with modified configuration files
Bump to nb1
2006-01-02 15:03:06 +00:00
christos
0ade52914d mention new neverball. now I'll have to look for a hardware accelerated
display.
2006-01-02 14:04:54 +00:00
christos
200bae7f8f upgrade to 1.4.0 2006-01-02 14:01:09 +00:00
chris
1fcfd10e12 Updated sylpheed-devel to 2.2.0beta2 2006-01-02 13:57:09 +00:00
chris
dde7c2702b Update Sylpheed-devel to 2.2.0beta2.
Changes for 2.2.0beta2:
    * The forwarding of messages with attachments was modified.
    * The bug that previously selected row was removed from the view
      instead of currently selected one when deleting folders from the
      context menu was fixed.
    * Win32: The bug that messages with subject that includes
      characters that can't be used for filename couldn't be attached
      was fixed.
    * Windows-1252 was added for display encoding.
    * After incomplete POP3 session, duplicate retrieval of messages
      doesn't happen anymore.

Changes for 2.2.0beta1:
    * The major improvements of the search function were made.
          o The query search was implemented.
          o Search conditions can be specified with the same UI as the
            filter rule.
          o Subfolders can be searched.
          o The search folder (virtual folder) was implemented.
    * The maximized window state is now remembered.
    * The option "Display recipient on 'From' column if sender is
      yourself" now looks for all accounts.
    * The line-wrapping of composition now doesn't join enumerated
      lines.
    * The nonstandard Korean encoding 'ks_c_5601-1987' was supported.
    * The bug that the initial directory was not properly selected in
      the file selection dialog with GTK+ 2.8 was fixed.
    * Some other bugs were fixed.
2006-01-02 13:54:45 +00:00
jmmv
ae8cafb547 Make this compile if -funroll-loops is set in the build flags. 2006-01-02 12:51:22 +00:00
blymn
1a132ae5d6 Enable pty opening for serial port emulation under NetBSD. 2006-01-02 12:19:52 +00:00
joerg
39a8d28bfe s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}, 2006-01-02 11:28:30 +00:00
joerg
a340944ed4 Include sys/time.h before sys/resource.h. 2006-01-02 11:20:57 +00:00
joerg
68204c90e4 config.guess and config.sub override. 2006-01-02 11:06:34 +00:00
joerg
099afd8990 Don't define alloca on DragonFly and FreeBSD, conflicts with stdlib.h. 2006-01-02 10:55:24 +00:00
joerg
cba9162464 Just use stdlib.h for malloc. 2006-01-02 10:33:28 +00:00
rillig
1c0702676a Cleaned up the TODO list. 2006-01-02 10:12:09 +00:00
rillig
0ff3a14888 - For possibly misquoted variables the current shellword state is
printed (-vv only).
- TODO: Decide which variables may be used in which quoting states.
2006-01-02 10:09:03 +00:00
rillig
862032689f * record with each substring its source location to be able to make
even more precise diagnostics
2006-01-02 09:42:52 +00:00
rillig
83f5dee91f Updated pkglint to 4.51. Welcome to the Fahrenheit release.
Changes since 4.50:
- Extended the quoting checks for make variables to shell commands.
- Added a check for unquoted shell variables (only with -Wextra).
- Some other minor changes.
2006-01-02 08:29:55 +00:00
rillig
11b91ee6d2 - Fixed the wording of the message when CONFIGURE_DIRS and friends are
prefixed with ${WRKSRC}. It had been plainly wrong.
2006-01-02 03:02:29 +00:00
ben
0ee1bbe509 The gforth configure script tests for linker support of -export-dynamic,
and then adds it to  LDFLAGS.  Later, the configure script tests for the
presence of certain functions in libc, and expects to get an error at
link time if the functions are missing.  On Interix with -export-dynamic,
the link succeeds even if there are missing functions.  This causes
configure to detect all tested functions as present, and produce
binaries that fail at run time.

To work around this issue, postpone adding -export-dynamic to LDFLAGS
until the end of the configure script.
2006-01-02 02:21:30 +00:00
rillig
d3a90242d3 - Removed the type guessing code for variables with unknown type, as
this code has led to duplicate diagnostics. It had been misplaced as
  well.
2006-01-02 01:20:31 +00:00
rillig
b42c46442f - Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS. 2006-01-02 01:18:24 +00:00
wiz
5d1de07d96 Updated evolution-data-server to 1.4.2.1. 2006-01-01 23:56:31 +00:00
wiz
49185dd36a Update to 1.4.2.1:
Evolution-Data-Server 1.4.2.1, 2005-11-30
-----------------------------------------
Added fix for an ugly crasher in the calendar component.
Use EDS 1.4.2.1 instead of 1.4.2

Evolution-Data-Server 1.4.2, 2005-11-29
----------------------------------------

Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):


#218177- Disable IMAP Account causes crash (Parthasarathi)
#318508- Repeated crash when downloading new mail (Vivek Jain)
#228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas)
#317956- Crash when starting evolution without or with expired kerberos 5
         (Bjorn Torkelsson)
#320736- crash connecting to groupwise7 (Parthasarathi)
#319045- gw-Evolution crashes after marking few mails as not junk (Vivek)
#312848- Delete option should be disabled for default Tasks list
         (Sarfraaz)
#318104- evolution crashed when changing calendar timezone and keeps
         crashing (Harish)
#317322- crash when delete a imported recurrent event (Chenthill)
#318777- recurrence editing ... (Chenthill)
#318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails
         (Matthew Daniel)
#319612- Stop warnings from e-destination about xmlChar* (Ross Burton)
#318227- Change LDAP search filter (Carsten Guenther)
#316955- Recreates summary file on every other load (Ross Burton)
#319848- Cannot select multiple adresses for 'To', 'Cc' etc fields
         (Sushma)

Updated Translations:

	- fa (Meelad Zakaria)
	- bg (Alexander Shopov)
2006-01-01 23:56:01 +00:00
wiz
156d737a4c Updated www/p5-HTML-Tree to latest stable version, 3.19.01 2006-01-01 23:12:08 +00:00
wiz
d05c5ca198 Update to latest stable version, 3.19.01:
2005-11-09   Andy Lester

   Release 3.19_01 -- No new functionality.  New tests, though!
   Thanks to the Chicago Perl Mongers for their work.
2006-01-01 23:11:38 +00:00
wiz
dd11fe8c3c Updated www/p5-HTML-Parser to 3.48 2006-01-01 23:00:51 +00:00
wiz
eced49b83e Update to 3.48:
2005-12-02   Gisle Aas

     Release 3.48

     Enabling empty_element_tags by default for HTML::TokeParser
     was a mistake.  Reverted that change.
     <https://rt.cpan.org/Ticket/Display.html?id=16164>

     When processing a document with "marked_sections => 1", the
     skipped text missed the first 3 bytes "<![".
     <https://rt.cpan.org/Ticket/Display.html?id=16207>



2005-11-22   Gisle Aas

     Release 3.47

     Added empty_element_tags and xml_pic configuration
     options.  These make it possible to enable these XML
     features without enabling the full XML-mode.

     The empty_element_tags is enabled by default for
     HTML::TokeParser.
2006-01-01 23:00:30 +00:00
rillig
e4af2b5124 Fixed some cases where the exitcode of child processes has been ignored.
This will cause package builds to fail instead of hiding bugs.
2006-01-01 22:52:16 +00:00
wiz
3e2a95780b p5-HTML-Element-Extended updated to 1.14. 2006-01-01 22:40:44 +00:00
wiz
b6cd4dcfee Update to 1.14:
1.14  Sun Dec 11 04:01:53 EST 2005
        - Revised new_from_tree() to properly handle row and column
          span issues. Thanks to Mark L. Lott for debugging and
          prodding.
2006-01-01 22:40:21 +00:00
rillig
9a74bcedfd Fixed trivial pkglint warnings:
- Removed leading white-space in dependency lines.
- s/existant/existent/.
2006-01-01 22:30:35 +00:00
wiz
8a74fb9905 p5-Digest-MD5 updated to 2.36. 2006-01-01 22:30:21 +00:00
wiz
8aeccee461 Update to 2.36:
2005-11-30   Gisle Aas

   Release 2.36

   Fix documentation typo.



2005-11-26   Gisle Aas

   Release 2.35

   Forgot to incorporate fixes already applied to bleadperl :-(
     - doc typo
     - consting
     - unused my_na
     - USE_HEAP_INSTEAD_OF_STACK for Symbian



2005-11-26   Gisle Aas

   Release 2.34

   Document that it is now easy to generate different messages that produce the
   same MD5 digest.

   Use XSLoader; perl-5.6 is now required.

   Tweaks to the processing of $? after running the test program.
2006-01-01 22:29:57 +00:00
wiz
5bb2f3a2ab p5-Digest updated to 1.14. 2006-01-01 22:20:05 +00:00
wiz
2b5cb4e3db Update to 1.14:
2005-11-26   Gisle Aas

   Release 1.14

   Documentation tweaks.
2006-01-01 22:19:44 +00:00
wiz
350744df58 p5-MIME-Base64 updated to 3.07. 2006-01-01 22:11:39 +00:00
wiz
85066fb114 Update to 3.07:
2005-11-30   Gisle Aas

   Release 3.07

   Use a Makefile.PL that is also suitable for core perl.



2005-11-26   Gisle Aas

   Release 3.06

   Documentation tweaks.

   use XSLoader; perl-5.6 now required.

   Some consting from bleadperl.

   Unbundled the {en,de}code-{base64,qp} utility scripts.
   These are now found in the MIME-Base64-Scripts package.
2006-01-01 22:11:09 +00:00
rillig
bc5fc19c6f - Unquoted shell variables may appear in for loops. 2006-01-01 22:08:22 +00:00
rillig
08274c2f69 - Uncommented the note that CONFIGURE_DIRS, BUILD_DIRS and INSTALL_DIRS
don't need to be prefixed with ${WRKSRC}, now that there will be no
  more pullups to 2005Q3.
2006-01-01 21:58:12 +00:00
rillig
2d6877dcb0 - Added a check for unquoted shell variables (only with -Wextra). 2006-01-01 21:55:44 +00:00
rillig
bab261e700 - Integrated checklines_patches_patch back into checkfile_patches_patch. 2006-01-01 19:58:36 +00:00
ben
9e9372592b Because of an Interix bug involving fork and stderr, mutt fails to exec
sendmail, which prevents mutt from sending messages.  patch-am works
around this issue by postponing the closing of all file descriptors
until after the fork.
2006-01-01 19:40:43 +00:00
wiz
354a75fbb8 Mention DatLib related updates. 2006-01-01 19:38:27 +00:00
wiz
7de08c1526 Update to 2.7:
06/12/2005  *** v2.7 ***

            - Uses DatLib v2.13.
            - DatLib v2.12 broke the RomCenter drivers (now fixed).

05/12/2005  *** v2.6 ***

            - Uses DatLib v2.12.
            - Fixed a rare crash (if the longest line in the dat was the last).
            - Fixed a problem loading RomCenter data files containing [].
2006-01-01 19:37:28 +00:00