summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-11update to 4.4.11, from Helge Muehlmeier per PR pkg/44314drochner4-11/+10
changes: -bugfixes -minor UI improvements
2011-01-09configure require xgettext, msgmerge and msgfmt.obache1-2/+2
2011-01-08Avoid installing some files not in PLIST, namely language and hwclock files.dsainty2-8/+9
2011-01-08Avoid installing some files not in PLIST, namely language and hwclock files.dsainty2-8/+9
2011-01-08Add libuuid and libblkid. Added during freeze to fix build of sysutils/halmarkd1-1/+3
on Linux.
2011-01-08Initial import libblkid 2.18markd12-0/+260
The libblkid library is used to identify block devices (disks) as to their content (e.g. filesystem type) as well as extracting additional information such as filesystem labels/volume names, unique identifiers/serial numbers, etc. A common use is to allow use of LABEL= and UUID= tags instead of hard-coding specific block device names into configuration files. From util-linux-ng.
2011-01-08Initial import libuuid 2.18markd7-0/+157
The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen. The UUIDs generated by this library can be reasonably expected to be unique within a system, and unique across all systems. They could be used, for instance, to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. From util-linux-ng.
2011-01-06Update HOMEPAGE.obache1-2/+2
2011-01-04Darwin hacks changes:adam1-10/+7
* forget about problem with universal binaries; it's fixed with ABI * replace libiconv_open with iconv_open in configure, so system libiconv can be detected and used in 64-bit mode
2011-01-03Disable ld-version-script for Interix.obache1-1/+7
PR#44291.
2010-12-29yasm also works on x86_64adam1-2/+2
2010-12-28buildlink with gettext-lib additionally.obache1-1/+3
libtre.la refer -lintl.
2010-12-27Not make-jobs safe.wiz1-1/+2
2010-12-26Mechanical change: rails directory from www/rails to www/rails.taca1-2/+2
2010-12-26Fix linking command, otherwise LDFLAGS aren't used: needed for special ↵adam1-1/+7
LDFLAGS on Mac OS X
2010-12-26Removed duplicate lineadam1-2/+1
2010-12-26On DragonFly, extra libs will be created, same as Darwin.obache1-0/+7
2010-12-25Updte zzuf to 0.12.obache5-27/+12
Based on PR#44274, with some fixes. Changes from zzuf 0.12 to 0.13 * various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls. * network host filtering support. * support for memory limits on OS X. * massive testsuite improvements. * support most cat options in zzcat, which is now fully programmable.
2010-12-24Update to 2010/12/21 snapshot:joerg2-6/+6
- Support for git-fast-export format - More efficient synchronisation mechanism - "addremove", "bisect" and "stash" commands - sqlite3 shell with some bindings to fossil logic like content_get - undo cleans merge state - Various improvements and bugfixes to other commands
2010-12-23Fix build on OS X 10.4abs5-8/+24
- Correct a sublime piece of gmake logic to catch at least 10.4 rather than 10.5 and later: ifeq ($(shell echo "$(uname_R)" | awk -F. '{if ($$1 >= 9) print "y"}')_$(shell test -d $(TKFRAMEWORK) || echo n),y_n) - Then handle the case that on 10.4 share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish becomes share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish Shell Bump PKGREVISION and Slowly Back Away From The Package
2010-12-23Added BUILDLINK_INCDIRS and BUILDLINK_LDFLAGS support to bl3, to help withfhajny1-1/+5
building lang/spidermonkey.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty13-25/+26
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-21No SA_RESTART on qnx.seanb1-5/+8