Commit graph

55909 commits

Author SHA1 Message Date
kristerw
8a72ed7fa8 Copy a missing .h file from ${FILESDIR} to make this compile on amd64. 2004-02-29 14:14:19 +00:00
jdc
46966334cc Regenerated for new patch-aa, patch-ab. 2004-02-29 13:48:52 +00:00
jdc
8802024683 Make this work on NetBSD-current. Fixes:
all.c:640: error: conflicting types for `sys_nerr'
  /usr/include/errno.h:53: error: previous declaration of `sys_nerr'
2004-02-29 13:45:48 +00:00
jdc
7424ba96a7 Remove warnings:
warning: traditional C rejects ISO C style function definitions
by removing -Wtraditional.
2004-02-29 13:38:27 +00:00
martti
b09d4208ff Updated bins to 1.1.25 2004-02-29 13:09:04 +00:00
martti
8e39ff7b1e Updated bins to 1.1.25
- The images in each directory can now be displayed in an arbitrary,
  custom order. This is done via an optional file album.list (a slibling
  file to album.xml) that lists the files in the order you want them
  displayed. If album.list doesn't exist in a directory the sorting by
  image name is done as usual.
- Added hot keys (use with Alt key) : (N)ext, (P)revious, (U)p,
  (H)ome, images (L)ist, (T)ree.
- Added first, last, index, parent, up and index relation links in
  thumbnail and image pages. They are used by Mozilla and Opera
  navigation bar.
- Added first and last links on thumbnail and image pages in default
  templates.
- Fix bug on images list page for custom sizes (defined in description image
  file).
- Updated Spanish translation.
- Updated Esperanto translation.
2004-02-29 13:08:55 +00:00
jmmv
6b8611d116 Note update of ccgo to 0.3.4. 2004-02-29 12:43:24 +00:00
jmmv
17af74fdfb Update to 0.3.4.
Changes in the package:
- Use subst.mk instead of a custom pre-configure.
- Depend on gnome2-dirs, gnugo and pkgconfig.
- Drop useless regexx dependency.

Changes since previous versions:
- ccgo 0.3.3 to 0.3.4
	* allow reviving marked-dead groups when scoring local games
	* fix compatibiliy with new IGS
	* fix ignored handicaps in importing SGF files
	* update State when getting own info
	* allow undo when playing with computer
- ccgo 0.3.2 to 0.3.3
	* support SGF files with handicap setup at root node
	* allow handicaps in matches with gnugo
	* minor enhancements
- ccgo 0.3.0 to 0.3.2
	* internationalization
	* remove dependancy on regexx
	* many fixes
2004-02-29 12:42:22 +00:00
markd
23554fcb50 PKGREVISION bump on kdelibs3. 2004-02-29 12:05:56 +00:00
markd
5703e9aa3d Fix another instance of finding the path for ispell/aspell.
Bump PKGREVISION.
2004-02-29 12:00:56 +00:00
markd
406a640571 Some shells don't like:
if test -x /bin/true; then
else

so replace with:

if test -x /bin/true; then
  :
else

From Roland Illig in a posting to "tech-pkg"

