Commit graph

101628 commits

Author SHA1 Message Date
taca
a70cbf9405 Add three patches accidently left on my work area.
- Add two miscellaneous patches for openssl and yaml libraries.
  They were left from last year, sigh.
- Add one more part for CVE-2006-3694.

Bump PKGREVISION.
2006-08-02 07:02:44 +00:00
schmonz
05b572f20b Note PKGREVISION bumps of qmail-qfilter, mailfront. 2006-08-02 02:43:34 +00:00
schmonz
cd81631fa3 Pass the runtime path to bglibs to the linker, now that they're dynamic.
Bump PKGREVISION since mailfront was building but failed to run.
2006-08-02 02:42:22 +00:00
schmonz
277ca505b8 Pass the runtime path to bglibs to the linker, now that they're dynamic.
Bump PKGREVISION since qmail-qfilter was building but failed to run.
2006-08-02 02:36:17 +00:00
schmonz
d1b23714b0 Bump default dependency so dependent packages get shared bglibs. 2006-08-02 02:30:28 +00:00
schmonz
51cec25da6 Pass CPPFLAGS in conf-cc and LDFLAGS in conf-ld. 2006-08-02 02:25:46 +00:00
wiz
1b415efecf - spamassassin-3.1.4 (thanks, heinz), -sylpheed-2.2.7 (thanks, xtraeme). 2006-08-01 23:06:53 +00:00
wiz
6389c3ca17 + abcm2ps-4.12.23, abcmidi-20060730, btpd-0.11 [pkg/34068], comix-3.4,
epiphany-2.14.3, evolution-2.6.3, evolution-data-server-1.6.3,
  evolution-exchange-2.6.3, exim-4.63, gedit-2.14.4, gnome-applets-2.14.3,
  gnome-desktop-2.14.3, gnome-games-2.14.3, gnome-menus-2.14.3,
  gnome-panel-2.14.3, gnome-session-2.14.3, gnome-themes-2.14.3,
  gossip-0.13, gtkhtml-3.10.3, kazehakase-0.3.9, lftp-3.5.2,
  libwnck-2.14.3, liferea-1.0.19, py-psycopg2-2.0.3, sharity-3.2,
  snd-8.3, sylpheed-2.2.7, sylpheed-claws-2.4.0, yelp-2.14.3.
2006-08-01 22:30:10 +00:00
jlam
396fe8e4c8 Split Mesa/Makefile.common into Makefile.common and Makefile.lib.
The latter is used by packages that build libraries from the Mesa
sources, while the former is only if the package builds from the Mesa
sources.  Modify the various Mesa packages to include the proper
Makefile, and add some documentation to the Makefiles.

As a side effect, this suppresses the "duplicate target" warning in
graphics/glx-utils that was caused by having the same distfile listed
in DISTFILES more than once.
2006-08-01 21:40:19 +00:00
xtraeme
74239163b5 Updated mail/sylpheed to 2.2.7 2006-08-01 20:26:12 +00:00
xtraeme
a97c4cee73 Update to 2.2.7:
* "Mark all read" was added to the folder context menu.
* "Set as (not) junk mail" was added to the summary context menu.
* The option to filter junk mails before normal filtering was added.
* When replying to all, the original address strings are used for Cc
  instead of stripped ones.
* Windows-1257 was added for display encoding.
* Some menu items of the folder context menu were enabled even on receiving
  messages.
* The bug that manual junk filtering didn't work when no filter rule exist
  was fixed.
* Several crash bugs were fixed.
* Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
* Win32: The scanning of folders was optimized so that receiving or moving
  of messages become faster when folders contain large number of messages.
2006-08-01 20:24:55 +00:00
bad
fd798c011c Note update of pkgdiff to 0.119.
pkgvi ensures the file to be edited is writable.
2006-08-01 18:01:06 +00:00
bad
a7b4b60ca1 Ensure that the file that is opened in the editor is writable by the user.
Approved by wiz@.
2006-08-01 17:59:17 +00:00
joerg
9db2ea9144 Be a bit more consistent with the white space. 2006-08-01 17:19:34 +00:00
joerg
d31ced5a94 Replace while (pthread_mutex_trylock) sched_yield() with a simple
pthread_mutex_lock. This avoids xine taking 100% CPU load on DragonFly.
Issue reported on DragoFly mailing list and pointed out by
YONETANI Tomokazu. Bump revision.
2006-08-01 14:56:06 +00:00
jmmv
c280c45269 Note update of hugs to 200605. 2006-08-01 14:34:35 +00:00
jmmv
ce66d26dbb Update to 200605:
- November 2002

