summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10add one...drochner1-0/+21
2004-09-09Regen.minskim1-2/+3
2004-09-09Bump PKGREVISION for two new patches.wiz2-8/+9
2004-09-09regen to fix offsets.wiz6-23/+23
2004-09-09From Ian Lance Taylor <ian@wasabisystems.com>:wiz1-2/+11
* recurse.c (do_recursion): Correct test for calling server_pause_check to occur when locktype != CVS_LOCK_WRITE.
2004-09-09From otto@OpenBSD:wiz1-0/+16
Do not evaluate this->next after calling the handler; the handler may have clobbered it. Resolves core dumps of cvs server on user ^C.
2004-09-08Update to 1.0:wiz19-43/+269
* gcvs 1.0b2 - callback.[ch], interface.[ch] and support.[ch] will be created automaticaly if gcvs.glade is newer - add debug statement to check what envirment cvs gets (activated by -DqCvsDebug=1) * gcvs 1.0b2 - fixed Bug #507525 - fixed memory leaks while changing enviroment - updated INSTALL file for using CVSGUI111 branch - project- and spec-file updated to new beta * gcvs 1.0b1: - add forgotton headers to makefiles for building distribution - update project file and version-strings Makes the package build with gcc3.
2004-09-08Fix PLIST.wiz1-9/+10
2004-09-08Update to 3.4.10:wiz3-5/+22
FEATURES: - added crufty XML DocBook support PORTABILITY FIXES: - fixed a g++ 3.0 compilation problem
2004-09-08This needs tigetstr from ncurses and rl_mark and others from GNU readline,wiz1-1/+3
so set USE_NCURSES and USE_GNU_READLINE. Should fix bulk build.
2004-09-08Update to 2.500 (should fix bulk build).wiz5-31/+87
Changes since 2.037: 4 years of active development, and about 1000 lines of NEWS included in changes.txt in the archive.
2004-09-07- Update cxref to 1.5g - fixes build on 2.0_BETAadrianp3-7/+13
- ok'ed wiz@ Changes include bug fixes and optimisation, for full details see: http://www.gedanken.demon.co.uk/cxref/#version-status
2004-09-07Fix master sites and homepage.jmmv1-3/+3
2004-09-06make this use libtool rather than assuming linux-like shlib build rules.danw6-16/+100
bump PKGREVISION for soname change
2004-09-05Sort.wiz1-2/+2
2004-09-04Add a prototype for packages_get_other_cflags in pkg.h.jschauma2-1/+14
(Happens to fix the build under IRIX.)
2004-09-04Update to the 2.5 release. The previous version in pkgsrc wasschmonz2-4/+8
actually 2.5rc1. From the changelog: * Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3 moniker removed.) * Using SubDir to include a subpart of an SubDir tree now works. Previously, you could only include the root of another SubDir tree. This example includes the ../server/support/Jamfile, without getting confused as to the current directory: SubDir ALL src builds ; SubInclude ALL src server support ; * Undocumented support for SUBDIRRULES, user-provided rules to invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for each new SubDir. * Remove NT FQuote rule, as, \" is required to pass quotes on the command line. * Remove temp .bat files created on NT. They used to all have the same name and get reused, but with 2.5 the names were salted with the PID and they would litter $TEMP. Now they get removed after being used. Set DIST_SUBDIR since Perforce seems to make a habit of updating distfiles without changing filenames. (This occurrence spotted by Lars Nordlund.) The zip file no longer extracts into a subdir; set WRKSRC accordingly. Bump PKGREVISION.
2004-09-04Update to version 1.0.0.seb3-36/+42
Please note that this is the first released version of cvs2svn. Previously this package used snapshots from the trunk of cvs2svn repository. Hence I'm not providing here all the changes since the latest packaged version. XXX cvs2svn depends on sort(1) with '-T' option. A dependency and a patch to resort on GNU sort from coreutils may be required. XXX There's an issue on NetBSD 1.6.* platform about non-ascii charset. The test 27 from cvs2svn test suite fails. This is an svn(1) issue.
2004-09-04COMMENT tweakgrant1-2/+2
2004-09-03Update to 2.6.2.1:jmmv3-6/+9
Fixes - Activate window in workspace switcher only if its on the current workspace (Elijah Newren) - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson) Translators - John C Barstow (mi) - Laurent Dhima (sq)
2004-09-03tweak COMMENT: uppercase UNIX, s/macro-processor/macro language processor/grant1-2/+2
2004-09-02Revert previous: libgail-gnome pulls in too many dependencies and itwiz2-3/+9
is not really needed. However, add a MESSAGE recommending its installation (the shared library is dynamically loaded if it exists, so it can be installed after glade2 has been installed). Bump PKGREVISION to 2. Ok'd by jmmv.
2004-09-02Include zlib's buildlink3.mk.schmonz1-1/+2
2004-09-02Update to 2.4.0: the code has been marked as stable and some cleanups havejmmv3-9/+10
been done.
2004-09-02Fix a typo in CONFIGURE_ARGS and set diff3 for the diff3 program andrecht1-7/+7
not diff. This fixes the build on Darwin. Patch by Clément MATHIEU in PR 26831 Bump PKGREVISION to 2.
2004-09-02Add some PRINT_PLIST_AWK magic for directories shared with GConf 1.x.jmmv1-1/+5
2004-09-01s/subversion/subversion-base/ to avoid a dependency loop.martin1-2/+2
2004-08-31Added two patches for fixing possible security issue.reed5-4/+35
The CVS security ID is CAN-2004-0797. The fix is same as used by OpenBSD, Debian and Gentoo. (Didn't see any reference to issue on zlib webpages.) The OpenBSD announcement "zlib reliabilty fix" says: "could allow an attacker to crash programs linked with it." And the Gentoo announcement says "zlib contains a bug in the handling of errors in the inflate() and inflateBack() functions. ... An attacker could exploit this vulnerability to launch a Denial of Service attack on any application using the zlib library." PKGREVISION is bumped and BUILDLINK_RECOMMENDED.zlib added to buildlink3.mk file.
2004-08-31Depend on libgail-gnome so that accessibility options can be configured forjmmv1-1/+3
widgets. Problem found by wiz@. Bump PKGREVISION to 1.
2004-08-31Initial addition.jmmv1-0/+26
2004-08-31Update to 2.6.1.2:jmmv3-34/+9
2004-05-16 Anders Carlsson <andersca@gnome.org> * configure.in: Release 2.6.1.2 2004-05-15 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Post release bump. * libgnome/gnome-program.c: (gnome_program_instance_init): Merge fix for bug #142502 from HEAD. 2004-05-02 Anders Carlsson <andersca@gnome.org> * libgnome/gnome-program.c: (gnome_program_get_property): Fix memory leak. (#135773, Christian Persche) 2004-05-02 Anders Carlsson <andersca@gnome.org> * configure.in: * doc/reference/Makefile.am: * doc/reference/libgnome-docs.sgml: * doc/reference/version.xml.in: Put version number in reference docs. (#125759, Steve Chaplin) 2004-05-02 Anders Carlsson <andersca@gnome.org> * libgnome/gnome-sound.c: Fix crash when reading invalid audio files. (#124519, Chris Lahey)
2004-08-31Pick up maintainership (something I should have done a long while ago...)jmmv3-6/+6
2004-08-31Update to 1.4.1:jmmv5-122/+60
Changes in the package ====================== * Install compatibility symlinks for shared libraries to not break binary programs linked against 1.4.0. This is just a workaround for our broken libtool naming scheme and should be removed when it is fixed. Agreed by rh@. * Move installation of documentation to doc/, out of doc/html. Overview of changes between 1.4.0 and 1.4.1 =========================================== * Win32 bug fixes [Tor Lillqvist, John Ehresman] * Thai rendering improvements including OpenType support [Theppitak Karoonboonyanan] * Fix common crash in Hangul shaper [Changwoo Ryu] * Fix various problems with language tag selection [Frederic Zhang] * Documentation improvements [Felipe Heidrich, Doug Quale] * Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs] * Build fixes [J. Ali Harlow, Noah Misch] * OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali, Masatake YAMATO, Soheil Hassas Yeganeh] * Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed, Jungshik Shin] * Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod, Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
2004-08-30Update to 0.8.0 (I'm back! ;-):jmmv3-41/+5
version 0.8.0: - g++ v3 abi demangler - x86 disasm: added undocumented ffreep (df c0) instruction - compiles with gcc 3.4 - fixed buggy blockop-progress indicator - fixed ugly segfault with elf symbol loading - ppc disassebler updated (altivec instructions) - removed stefan's email address (dead) version 0.8.0pre1: - disassembler: - IBM/Motorola PowerPC (PPC) (new) - file formats: - XBE (X-Box executable) support by Stefan Esser (experimental) - Mach-O header and image support for PPC and x86 (experimental) - FLT (Flat) support (experimental) - PEF support (experimental) - XCOFF32 support - COFF support for coff files without optional header - COFF big-endian support - ELF PPC support - ELF relocatable file support (experimental) - fixed buggy ELF reading code partially (thanks rpm28) - eval dialog: added function help - eval: not ('~') and logical-not ('!') operators - disassembler interface (int maxlen, not byte maxlen) - Win32: fixed access to native windows clipboard - Win32: high CPU usage problems fixed (sys_suspend() bugged)
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam3-8/+8
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27+boaconstructordrochner1-1/+2
2004-08-27import boaconstructor-0.2.3, a Python IDE and interface builder,drochner5-0/+851
based on wxGTK still beta quality, but looks promising
2004-08-27+cgf+drochner1-1/+2
2004-08-27import libcfg+-0.6.2, adrochner5-0/+138
Command line and configuration file parsing library
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam3-7/+6
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-25Update to 0.10.3, provided by the maintainer Tim Bishop in PR 26764:wiz5-31/+15
libstatgrab 0.10.3 (24 August 2004) * Add -f flag to statgrab to display floating-point numbers multiplied by an integer. * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, mebibytes or gibibytes. * Make statgrab-make-mrtg-config use the new flags to scale extremely large or small numbers so that mrtg can handle them. * Make statgrab-make-mrtg-config automatically detect network interface speeds. * Add support for FreeBSD 6.0-CURRENT. libstatgrab 0.10.2 (27 July 2004) * Fix shared library version that when backwards in 0.10.1. libstatgrab 0.10.1 (26 July 2004) * Use DESTDIR correctly when setting permissions at install time. * Fix disk stats to work with OpenBSD 3.5. * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs). * Fix memory leak in process stats on NetBSD 2.0. * Add vxfs (Veritas filesystem) to list of known filesystems on Solaris. * Add more variables to the pkg-config file to suggest suitable ownership and permissions for binaries using libstatgrab. * Make sure statgrab.h can safely be included twice. * Fix statgrab to display network interface names even if they don't have IO stats (like the loopback interface on Solaris). * Add error reporting function that grabs errno.
2004-08-25No need to substitute INSTALL_INFO in PLIST anymore.seb1-3/+1
2004-08-24Document why we don't need Mesa on Irix.hubertf1-1/+2
If more pkgs like this are found that work fine with Irix' native GL, the Mesa buildlink3.mk file should take care of this.
2004-08-24Update to the official, GNU blessed, version of tla-1.2.1.recht2-8/+8
With regard to the versions that has been released as tla-1.2.1 there's only one change: - A small with "update -d" was fixed. Bump PKGREVISION to distinguish the two versions and add DIST_SUBDIR.
2004-08-24update to SCons-0.96.1recht3-6/+9
RELEASE 0.96.1 - Mon, 23 Aug 2004 12:55:50 +0000 From Craig Bachelor: - Handle white space in the executable Python path name within in MSVS project files by quoting the path. - Correct the format of a GUID string in a solution (.dsw) file so MSVS can correctly "build enable" a project. From Steven Knight: - Add a must_exist flag to Delete() to let the user control whether it's an error if the specified entry doesn't exist. The default behavior is now to silently do nothing if it doesn't exist. - Package up the new Platform/darwin.py, mistakenly left out of 0.96. - Make the scons.bat REM statements into @REM so they aren't printed. - Make the SCons packaging SConscript files platform independent. - Better conform to Debian packaging convention by changing the name we build to scons-{version}-0.1_all.deb (not *-1_all.deb). From Anthony Roach: - Fix scanning of pre-compiled header (.pch) files for #includes, broken in 0.96.
2004-08-23Don't pull in Mesa on IRIX - patch by Staffan Thomén (duck@IRC)hubertf2-2/+8
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-2/+2
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-22Update to libstree 0.4.0.gson2-5/+5
Changes since 0.3.0: * Fixed logic error in lst_string_eq() * Added support for determining the longest repeated substring
2004-08-21Allow for different documentation location in kdevelop 3.1.0.markd2-8/+10
Bump PKGREVISION
2004-08-21Update to kdevelop 3.1.0 (part of KDE 3.3)markd1-3/+3