summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-25Fix broken patch file, rerun makepatchsum.bjs2-4/+4
2007-09-25Update to version 4.6.7 (bugfix release). See new patchesbjs12-32/+294
for more information about them. While here, fix pkglint warnings. ok'd by joerg@
2007-09-25add hacks.mk to work around a compiler optimization error withdmcmahill2-2/+28
gcc on solaris.
2007-09-25Restore a needed patch that was lost during the last update.dmcmahill3-1/+97
Builds on solaris again.
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24Update Ruby to 1.8.6-p110.taca2-8/+8
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24In gettext-lib/buildlink3.mk, check whether we need to pull in thejlam2-5/+11
libiconv/buildlink3.mk file based on whether or not we're using the built-in gettext-lib or not. This is clearer than what existed in revision 1.33 of gettext-lib/builtin.mk and fixes the problem introduced in revision 1.34.
2007-09-23Add DESTDIR support.joerg3-24/+33
2007-09-23Fix CONFLICTS pattern.wiz1-2/+2
2007-09-22Install the scripts in contrib. From Hauke Fath's request in PR pkg/36990.jmmv2-2/+34
Bump PKGREVISION to 1.
2007-09-22configure fails to detect mmap support on HPUX. Force it, because mmaptnn1-1/+5
support in glib2 is required by gtk2's icon cache as of gtk2+-2.12.0.
2007-09-22Sync buildlink3.mk includes with Makefile ones (remove libart too).wiz2-5/+2
2007-09-21Update to version 1.5.3.2. See release notes in tarball for changes.bjs6-21/+41
Added beginnings of emacs support; I intend on supporting this and other stuff from ${WRKSRC}/contrib after the freeze.
2007-09-21Fix builds using PostgreSQLadrianp2-4/+4
Fix MESSAGE to point to bugzilla.conf in the right directory Fixes from adam (at) albedo.art.pl via private email.
2007-09-21Comment out libgnomecanvas here too -- it is not a dependency any longer.wiz1-2/+2
2007-09-21Fix seddo in previous.wiz1-2/+2
2007-09-21regenrillig1-0/+1
2007-09-21Further testing revealed that there was a syntax error left. Fixed.rillig1-1/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz43-119/+131
Bump PKGREVISION.
2007-09-21Rename libsigc++ to libsigc++1, and libsigc++2 to libsigc++;wiz13-1488/+1492
(there's only one dependency of libsigc++1 left in pkgsrc).
2007-09-21Rename libglade2 to libglade to match the upstream name.wiz7-33/+34
2007-09-21Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match thewiz23-217/+211
upstream name.
2007-09-21regenrillig1-8/+3
2007-09-21When a path is specified with --with-defshell, a casual user wouldrillig1-9/+4
expect that the path is actually used by the configure script, which had not been the case. Now it is finally possible to select a different shell for use by bmake.
2007-09-21Fixed a typo (xpg4 instead of xpg).rillig1-2/+2
2007-09-21Add and enable ruby-SDL.taca1-1/+2
2007-09-21Importing ruby-SDL package.taca4-0/+101
Ruby/SDL is the ruby extension library to use SDL. SDL(Simple DirectMedia Layer) is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device. See http://www.libsdl.org/ if you want to know SDL in detail. Fix long standing PR pkg/30858.
2007-09-20Drop maintainership.wiz2-4/+4
2007-09-20Update to 0.2:jmmv3-8/+160
* Test cases now get a known umask on entry. * atf-run now detects many unexpected failures caused by test programs and reports them as bogus tests. atf-report is able to handle these new errors and nicely reports them to the user. * All the data formats read and written by the tools have been documented and cleaned up. These include those grammars that define how the different components communicate with each other as well as the format of files written by the developers and users: the Atffiles and the configuration files. * Added the atf-version tool, a utility that displays information about the currently installed version of ATF. * Test cases can now define an optional cleanup routine to undo their actions regardless of their exit status. * atf-report now summarizes the list of failed (bogus) test programs when using the ticker output format. * Test programs now capture some termination signals and clean up any temporary files before exiting the program. * Multiple bug fixes and improvements all around.
2007-09-20Rename eel2 to eel, to match upstream name.wiz6-18/+19
2007-09-20Move ArX2 to ArX, to make directory name match PKGNAME.wiz9-9/+9
2007-09-20update cpuflags to 1.17 - PKG_EXCLUDE_OMIT_FRAME_POINTER+=devel/liboil from ↵abs2-3/+6
Vladimir Yakovetsky
2007-09-19Rename gnome2-terminal to gnome-terminal to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz9-17/+18
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz11-28/+30
2007-09-19Update to 3.0.2adrianp2-6/+6
Bugzilla should now work on Perl 5.9.5 (and thus the upcoming Perl 5.10.0) Fix for the following security advisory: http://www.bugzilla.org/security/3.0.1/ * Even with account creation disabled, users can use the WebService to create an account.
2007-09-19Remove libole2, both incarnations: was a part of gnome2, but last releasewiz14-185/+1
was in 2002 and it is currently unused. (gnome2-libole2 was a newer version of the libole2 package.)
2007-09-19Resign as maintainer of all the packages which I'm no longer using.tron2-5/+4
2007-09-18Update to 0.71:wiz3-10/+10
0.71 Thu Sep 13 20:42:36 PDT 2007 Bug fixes - Fixed a problem with BEGIN { use_ok } silently failing when there's no plan set. [rt.cpan.org 28345] Thanks Adriano Ferreira and Yitzchak. - Fixed an obscure problem with is_deeply() and overloading == [rt.cpan.org 20768]. Thanks Sisyphus. Test fixes - Removed dependency on Text::Soundex [rt.cpan.org 25022] - Fixed a 5.5.x failure in fail-more.t * Got rid of the annoying sort_bug.t test that revealed problems with some threaded perls. It was testing the deprecated eq_* functions and not worth the bother. Now it tests is_deeply(). [rt.cpan.org 17791] Doc fixes - Minor POD mistake in Test::Builder [rt.cpan.org 28869] * Test::FAQ has been updated with some more answers. Install fixes - Fixed the "LICENSE is not a known MakeMaker parameter name" warning on older MakeMakers for real this time.
2007-09-18Update to 1.20.0:wiz4-13/+15
Changes in GAIL 1.20.0 ====================== Added Telugu (te) to ALL_LINGUAS. Changes in GAIL 1.19.6 ====================== Bugfixes: #460820, #363450. Implement ATK_STATE_DEFAULT in gailwidget. This version of GAIL should be used with Libgnomecanvas released with GNOME 2.19.6. Changes in GAIL 1.19.5 ====================== - Only print accessibility enabled messages when GNOME_ACCESSIBILITY=1 [#455120] (Li Yuan). - Remove GDK_THREADS guards since it is not a idle function any more [#446596] (csaavedra AT alumnos utalca cl). - Move gailcanvas to gnomecanvas and remove gnomecanvas dependence [#363103] (Li Yuan). Changes in GAIL 1.19.3 ====================== ---This is the GNOME 2.19.3 version of gail--- Bugfixes: #340577, #313954. Remove gnome-doc-utils dependence. Changes in GAIL 1.19.1 ====================== ---This is the GNOME 2.19.1 version of gail--- Bugfixes: #347481, #421432, #410861.
2007-09-18Update to 1.20.0:wiz3-9/+11
Changes in version 1.20.0: ========================= * *Add "si" (Sinhala) to ALL_LINGUAS. Changes in version 1.19.6: ========================= * *Fixes #460851. Add a new API: atk_get_version. Changes in version 1.19.3: ========================= * *Fixes #434784. *Remove gnome-doc-utils dependence. Changes in version 1.19.1: ========================= * *Fixes #382328, #418194, #413357.
2007-09-18libbonobo needs flex, at least on Solaris.rillig1-2/+2
2007-09-18update to 0.16drochner3-8/+10
changes: -Changed keybinding in GEdit plugin from F7 to F2 to avoid a conflict with GTK+ 2.12 -translation updates
2007-09-18update to 1.18.2drochner2-6/+6
changes: minor bugfixes
2007-09-18update to 1.6.6drochner13-318/+168
changes: -minor feature additions to the command line tools -C++ API: Added support for Szip -bugfixes pkgsrc changes: -fixes for the cxx option (should be a separate pkg) -fixes for the threadsafe option -- replaced a pthread_equal() by a simple "==" to make it usable with non-threaded apps (not 100% portable, but should be fine for the platforms in question) The shared libraries should not be linked against libpthread, but that would require serious changes to the autoconf/make machinery so I've left it alone for now. If that is fixed, "threadsafe" could be made default. -Don't try to strip scripts on install.
2007-09-18update to glib2-2.14.1. This is a bug fix release in the 2.14 series.tnn5-37/+23
Overview of Changes from GLib 2.14.0 to GLib 2.14.1 =================================================== * Bugs fixed: 476840 Invocation of the interface "g_utf8_strreverse" crashes f... 444765 Fix FIXME in gregex.c when new pcre is out 464145 g_markup_escape_text Produces Invalid XML 465625 g_type_default_interface_ref() does not ensure working g_... 466768 Clearify that comments can be put anywhere in a Key-file. 474229 The GError documentation should give convention for the G... 474899 G_BREAKPOINT() docs inaccurate 475854 Overuse of -lpcre when using system pcre 473879 Incorrect includes in gregex.c 468694 Typoes in documentation 469051 g_snprintf () talks about characters where it probably me... 457601 Missing arch specific atomic implementation 475923 Missing pcre flags when static-linking against glib 475619 glibthread-2.0.la does not list -lpthread Also many updated translations.
2007-09-18Simplify a bit to work under bulk builds as well.joerg1-5/+2
2007-09-16Add & enable p5-Object-InsideOutseb1-1/+2
2007-09-16Initial import of p5-Object-InsideOut version 3.25 into The NetBSD seb4-0/+42
Packages Collection. The Perl 5 module Object::InsideOut provides comprehensive support for implementing classes using the inside-out object model. It implements inside-out objects as anonymous scalar references that are blessed into a class with the scalar containing the ID for the object (usually a sequence number). Object data (i.e., fields) are stored within the class's package in either arrays indexed by the object's ID, or hashes keyed to the object's ID. The virtues of the inside-out object model over the 'blessed hash' object model have been extolled in detail elsewhere. Briefly, inside-out objects offer the following advantages over 'blessed hash' objects: * Encapsulation * Field Name Collision Avoidance * Compile-time Name Checking