Feature highlights of this new release are:

* Much improved FFI support (contributed by Alastair Reid), bringing Hugs
  really very close to the Haskell FFI specification.
* Adoption of a significant subset of GHC's hierarchical libraries
  (contributed by Ross Paterson).
* An (allegedly) complete implementation of the Haskell98 module system
  (Sigbjorn Finne).
* Numerous bug fixes since the previous major release in Dec 2001.

- November 2003

There has been substantial internal restructuring. In addition to numerous
bug fixes, user-visible changes include:

* The beginnings of a User's Guide (though still incomplete).
* The Double type is now double-precision on most architectures.
* Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and
  provides almost all of them. For now, compatibility with the old libraries
  is provided by stub modules, but users are encouraged to migrate to the
  new libraries.
* Full support for imprecise exceptions (but not asynchronous ones). Most
  runtime errors are now reported by applying print to an Exception
  (formerly the built-in printer was applied to the faulty redex).
* Integrated .NET support (on Windows platforms).
* The -e, -f, -i, -N, -W and -X options and the :project command have been
  removed.
* A searchpath may include an entry of the form "directory/*", meaning all
  the immediate subdirectories of directory (see -Pstr).

- March 2005

This release is primarily targeted at Unix systems to gain experience with
new features. The new Cabal-based library build system has the potential to
make building on Windows easier, but it's not there yet. Volunteers welcome.

In addition to numerous bug fixes, user-visible changes include:

* The default current module is now the empty module Hugs.Base instead of
  the Prelude (see Section 2.2).
* The Char type and the Char module now support Unicode as specified in the
  Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented
  I/O uses a byte encoding of characters determined by the current locale
  (see Section 3.3).
* The new -X option can be used to group several options into one argument.
  This is now needed for executable runhugs scripts (using the Unix "#!"
  feature) that require two or more options (see Section 4.1).
* The syntax of the ffihugs command has changed (see Section 4.2). The +G
  and +L options are gone, and a new -i option can be used to specify
  include files.
* Hugs now has basic support for the Cabal packaging system (see Section 3.4).

- May 2006

* The default current module is now the empty module Hugs (see Section 2.2).
* The compatibility libraries are no longer included on the default search
  path. You can access them by adding "{Hugs}/oldlib" to the search path
  (see -Pstr), but they will be removed in the next release.
* Rewritten graphical Windows interface (contributed by Neil Mitchell; see
  Section 4.3).
* New :main command (contributed by Neil Mitchell).
2006-08-01 14:33:59 +00:00
jmmv
7b3db6f8ff Note revision bump for realplayer-codecs to 1. 2006-08-01 13:19:54 +00:00
jmmv
35b9a839c9 Use INSTALL_LIB* to install the codecs (shared objects) so that they get
the executable bit set.  Bump PKGREVISION to 1.
2006-08-01 13:19:27 +00:00
rillig
5b2a5cfec6 Rewrote upload to use the newly introduced sort-packages program.
While here, ...
- Added stricter checking by using "set -eu".
- The bulk build configuration file is properly included, and the
  MAKECONF definition that it may contain is properly exported.
- All progress messages and error messages are prefixed by "upload>",
  so that it is obvious where the messages come from.
- Since extracting the make(1) variables takes quite a long time, print
  an informational message before doing that.
- Removed the use of the error-prone lintpkgsrc to detect whether a
  package is restricted or vulnerable.
- If an error occurs, the upload program returns an exitcode of 1,
  which is common among Unix utilities.
- Removed almost all pipe operators, since they tend to hide program
  failures.
- All error messages are redirected to stderr instead of stdout.
2006-08-01 13:16:41 +00:00
mjl
67ae7f624d Add some patches hidden in the cvs repository but not included
in the source tarball.
Also add a patch to limit the constructed output file name
to some saner length as well as increase the buffer to PATH_MAX.
An overlong EPG data could easily overflow the buffer and crash
the sserver process.
2006-08-01 12:50:23 +00:00
tron
599f00583a Make this build again with NetBSD older than 3.99.24. 2006-08-01 12:29:59 +00:00
tron
a0cb7d8419 Make this build under NetBSD 3.99.24 and newer. 2006-08-01 12:24:12 +00:00
ghen
5fb887e6d1 - skipstone-0.9.6. 2006-08-01 10:28:37 +00:00
ghen
e76a54b5b6 Updated www/skipstone to 0.9.6. 2006-08-01 10:27:11 +00:00
ghen
80b55923a7 Update skipstone to version 0.9.6. ChangeLog:
0.9.6
------
- Plugins were creatd in toolbar even if they were asked not to in pop up
windows, fixed.
- Fixed Window Orphan and New Window popups so that they don't display
menubars and other uwanted contents.
- Implemented ContentHandler so that we dont see Mozilla's ugly File picker
which did not work for save even! - Now we display our own file picker and
then redirect for mozilla download for those users who opt to use Mozilla's
own MIME info/downloading or direct to user's own downloader.

