summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2008-05-14Mantis 1.1.1 Releasedadrianp3-55/+234
This is a maintenance release for the 1.1.x branch. It includes a fix for PHP 4 support (#8681 stripos), several fixes for SOAP API, a security fix, and other minor bug fixes. Mantis 1.1.0 Released After 4 alpha releases, 3 release candidates and over 400 features and bug fixes, Mantis 1.1.0 gold is finally released. The highlights of the Mantis 1.1.0 release include: 1. Inclusion of MantisConnect (SOAP API) out of the box 2. Wiki integration (dokuwiki, mediawiki, xwiki), 3. Email queuing, 4. Gravatar integration, 5. DB2 support, 6. Tagging, 7. Filtering perma links, 8. Time tracking, 9. Twitter integration, 10. UTF8 support, 11. Generic configuration page, 12. Show last visited issues, 13. XHTML compliance, 14. Authenticated RSS
2008-05-14-make this a build dependency by default, if is used to generate sourcedrochner2-8/+15
code during the build (if at all - currently it is unused unless someone patches xml metadata in compiz plugin sources) -it needs bash and GNU getopt to work correctly
2008-05-14Fix to instal cairo-quartz-font.pc.obache2-3/+10
(and while here, enable quartz-image) Then atsui support for pango again. Bump pkgrevision.
2008-05-14Bl3 -lX11, -lICE, and -lSM. If pango does not include X11, configuregdt1-1/+6
adds these libraries explicitly. With X11_TYPE=modular, they are not found. This fix does not seem entirely right, but does seem necessary. It's not clear how this ever built with modular.
2008-05-12Enable compiz-bcopjmcneill1-1/+2
2008-05-12Import compiz-bcop:jmcneill5-0/+56
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains the compiz option code generator.
2008-05-12Enable compizconfig-backend-gconfjmcneill1-1/+2
2008-05-12Import compizconfig-backend-gconf:jmcneill4-0/+31
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains a gconf plugin for the compiz configuration backend.
2008-05-12Enable py-compizconfigjmcneill1-1/+2
2008-05-12Import py-compizconfig:jmcneill5-0/+63
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains python bindings for libcompizconfig.
2008-05-12Enable libcompizconfigjmcneill1-1/+2
2008-05-12Import libcompizconfig-0.6.0:jmcneill7-0/+103
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains a library for the compiz configuration backend.
2008-05-10Use PREFIX to determine xdg share directory location, fixes mime typejmcneill3-3/+17
detection with gvfs.
2008-05-09Make this build on Mac OS X.agc3-8/+8
2008-05-09fix PKGREVISIONdrochner1-2/+2
2008-05-09PR pkg/38615: Hasso Tepper: Fix build on DragonFlyBSD > 1.11.tnn2-1/+14
2008-05-07Update to monotone-viz-1.0.1. Significant improvements: no longerbjs3-15/+15
accesses the database directly: instead, it uses mtn annotate. Also, some compile fixes for "various systems" (says the ChangeLog). While here, change the distfile to the one without the included lablgtk, as we don't use it. Also, install the style example into ${EGDIR}.
2008-05-063.0.4adrianp3-8/+12
* Bugzilla administrators were not being correctly notified about new releases. (Bug 414726) * There could be extra whitespace in email subject lines. (Bug 411544) * The priority, severity, OS, and platform fields were always required by the Bug.create WebService function, even if they had defaults specified. (Bug 384009) * Better threading of bugmail in some email clients. (Bug 376453) * There were many fixes to the Inbound Email Interface (email_in.pl). (Bug 92274, Bug 377025, Bug 412943, Bug 413672, and Bug 431721) * checksetup.pl now handles UTF-8 conversion more reliably during upgrades. (Bug 374951) * Comments written in CJK languages are now correctly word-wrapped. (Bug 388723) * All emails will now be sent in the correct language, when the user has chosen a language for emails. (Bug 405946) * On Windows, temporary files created when uploading attachments are now correctly deleted when the upload is complete. (Bug 414002) * checksetup.pl now prints correct installation instructions for Windows users using Perl 5.10. (Bug 414430) 3.0.3 * mod_perl no longer compiles Bugzilla's code for each Apache process individually. It now compiles code only once and shares it among each Apache process. This greatly improves performance and highly decreases the memory footprint. (Bug 398241) * You can now search for '---' (without quotes) in versions and milestones. (Bug 362436) * Bugzilla should no longer break lines unnecessarily in email subjects. This was causing trouble with some email clients. (Bug 374424) * If you had selected "I'm added to or removed from this capacity" option for the "CC" role in your email preferences, you wouldn't get mail when more than one person was added to the CC list at once. (Bug 394796) * Deleting a user account no longer deletes whines from another user who has the deleted account as addressee. The schedule is simply removed, but the whine itself is left intact. (Bug 395924) * contrib/merge-users.pl now correctly merges all required fields when merging two user accounts. (Bug 400160) * Bugzilla no longer requires Apache::DBI to run under mod_perl. It caused troubles such as lost connections with the DB and didn't give any important performance gain. (Bug 408766) Security Fixes: Unauthorized Bug Change Cross-Site Scripting Account Impersonation (Minor)
2008-05-062.22.4adrianp3-8/+12
Class: Cross-Site Scripting Versions: 2.17.2 and higher Description: When using the "Format for Printing" view of a bug (or the "Long Format" of a bug list, which is the same thing), there was a cross-site scripting hole--arbitrary text from a particular URL parameter could be injected into the page without filtering.
2008-05-06Add support for XRandR via x11/libXrandr. Bump PKGREVISION.bjs2-2/+5
2008-05-05Update to 1.4:xtraeme3-10/+19
This release of Bazaar includes handy improvements to the speed of log and status, new options for several commands, improved documentation, and better hooks, including initial code for server-side hooks. A number of bugs have been fixed, particularly in interoperability between different formats or different releases of Bazaar over there network. There's been substantial internal work in both the repository and network code to enable new features and faster performance. BUG FIXES: * Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break if the remote server was < version 1.2. This was due to a bug in the RemoteRepository.get_parent_map() fallback code. (John Arbash Meinel, Andrew Bennetts, #214894)
2008-05-02Update to 0.13.5, OK'd by dogcow@. Changes since 0.13.4:bouyer2-6/+6
Added support for many new processors in all families. Added support for CONFIG directive on 18F devices. Support for new COFF format (MPASM default) in gpvo. Fixed bugs.
2008-05-01Also needs gnome-desktop-sharp (for gtkhtml-sharp).wiz1-1/+2
2008-05-01Update to 0.5. Release details:jmmv3-51/+96
Release date: May 1st, 2008 Status: Experimental * Clauses 3 and 4 of the BSD license used by the project were dropped. All the code is now under a 2-clause BSD license compatible with the GNU General Public License (GPL). * Added a C-only binding so that binary test programs do not need to be tied to C++ at all. This binding is now known as the atf-c library. * Renamed the C++ binding to atf-c++ for consistency with the new atf-c. * Renamed the POSIX shell binding to atf-sh for consistency with the new atf-c and atf-c++. * Added a -w flag to test programs through which it is possible to specify the work directory to be used. This was possible in prior releases by defining the workdir configuration variable (-v workdir=...), but was a conceptually incorrect mechanism. * Test programs now preserve the execution order of test cases when they are given in the command line. Even those mentioned more than once are executed multiple times to comply with the user's requests.
2008-04-30Drop maintainershipjmmv11-22/+22
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-30Drop maintainership of RT-related packages. I am no longer maintaining acube4-8/+8
RT installation. <small>What a relief!</small>
2008-04-30Make dependencies match reality (notably for the minimal version ofcube1-28/+20
critical packages such as DBIx::SearchBuilder), including removing no longer needed ones. Bump PKGREVISION.
2008-04-30Update to 1.03 (actually needed by devel/rt3).cube2-7/+6
2007-05-21 Ruslan U. Zakirov <ruz@bestpractical.com> * count modules instead of records in tables * update docs
2008-04-29you commit to cvs expecting it to work like monotone.dan2-3/+123
wizd hits you. (redo previous while actually committing the patch as well)
2008-04-29update to 0.7.11drochner3-8/+44
changes: -Added gtk-doc documentation -misc fixes -Translation updates
2008-04-29update to 0.19drochner4-15/+20
This switches to the gnome-2.22 release.
2008-04-29libltdl is referenced from libgphoto2 only, so put the bl3 include theredrochner1-1/+2
2008-04-29fix some code which assumes that the dev_t of the user's home directorydrochner3-2/+41
is not equal to zero. On NetBSD, wd0a has major and minor number 0, so that assumption doesn't hold. Tested, and reported upstream, by Jared D. McNeill. (gnome bug #530196) Also reported as NetBSD PR pkg/38518. bump PKGREVISION
2008-04-29Update devel/rubigen to 1.3.1. Changes from version 1.2.4 include:jlam3-12/+10
* Fixed the require statements in generated tests for rails/merb generators * Rails::Generator::Base is a valid generator superclass * Rails generators have alternate template (based on standard NamedBase) * test helpers define RAILS_ROOT for rails generators * component_generator: specific subclasses for rails + merb generators, not the generic RubiGen::Base
2008-04-29Fix build on DragonFly using Matt Dillon's patch.wiz4-1/+59
http://apollo.backplane.com/DFlyMisc/pkgsrc-devel-m4.patch
2008-04-29Update to 2.0.1. Changes:shannonjr2-7/+7
- fixed a deadlock Christoph Zwerschke found in Cheetah.ImportHooks.
2008-04-29Update to 1.8:wiz2-6/+6
* Version 1.8 (released 2008-04-23) ** Translations files not stored directly in git to avoid merge conflicts. This allows us to avoid use of --no-location which makes the translation teams happier. ** Update gnulib files. ** API and ABI is backwards compatible with the previous version.
2008-04-29Changes:sborrill14-342/+45
libgphoto2 2.4.1 This is a 2.4 release branch update. Package / System integration: * HAL FDI files now use "info.subsystem" instead of "info.bus", required by hal after March 2008. * Suppress another Olympus camera in FDI file that is better of done using Mass Storage only. libgphoto2_port: * Suppress more known network filesystems in "disk" autodetection * disabled usb_reset for Canon cameras in "usb", broke EOS cameras. PTP2 driver: * Merged all new Camera IDs from TRUNK. * Configuration bugfix for multiple options with the same name. * Capture bugfix for Nikon Coolpix * Various small bugfixes. Canon driver: * Increased the event timeout, so operations work again. * Fixed a bug in interval capture * some additional configuration values for newer cameras Mars driver: * Synced with SVN TRUNK (1:1 copy). * Better whitebalance postprocessing * Camera ids added * Decompression fixes Digigr8 driver: * Synced with SVN TRUNK (1:1 copy). * bugfixes Sonix driver: * Synced with SVN TRUNK (1:1 copy). * bugfixes + changes from 2.3.x
2008-04-29Drop clauses 3 and 4 from TNF licensesmartin4-34/+6
2008-04-28Apply patches to fix CVE-2008-0171 in boost-headers and boost-libs.jmmv2-2/+6
This is a fix for a possible DoS when using Boost.Regex in an application. Note that the fix goes into a header, so all applications that use Boost.Regex may be affected by the problem and need to be rebuilt.
2008-04-28Added devel/blametnn1-1/+2
2008-04-28Import blame-1.3.1 as devel/blame.tnn4-0/+28
Packaged by Aleksej Saushev. Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command.
2008-04-28Adjust previous for 64-bit IRIX.tnn1-3/+3
2008-04-28add changes from upstream to fix a regression in 0.40 with ssh-agent support,dan2-3/+5
these fixes will be in 0.41 bump revision
2008-04-28Fix build problem with recent pango, pango_glyph_item_get_type() was defined.obache5-1/+75
Patch taken from upstream SVN repository Revision 2839.
2008-04-28Update to 0.7.8:wiz3-38/+15
Fixes for gcc 4.3. Source code cleanup. Build fixes.
2008-04-27Bump gnome-sharp API depends for shlib name changes and dependency changes.wiz2-3/+4
Bump PKGREVISION of its dependencies.
2008-04-27Build with --disable-visibility when using sunpro compiler, to preventtnn1-1/+8
unresolved symbol "g_test_config_vars" during build.
2008-04-27Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISIONwiz2-3/+4
of dependencies.
2008-04-27Fix homepage.reed1-2/+2