summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-06-26move libmpeg3 to multimedia/grant14-645/+1
2004-06-26move smpeg to multimedia/grant10-159/+3
2004-06-25Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.wiz4-22/+13
Changes: Changes since version 1.3.2 * Make it work with gcc-3.2. Changes since version 1.3.1 * Contrib reorganization. * New contrib items. * Convert to latest and greatest autoconf, automake versions. * Implement automatic detection of gcc version 3 and apply the gcc3 patch in configure. * Apply a patch for compilation on Apple/Darwin (without gcc3). Changes since version 1.3.0 * Fix the following bug: a repository inconsistency could arise when a checkin operation is aborted after the project's RCS version file has been updated but before the PRCS repository data file is updated. * Fix a partial-checkin bug. * Fix bugs related to deleted project versions. * 'prcs info' now now prints summary information for deleted project versions. * Patches have been included for compilation with GCC 3.0.x. * Debian packaging. * prcs.el improvements. * prcs usage() reports to stdout instead of stderr. * prcs.texi bug in 'prcs execute' example. * contrib/prcs-clean improvements. Changes since version 1.2.16 * Add new command 'prcs changes' command. * Support for the new 'changes' command. * Add new --version-log= option to 'prcs checkin'. * Add new contrib package 'pck'. * Add a new --no-keywords option to 'prcs populate'. * Updated 'prcsutils' contrib package. * Updated 'visualtree' contrib package. * Fix a keyword-substitution bug. * Upgrade to regex sources from glibc-2.2.4 for 64-bit support. * Remove a declaration of abort() that was conflicting with the headers in RedHat 7.x and causing compilation problems. * Fix for non-existant user/group handling in 'prcs admin access' * Fix for checkin and merge commands to preserve the project file mode. * Fix prcs.el to support Emacs 21. * PRCS checks for proper versions of RCS and GNU diffutils before running--these checks were broken by GNU diffutils 2.7.2 and are now fixed. Changes since version 1.2.15 * Incorporate new contrib submissions (rprcs, prcs-synch, visualtree, pfe and prcsutils). * Previously, 'prcs config' would perform a sanity check on the configured RCS and diff commands to see that are indeed the GNU versions of those commands. * After a successful merge, list all files which have merge conflicts. Merge "No Prompt" actions are now silent unless -L is specified, and "Do Nothing" actions are silent when -f is specified and unless -L is specified. * Improve error reporting. * The documentation stated that `:' was a valid character for major version names, although the program has never accepted this character.
2004-06-24update to 0.7.5recht3-6/+23
0.7.5 is a bug fix release, including: - force lookup of journal props in anydbm filtering - fixed lookup of "missing" Link values for new props in anydbm backend - allow list of values for id, Number and Boolean filtering in anydbm backend - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) - fixed Boolean values in postgresql (sf bugs 972546 and 972600) - fixed -g arg to roundup-server (sf bug 973946) - better roundup-server usage string (sf bug 973352) - include "context" always, as documented (sf bug 965447) - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) - fixed roundup-admin "find" to use better value parsing - fixed RDBMS Class.find() to handle None value in multiple find - export now stores file "content" in separate files in export directory 0.7.4 is a bug fix release, including: - re-acquire the OTK manager when we re-open the database - mailgw handler can close the database on us - fixed grouping by a NULL Link value - fixed anydbm import/export (sf bugs 965216, 964457, 964450) - fix python 2.3.3 strftime deprecation warning (sf patch 968398) - fix some column datatypes in postgresql and mysql (sf bugs 962611, 959177 and 964231) - fixed RDBMS journal packing (sf bug 959177) - fixed filtering by floats in anydbm (sf bug 963584)
2004-06-24Add p5-Class-XPath (hi schmonz!)xtraeme1-1/+2
2004-06-23Bump PKGREVISION for patch-ad (usb_bulk_read() bugfix by mycroft).wiz1-1/+2
2004-06-23Make usb_bulk_read() terminate short transfers correctly. This mimics themycroft2-1/+34
Linux code, and is critical for making PTP work.
2004-06-22fix HATs on USB joysticks that don't report up as 0.dillo3-6/+16
bump PKGREVISION
2004-06-20Initial import of p5-Class-XPath.schmonz4-0/+28
Class::XPath is a Perl module which adds XPath-style matching to your object trees. This means that you can find nodes using an XPath-esque query with match() from anywhere in the tree. Also, the xpath() method returns a unique path to a given node which can be used as an identifier.
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-3/+2
2004-06-20Update to 2.6.2:jmmv6-60/+16
2004-05-29 Michael Meeks <michael@ximian.com> * Version 2.6.2 2004-05-28 Michael Meeks <michael@ximian.com> * activation-server/activation-server-main.c (main): turn output debug on if we use --register-server * bonobo-activation/bonobo-activation-init.c (bonobo_activation_hostname_get): always return localhost - so we don't barf when the hostname changes (DHCP). Slightly bad, but a) this method is deprecated anyway, b) only fools would use it to return the current hostname and c) localhost is often the local host name anyway. 2004-05-26 Michael Meeks <michael@ximian.com> * Version 2.6.1 2004-05-26 Arvind Samptur <arvind.samptur@wipro.com> * activation-server/object-directroy.h : Add od_finished_internal_registration () helper function. * activation-server/object-directroy-corba.c (add_active_server): Don't add our internal servers count to n_active_servers. * activation-server/activation-server-main.c (main): Use od_finished_internal_registration () to indicate that we are done with our internal server registeration. Fixes #139500 2004-05-14 Michael Meeks <michael@ximian.com> * bonobo-activation/bonobo-activation-init.c: move sys/types.h include upwards for bsd. 2004-05-06 Michael Wilson <Michael.Wilson@bull.net> * bonobo/bonobo-application.c (message_desc_copy) (_gtype_to_typecode): bin bogus gnuism: __inline__ 2004-05-05 Michael Wilson <Michael.Wilson@bull.net> * bonobo/bonobo-application.c: bin bogus trailing ',' and ';' - fix AIX build. 2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-15 Gustavo J. A. M. Carneiro <gustavo@users.sourceforge.net> * activation-server/object-directory-corba.c (od_register_runtime_server_info): Do not ever try to update a ServerInfo if there's already another ServerInfo registered for the given IID. This both improves performance and avoids a possible memory error that I have been unable to track down after much debugging. 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-04-06 Pablo Saratxaga <pablo@mandrakesoft.com> * ChangeLog: converted to UTF-8 2004-03-30 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS. 2004-03-22 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. 2004-03-17 Tony Arnold <tonyarnold@users.sourceforge.net> * bonobo-activation/bonobo-activation-client.c: ugly hack for Darwin's whacked-out 'environ. 2004-03-16 Gareth Owen <gowen72@yahoo.com> * configure.in: Added en_GB to ALL_LINGUAS 2004-03-15 Julio M. Merino Vidal <jmmv@menta.net> * bonobo-activation/bonobo-activation-get-language-list.c (unalias_lang): read aliases from the prefix first (NetBSD)
2004-06-20cvsync 0.24.16 is available.gehenna3-6/+8
Changes: * Improve performance to parse rcsfile(5) based files with many revisions. * Make this compile on Interix.
2004-06-18SDL_perl needs threaded perl due to SDL, which is threaded.salo1-2/+4
Gives games/frozen-bubble a chance to work. Addresses PR pkg/25964 by Juan Romero Pardines.
2004-06-17sysutils/c++rt0 doesn't exist any longer, as pkgsrc has officially droppedtv1-6/+1
support for NetBSD/sparc 1.4.
2004-06-15Fix some C++ issues that gcc 3.3 complained on.kristerw14-1/+287
2004-06-15Correct two prototypes that gcc 3.3 did not like.kristerw3-1/+29
2004-06-15bump PKGREVISION for lastgrant1-2/+2
2004-06-15- needs a c and c++ compilergrant1-1/+9
- needs -lCrun when building with SunPro so programs that link against libsmpeg.so can resolve all symbols. - USE_GCC_SHLIB
2004-06-14fix an obvious botch-up:grant1-2/+2
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
2004-06-13Add some missing std namespace, to make this package compilekristerw5-1/+137
when using gcc 3.3.
2004-06-12regenerate patches with pkgdiff so they apply properly withgrant5-28/+29
devel/patch.
2004-06-12this needs gcc to build.grant1-1/+3
2004-06-12this uses a c and c++ compiler.grant1-1/+2
2004-06-12there's little chance this will compile with anything but gcc. mark itgrant1-1/+3
so.
2004-06-12don't call install -d with >1 directory argument.grant1-2/+3
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12this uses a c and c++ compiler.grant1-1/+2
2004-06-12- this uses a c and c++ compiler.grant1-3/+4
- drop unneeded trailing /
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12this package is NetBSD-specific.grant1-1/+3
2004-06-12this package uses lots of gcc'isms. mark it only for gcc.grant1-1/+3
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macrosgrant1-1/+3
definitions which sunpro doesn't like.
2004-06-12USE_LANGUAGES=c c++grant1-1/+2
2004-06-12swap order of depends so that perl>=5.8.3 is preferred overgrant1-2/+2
p5-Test-Harness. the old way: {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness is normally ok because if either is installed the dependency is satisfied. however, in a bulk build, every package which uses this DEPENDS is automatically failed because p5-Test-Harness is preferred but it conflicts with perl>=5.8.3 (they both install bin/prove and prove.1). this way, perl is preferred and the dependency should be satisfied correctly in bulk builds.
2004-06-12with the SunPro c++ compiler, char * cannot be initialised with agrant3-1/+29
const char * value. add a cast and make a char * const to allow this to build.
2004-06-12don't pass gcc specific -W flags, call ${CXX} not "g++".grant2-7/+8
2004-06-12whitespace fixes.grant1-3/+3
2004-06-12don't pass gcc specific -W flags.grant3-11/+9
2004-06-12and share/doc/html/buildtool, too.grant1-1/+2
2004-06-12make sure the destination directory exists before trying to installgrant1-1/+4
files into it.
2004-06-11Update to Version 1.0.5.epg2-5/+5
(10 Jun 2004, from /branches/1.0.5) http://svn.collab.net/repos/svn/tags/1.0.5 User-visible-changes: * fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
2004-06-11Remove reference to non-existent buildlink2.mk.minskim1-3/+1
2004-06-11Temporarily disable pkgviews installation, because currently itminskim1-2/+3
breaks other packages when enabled.
2004-06-11Add patches from silc cvs repository.salo4-1/+72
Should fix build on Darwin/Mac OS X.
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd1-2/+2
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd2-6/+6
changes: unknown
2004-06-10update to kde 3.2.3markd1-3/+3
changes: * kuiviewer: Fixed loading of menu layout definition * cervisia: Fixed several bugs in resolve dialog * cervisia: Don't ignore the CVS_RSH setting during checkout * cervisia: Handle spaces in the working folder name correctly * cervisia: Honor option "Hide Non-CVS Files" when opening a branch in the file tree
2004-06-10Updated cvs to 1.11.17.grant2-10/+12
changes since 1.11.16: SERVER SECURITY FIXES * Thanks to Stefan Esser & Sebastian Krahmer, several potential security problems have been fixed. The ones which were considered dangerous enough to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, & CAN-2004-0418 by the Common Vulnerabilities and Exposures Project. Please see <http://www.cve.mitre.org> for more information. * A potential buffer overflow vulnerability in the server has been fixed. This addresses the Common Vulnerabilities and Exposures Project's issue #CAN-2004-0414. Please see <http://www.cve.mitre.org> for more information.
2004-06-10Sort.xtraeme1-4/+4