summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2011-01-29+mockgdt1-1/+2
2011-01-29Import py26-mock-0.7.0b4 as devel/py-mock.gdt4-0/+38
mock is a Python module that provides a core Mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way.
2011-01-29Fix automatic BUILDLINK_ABI_DEPENDS pattern update.obache1-2/+2
2011-01-29Fix build with png-1.5.wiz2-1/+28
2011-01-28Changes 1.7.3.5:adam4-18/+14
* The xfuncname pattern used by "git diff" and "git grep" to show the last notable line in context were broken for python and ruby for a long time. * "git merge" into an unborn branch removed an untracked file "foo" from the working tree when merged branch had "foo" (this fix was already in 1.7.3.3 but was omitted from the release notes by mistake). * "git status -s" did not quote unprintable characters in paths as documented. * "git am --abort" used to always reset to the commit at the beginning of the last "am" invocation that has stopped, losing any unrelated commits that may have been made since then. Now it refrains from doing so and instead issues a warning. * "git blame" incorrectly reused bogusly cached result of textconv filter for files from the working tree. * "git commit" used to abort after the user edited the log message when the committer information was not correctly set up. It now aborts before starting the editor. * "git commit --date=invalid" used to silently ignore the incorrectly specified date; it is now diagnosed as an error. * "git rebase --skip" to skip the last commit in a series used to fail to run post-rewrite hook and to copy notes from old commits that have successfully been rebased so far. Now it do (backmerge ef88ad2). * "gitweb" tried to show a wrong feed logo when none was specified.
2011-01-28Changes 1.2:adam6-82/+13
* Fix build error when cross-compiling to MinGW. Changes 1.1: * Update gnulib files. * The core library is now compiled with many warning flags. Some warnings have been fixed too. Changes 1.0: * Update gnulib files. Changes 0.4.2: * Fix endian related bug in self test. * Add a note in README about NTLM being a insecure protocol. * Cleaned up internal endianness handling. * Update of gnulib files. Changes 0.4.1: * Update of gnulib files. Changes 0.4.0: * Only public API functions are exported in shared library. Using libtool's -export-symbols-regex. * Update of gnulib files.
2011-01-27We don't BUILDLINK_PASSTHRU_DIRS magic on Mac OS X any more.adam1-13/+2
2011-01-27-add patch from https://bugzilla.gnome.org/show_bug.cgi?id=639882 to fixdrochner4-3/+64
possible heap corruption when parsing a corrupt font (CVE-2011-0020) -being here, add a patch from upstream to fix a scaling inconsistency bump PKGREV
2011-01-26reset PKGREV for base pkg updatedrochner1-2/+1
2011-01-26Add missing ".o". Found by Matthieu Herrb in PR 44461.wiz1-1/+1
2011-01-25configure require xgettext, msgmerge and msgfmt.obache1-2/+2
2011-01-24Fixes dependencyobache1-2/+5
* change dependency on py-cairo and gobject-introspection to build. Those are required by configure script, but not required by installed files. Furthermore, this package is python-version-independent part of py-gobject, but full dependency of those packages introduce dependency on certain python version. * add direct full dependency on libffi, because it is already in buildlink3.mk. (previously, it was indirect dependency from gobject-introspection, but py-gobject is using it directly). Bump PKGREVISION.
2011-01-23include pyversion.mk for ${PYPKGPREFIX}tnn1-1/+3
2011-01-23it cannot accept python23 because a dependency doesn't.tnn1-2/+2
2011-01-23need pyversion.mk for ${PYPKGPREFIX} here.tnn1-1/+3
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc2-4/+7
Thorsten Glaser.
2011-01-23set FREEBL_NO_DEPEND=0 in MAKE_ENV otherwise Linux2.6 defaults tomarkd2-2/+8
FREEBL_NO_DEPEND=1 and files not in PLIST are installed. OKed by tnn.
2011-01-23Update to kdevelop 4.1.1markd6-54/+75
bugfixes and improved translations
2011-01-23Update to KDE SC 4.5.5markd2-6/+5
bugfixes and translation updates
2011-01-22GConf says it requires gio>=2.25.9schwarz1-1/+2
2011-01-21Remove --without-libintl-prefix that's not recognized by recentwiz1-3/+1
configure scripts for quite some time now.
2011-01-21Remove some level 0 formatting which is not allowed for an 'article'.dmcmahill2-1/+14
That is only allowed for a 'book'. Fixes build when asciidoc-8.6.3 is used.
2011-01-21enable for hppa*-*-netbsd*tnn2-6/+15
2011-01-20+mk-configuredrochner1-1/+2
2011-01-20import mk-configure-0.21.0, a lightweight but powerful replacement fordrochner4-0/+335
GNU autotools, from Aleksey Cheusov per pkgsrc-wip (needed for the runawk pkg to be imported in a minute)
2011-01-19Fix building with special CFLAGS, e.g. on Mac OS X with -isysrootadam3-3/+18
2011-01-19Update GNU GLOBAL from 5.4 to 5.9.3.uebayasi3-13/+42
Big changes: - Allows the symbolic links which point to directories, and treats the names of struct, union, enum and enum member as definitions. (5.7) - Uses GPLv3 and LGPLv3 license. (5.6) - Becomes GNU BOKINware. (5.5) Details: http://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup Bunch of incompatible format changes. DON'T FORGET TO RE-GENERATE TAGS!
2011-01-18Pass in INSTALL_{DATA,LIB} to make rather than hardcoding path of install.markd3-4/+20
Fixes install on Arch Linux.
2011-01-18Add a schemas.mk file to let packages that install GSettings schemas tojmmv2-0/+41
rebuild the precompiled database upon install/deinstall. This is mostly a copy/paste of the same logic to deal with gio modules found in modules.mk. No PKGREVISION bump because this does not affect the glib2 package in itself.
2011-01-17Revert the last change to avoid cyclic dependencies.is1-3/+1
2011-01-17Disable ODBC explicitly.minskim1-1/+2
2011-01-17Declaring char *getcwd(); interfered with _USE_FORTIFY_SOURCE=N (for N>0).is2-3/+12
(pointed out by aniou@ircnet). The problem is avoided by not declaring in make.h if defined(HAVE_UNISTD_H). (I wish people would actually use configure's findings after it spent several billions(en_US) of CPU cycles computing them.)
2011-01-17Add USE_TOOLS+=perl; needed to run make test.is1-1/+3
2011-01-17On Linux, extra libs will be created, same as Darwin and DragonFly.sbd1-0/+7
2011-01-15Changes 8.12:adam2-6/+6
This release contains several bug fixes for the pcregrep program. There are no changes to the code of the PCRE library.
2011-01-14Find png-1.5. Bump PKGREVISION.wiz3-2/+19
2011-01-13update to 2.30.0drochner2-8/+7
This switches to the gnome-2.32 release branch.
2011-01-13update to 2.28.2drochner3-11/+84
changes: minor build and documentation tweaks
2011-01-13+atkmmdrochner1-1/+2
2011-01-13add atkmm-2.22.2, C++ bindings for atk which used to be part ofdrochner5-0/+199
gtkmm before 2.22
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz5-6/+10
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz133-252/+266
2011-01-12update to 2.0.18drochner2-6/+6
changes: -add ctop (works like alltop but only in the C file) -bugfixes
2011-01-12update to 0.10.0drochner5-7/+68
sorry, no changelog available pkgsrc change: deal with 64-bit time_t on NetBSD-current - the selftests succeed now
2011-01-12build dconf's editor GUI (in an extra pkg to limit dependencies)drochner9-4/+102
2011-01-12Update to 1.7.3:wiz2-6/+6
1.7.3: * archive: don't set gzip filename header when there's no filename * checknlink: use two testfiles (issue2543) * churn: ignore trailing and leading spaces (issue2546) * date: fix matching of underspecified date ranges * eol: improve help on whether EOLs are changed in working copy or repository * fncachestore: copy dh directory before the manifest * hgweb: abort if config file isn't found * hook: assume relative path to hook is given from repo root * hook: fix import path handling for repo=None * https: use web.cacerts configuration from local repo to validate remote repo * https: warn when server certificate isn't verified * keyword: copy: when copied source is a symlink, follow it * patch: write .rej files without rewriting EOLs * strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377) * tag: abort if not at a branch head (issue2552) * tag: don't check .hgtags status if --local passed * tag: fix uncommitted merge check and error message (issue2542) * util: fix ellipsis() not to break multi-byte sequence (issue2564) * util: work around behavior change in Python 2.7.1 * windows.rename: eliminate temp name race (issue2571) * wix: add an ssl certificate file to the WiX installers
2011-01-11+py-logilab-*drochner1-1/+3
2011-01-11add py-logilab-astng-0.21.0, support for Extend Python abstract syntaxdrochner6-0/+181
trees, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
2011-01-11add py-logilab-common-0.53.0, a collection of miscellaneous modulesdrochner6-0/+370
used by Logilab projects, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
2011-01-11use numpy rather than py-Numeric, the former is more moderndrochner2-5/+5
bump PKGREVISION