Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
GNU autotools, from Aleksey Cheusov per pkgsrc-wip
(needed for the runawk pkg to be imported in a minute)
|
|
|
|
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!
|
|
Fixes install on Arch Linux.
|
|
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.
|
|
|
|
|
|
(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.)
|
|
|
|
|
|
This release contains several bug fixes for the pcregrep program.
There are no changes to the code of the PCRE library.
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
changes: minor build and documentation tweaks
|
|
|
|
gtkmm before 2.22
|
|
|
|
|
|
changes:
-add ctop (works like alltop but only in the C file)
-bugfixes
|
|
sorry, no changelog available
pkgsrc change: deal with 64-bit time_t on NetBSD-current - the selftests
succeed now
|
|
|
|
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
|
|
|
|
trees, from Kamel Derouiche and Helge Muehlmeier per pkgsrc-wip
|
|
used by Logilab projects, from Kamel Derouiche and Helge Muehlmeier
per pkgsrc-wip
|
|
bump PKGREVISION
|
|
changes:
-bugfixes
-minor UI improvements
|
|
|
|
|
|
|
|
on Linux.
|
|
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.
|
|
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.
|
|
|
|
* 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
|
|
PR#44291.
|
|
|
|
libtre.la refer -lintl.
|
|
|
|
|
|
LDFLAGS on Mac OS X
|
|
|
|
|
|
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.
|
|
- 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
|
|
- 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
|
|
building lang/spidermonkey.
|
|
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
|
|
|