summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-12-08USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes buildsalo1-2/+4
on systems where pthread library was not yet installed.
2002-12-07Update readline to 4.3.jmmv4-26/+29
Changes in this version are mostly bugfixes; some new functionality has been added as well. For an exhaustive list of changes, please look at the CHANGES file included in the distribution.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz5-26/+27
2002-12-06Update to r3987 (0.16).wiz3-8/+10
User-visible changes: * new 'svn cat' subcommand * new --revprop flag to access revision props, -r for versioned props (#943) * new "compression" runtime option in ~/.subversion/config * svnadmin/svnlook now use help system, and some subcommands deleted or moved. * tool changes: [not installed by the package] - new svnshell.py tool - new mirror_dir_through_svn.cgi script - new svn_load_dirs.pl features - updates to vc-svn.el * --message-encoding is now just --encoding, and affects svn: propvals too. * major rewrites of chapters 3, 4, 5 of the Subversion Book. As well as lots of bugfixes, of course.
2002-12-05regen for patch-ab removalwiz1-2/+1
2002-12-04Update to 2.57:wiz2-5/+5
Bug fixes for problems with AIX linker, with freestanding C compilers, with GNU m4 limitations, and with obsolete copies of GNU documents.
2002-12-03libtoolify also .dep rule in common.makjdolecek5-6/+61
fix path in pwlib.mak and gui.mak, too bump pkg revision to 2
2002-12-03oops, remove accidental -lpth in library link flags, it was left therejdolecek3-5/+6
by accident problem pointed out by Daniel Carosone bump pkg revision
2002-12-02The gettext fix has migrated to gettext-lib/buildlink2.mkjlam1-2/+1
2002-12-02The gettext fix has migrated to gettext-lib/buildlink2.mkjlam1-3/+1
2002-12-02The gettext fix has migrated to gettext-lib/buildlink2.mk.jlam1-2/+1
2002-12-02gettext-0.11.5's gettext.m4, used by newer GNU configure scripts, no longerjlam1-4/+4
uses a compile/link test to determine the presence or absence of libintl. Instead it uses a file existence test for libintl.{a,so,la} in specific directories. buildlink2 can't work around this, but gettext.m4 does provide a new configure option "--with-libintl-prefix" to specify in which directory to look for libintl, so use it. It's harmless on older GNU configure scripts as they will ignore unknown options, but it will fix gettext detection with newer GNU configure scripts that use the new gettext.m4. Also protect a forced cache value from being passed to the configure script unless libintl really does exist.
2002-12-02The correct style is "foo-[0-9]*", not "foo-*", when wildcarding a packagejlam1-2/+2
for a dependency match.
2002-12-02Simplify by using BUILD_DIRS instead of custom do-build and do-installjlam1-7/+2
targets.
2002-12-02Typo and grammar fixes.wiz1-3/+3
2002-12-02Remove unused MAKE_ENV+= and CONFIGURE_ENV+= (hi grant!).salo1-3/+1
2002-12-01Update to version 5.4.seb3-66/+61
Changes since last packaged version: ctags-5.4 (Thu Oct 17 2002) * Improved ability for tagsOpen() in readtags library to report failure to open tag file, adding new fields to tagFileInfo structure. * Improved Cobol support to include data, files, groups, and sections [Cobol]. * Added '$' a valid character for C identifier [VMS]. * Added support for recording routine argument declarations for C-like languages. See the --fields option and man page section TAG FILE FORMAT for more information [C, C++, Java]. * Added class and method support to TCL parser [TCL]. * Added support for PL/SQL language. * Added support for Vera language, inspired by Dave Eggum [Vera]. * Fixed problem terminating Perl POD block [Perl, Bug #612621]. * Fixed problem re whitespace preceding subprogram name [Pascal, Bug #612019]. * Fixed problem with leading spaces before instruction [TCL, Bug #615928]. * Fixed problem with double precision functions [Fortran, Bug #620288]. * Fixed inverted test causing TMPDIR to be used for temporary files when ctags is setuid instead of when not setuid [Bug #623713]. ctags-5.3.1 (Thu Sep 12 2002) * Renamed tagsSetSorted() to tagsSetSortType() and "sorted" member of tagFileInfo structure of readtags library to "sort". * Added new function, tagsFirst() to readtags library. * Fixed incorrect tag kinds [Verilog]. * Fixed null tags for unnamed BLOCK DATA statements [Fortran]. * Fixed missing tags for function preceded by "<SID>" [Vim]. * Fixed missing tags for equate statements not in column 1 [Asm, Bug #538629]. * Fixed Ruby parser (why didn't the compiler report my screw-up?) [Ruby]. ctags-5.3 (Wed Jul 17 2002) * Allowed --etags-include option without input files. * Changed Asm parser to back to C-based parser to remove redundant tags, and extending its support for more variants [Asm]. * Changed to using _tempnam() to create temporary files on Windows, allowing "TMP" environment variable to set temporary directory. * Changed the -x output to match that of traditional ctags when the --format=1 option is supplied. The new format was also changed slightly to conform more closely to the original format, with the addition of the extra tag type field. * Added support for Verilog language, submitted by Nam SungHyun. * Added support for RISC OS platform, contributed by Andrew Wingate. * Added support for "#pragma weak", generating macro tags for weak symbols [C]. * Added support for mixins and class methods to Ruby parser, submitted by Matthias Veit [Ruby]. * Added support to ctags and readtags library for case-folded sorting of tag files, submitted by Flemming Madsen. * Added identification of class methods [Python]. * Fixed portability problems [Bugs #541997, #571240]. * Fixed bug in configure script [Solaris, Bug #542966]. * Fixed invalid package name tags [Perl, Bug #535068]. * Fixed failure to output relative paths into etags TAGS files on Win32 [Bug #568365]. * Fixed incorrect line address in cases of line continuation [Fortran]. * Fixed missing tags for certain cases of invalid syntax [C]. * Fixed missing tags in Fortran with HPF extensions [Fortran, Bug #565813]. * Fixed spurious tag for clients portion of feature clause when following an empty feature clause [Eiffel].
2002-12-01use grep -v instead of find -pathjdolecek1-2/+2
2002-12-01update pwlib to version 1.4.4jdolecek15-315/+335
list of changes is not available, but the old distfile isn't available anymore partially based on PR pkg/7969 and PR pkg/17980 by Wojciech Puchar pkg was also converted to not depend on unproven-pthreads; this is good enough to have the sample thread program running correctly with pth, other pwlib apps need to be tested if they work with non-preemptive threads
2002-12-01Need to update bmake - pick up fix for bug introduced in 3.1.14.sjg2-5/+5
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo40-132/+86
2002-11-30We still need PKGLOCALEDIR for configure script here.salo1-2/+3
2002-11-30Update buildtool to 0.7.jmmv3-13/+24
Changes in 0.7, state: alpha ---------------------------- * New check bt_check_bits, which determines appropiate C types for different sizes. * New check bt_check_hdr_std, which searches standard headers. You *must* use this function, as it is now required for further checks (improves portability). * Addition of the `siteinfo' target to the main program. It allows to get specific information about where Buildtool is installed by third party programs. * Default name of Makefile's changed to Makefile.bt. This allows Automake and Buildtool to coexist in the same package and also avoids running a regular Make tool within a Buildtool-ized package (which will confuse the user). * Build fixes under MacOS X (Darwin). * Minor bug fixes to run cleanly under Win32, using Cygwin. * Runtime fixes under GNU-based systems (the `getopt' command did not behave properly). While I'm here, fix some things: force the package to use TeXinfo 4.0 and make it use PKG_SYSCONFDIR.
2002-11-30missed from last commit.grant2-6/+2
2002-11-30USE_PKGLOCALEDIR.grant3-23/+7
2002-11-30use PKGLOCALEDIR.grant2-29/+29
2002-11-30USE_PKGLOCALEDIR.grant9-73/+8
2002-11-30USE_PKGLOCALEDIR.grant9-103/+3
2002-11-29added py-loggingdrochner1-1/+2
2002-11-29prototype of Python's upcoming logging frameworkdrochner4-0/+31
2002-11-28fix the "trying to pull in libiconv" issue in a cleaner way:drochner1-2/+2
add --with-libintl-prefix=XXX to configure args (this could perhaps go into gettext-lib/buildlink2.mk, but there could be "configure" incarnations not built from the "official" aclocal file which don't digest it)
2002-11-28add a missing LIBTOOL_OVERRIDEdrochner1-2/+2
2002-11-28Remove accidently committed "--without-libiconv-prefix" from configurationtron1-2/+2
arguments.
2002-11-28Include "libconv" buildlink2 glue code to fix a build problem.tron1-2/+3
2002-11-27According to a mail from Alan Post on tech-pkg on 2002/11/27,wiz1-1/+2
this package needs a newer makeinfo to compile, so let it demand 4.2.
2002-11-27bite the bullet and upgrade to 0.11.5drochner21-393/+289
There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled.
2002-11-27Enable splintmjl1-1/+2
2002-11-27Initial import of splint 3.0.1.6.mjl4-0/+91
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint. Splint 3.0 is the successor to LCLint 2.5.
2002-11-27Update to bmake-3.1.14 which apart from adding support for ${.PATH}sjg2-5/+5
fixes a bug in location of sources specified with relative paths (via .depend). This version also has some bootstrapping improvments.
2002-11-26buildlink2.mk file for devel/swigjlam1-0/+22
2002-11-26Add a default _BLNK_LIBINTL_FOUND definition (used later in the file) injlam1-1/+2
the USE_GNU_GETTEXT == YES case.
2002-11-26Improve error handling. Patches backported from pth -current.skrll5-27/+187
PKGREVISION++ This fixes PR 19162 from Ingolf Steinbach.
2002-11-26NetBSD tag.cjep5-0/+5
2002-11-26Update to 2.0.3.2; changes include:jmmv2-6/+5
* Bugs fixed + toolbar label set efficiency win (Michael) + toolbar destruction (Jaka Mocnik, Satyajit) Approved by wiz. This closes my own PR 18772.
2002-11-26Update to opencm-0.1.0alpha18pl2.jmmv6-34/+23
Changes from alpha16: Alpha 18. This release tracks file modification times, and restores them on initial checkout. The need for restoration was driven by the need to support the EROS cross environment build process, which was tripping over autoconf because modification times were not being preserved. Alpha 17. This is a catch-up release to get various repaired bugs into distribution. Also the first release to build on RedHat 8.0. Approved by wiz. This closes PR 18971.
2002-11-26Correct information for cvs-1.11.2.tar.gz.junyoung1-3/+3
2002-11-26More changes to try to get gettext-lib/buildlink2.mk to work properly onjlam1-3/+10
Linux systems that include gettext() routines in glibc. We now properly substitute for libintl.la references in libtool archives, and we don't produce the fake libintl.la since it has no meaning if there is not a real libintl.
2002-11-26Don't force the use of "-lintl"...use "$(LIBINTL)" instead, which may bejlam2-6/+6
empty on some systems that provide gettext() functions directly in libc. Fix by Jeremy Reed <reed@reedmedia.net> in PR 19171.
2002-11-25Update dejagnu to 1.4.3nb1.kristerw3-2/+16
Fix bug that made tests organized in deep directory structures (e.g. the gcc testsuite) be run multiple times.
2002-11-25Update to revision 3687.wiz5-77/+12
User-visible changes (for developer-changes see the included CHANGES file): Version 0.15 (released 7 Nov 2002, revision 3687) * New 'S' indicator in 'svn status' shows switched subdirs * New --dry-run option added for 'svn merge' (issue #953) * Fix 'svn update .' to handle svn:externals correctly * Memory usage of 'svn import' reduced (issue #860) * Allow 'svn revert' on missing directories scheduled for deletion * Assorted bug fixes in several exciting flavors * Documentation improvements Version 0.14.5 [Alpha Interim 5] (released 30 Oct 2002, revision 3578) * allow --incremental option for 'svn log' xml output Version 0.14.4 [Alpha Interim 4] (released 29 Oct 2002, revision 3553) * new working-copy entry-caching: speeds many ops up to 5x (#749) * new 'svnadmin recover', instead of db_recover * client can now view & change server-side revision props (e.g. log messages) * new --non-interactive switch for commandline client * new --incremental option to 'svn log' * new -r {date} syntax for specifying dated revs; works over network too. * automatically set svn:executable prop when adding or importing (#870) * initial $EDITOR text now ignores all log data below special token * consistify behavior of text & prop columns in 'svn status' output. * .svn/auth/* files now chmod 700, to stop scaring people. :-) * improved labels in 'svn diff' output (#936) * run-time adjustable neon timeout in newly renamed 'servers' config file * big improvements to cvs2svn script: bugfixes and basic branch/tag support * new python access-control hook script * no more implicit dot-target for 'svn propedit' or 'svn propset' (#924) * remove obsolete --xml-file support * Handbook is now ported to Docbook, 2 new chapters. Version 0.14.3 [Alpha Interim 3] (released 20 Sept 2002, revision 3200) * new ~/.subversion/config file * new $Id$ keyword * new client --no-auth-cache option * empty values in the Windows Registry are no longer ignored (issue #671) * report details of repository start-commit or pre-commit hook errors * fix locking behaviour when using current directory as a target * updated man page * new front-page logo. :-) Version 0.14.2 [Alpha Interim 2] (released 22 Aug 2002, revision 3033) * fs schema change, see issue #842. **NOTE: repos dump/load cycle required!** * new 'svn ls -R' option * new status code `~', for type changes * add --username and --password options to 'svn ls' * new script tools/client-side/svn_all_diffs.pl * new script tools/examples/blame.py (draft) Version 0.14.1 [Alpha Interim 1] (released 9 August 2002, revision 2927) * show copy-ancestry in 'svn log -v' * 'svn co' can take multiple URLs now * new 'svn ls' command * new 'svn st --no-ignore' option * new 'svn --version --quiet' option * more conservative 'svn help' usage error-message * more graceful degradation from charset conversion failure * standardize policy of -q switch behavior * less intimidating error output * new SVNParentPath directive for mod_dav_svn <Location>s * svnlook now correctly displays copied subtrees * Handbook: additions, tweaks, cleanups, and new French Translation :-) * svn_load_dirs.pl: auto propset on files matching specified regex, bug fixes