0.9.5
-----
- Plugin compile was broken, fixed.
- Changed a plugin function (skipstone_load_url) to (skipstone_load_url_cb)
to distinguish from skipstone's internal message.
- Distribution cleanups.

XXX We really should make this package compile with recent firefox/seamonkey
    versions, otherwise it will soon become unusable (with mozilla no longer
    being maintained).  I had a patch to make it compile with Firefox 1.0.x,
    but it no longer works for Firefox 1.5.x.
2006-08-01 10:26:15 +00:00
rillig
c76ceee5d1 Pkglint can now resolve a plain occurrence of ${DISTNAME} in PKGNAME,
which helps for some Perl modules to get the correct package name, which
in turn influences whether the update requests from doc/TODO can be
shown or not.

Suggested by wiz.
2006-08-01 08:58:49 +00:00
ghen
812e9fd735 Added audio/easyh10 version 1.4. 2006-08-01 08:25:45 +00:00
ghen
13e23836d2 Import audio/easyh10, a command-line tool for creating/maintaining the music
database on the iriver H10 series of portable mp3 players.

EasyH10 is an open source project for the development of a software suite for
iRiver H10 digital audio players. It creates the database layout for an H10
player, without the need for iRiver Plus or Windows Media Player 10, based on
music and playlist files transferred manually (e.g., drag-and-drop operation,
copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB,
6GB, and 20GB models shipped worldwide as well as various platforms such as
Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating
systems.
2006-08-01 08:24:13 +00:00
rillig
aeeeee3d46 Always create the files for the lists, even if they would end up empty. 2006-08-01 07:50:04 +00:00
rillig
9aefe26fce Oops, fixed a typo and tested it again. Now it works. 2006-08-01 06:10:44 +00:00
rillig
e888cd24c2 Added a program that sorts binary packages into categories, depending on
whether they may be uploaded, are vulnerable, or good.
2006-08-01 06:05:15 +00:00
dmcmahill
f1ac5f909e - add a -h|--help flag
- add a -n|--no-upload flag which does everything but actually executing
  the upload to help see what would happen

- add a -d|--debug flag to preserve the temporary files to help with
  debugging

- add a -V|--version flag
2006-08-01 00:53:24 +00:00
wiz
117703b473 gtksourceview updated to 1.6.2. 2006-07-31 22:04:52 +00:00
wiz
7ff34243ec Update to 1.6.2:
News in 1.6.2
-------------

* Minor bugfixes
* Updated translations
2006-07-31 22:03:21 +00:00
jmmv
e001722a8f Note update of bmp and bmp-esound to 0.9.7.1. 2006-07-31 21:44:45 +00:00
jmmv
83017eb95e Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix the
problems with GCC 4 but they seem to not have gone away completely; hence,
disabling optimizations with this compiler.

Enhancements
* New (free) ClearSky skin by Will Reinhart
* New desktop icon
* New GConf schema
* New multi-thread mode for ALSA plugin
* Support for customizable accelerators
* Queue support in Jump to Track
* Partial support for new XMMS 1.2.11 remote control functions
* New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese)
  and updates

Miscellaneous
* Log file renamed to 'log'
* Minor GUI tweaks

