summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-07-03Fix some templates to work with the (newer) automake that comes withskrll2-3/+34
pkgsrc. Fixes PR 21989 from Rene Schickbauer.
2003-07-03Add and enable libgsf.wiz1-1/+2
2003-07-03Use ${SH} instead of hardcoding /bin/sh.jmmv1-2/+2
2003-07-03update to 0.5.8. changes:lukem2-5/+5
2003-06-19 0.5.8 - plugged cross-site-scripting hole (thanks Jeff Epler) - minor interface tweak (sf bug 753885)
2003-07-02revert last, we now pass --split-size to makeinfo >= 4.6.grant4-37/+3
unbump PKGREVISION.
2003-07-02add USE_GCC_SHLIB.grant1-2/+3
2003-07-02makeinfo: split info files at 50000 (as per texinfo 4.5 and below)grant4-3/+37
to maintain conistency of the generated files as currently required by pkgsrc. bump PKGREVISION. (perhaps info files will be automatically added to the PLIST in the future?)
2003-07-02Add a test target.uebayasi1-1/+2
2003-07-01NetBSD-current's iconv is good enough, remove USE_GNU_ICONV.drochner2-5/+2
This saves all the headache about mixing GNU and native (lib)iconv.
2003-06-30propagate the USE_GNU_ICONV to dependant packages, otherwise we getdrochner1-1/+2
conflicting dependencies
2003-06-30Update to 4.3pl5. Incorporate 5 official patches.uebayasi2-2/+17
[readline43-001] Pressing certain key sequences causes an infinite loop in _rl_dispatch_subseq with the `key' argument set to 256. This eventually causes bash to exceed the stack size limit and crash with a segmentation violation. [readline43-002] Repeating an edit in vi-mode with `.' does not work. [readline43-003] When in a locale with multibyte characters, the readline display updater will occasionally cause a segmentation fault when attempting to compute the length of the first multibyte character on the line. [readline43-004] When running in a locale with multibyte characters, the readline display updater will use carriage returns when drawing the line, overwriting any partial output already on the screen and not terminated by a newline. [readline43-005] Using the vi editing mode's case-changing commands in a locale with multibyte characters will cause garbage characters to be inserted into the editing buffer. (Any maintainership taker?)
2003-06-29Update to version 3.64.jtb3-25/+31
No changelog. diff shows only minor changes.
2003-06-29Update to version 3.2.2.jtb5-54/+36
Here are the new features in version 3.2: 1. New option -mkhtml to generate HTML documentation files from the source code. Thanks go to Mark McVeigh for contributing this feature. 2. I/O unit usage information is now provided under the -symtab option. A table is printed listing each I/O unit by name and/or number, together with the opera- tions performed on it. 3. A single large project file, created by concatenating a number of separately produced project files, can be input for use as a library project file. 4. Combined type declarations and data-statement-like initializers, as in INTEGER N / 100 / are accepted. 5. Fixed a bug that caused ftnchek to crash if a parameter is declared with the same name as the subprogram containing it. New error message for same. 6. Fixed a bug in checking type agreement between variables and their initial values in Fortran 90-style declarations with initializers, as in INTEGER :: N=100. 7. New error message when an internal file is a constant rather than a variable. Some compilers permit this for READ operations, but it is prohibited by the F90 Standard.
2003-06-29include pthread.buildlink2.mk, as the php sources this uses needsgrant1-1/+2
pth.h.
2003-06-29Add a test target. One appropriate ${MAKE_PROGRAM}.uebayasi1-2/+9
2003-06-28After a short, nonviolent, debate with Shell Hung, merge his py-Checkerdrochner5-89/+0
and my py-checker into one pkg.
2003-06-28After a short, nonviolent, debate with Shell Hung, merge his py-Checkerdrochner5-31/+40
and my py-checker into one pkg. Moved py-Checker to py-Checker-mixedcase in the repository [schmonz 2007-06-07]
2003-06-28After a short, nonviolent, debate with Shell Hung, merge his py-Checkerdrochner1-2/+1
and my py-checker into one pkg.
2003-06-28Update to 0.2.2. Patch provided by Juan RP in PR pkg/21850.jmmv4-49/+49
Changes in 0.2.2: * FAR jmp/call support. Changes in 0.2.1: # Added support for NASM-like -I and -P options to the preprocessor to specify include directories and pre-included files respectively (thanks to Michael Urman for his quick work). # Fixed a number of issues with libtool/libltdl and module building (these issues only affected UNIX builds). # Made the "real" NASM preprocessor the default preprocessor. This was not the case in the original Milestone 2 release (despite an example to the contrary in the release notes)
2003-06-27Initial import of libgsf, version 1.8.0:jmmv7-0/+203
libgsf provides an efficient extensible I/O abstraction for dealing with different structured file formats. It has support for Microsoft OLE2 streams and Zip import. The aim of this library is to replace libole2. Provided in pkgsrc-wip by Jeremy C. Reed with many changes by me.
2003-06-27oops, correct HOMEPAGEdrochner1-2/+2
2003-06-27+py-checkerdrochner1-1/+2
2003-06-27import pychecker-0.8.12, something like "lint", but for Pythondrochner5-0/+81
2003-06-27Update to 6.2:jmmv3-6/+7
Since 6.2alpha5: - There was extra underscore in the name of GC_save_registers_in_stack for NetBSD/SPARC. (Thanks to Jaap Boender for the patch.) - Integrated Brian Alliet's patch for Darwin. This restructured the linuxthreads/pthreads support to separate generic pthreads support from more the system-dependent thread-stopping code. I believe this should make it easier to eliminate the code duplication between pthreads platforms in the future. The patch included some other code cleanups. - Integrated Dan Bonachea's patch to support AIX threads. This required substantial manual integration, mostly due to conflicts with other recent threads changes. It may take another iteration to get it to work. - Removed HPUX/PA-RISC support from aix_irix_threads.c. It wasn't used anyway and it cluttered up the code. And anything we can do to migrate towards generic pthreads support is a good thing. - Added a more explicit test for tracing of function arguments to test.c. (Thanks to Dan Grayson.) - Added Akira Tagoh's PowerPC64 patch. - Fixed some bit rot in the Cygwin port. (Thanks to Dan Bonachea for pointing it out.) Gc.h now includes just windows.h, not winbase.h. - Declared GC_save_regs_in_stack() in gc_priv.h. Remove other declarations. - Changed --enable-cplusplus to use automake consitionals. The old way confused libtool. "Make install" didn't work correctly for the old version. Previously --enable-cplusplus was broken on cygwin. - Changed the C version of GC_push_regs to fail at compile time if it is generated with an empty body. This seems to have been the cause of one or two subtle failures on unusual platforms. Those failures should now occur at build time and be easily fixable. Since 6.2alpha6: - Integrated a second round of Irix/AIX patches from Dan Bonachea. Renamed mips_sgi_mach_dep.S back to mips_sgi_mach_dep.s, since it requires the Irix assembler to do the C preprocessing; gcc -E doesn't work. - Fixed Makefile.direct for DARWIN. (Thanks to Manuel Serrano.) - There was a race between GC_pthread_detach and thread exit that could result in a thread structure being deallocated by GC_pthread_detach eventhough it was still needed by the thread exit code. (Thanks to Dick Porter for the small test case that allowed this to be debugged.) - Fixed version parsing for non-alpha versions in acinclude.m4 and version checking in version.h.
2003-06-27Apply install fix from PR/21995. Thanks to Bob Kemp.skrll1-3/+3
Need sleep!
2003-06-26cvsync 0.23.5gehenna2-5/+5
Changes: * Fix a bug to fail to update the file with over 256 symbols.
2003-06-26cvsync 0.23.4gehenna2-5/+5
Changes: * Fix serious bugs around the destruction of hash context. These may cause abort() in C library and the server will stop. * Improve stability. * Fix some bugs. * Make this compile with Intel C++ Compiler. * Make this compile with Sun Microsystems Forte C.
2003-06-25USE_NEW_TEXINFO.seb2-4/+5
Notice I did not say "convert to"...
2003-06-25This really wants GNU iconv.salo1-1/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb4-6/+26
Set the INFO_DIR to pvs/doc/release-notes where the info file pvs-release-notes.info gets installed. Patch the info file so install-info finds a section and an entry in it for the directory file.
2003-06-25Convert to USE_NEW_TEXINFO.seb4-12/+7
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb4-14/+6
2003-06-24Convert to USE_NEW_TEXINFO.seb4-6/+24
Add a patch file so g-wrap.info has @dircategory/@direntry.
2003-06-24Convert to USE_NEW_TEXINFO.seb4-11/+9
2003-06-23Revert previous! sorry for the noise.seb1-1/+2
2003-06-23Actually makeinfo is not required for the build to complete.seb1-2/+1
2003-06-23Convert to USE_NEW_TEXINFO.seb4-11/+16
2003-06-23Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-23Convert to USE_NEW_TEXINFO.seb4-15/+12
2003-06-23s/packages@/tech-pkg@/gjschauma2-4/+4
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-23Do not add dependency if /usr/include/event.h exists.wiz1-1/+12
Based on patch by Juan RP, slightly modified by me.
2003-06-23Convert to USE_NEW_TEXINFO.seb6-12/+23
2003-06-23Convert to USE_NEW_TEXINFO.seb4-22/+6
Remove unnecessary patch file on Texinfo source.
2003-06-23Convert to USE_NEW_TEXINFO.seb4-10/+9
2003-06-23Convert to USE_NEW_TEXINFO.seb2-5/+9
Plug the need for makeinfo.
2003-06-23Convert and adapt to USE_NEW_TEXINFO.seb3-18/+10
Make it obvious that PKGINSTALL framework is now used.
2003-06-23Convert to USE_NEW_TEXINFO.seb2-5/+3