Also add missing openssl/buildlink2.mk to buildlink2.mk.
2004-02-29 11:49:54 +00:00
recht
46e479cd61 s/randr/randrext/ for PREFER_PKGSRC
(There's no randr pkg.)
2004-02-29 11:33:43 +00:00
jmmv
6d9d050249 Fix build with gcc3. 2004-02-29 11:10:36 +00:00
wiz
a41788d9c7 Default PREFER_PKGSRC to
Xrender render Xft2 freetype2 Xrandr randr xcursor
to fix lots of build problems on systems where the libraries
coming with X are too old for some packages (but not for others).
Ok'd by recht@ and agc@.

Attention: for this to take effect, you must recompile your packages
that depend on freetype2/Xrender, especially pango.
2004-02-29 10:32:13 +00:00
wiz
cbc980b30b Revert:
revision 1.29
date: 2004/02/18 19:13:30;  author: jlam;  state: Exp;  lines: +23 -23
Configure and build shlibtool after configuring and building libtool,
resepectively.  This makes the build output look more logically grouped
into phases.
to make this build again on 1.5.x systems.
Addresses PR 24588.
2004-02-29 10:28:24 +00:00
mrauch
351a8f16a2 The PKG_FAIL_REASON string needs quoting. 2004-02-29 08:54:41 +00:00
uebayasi
6f2a95e5ed Note import of Portable ACPI dumper (acpidump-20020711).
The acpidump utility analyzes ACPI tables in physical memory and dumps
them to standard output.  In addition, acpidump can disassemble AML
(ACPI Machine Language) found in these tables and dump them as ASL
(ACPI Source Language).
2004-02-29 06:00:23 +00:00
uebayasi
9694d1187b Add & enable acpidump. 2004-02-29 05:58:52 +00:00
uebayasi
17b3c4b1ab Initial import of Portable ACPI dumper (acpidump-20020711).
The acpidump utility analyzes ACPI tables in physical memory and dumps
them to standard output.  In addition, acpidump can disassemble AML
(ACPI Machine Language) found in these tables and dump them as ASL
(ACPI Source Language).
2004-02-29 05:57:44 +00:00
toshii
9f735d6c1a Fread(2)ing /dev/urandom is bad due to libc buffering.
Use read(2) instead.
2004-02-29 03:45:37 +00:00
xtraeme
0ca266f86f Add and enable iftop-0.16 2004-02-29 03:33:06 +00:00
xtraeme
ebdafce343 Initial import of iftop-0.16.
iftop does for network usage what top(1) does for CPU usage. It listens to
network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts.
2004-02-29 03:31:14 +00:00
grant
1fa7a034f2 include mk/compiler.mk before testing ${CC} 2004-02-29 00:36:45 +00:00
grant
b4fb469385 ensure MOZ_VER is defined, use ${MOZILLA} consistently. 2004-02-29 00:27:40 +00:00
recht
4de5532b13 Use tab instead of spaces for indentation to make pkglint happy. 2004-02-29 00:22:43 +00:00
recht
60c738c502 Note update of cairo to 0.1.17nb1. 2004-02-29 00:19:29 +00:00
recht
f01deb3ea4 Bump PKGREVISION because of cairo's buildlink revision bump.
Also remove superfluous buildlink2.mk, fix a Makefile typo and bl3ify.
2004-02-29 00:13:42 +00:00
recht
df5b87b35a Add explicit dependencies on the pkgsrc versions of Xft2/Xrender to avoid
problems.
Also remove superfluous buildlink2.mk and bump PKGREVISION to 1.
2004-02-29 00:06:14 +00:00
recht
0e777d3ffe remove superfluous buildlink2.mk 2004-02-29 00:05:04 +00:00
heinz
0344682f75 Add RCD script. 2004-02-28 23:59:47 +00:00
heinz
f439c20604 Update of mail/prayer to 1.0.8nb2 2004-02-28 23:53:44 +00:00
heinz
dfde78b4ac Compiles and works with db4.
Creates user and group now.
"make reinstall" works again.
No change of ownership of /usr/pkg/sbin anymore.
New RCD script (needs work on non-NetBSD platforms regarding "ps" command
options).
Bump revision.
2004-02-28 23:50:59 +00:00
recht
47d900630b boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), so
add NOT_FOR_PLATFORM accordingly
2004-02-28 23:41:32 +00:00
recht
7b242c8fdd Remove wrong PATCH_STRIP.
Note by Roland Illig on tech-pkg@.
2004-02-28 23:11:00 +00:00
cube
0d3152b1cd Note update of gkrellm to version 2.1.27. 2004-02-28 23:05:59 +00:00
cube
c367b13969 Update to version 2.1.27.
2.1.27 - Sat Feb 28, 2004
-------------------------
        * Handle changing sysfs sensor name format from xxx_inputN to xxxN_input.
        * Patches:
          o Kurt V. Hindenburg <khindenburg--at--cherrynebula.net> Consider only
            .so, .la, and .dll files during plugin scan (avoid Gentoo .keep
            ebuild files).
        * Bugfixes:
          o Use g_spawn_async_with_pipes() instead of popen() in mail.c so gkrellm
            file descriptors won't be open in the mail monitor launched MUA.
