summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26Update jdbc-postgresql to 7.2.2abs2-6/+7
No changes found in CHANGELOG - just updating distfile to current postgresql package.
2002-09-26Don't make ${RCD_SCRIPTS_EXAMPLEDIR} unless it doesn't exist, and if wejlam1-2/+6
do make it, make it with the same permissions as outlined in the *.pkg.dist files.
2002-09-26At least jakarta-tomcat requires the same ${_ULIMIT_CMD} on do-install asabs1-2/+2
on do-build
2002-09-26add comment that this is not included by jdbc-postgresqlabs1-2/+2
2002-09-26If overriding do-build: make sure to include ${_ULIMIT_CMD}.abs1-2/+2
Fixes build breakage under sun-jdk14. PKGREVISION not bumped.
2002-09-26Add a patch so that, when reading commands from a script file, theagc2-1/+39
correct number of arguments is preserved. With thanks to Stoned Elipot for noticing the bug.
2002-09-26make this work on alpha too. Now this pkg builds ok on both sparc and alpha.dmcmahill2-4/+4
2002-09-26INSTALL_DIRS -> R_INSTALL_DIRS to not conflict with the variable introducedmarkd1-4/+4
in bsd.pkg.mk revision 1.1045. Fixes pkg/18332
2002-09-26Dewey-wildcard for libirman.wiz1-2/+2
2002-09-26Make Dewey-conformant PKGNAME.wiz1-1/+2
2002-09-26Dewey-wildcard for p5-MIME-tools.wiz1-2/+2
2002-09-26Make PKGNAME Dewey-conformant.wiz1-2/+2
2002-09-26Explicitly turn on large file support, as some Apache modules havegrant2-4/+12
problems when it is not enabled, notably mod_perl. Fixes pkg/18070 from myself, ok'd by wiz. Bump PKGREVISION.
2002-09-26make this build on sparc. Should also fix other platforms. Patch deriveddmcmahill2-1/+15
from patches to textproc/jade by mycroft.
2002-09-25Note update of sablotron to 0.96.jwise1-1/+2
2002-09-25Update sablotron to version 0.96. Changes since 0.71 (last pkgsrc version):jwise6-39/+25
Version 0.96 September 5, 2002 ------------- - XSLT debugger implemented (sabcmd --debugger) - API fixes for PHP extension - log() function added to write to Sablot's log from JS scripts - conflicts of top-level elements (variable, key, script) initializations resolved - fixed xslt_process buffer overflow - fixed a bug of duplicate NS qualified attributes - minor SXP bug fixes [using patches by Tim Crook] - fixed a bug of the 'mod' operator [report by Jork Behrends] - fixed a bug of sorting with multiple keys [report by Jork Behrends] - fixed a bug of comparison [report by Jork Behrends] - DOM: fixed a bug of the default XML namespace [report by Albert Micheev] - DOM: fixed a bug of PIs [report by Albert Micheev] - improved configuration [by Melvyn Sopacua] - fragment identifiers allowed in document() for custom schemes [report by Bob Kline] Version 0.95 June 24, 2002 ------------- - DOM support upgraded to DOM Level2 - xsl:strip-space and xsl:preserve-space implemented - XSLT on external documents (accessed via callbacks) - esxlt:document instruction implemented - unparsed-entity-uri() function implemented - added a manual page for sabcmd - added a batch mode (multiple sources/stylesheets) for sabcmd [by Stefan Behnel] - added a system property to display version - added a flag for document() to return an empty node-set when it refers to non-existing document - fixed a bug in relative paths to ext. entities - fixed a sorting bug on Solaris - fixed matching precedence for processing-instruction('lit') - fixed a bug in xsl:decimal-format/format-number() - fixed a bug in string() - comments excluded - fixed a bug of RTFs in xsl:attribute (comment, pi) - fixed a bug of generate-id for multiple documents - various minor fixes Version 0.90 March 8, 2002 ------------- - xsl:import implemented - fixed a bug in boolean expressions with nodesets [reported by John Holland] - current() implementation redesigned - variables not allowed in 'match' attributes of templates - fixed a bug in attribute value escaping [Christian Lefebvre] - fixed a bug in ext. entities base URI [Christian Lefebvre] - fixed a bug in sabcmd --base option [Christian Lefebvre] - span not indented with html method - processing-instruction() node test allows literal arguments - only top-level variables and params visible in xsl:attribute-set - fixed a bug in xsl:number - fixed a bug in master situation cleanup [patch proposed by Bill Hofmann and Bob Kline] - fixed a bug in error reports from included files - correct name of element, attribute and pi is checked Version 0.82 January 30, 2002 ---------------- - fixed the text output method (nothing but text nodes are outputted) - SCRIPT and STYLE escaped for xhtml - fixed a bug in escaping attributtes (src, href) - fixed a bug in aliasing doctype declaration - fixed bugs related to Sun CC compiler [Tim Crook, Greg Cope] - fixed a memory management bug [Tim Crook] Version 0.81 January 16, 2002 ---------------- - PUBLIC URLs in doctypes and ext. entities not parsed by default (SAB_PARSE_PUBLIC_ENTITIES situation option) - non-xsl elements allowed inside xsl:stylesheet - xsl attributes not outputted anymore - xsl:namespace-alias translates attributes as well - content of SCRIPT and STYLE not escaped for html/xhtml - Boolean attributes are abbreviated for html output method Version 0.80 January 8, 2002 --------------- - implemented extensions (JavaScript functions + DOM, extension-element-prefixes, xsl:fallback, function-available(), element-available()) - fixed a bux in the 'following' axis - fixed current() assertion fault - fixed "META tag placed outside HEAD" bug - fixed a bug in abbreviated [position] expression in template 'match' attribute - implemented lang () function - added 'namespace' attribute of xsl:element - implemented 'exclude-result-prefixes' - implemented xsl:attribute-set and 'use-attribute-sets' - added 'namespace' attribute of xsl:attribute - fixed translate() bug - key() now works with document() - fixed short stylesheet notation output bugs - added use-attribute-sets attribute to xsl:copy - minor bugs fixed
2002-09-25Sun has updated this version, calling it 1.2.1_001. No list of changesjschauma2-27/+30
available. Just bump PKG_REVISION for this, since it's not a 'real' new version.
2002-09-25Add gettext-lib buildlink2.mk, per PR 18396.wiz1-1/+2
2002-09-25Trivially convert to buildlink2.wiz1-1/+2
2002-09-25mail/drac-1.11 updatewiz1-1/+2
2002-09-25Update to 1.11. Inspired by PR 18389 by URA Hiroshi.wiz3-19/+24
Changes: o Added support for DB version 3.1.x.
2002-09-25devel/automake-devel-1.6.3 updatewiz1-1/+2
2002-09-25Update to 1.6.3.wiz3-7/+8
Changes: * Support for AM_INIT_GETTEXT([external]) * Bug fixes, including: - Fix Automake's own `make install' so it works even if `ln' doesn't. - nobase_ programs and scripts honor --program-transform correctly. - Erase configure.lineno during `make distclean'. - Erase YACC and LEX outputs during `make maintainer-clean'.
2002-09-25devel/automake-1.4.6 updatewiz1-1/+2
2002-09-25Update to 1.4.6.wiz4-97/+85
Changes: * Versioned install support back-ported from 1.6
2002-09-25devel/autoconf-devel-2.54 updatewiz1-1/+2
2002-09-25Update to 2.54, provided by Julio Merino in PR 18354.wiz3-38/+5
* Major changes in Autoconf 2.54 -*- outline -*- ** Executables - autoreconf no longer changes the version of the gettext/po/intl support files. It now adds the files the correspond to the AM_GNU_GETTEXT_VERSION declared in configure.ac. Warning: It now relies on the 'autopoint' program, which is part of GNU gettext 0.11.4 and newer. Please note that you need to have a GNU gettext version that corresponds at least to the AM_GNU_GETTEXT_VERSION declared in configure.ac. You can upgrade to newer GNU gettext versions, though, without needing to change configure.ac. - The -I DIR or --include=DIR option now appends DIR to the include path instead of prepending; this is for consistency with other GNU tools. The new -B DIR or --prepend-include=DIR option has the old behavior. ** Macros - AC_OUTPUT Now handles all the gory details about LIBOBJS and LTLIBOBJS. Please, remove lines such as # This is necessary so that .o files in LIBOBJS are also # built via the ANSI2KNR-filtering rules. LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'` and read the `AC_LIBOBJ vs LIBOBJS' section. Do not define U in your Makefiles either. - AC_CONFIG_LINKS now makes copies if it can't make links. - AC_FUNC_FNMATCH now tests only for POSIX compatibility, reverting to Autoconf 2.13 behavior. The new macro AC_FUNC_FNMATCH_GNU also tests for GNU extensions to fnmatch, and replaces fnmatch if needed. - AC_FUNC_SETVBUF_REVERSED no longer fails when cross-compiling. - AC_PROG_CC_STDC is integrated into AC_PROG_CC. - AC_PROG_F77 default search no longer includes cf77 and cfg77. - New macros AC_C_BACKSLASH_A, AC_CONFIG_LIBOBJ_DIR, AC_GNU_SOURCE, AC_PROG_EGREP, AC_PROG_FGREP, AC_REPLACE_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_FUNC_REALLOC, AC_TYPE_MBSTATE_T. - AC_FUNC_GETLOADAVG looks for getloadavg.c in the CONFIG_LIBOBJ_DIR. - AC_FUNC_MALLOC Now defines HAVE_MALLOC to 0 if `malloc' does not work, and asks for an AC_LIBOBJ replacement. ** Bug fixes - Spurious complaints from `m4_bmatch' about invalid regular expressions are suppressed. - Empty top_builddirs are properly handled. - AC_CHECK_MEMBER works correctly when the member is an aggregate. - AC_PATH_PROG Now colon in the optional path arguments are properly handled. ** Improved portability - Both Autoconf the package, and the scripts it produces, should run more reliably with Zsh. Bear in mind it is the default Bourne shell on Darwin. - Autoconf and the scripts it produces no longer assume the existence of the obsolescent commands egrep and fgrep. ** Documentation - Limitations of Make More of them. - GNATS The GNATS base has moved to http://bugs.gnu.org/cgi-bin/gnatsweb.pl?database=autoconf ** Misc. - config.log Now contains the list of ouput variables and files (AC_SUBST, AC_SUBST_FILES).
2002-09-25sysutils/adjustkernel-1.5 updatewiz1-1/+2
2002-09-25Sync usage with man page. Bump version to 1.5. Closes PR 18345.wiz3-10/+9
2002-09-25pkgtools/pkgcomp-1.1 updatewiz1-1/+2
2002-09-25Bump version number for man page fix.wiz1-2/+2
2002-09-25Update Dd. Fix description of some options per PR 18344 and includedwiz1-65/+98
patch from Julio Merino. Begin new sentences on new lines.
2002-09-25Remove trailing '.' when displaying the URL to download the file from.jschauma1-2/+2
This may not be grammatically correct, but prevents users from copy'n pasting an invalid URL.
2002-09-25mail/demime-0.99.4.1 updatewiz1-1/+2
2002-09-25Update to 0.99.4.1, from PR 18285 by Todd Vierling.wiz2-9/+9
Changes list not provided and not found.
2002-09-25www/ap-DBI removed because it's a duplicate of databases/p5-Apache-DBIwiz1-1/+2
2002-09-25We have databases/p5-Apache-DBI-0.88, so we don't need www/ap-DBI-0.87wiz7-53/+6
[which is an older version of the same source]. Remove it. Noted by Andrew Brown in connection with PR 18280.
2002-09-25chat/ekg-20020918, devel/boehm-gc-6.1, chat/eggdrop-1.6.10nb1 updates.wiz1-1/+4
2002-09-25Update to 1.6.10nb1, provided by Sergey Svishchev in PR 18062:wiz4-3/+37
Enable language files.
2002-09-25Update to 6.1, provided by Julio Merino in PR 18240.wiz6-38/+48
Changes: lots of bugfixes and improvements.
2002-09-25Close PR 18095: INSTALL_DATA_DIR does not take more than one argumentwiz1-2/+3
on Solaris. Patch by Julien T. Letessier.
2002-09-25Update to 20020918, by Dawid Szymanski in PR 18335.wiz5-16/+53
Some fixes and buildlink2ing by me. Changes: - bugfixes - new ncurses based interface (like irssi)
2002-09-25Make compile on Alpha.wiz4-1/+41
Patches from Rhialto in PR 18287.
2002-09-25Convert to buildlink2. Also, tell configure not to go looking for ncurses.wiz1-7/+6
Should fix PR 18099.
2002-09-25Fix silly bug in an utility script which wouldn't accept "gcc" if it istron2-1/+27
called "cc".
2002-09-25buildlink1 -> buildlink2seb1-6/+3
Use perl5/module.mk
2002-09-25Update cpuflags to 0.34:abs1-1/+2
Add in a reasonable set of mips cpus.
2002-09-25buildlink1 -> buildlink2seb2-12/+6
Use perl5/module.mk
2002-09-25Update cpuflags to 0.34, the "How big is agc's mail quota" release:abs2-3/+23
Add in a reasonable set of mips cpus.
2002-09-25buildlink1 -> buildlink2seb2-12/+6
Use perl5/module.mk