Bugfixes
* Fixed some ALSA playback issues
* Fixed crashes when output plugin returning sound volume for only 1 channel
* Fixed crashes when input plugins do not set title when getting song info
* Fixed infinite recursion in logger
* Fixed bogus values returned by xmms_remote_get_info()
* Fixed general/visualization plugin About dialogs not opening correctly
* Fixed centering of playlist in Playlist Editor
* Fixed incorrect length of 1st track read from .m3u files
* Fixed gcc4 compilation errors
* Fixed 64-bit issues setting/getting ESD volume
* Fixed MimeType value in desktop file
* Fixed text clipping of non-ASCII titles in Playlist Editor
2006-07-31 21:43:55 +00:00
reed
8c8825d3c8 Conflict with libXft (currently in pkgsrc-wip).
This version of Xft2 is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
2006-07-31 21:39:56 +00:00
reed
536e0b8fea Conflict with libXfixes (currently in pkgsrc-wip).
This version of Xfixes is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
2006-07-31 21:29:16 +00:00
reed
e1ad5d86e3 Conflict with libXrender (currently in pkgsrc-wip).
This version of Xrender is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
2006-07-31 21:27:46 +00:00
reed
870198432f Conflict with libXrandr (currently in pkgsrc-wip).
This version of Xrandr is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
2006-07-31 21:26:12 +00:00
rillig
9568aaec87 Explicitly set USE_LANGUAGES, since the default value changes when
NO_BUILD is set.
2006-07-31 21:13:33 +00:00
heinz
ceff3e2416 Updated
games/rocksndiamonds to 3.2.0
	mail/spamassassin to 3.1.4
2006-07-31 21:13:26 +00:00
heinz
dd0521e542 Updated to version 3.1.4.
Pkgsrc changes:
  - Incorporated new version requirements for p5-Archive-Tar and p5-IO-Zlib.

Relevant changes since version 3.1.3:
=====================================

- bug 4941: if the first sa-update run failed and wasn't re-run to successful
  completion, the local state directory would exist, and therefore SA sees no
  rules.  now, wait as long as possible to create the directory, and try to
  remove it on failure.
- bug 4997: increase module version requirements for Archive::Tar to 1.23 and
  IO::Zlib to 1.04
- bug 4966: fix major BSMTP bug, which rendered SA unusable with exim4 when
  BSMTP is used.
- bug 4899: Windows had issues with single quotes around filenames so certain
  things like pyzor, etc, wouldn't function.
- bug 4958: sa-update should work on Windows
- bug 4908: gtube.t test failed in non-english locales
- bug 4488: deal with potential memory leak due to Bayes and BayesStore
  circular references
- bug 4862: update macro values in update channels (ie: @@CONTACT_ADDRESS@@)
2006-07-31 21:10:59 +00:00
rillig
27b5ba0461 USE_LANGUAGES+= c 2006-07-31 21:08:03 +00:00
wiz
41404b4f56 gnucash updated to 2.0.1. 2006-07-31 19:53:22 +00:00
wiz
6a584921bf Update to 2.0.1:
2.0.1 - 30 July 2006
 	 o Release of new stable version 2.0.1
	 o Configure changes;
	 - Check for (g-wrap) module, apparently some distributions ship
	   g-wrap-config separately from the g-wrap.scm guile module.
	 - Check for SLIB.
	 o Core changes;
	 - Correctly set column sort orders from gconf.
	 - Allow proper compile/install from tarball using separate builddir.
	 o Import Changes;
	 - Fixed bug where OFX/HBCI imports loose spaces in descriptions
	 - Ignore any unknown !Option in QIF files that are being imported.
	 - Allow comma-radix numbers without a radix. I.e., allow "17.500" to
	   be parsed either as "seventeen and a half" or as "seventeen thousand
	   five hundred".  Note that numbers STILL default to decimal-radix
	   instead of asking the user to choose.
	 - Replace the hbox separating debits from credits in the
	   reconciliation window by a homogeneous table.
	 - Remove obsolete buttons for aqbanking/hbci setup that are unneeded.
	 o Business changes;
	 - Fixed problem when booking an invoice with account name using
	   account separator character.
	 - Set the summary bar values when the invoice window is first opened.
	 - Properly round invoice entries and totals.
	 o Scheduled Transactions changes;
	 - Changed Since-Last-Run default to automatically run at GnuCash
	   start.
	 o Reports changes;
	 - Change cmdline warning into an actual user's error dialog when user
	   attempts to save a report with the same name as an existing report.
2006-07-31 19:48:41 +00:00
wiz
297d8c0a37 + dasher-4.0.3, gnucash-2.0.1, gtk-doc-1.7, gtksourceview-1.6.2,
prboom-2.4.4, zenity-2.14.3.
2006-07-31 18:10:56 +00:00
wiz
67431e3654 Bump PKGREVISION for missing files. 2006-07-31 18:10:43 +00:00
wiz
fcbe19d570 Add some missing files to PLIST. 2006-07-31 18:10:30 +00:00