2004-02-28 23:04:43 +00:00
snj
645d153159 Forgot to commit this part. MAKE_ENV needs CHGRP="${CHGRP}". 2004-02-28 22:18:35 +00:00
snj
2fa06a3ed2 Use ${CHGRP} instead of chgrp. From Georg Schwarz in PR pkg/24594. 2004-02-28 22:15:30 +00:00
recht
82a69c3fd2 note update of tla to 1.2nb1 2004-02-28 22:10:55 +00:00
recht
ad1721ec0b Fix gdiff configure argument.
From neil at daikokuya dot co dot uk in PR 24585.
Bump PKGREVISION to 1.
2004-02-28 22:09:24 +00:00
snj
a092ed19fc Nuke LTCONFIG_OVERRIDE. 2004-02-28 21:32:37 +00:00
kristerw
9af5ce5e1f Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701)
as applied to the editors/emacs package.
2004-02-28 20:57:48 +00:00
jmmv
3d8ba5d6a1 docbook-xsl updated to 1.65.0. 2004-02-28 20:53:53 +00:00
jmmv
ba240fcd8f Update to 1.65.0. Changes since version 1.64.0:
Changes to xsl/*

  | 2004-02-27  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* RELEASE-NOTES.xml: Updated
  |
  | 	* VERSION: Version 1.65.0 released.
  |
  | 	* VERSION: No really, version 1.65.0 released.
  |
  | 2004-02-24  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* .cvsignore: Don't ignore debian anymore, it's gone
  |
  | 2004-01-08  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* Makefile, VERSION: Tweaks for freshmeat-submit
  |
  | 2003-12-31  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* RELEASE-NOTES.xml: Info about new indexing method
  |
  | 2003-12-19  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* Makefile: Check for DIFFVER and make sure tags happen
  |
  | 	* RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES
  | 	  file for 1.64.1
  |
  | 2003-12-17  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* Makefile, VERSION: Prepare to support freshmeat-submit for
  | 	  next release
  |

Changes to xsl/common/*

  | 2004-02-18  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* labels.xsl: Turn off procedure number when formal.procedures
  | 	  = 0.
  |
  | 2004-01-29  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* subtitles.xsl, titles.xsl: Support 'info'
  |
  | 2004-01-26  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* targets.xsl: Pass empty doctype parameters to write.chunk so
  | 	  the output can be used as an entity without DOCTYPE.
  |
  | 2003-12-31  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* autoidx-ng.xsl, l10n.dtd: Added support for new i18n
  | 	  friendly indexing method
  |

Changes to xsl/fo/*

  | 2004-02-26  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* verbatim.xsl: Bug #875229: add
  | 	  white-space-treatment=preserve
  |
  | 2004-02-11  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* formal.xsl: informal.object template now handles
  | 	  informalequation.
  |
  | 2004-02-06  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* component.xsl: Add force-page-count="no-force" to preface
  | 	  when double.sided is off to prevent extra blank page.
  |
  | 	* component.xsl, division.xsl: Added
  | 	  force-page-count="no-force" when double.sided = 0 to prevent
  | 	  extra blank pages.
  |
  | 2004-01-30  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* formal.xsl: calsTable template should use table.properties
  | 	  instead of formal.object.properties.
  |
  | 2004-01-29  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* autotoc.xsl: Use titleabbrev in ToC
  |
  | 	* biblio.xsl: Support 'info' and 'personblurb'
  |
  | 	* docbook.xsl: Support DocBook NG by way of the following
  | 	  hack: if we find an NG document, do an identity transform to
  | 	  throw away the NG namespace and then process the result.
  | 	  Requires exsl:node-set().
  |
  | 	* docbookng.xsl: New file.
  |
  | 	* qandaset.xsl, titlepage.xsl: Support 'info'
  |
  | 2004-01-29  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* titlepage.xsl: Fix for multiple editor elements running
  | 	  together.
  |
  | 2004-01-26  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* pagesetup.xsl, param.ent, param.xweb: Added
  | 	  header.column.widths and footer.column.widths to permit
  | 	  adjustment of the header and footer widths.
  |
  | 2004-01-17  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* xep.xsl: Added 'chapter' to test for adding TOC bookmark.
  |
  | 2004-01-16  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* formal.xsl: Fixed bug in evaluation of @float in figure.
  |
  | 2004-01-13  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* inline.xsl: Inline sequences now output id attribute if
  | 	  found.
  |
  | 2004-01-08  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* biblio.xsl: Initial support for bibliolist
  |
  | 	* table.xsl: Abort if there's no @cols
  |
  | 2003-12-31  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* autoidx-ng.xsl: New file.
  |
  | 2003-12-30  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* biblio.xsl, xref.xsl: Changed
  | 	  document($bibliography.collection) to
  | 	  document($bibliography.collection,.) so it will look in the
  | 	  current directory instead of the stylesheet directory.
  |
  | 	* graphics.xsl: Fixed test for graphic inside inlineequation.
  |
  | 	* xref.xsl: Added refsection to mode="xref-to" to support xref
  | 	  to refsection.
  |
  | 2003-12-16  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug
  | 	  in index title indents when $title.margin.left is non-zero.
  |

Changes to xsl/html/*

  | 2004-02-13  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* biblio.xsl, glossary.xsl, index.xsl: Removed obsolete
  | 	  component.title.mode templates.
  |
  | 2004-01-29  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* autotoc.xsl: Use titleabbrev in ToC
  |
  | 	* biblio.xsl: Support info in bibliography mode; support
  | 	  personblurb as an alternative to authorblurb
  |
  | 	* component.xsl: Support 'info'
  |
  | 	* docbook.xsl: Support DocBook NG by way of the following
  | 	  hack: if we find an NG document, do an identity transform to
  | 	  throw away the NG namespace and then process the result.
  | 	  Requires exsl:node-set().
  |
  | 	* docbookng.xsl: New file.
  |
  | 	* inline.xsl: Support 'tag' as a synonym for 'sgmltag'
  |
  | 	* lists.xsl: Make simpara in callout magic; don't output a p
  | 	  inside the li. Sigh.
  |
  | 	* table.xsl: Support bgcolor and class dbhtml PIs on table
  | 	  rows
  |
  | 	* titlepage.xsl: Support personblurb as a synonym for
  | 	  authorblurb
  |
  | 	* xref.xsl: Support xref to personblurb the same way as
  | 	  authorblurb
  |
  | 2004-01-08  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* biblio.xsl: Initial support for bibliolist
  |
  | 	* table.xsl: Abort if there's no @cols
  |
  | 2003-12-31  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* autoidx-ng.xsl: New file.
  |
  | 2003-12-30  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* biblio.xsl, xref.xsl: Changed
  | 	  document($bibliography.collection) to
  | 	  document($bibliography.collection,.) so it will look in the
  | 	  current directory instead of the stylesheet directory.
  |
  | 	* graphics.xsl: Fixed test for graphic inside inlineequation.
  |
  | 	* xref.xsl: Added refsection to mode="xref-to" to support xref
  | 	  to refsection.
  |

Changes to xsl/htmlhelp/*

  | 2004-02-19  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* htmlhelp-common.xsl: Added anchors to bibliodivs
  |

Changes to xsl/javahelp/*

  | 2003-12-21  Jirka Kosek <kosek@users.sourceforge.net>
  |
  | 	* javahelp.xsl: Fixed bug #864018
  |

Changes to xsl/manpages/*

  | 2004-02-04  <twaugh@users.sourceforge.net>
  |
  | 	* docbook.xsl, lists.xsl: Place-holder implementation for
  | 	  simplelist.
  |
  | 2004-01-30  <twaugh@users.sourceforge.net>
  |
  | 	* docbook.xsl: Add replacement dingbat characters.
  |
  | 2003-12-24  <twaugh@users.sourceforge.net>
  |
  | 	* lists.xsl: .RS/.RE doesn't nest precisely. Use .IP to fix up
  | 	  the environment. Part of bug #852714.
  |
  | 	* lists.xsl: Handle comments inside lists (part of bug
  | 	  #852714).
  |

Changes to xsl/params/*

  | 2004-02-13  Michael Smith <xmldoc@users.sourceforge.net>
  |
  | 	* htmlhelp.hhp.windows.xml, htmlhelp.show.toolbar.text.xml:
  | 	  remove stray single quotes for ID values; was causing
  | 	  generation of invalid filenames & breaking downstream builds
  |
  | 2004-01-31  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* footer.column.widths.xml, header.column.widths.xml: Add
  | 	  quotes to make the parameters strings; '1 1 1' is not a
  | 	  valid number
  |
  | 2004-01-29  Robert Stayton <bobstayton@users.sourceforge.net>
  |
  | 	* footer.column.widths.xml, header.column.widths.xml: New
  | 	  file.
  |

Changes to xsl/template/*

  | 2004-01-29  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* titlepage.xsl: Support 'info' everywhere
  |

Changes to xsl/extensions/xalan2/.classes/*

  | 2003-12-17  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* Makefile.common: Support unicode.font in Xalan extensions
  |

Changes to xsl/extensions/xalan2/com/nwalsh/xalan/*

  | 2003-12-17  Norman Walsh <nwalsh@users.sourceforge.net>
  |
  | 	* FormatCallout.java, FormatUnicodeCallout.java, Params.java,
  | 	  Verbatim.java: Support unicode.font in Xalan extensions
  |
2004-02-28 20:52:04 +00:00
minskim
f240b52f60 + docbook-xsl-1.65.0, snort-2.1.1, t1lib-5.0.1 2004-02-28 20:20:28 +00:00
snj
53f2e09b39 metamail-2.7nb3 2004-02-28 20:08:01 +00:00
snj
600c7c7a83 Properly fix last. From Christian Weisgerber. 2004-02-28 20:04:40 +00:00
recht
edfdffa0b8 - tla-1.2 2004-02-28 19:52:53 +00:00
recht
2caa8afdeb Note update of tla to 1.2. 2004-02-28 19:52:22 +00:00
recht
5cc92871fb update to 1.2
This release contains a number of significant performance and feature
enhancements and reflects the contributions of an active community of
volunteer developers, reviewers, enlightening critics, kibitzers, and
testers.

Of particular interest to many will be the new support (relative to
1.1) for "archive signing and integrity checking" -- a facility by
which the integrity of a publicly accessible archive can be verified.
2004-02-28 19:51:16 +00:00