summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-05-20The pkgconfig file has X libraries added during configure so reprocess itjmc1-1/+10
after configure to make sure the right RPATH's are picked up for X. Showed up during graphics/dia's build where no other direct X libs are referenced.
2003-05-19Update p5-Date-Manip to 5.40mjl2-6/+7
Bug fix release. No significant new functionality.
2003-05-18Update to 1.7.5:wiz2-5/+5
Bugs fixed in 1.7.5: * Update install-sh's license to remove an advertising clause. (Debian bug #191717) * Fix a bug introduced in 1.7.4, related to BUILT_SOURCE handling, that caused invalid Makefile.ins to be generated. * Make sure AM_MAKE_INCLUDE doesn't fail when a `doit' file exists. * New FAQ entry: renamed objects. Bugs fixed in 1.7.4: * Tweak the TAGS rule to support Exuberant Ctags (in addition to the Emacs implementation) * Fix output of aclocal.m4 dependencies in subdirectories. * Use `mv -f' instead of `mv' in fastdep rules. * Upgrade mdate-sh to work on OS/2. * Don't byte-compile elisp files when ELCFILES is set empty. (this documented feature was broken by 1.7.3) * Diagnose trailing backslashes on last line of Makefile.am. * Diagnose whitespace following trailing backslashes. * Multiple tests are now correctly supported in DEJATOOL. (PR/388) * Fix rebuilt rules for AC_CONFIG_FILES([Makefile:Makefile.in:Makefile.bot]) Makefiles. (PR/389) * `make install' will build `BUILT_SOURCES' first. * Minor documentation fixes.
2003-05-18Update to roundup 0.5.7. Relevant changes:lukem2-5/+5
2003-05-08 0.5.7 - fixed Interval maths (sf bug 665357) - fixed sqlite rollback/caching bug (sf bug 689383) - fixed rdbms table update detection logic (sf bug 703297) - fixed detection of bad date specs (sf bug 691439) - required String properties not being flagged (thanks Ajit George) - only look for CSV files when importing (thanks Dan Grassi) - can now unset values in CSV editing (sf bug 704788) - fixed rdbms email address lookup (case insensitivity) - email file attachments added to issue files list (sf bug 711501) - added socket timeout to attempt to prevent stuck processes (sf bug 665487) - email registered users shouldn't be able to log in (sf bug 714673) - handle missing addresses on users (sf bug 724537)
2003-05-17add and enable p5-Set-Scalardmcmahill1-1/+2
2003-05-17import p5-Set-Scalar-1.17dmcmahill4-0/+24
Perl5 module for basic set operations.
2003-05-170.21.0 is out.gehenna2-5/+5
Changes: * New feature: access It provides the way to control to allow/deny the connections. allow <v4addr>[/<netmask>][,<max>] allow <v6addr>[/<prefixlen>][,<max>] allow <domain>[,<max>] 'allow' specifies the acceptable address block and the acceptable domain name. <max> means the maximum connections from the address block or the domain name. Even if <max> is greater than 'maxclient', the maximum is restricted by the value of 'maxclient'. always <v4addr>[/<netmask>] always <v6addr>[/<prefixlen>] always <domain> 'always' specifies the acceptable address block and the acceptable domain name with no restrictions. Even if the number of the connections is already same as 'maxclient', the connection from this address block or the domain name never be rejected. deny <v4addr>[/<netmask>] deny <v6addr>[/<prefixlen>] deny <domain> 'deny' specifies the unacceptable address block and the unacceptable domain name. The server always rejects the connection from this address block and the domain name. 'permit' is an alias to 'allow'. 'reject' is an alias to 'deny'. * Fix a bug that cvscan doesn't work if 'distfile' isn't set. * Experimental SOCKS5 support. If you want to use SOCKS5, please specify SOCKS5_TYPE. The following types are available: dante nec none (default)
2003-05-15Use real distribution site and homepage instead of mirror as notedmjl1-3/+4
by the ELFsh team in private mail.
2003-05-14Update p5-Config-General to 2.19mjl2-5/+5
- forgot to import 'catfile' from File::Spec. Bug reported by various people. - applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de> which adds a search-path feature for include files. - adds an auto launder capability to the module which makes it possible to use variables read by Config::General in a tainted perlscript (executed with -T) for open(), backtick calls or something which the taintmode considers to be dangerous. - fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec will now imported explicitly. - fixed warning about double my'ed variable $dummi, changed it to undef because it was unused anyway. - added File::Spec support which makes the modules more portable - fixes a bug in the Interpolate.pm submodule. A second variable, when immediately following the first, did not get interpolated, i.e. ${var1}${var2}.
2003-05-12Buildlinkify w. readline support and patch so all NetBSD instances ofjmc3-2/+23
readline will work.
2003-05-12Update to 0.41:abs2-4/+4
Fix mdoc usage in manpage - from Toru TAKAMIZU in PR pkg/21542
2003-05-11Bump PKGREVISION and add option to make shared libraries out of avcalljmc3-3/+26
and callback. This is needed for GNUStep as it links against these libraries with it's shared lib. Only tested/enabled on powerpc right now as it's the only platform I've seen stumble across this (x86 isn't affected due to differing reloc type restrictions in code/libraries).
2003-05-10Link header files in two different places, as many programs search themjmmv1-2/+7
in include/ rather than include/gc/. When boehm-gc 6.2 is out, this should be removed, fixing the package to install things in both places as intended (removing patch-af), bumping the version in this buildlink and bumping revisions for all packages using this one. As discussed with wiz@. Fixes pkg/21521 by charlie at rubberduck.com.
2003-05-09Update to 1.4.5.2.jtb2-8/+9
This version fixes some serious bugs in version 1.4.5 and includes the following relevant changes: * Fixed error in B-tree deletion routine which could cause groups to be corrupted when objects are removed from them. * Fixed error in file space freeing code which could cause metadata to fail to be written to the file. * Fixed error in library when configured with --enable-debug=all. * Added a -force option to h5redeploy. * When using gcc 3.x, we use -std=gnu99 instead of -ansi for compiling.
2003-05-09Package tools support the "alpha" suffix properly to compare versions, sojmmv1-2/+2
set boehm-gc's version to 6.2alpha4 instead of 6.1.994. Thanks, agc@.
2003-05-09Add patch missed during update to 6.2alpha4.jmmv1-0/+13
2003-05-09Update to 6.2alpha4. The package version is set to 6.1.994 so that futurejmmv5-19/+80
version checking will be correct when 6.2 final is out. Changes since 6.1: - Guard the test for GC_DUMP_REGULARLY in misc.c with "#ifndef NO_DEBUGGING". Otherwise it fails to build with NO_DEBUGGING defined. (Thanks to Manuel Serrano.) - Message about retrying suspend signals was incorrectly generated even when flag was not set. - Cleaned up MACOSX/NEXT root registration code. There was apparently a separate ifdef case in GC_register_data_segments() for no reason. - Removed MPROTECT_VDB for MACOSX port, based on one negative report. - Arrange for gc.h and friends to be correctly installed with GNU-style "make install". - Enable the GNU-style build facility include C++ support in the library with --enable-cplusplus. (Thanks to Thomas Maier for some of the patch.) - Mark from GC_thread_key in linux_threads.c, in case that's allocated from the garbage collected heap, as it is with our own thread-specific storage implementation. (Thanks to Jeff Sturm.) - Mark all free list header blocks if they are heap allocated. This avoids some unnecessary tracing. And it remains correct if we clear the root set. (Thanks to Jeff Sturm for identifying the bug.) - Improved S390/Linux support. Add S390/Linux 64-bit support. (Thanks to Ulrich Weigand.) - Corrected the spelling of GC_{M,C}ALLOC_EXPLICTLY_TYPED to GC_{M,C}ALLOC_EXPLICITLY_TYPED in gc_typed.h. This is technically an interface change. Based on the fact that nobody reported this, I suspect/hope there were no clients. - Cleaned up gc_typed.h so that (1) it adds an extern "C" declaration when appropriate, (2) doesn't generate references to undefined internal macros, and (3) allows easier manual construction of descriptors. - Close the file descriptor used by GC_print_address_map(). - Set the "close-on-exec" bit for various file descriptors maintained for the collector's internal use. - Added a hack to find memory segments owned by the system allocator under win32. Based on my tests, this tends to eventually find all segments, though it may take a while. There appear to be cleaner, but slower solutions under NT/XP. But they rely on an API that's unsupported under 9X. - Changed Linux PowerPC stack finding to LINUX_STACKBOTTOM. (Thanks to Akira Tagoh for pointing out that HEURISTIC1 doesn't work on 64-bit kernels.) - Added GC_set_free_space_divisor to avoid some Windows dll issues. - Added FIXUP_POINTER, POINTER_SHIFT, POINTER_MASK to allow preprocessing of candidate pointers for tagging, etc. - Always lock around GC_notify_full_gc(). Simplified code for invoking GC_notify_full_gc(). - Changed the way DATASTART is defined on FreeBSD to be robust against an unmapped page after etext. (Thanks to Hironori Sakamoto for tracking down the intermittent failure.) - Made GC_enable() and GC_disable() official. Deprecated direct update of GC_dont_gc. Changed GC_gcollect to be a noop when garbage collection is disabled. - Call GC_register_dynamic_libraries before stopping the world on Linux, in order to avoid a potential deadlock due to the dl_iterate_phdr lock. - Introduced a more general mechanism for platform-dependent code to decide whether the main data segment should be handled separately from dynamic libraries, or registered by GC_register_dynamic_libraries. The latter is more reliable and easier on Linux with dl_iterate_phdr. Changes since 6.2alpha1: - Fixed the completely broken FreeBSD code in 6.2alpha1. (Thanks to Hironori Sakamoto for the patch.) - Changed IRIX reference in dbg_mlc.c to IRIX5. (Thanks to Marcus Herbert.) - Attempted to work around the problems with .S filenames and the SGI compiler. (Reported by several people. Untested.) - Worked around an HP/UX make issue with the GNU-style build process. - Fixed the --enable-cplusplus build machinery to allow builds without a C++ compiler. (That was always the intent ...) - Changed the debugging allocation macros to explicitly pass the return address for Linux and XXXBSD on hardware for which we can't get stack traces. Use __builtin_return_address(0) to generate it when possible. Some of the configuration work was cleaned up (good) and moved to gc.h (bad, but necessary). This should make leak detection more useful on a number of platforms. (Thanks to Fabian Thylman for the suggestion.) - Fixed compilation problems in dbg_mlc.c with GC_ADD_CALLER. - Bumped revision number for dynamic library. Changes since 6.2alpha2: - Don't include execinfo.h in os_dep.c when it's not needed, and may not exist. Changes since 6.2alpha3: - Use LINUX_STACKBOTTOM for >= glibc2.2 on Linux/MIPS. (See Debian bug # 177204) - Integrated Jeff Sturm and Jesse Rosenstock's MACOSX threads patches. - Integrated Grzegorz Jakacki's substantial GNU build patch. "Make dist" should now work for the GNU build process. Documentation files are installed under share/gc. - Tweaked gc_cpp.h to again support the Borland compiler. (Thanks to Rene Girard for pointing out the problems.) - Updated BCC_MAKEFILE (thanks to Rene Girard). - Added GC_ASSERT check for minimum thread stack size. - Added --enable-gc-assertions. - Added some web documentation to the distribution. Updated it in the process. - Separate gc_conf_macros.h from gc.h. - Added generic GC_THREADS client-defined macro to set the appropriate GC_XXX_THREADS internal macro. (gc_config_macros.h.) - Add debugging versions of _ignore_off_page allocation primitves. - Moved declarations of GC_make_closure and GC_debug_invoke_finalizer from gc.h to gc_priv.h. - Reset GC_fail_count even if only a small allocation succeeds. - Integrated Brian Alliet's patch for dynamic library support on Darwin. - gc_cpp.h's gc_cleanup destructor called GC_REGISTER_FINALIZER_IGNORE_SELF when it should have called the lower case version, since it was explicitly computing a base pointer.
2003-05-09Updated distcc to 2.2martti3-10/+10
* If $DISTCC_HOSTS is not set, the host list is taken from from ~/.distcc/hosts, if that exists, or otherwise $sysconfdir/distcc/hosts. * Add --listen option to distccd, to control which IP address is used to listen for connections. May be useful for access control on dual-homed machines.
2003-05-09Updated distcc to 2.0.1martti4-16/+15
* lots of bug fixes
2003-05-09Updated doxygen to 1.3martti7-35/+25
* translation updates * lots of bug fixes
2003-05-08cvsync 0.20.2gehenna2-5/+5
Changes: * New feature: distfile It provides the flexible way to distribute files. allow, upgrade <pattern> Distribute files which matches the pattern. deny, omitany <pattern> Don't distribute files which matches the pattern.
2003-05-07Add SDLmm.salo1-1/+2
2003-05-07Import of SDLmm-0.1.8: C++ Wrapper for the Simple DirectMedia Layer.salo5-0/+121
SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a generic API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms. SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object orientation. We will also aim at being platform independent as much as possible. Package submitted by Juan RP via pkgsrc-wip.
2003-05-07add and enable cmakedmcmahill1-1/+2
2003-05-07import cmake-1.6.6dmcmahill7-0/+264
CMake is an extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can compile source code, create libraries, generate wrappers, and build executables in arbitrary combinations. CMake supports in-place and out-of-place builds, and can therefore support multiple builds from a single source tree. CMake also supports static and dynamic library builds. Another nice feature of CMake is that it generates a cache file that is designed to be used with a graphical editor. For example, when CMake runs, it locates include files, libraries, and executable, and may encounter optional build directives. This information is gathered into the cache, which may be changed by the user prior to the generation of the native build files.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv74-198/+198
2003-05-06Patch for infodir in one more place so this avoids PREFIX/share/infojmc2-6/+17
2003-05-06work around the possibility of the configure script being re-run ingrant3-1/+33
the build target by forcing LIBTOOL=libtool (instead of ./libtool).
2003-05-06Add and enable ProjectCenterrh1-1/+2
2003-05-06Initial import of ProjectCenter-0.3.2, an Integrated Developementrh4-0/+203
Environment for GNUstep.
2003-05-06Add GNUSTEP_HOST_OS to PLIST_SUBST.rh1-1/+6
2003-05-06PKGREVISION++: add dependency on SDL_net, add HOMEPAGE, style nits.salo1-2/+6
Addresses PR pkg/21461 by Cesar C. Catrian.
2003-05-05Use texinfo.mk and as a conservative step define TEXINFO_OVERRIDE to YES.seb1-1/+3
This fix binary package: previously the `@{un,}exec ${INSTALL_INFO} ...' were not substituted with a pathname on install-info.
2003-05-05Make sablecc pass its arguments. From Todd Vierling in PR 21460.wiz2-2/+3
PKGREVISION++
2003-05-05PKGREVISION goes after PKGNAME.jmmv3-6/+6
2003-05-05do-install:grant1-4/+4
- create directories first, then install files into them. - remove unnecessary trailing slashes.
2003-05-05post-install:grant1-2/+2
- be noisy calling INSTALL_DATA_DIR.
2003-05-05Line up PKGREVISION whitespace.jmmv6-12/+12
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-05Behave properly if ${PKG_SYSCONFDIR.gnome-vfs2} is set.jmmv1-1/+6
2003-05-05Add and enable elfsh (hi mjl!)wiz1-1/+2
2003-05-05Initial import of elfsh 0.43mjl6-0/+97
ELFsh is an interactive and scriptable ELF machine to play with executable files, shared libraries and relocatable ELF32 objects. It is useful for daily binary manipulations, on-the-fly patching, embedded code injection in all research fields, such as reverse engineering and intrusion detection .
2003-05-05No Info files are provided by this package.seb1-4/+1
2003-05-04Use texinfo.mk, TEXINFO_OVERRIDE and fix install-info in PLIST.seb2-4/+6
2003-05-04Fix PLIST and info files installation.seb4-4/+27
Bump PKGREVISION.
2003-05-04Add elf.salo1-1/+2
2003-05-04Import elf-0.5.3: ELF header analyzer.salo5-0/+46
elf is an ELF header (e_header) statistics tool. It allows you to gather various statistics about a binary's ELF header, unlike other releases (readelf), elf concentrates on the e_header itself. This allows for some more usability in many instances (be it by an end-user or application). Package submitted to pkgsrc-wip by Douwe Kiela with modifications by me.
2003-05-04cvsync 0.20.1gehenna2-6/+5
Changes: * Support libgcrypt and mhash libraries. If you want to use other hash library instead of native one, please specify HASH_TYPE. The following types are available: libgcrypt mhash native (default) openssl By this change, never fall back to OpenSSL automatically even if a native hash library is not available. * Option (cvscan) -c: Specifies the configuration file for cvsyncd. cvscan use the information of scanfile (loose, nofollow, release, prefix and so on) from it.
2003-05-03The include/libgnomeui-2.0/libgnomeui and include/libgnomeui-2.0 directoriesjmmv1-3/+3
are not handled by gnome2-dirs, so remove them from here.
2003-05-02Add buildlink2.mk.wiz1-0/+24