Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (170d) 

2024-05-28 21:21:35 UTC Now

2009-03-03 09:03:59 UTC MAIN commitmail json YAML

Updated uno to 2.13.

Changes since 2.12:

Handles larger data arrays, and deals better with some quirks in lexer.l
when compiled on a linux platform.

(rillig)

2009-03-03 08:58:38 UTC MAIN commitmail json YAML

Updated devel/splint to 3.1.2

(rillig)

2009-03-03 08:58:23 UTC MAIN commitmail json YAML

Updated splint to 3.1.2.

Changes since 3.1.1:

Declarations of intptr_t and uintptr_t

    The standard library declares the intptr_t and uintptr_t types
    incorrectly. They are declared as int * and unsigned int *,
    but should be integral types (large enough to hold a pointer)
    instead.

    (Reported by David Sanderson, 25 Sep 2004. Fixed in development
    standard.h.)

Mode help

    Splint crashes when run with -help weak or another mode flag.

    (Reported by Clive Bach, 27 July 2004. Fixed in CVS 28 July 2004.)

Missing va_copy

    The standard library is missing va_copy.

    (Reported by Roland Illig, 21 May 2004. Fixed in CVS, 21 May 2004.)

Shifting in pre-processor expressions

    Splint will report an internal error for a preprocessor expression
    that shifts a negative value. This should produce a warning message
    instead.

    (Reported by Dirk Herrmann, 10 Nov 2003. Fixed in CVS, 18 May 2004,
    but no warning message added yet.)

gmtime and localtime

    The return type is incorrectly specified as /*@null@*/ in the
    standard library. gmtime and localtime are guaranteed to return
    non-null values.

    (Reported by Terry Colligan, 30 Oct 2003. Fixed in CVS, 2 Nov 2003.)

Redefining __func__

    Splint will report an internal bug if built in special definitions
    like __func__ are redefined.

    (Reported by Terry Colligan, 28 Oct 2003. Fixed in CVS, 28 Oct 2003.)

Pragma Line Numbers

    Splint does not count

    #pragma ...

    lines in the line number.

    (Reported by Scott Frazer, 27 Oct 2003. Fixed in CVS, 27 Oct 2003.)

Files Unclosed in Win32

    Options that involve writing messages to files do not work in Win32.
    The check that all files are closed was somehow copied to a location
    it shouldn't be (llmain:830).

    (Fixed in CVS 18 Sept 2003.)

Multi-dimensional Arrays

    Splint does not interpret declarations of multidimensional arrays
    correctly. A declaration like int a[][10] is misinterpreted as
    int a[10][].

    (Reported by Bill Leahy, 15 Sept 2003. Fixed in CVS 15 Sept 2003.)

&& and || guards

    Splint does not correctly interpret guards for non-boolean
    expressions in && and || clauses (e.g., if (s && t)).

    (Reported by Andrew Bishop. Fixed in CVS 13 August 2003.)

scanf %x

    Splint interprets %x in a scanf format string as an int *, but it
    should be an unsigned int *.

    (Reported by Andrew Bishop. Fixed in CVS 13 August 2003.)

+matchanyintegral and unsignedintegrals

    When +matchanyintegral is set, splint should allow any int type to
    match an aribtrary unsigned integral.

    (Reported by John Makecki. Fixed in CVS 18 July 2003.)

Shadow updates

    When a variable declaration is shadowed, the sRef_updateSref
    function will find the inner reference when there is an alias
    to the outer reference.

    (Reported by John Makecki. Fixed in CVS 18 July 2003.)

Internal assertion fails for unconventional bounds

    An internal assertion will fail for strange array indexes like,
    i["]<i;++i){--i;}"].

    (Reported by Xose Vazquez Perez. Fixed in CVS 12 July 2003.)

Assignments with global structs

    Splint does not correctly update state when the rhs of an assignment
    is a struct with global scope.

    (Reported by Steve Brooke. Fixed in CVS, 10 July 2003.)

Defining __STDC__

    Splint should define __STDC__. See http://bugs.debian.org/cgi-bin/
    bugreport.cgi?bug=171437&msg=7 for details.

    (Reported by Vincent Lefevre. Fixed in CVS, 10 July 2003)

Missing signal.h definitions

    The posix library is missing some definitions from signal.h.

    (Reported by Jerry James. Fixed in CVS, 13 June 2003)

Pre-processing ISO8859-1 characters

    Splint does not process ISO8859-1 characters correctly since it is
    building on a pre-ISO8859-1 version of gcc's pre-processor, and
    character \377 is indistinguishable from EOF.

    (Reported by Kai Hofmann. Fixed in CVS, 6 June 2003)

Printing lltok

    Splint prints -> tokens in specifications incorrectly as ".".
    Reported and fixed by Psanzani.

    (Fixed in CVS, 6 June 2003)

(rillig)

2009-02-25 12:38:36 UTC MAIN commitmail json YAML

This file doesn't need preferences.

(rillig)

2009-02-15 23:14:40 UTC MAIN commitmail json YAML

2009-02-14 10:42:20 UTC MAIN commitmail json YAML

Remind the package developers that AUTO_MKDIRS is more convenient than
using the INSTALL_*_DIR commands or the INSTALLATION_DIRS variable.
Suggested by abs@ on tech-pkg@.

(rillig)

2009-02-14 10:34:56 UTC MAIN commitmail json YAML

Small cleanups:
- Added a runtime dependency to Perl
- Using AUTO_MKDIRS instead of INSTALLATION_DIRS saves a few lines
- Sorted PLIST
- Removed a needless mkdir command from the PLIST

(rillig)

2009-01-26 16:14:45 UTC MAIN commitmail json YAML

Packages that install *.desktop files should include
sysutils/desktop-file-utils/desktopdb.mk. Suggested by Matthias
Drochner.

(rillig)

2009-01-26 15:44:15 UTC MAIN commitmail json YAML

Added but disabled a check that tests whether the PKGNAME and the
package directory match. There is much work to do until this can be
enabled.

(rillig)

2009-01-25 07:05:14 UTC MAIN commitmail json YAML

Fixed invalid dependency. cppunit 1.10.2 has been released, 10.1.2
hasn't.

(rillig)

2009-01-09 19:34:44 UTC MAIN commitmail json YAML

Fixed pkglint warnings about sorting SUBDIR.

(rillig)

2009-01-09 11:11:40 UTC MAIN commitmail json YAML

Fixed MAINTAINER address.

(rillig)

2009-01-09 11:04:27 UTC MAIN commitmail json YAML

2009-01-09 10:58:47 UTC MAIN commitmail json YAML

htdocs/share/mk/web.site.mk assumes that sed(1) lives in /usr/bin, which
is not true on Ubuntu Linux 8.10.

(rillig)

2008-12-21 10:34:59 UTC MAIN commitmail json YAML

Warn about missing PKG_DESTDIR_SUPPORT definition. Every package should
have one.

(rillig)

2008-12-20 19:16:27 UTC MAIN commitmail json YAML

Removed the unnecessary part of the patch, about which pkglint was
complaining.

(rillig)

2008-12-20 10:31:21 UTC MAIN commitmail json YAML

Removed a "not" operator that accidentally got in here.

(rillig)

2008-12-18 09:28:01 UTC MAIN commitmail json YAML

Updated games/cgoban-java to 3.3.23

(rillig)

2008-12-18 09:27:48 UTC MAIN commitmail json YAML

Updated cgoban-java from 3.3.22 to 3.3.23.

Changes since 3.3.22:
- Fixed ctrl+L bug.
- Fixed "user info always acts changed" and "user info says it is
  too full when it isn't" bugs.

(rillig)

2008-12-17 09:50:48 UTC MAIN commitmail json YAML

Started to document pbulk in the pkgsrc guide.

(rillig)

2008-12-15 15:06:43 UTC MAIN commitmail json YAML

gcc complains when an int is cast to a pointer of different size. To
avoid that warning, the ints are first cast to size_t, which is more
likely to match the size of a pointer. Unfortunately, the intptr_t and
uintptr_t types are marked optional in C99.

(rillig)

2008-12-15 12:53:28 UTC MAIN commitmail json YAML

There is no mail/nail anymore.

(rillig)

2008-12-15 12:47:31 UTC MAIN commitmail json YAML

TOOLS_DEPENDS.* names a dependency, and all the directories that are
mentioned in it must actually contain a Makefile.

(rillig)

2008-12-15 12:28:49 UTC MAIN commitmail json YAML

2008-12-15 12:10:45 UTC MAIN commitmail json YAML

2008-12-15 11:17:47 UTC MAIN commitmail json YAML

Added two patches so that this package passes gcc with the option
-Werror=int-to-pointer-cast.

(rillig)

2008-12-15 11:03:49 UTC MAIN commitmail json YAML

Made the code shorter.

The info messages can be omitted. At least for ELF binaries, the code is
sufficiently stable.

(rillig)

2008-12-14 18:46:58 UTC MAIN commitmail json YAML

Changed one of the explanations to be more permissive. Fixed a
grammatical mistake in the same sentence.

(rillig)

2008-12-14 18:34:45 UTC MAIN commitmail json YAML

Fixed the version comparison in the AG_GST_BISON_CHECK macro.

(rillig)

2008-12-14 14:09:33 UTC MAIN commitmail json YAML

Added a -v flag to the verify_file function, which in case of a
verification failure prints a useful and concrete error message.

(rillig)

2008-12-14 10:18:16 UTC MAIN commitmail json YAML

An int is not guaranteed to be 64bit and in fact isn't on most
platforms.

(rillig)

2008-12-04 18:07:52 UTC MAIN commitmail json YAML

Added explicit checks for share/icons/hicolor directories in PLISTs, as
suggested by wiz.

(rillig)

2008-12-04 00:05:33 UTC MAIN commitmail json YAML

Added MAKE_ENV and MAKE_FLAGS to the list of important variables.

(rillig)

2008-12-03 10:29:53 UTC MAIN commitmail json YAML

Updated ElectricFence to 2.1.13.0.1.

(rillig)

2008-12-02 22:26:45 UTC MAIN commitmail json YAML

Updated ElectricFence to 2.1.13.0.1.

Changes since 2.1.0 (from debian/changelog):
electric-fence (2.1.13-0.1) unstable; urgency=low

  * Non-maintainer upload
  * eftest.c: uses sig{set,long}jmp() instead of {set,long}jmp() to work on
    both 2.4 and 2.6 kernels (closes: #203436)
  * Added a proper description (closes: #209479)
  * Changed order of commands to build static library without PIC
    (closes: #154034)
  * Clarified and fixed manpage:
    - clarified semantics of EF_PROTECT_FREE (closes: #177800)
    - EF_ALLOC_MALLOC_0 -> EF_ALLOW_MALLOC_0 (closes: #177807)
    - mention EF_ALLOW_MALLOC_0 in the synopsis, correct number of conf
      switches (closes: #177808)
  * /usr/doc symlink not created any more, added postrm with ldconfig call,
    added debhelper tokens (closes: #222980)

-- Martin Pitt <mpitt@debian.org>  Fri,  5 Dec 2003 16:51:38 +0100

electric-fence (2.1.13) unstable; urgency=high

  * Link with pthreads (closes: #135122)

-- Matthew Vernon <matthew@debian.org>  Fri, 22 Feb 2001 09:57:50 +0000

electric-fence (2.1.12) unstable; urgency=high

  * Add multithreading support (thanks to infrared@mail.index.hu)
    (closes: #67838)
  * Specify the GPL version (closes: #133494)
  * Patch to allow you to specify that electric-fence should set freed
    memory to a fixed value - makes things more helpful under gdb in
    certain circumstances (patch from Petter Reinholdtsen <pere@hungry.com>
    and modified by yours truly to make it legal :-) (closes: #59764)
  * That's all the outstanding bugs fixed for the next release

-- Matthew Vernon <matthew@debian.org>  Tue, 19 Feb 2001 22:09:37 +0000

electric-fence (2.1.11) unstable; urgency=low

  * Fix daft typo (closes: #105418)

-- Matthew Vernon <matthew@debian.org>  Mon, 16 Jul 2001 08:56:01 +0100

electric-fence (2.1.10) unstable; urgency=low

  * pass int not char as type to va_arg (closes: #104800)

-- Matthew Vernon <matthew@debian.org>  Sun, 15 Jul 2001 13:05:34 +0100

electric-fence (2.1.9) unstable; urgency=low

  * Get the /usr/doc/ stuff right this time (closes: #97010, #97890)

-- Matthew Vernon <matthew@debian.org>  Fri, 18 May 2001 14:28:01 +0100

electric-fence (2.1.8) unstable; urgency=low

  * Remove spurious (int) casts in calls to mmap (closes: #84940)

-- Matthew Vernon <matthew@debian.org>  Wed, 11 Apr 2001 15:48:39 +0100

electric-fence (2.1.7) unstable; urgency=low

  * Check if /usr/doc/electric-fence is a symlink in postinst (closes: #93534)

-- Matthew Vernon <matthew@debian.org>  Tue, 10 Apr 2001 15:41:49 +0100

electric-fence (2.1.6) unstable; urgency=low

  * Make the banner print a correct version (closes: #81413)
  * Man page into /usr/share/man (closes: #91147,#81450)
  * Be sure to get rid of /usr/doc/electric-fence (closes: #81023)

-- Matthew Vernon <matthew@debian.org>  Mon, 09 Apr 2001 14:52:03 +0100

electric-fence (2.1.5) unstable; urgency=low

  * rename the manpage to correspond to the README file (closes: #77243)

-- Matthew Vernon <matthew@debian.org>  Fri, 17 Nov 2000 18:35:42 +0000

electric-fence (2.1.4) unstable; urgency=low

  * build tidy-ups (closes: #48156, #52927, #56142)

-- Matthew Vernon <matthew@debian.org>  Mon, 16 Oct 2000 18:01:36 +0100

electric-fence (2.1.3) unstable; urgency=low

  * install libefence.so (closes:48156)

-- Matthew Vernon <matthew@debian.org>  Mon, 07 dec 1999 15:42:00 +0000

electric-fence (2.1.2) unstable; urgency=low

  * Actually install that gdb documentation <sigh>

-- Matthew Vernon <matthew@debian.org>  Mon, 13 Sep 1999 14:08:00 +0100

electric-fence (2.1.1) unstable; urgency=low

  * Taking over this package properly
  * Version numbering fixed (I hope)

-- Matthew Vernon <matthew@debian.org>  Mon, 01 Sep 1999 13:00:00 +0100

electric-fence (2.1-2) unstable; urgency=low

  * Added Ian Jackson's patches (closes: #41314)
  * Added gdb documentation    (closes: #33186)

-- Matthew Vernon <matthew@debian.org>  Mon, 16 Aug 1999 16:08:22 +0100

electric-fence (2.1-1) unstable; urgency=low

  * new upstream release (closes: #35853)

(rillig)

2008-12-02 09:00:28 UTC MAIN commitmail json YAML

Removed unused code. Changed one constructor call to match the pattern
of all the others. Explained how to get an overview of the code.

(rillig)

2008-12-01 07:49:22 UTC MAIN commitmail json YAML

Added -fPIC for Linux, since it was reported to be necessary on x86_64
platforms via pkgsrc-users.

(rillig)

2008-11-30 22:19:01 UTC MAIN commitmail json YAML

Banned the warnings about SUBST_* groups into the -Wextra option, since
they are used less strict than pkglint wants them.

(rillig)

2008-11-29 13:54:45 UTC MAIN commitmail json YAML

Replaced _PKG_SILENT and _PKG_DEBUG with RUN.

(rillig)

2008-11-29 13:38:53 UTC MAIN commitmail json YAML

Removed lots of unreachable mirrors.

(rillig)

2008-11-29 12:29:35 UTC MAIN commitmail json YAML

One more variable for show-all-gnu-configure.

(rillig)

2008-11-29 12:04:15 UTC MAIN commitmail json YAML

Fixed the checksum for patch-av. Whenever a patch file contains CVS Ids,
the distinfo must be regenerated _after_ committing the patches.

(rillig)

2008-11-27 19:28:01 UTC MAIN commitmail json YAML

2008-11-26 09:10:30 UTC MAIN commitmail json YAML

Added _VARGROUPS and the source of the error message.

(rillig)

2008-11-26 00:32:55 UTC MAIN commitmail json YAML

Fixed download site. Patch by Rumko via pkgsrc-users.

(rillig)

2008-11-25 19:11:39 UTC MAIN commitmail json YAML

2008-11-24 15:21:29 UTC MAIN commitmail json YAML

Fixed a lot of typos and inconsistencies.

(rillig)

2008-11-24 15:05:01 UTC MAIN commitmail json YAML

Fixed many typos.

(rillig)

2008-11-24 14:59:28 UTC MAIN commitmail json YAML

Allowed pkglint to check doc/CHANGES-* files individually.

(rillig)

2008-11-24 09:37:37 UTC MAIN commitmail json YAML

Updated devel/geany to 0.15

(rillig)

2008-11-24 09:37:15 UTC MAIN commitmail json YAML

Updated geany to 0.15.

Changes since 0.12:

Geany 0.15 (October 19, 2008)

    General:
    * Add Previous Message, Previous Error commands (thanks also to Beau
      Barker).
    * Add 'Close Other Documents' File menu command (#1976724).
    * Add Find Document Usage popup menu command & keybinding.
    * Check that the current file is still on disk (as well as checking the
      modification time).
    * Add support for custom file templates (found at startup) in the
      ~/.geany/templates/files directory, shown underneath filetype templates
      in the New with Template menu.
    * Make socket open command support filename:line:column syntax.
    * Add filetypes.* [build_settings] key 'error_regex' to support custom
      error message parsing using a GNU-style extended regular expression.
    * Allow loading projects from command line (#1961083).
    * Add alternative build system: Waf.
    * Add Tools menu item to reload configuration data without a restart.
    * Add support to use template wildcards in snippets.
    * Increase LSB compliance.

    Prefs:
    * Make disk check timeout configurable (zero disables disk checks).
    * Add search pref: 'Use the current file's directory for Find in Files'
      (#1930435).

    Interface:
    * Make keyboard shortcuts dialog non-modal (#1999384).
    * Add a debug messages window to easily view debug messages/warnings.

    Editor:
    * Update Scintilla to version 1.77 (includes many fixes).
    * Add basic Line Breaking option in the Document menu and 'Line breaking
      column' editor pref (for now only works when typing characters past
      the line breaking column number).
    * Don't colourise any documents until they need to be drawn (this
      should make opening a session faster for filetypes that support typename
      highlighting).
    * Make Ctrl-click on a word perform Go to Tag Definition.
    * Add 'Max. symbol name suggestions' autocompletion pref.
    * Show ellipsis (...) item when there are too many symbol names for
      autocompletion.
    * Highlight matching brace indent guides (thanks to Jason Oster;
      #2104099).
    * Show brace indent guides on empty lines when appropriate (thanks to
      Jason Oster; #2105982).
    * Add 'Tab key indents' pref, on by default.
    * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces'
      Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks
      to Joerg Desch for explaining how it needed to work).
    * Auto-update the line margin width as lines are added (thanks to Jason
      Oster; #2129157).
    * Add "Replace spaces by tabs".

    Windows:
    * Install plugins into lib/ not into plugins/.
    * Install Geany's message catalogs into share/locale rather than
      lib/locale as GTK does since 2.12.2.

    Keybindings:
    * Add Go to Start/End of Line keybindings (#1996175).
    * Add 'Switch to Compiler' keybinding (useful when checking build
      progress).
    * Add keybindings for Line wrapping, Line breaking, Toggle fold and
      Replace Spaces by tabs, Previous/Next word part.

    Filetypes:
    * Add OpenGL Shader Language (GLSL) filetype (thanks to Colomban
      Wendling; #2060961).
    * Add R language filetype (thanks to Andrew Rowland; #2121502).
    * Split filetype Fortran into Fortran 77 and Fortran 90.
    * Add Gettext translation filetype (#2131985).
    * CSS improvements, thanks to Jason Oster.

    Embedded Terminal:
    * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14.
      (Note that with VTE 0.16.14 the reset sometimes leaves a blank
      terminal, but pressing enter makes it then behave as normal).

    Plugins:
    * Add Split Window plugin (should work OK for viewing; full editing
      support is not implemented yet).
    * Merge InstantSave, AutoSave and BackupCopy plugins into the new
      plugin 'Save Actions'.

    Documentation:
    * Add Tips and Tricks appendix.
    * Updated Installation section.
    * Update 'Build system' for custom error regexes.
    * Add a section for internal plugins.

    Plugin API:
    * Many changes; see the API documentation (make api-doc) and the
      geany-devel list archives.
    * Deprecated: plugin_fields, plugin_info symbols.

    Internationalisation:
    * New translations: ko, tr.
    * Updated translations: be, ca, de, en_GB, fi, hu, it, ja, pl,
      ro, ru, sv, zh_CN

Geany 0.14 (April 19, 2008)

    General:
    * Don't beep when using Replace All in Session unless all open files
      have no replacements (fixes #1893796).
    * Only use filetype detection after Save As, not on every save when the
      filetype is None (fixes #1891778).
    * Make Go to Tag commands look for the tag in the current document
      before searching the workspace.
    * Check file on disk for changes also when pressing a key.
    * Ignore documents with no absolute path when saving session files.
    * Fix segfault with Run command when a project is open and the current
      file's filetype has no run command.
    * Make Next Error and Next Message commands add positions to the
      navigation queue, so the user can move backwards through the list items
      and return to where they were.
    * Make pressing escape in the sidebar focus the editor.
    * Make navigation queue position based to restore the line and column when
      returning to a previous position (closes #1936927).
    * Save sorting order of the symbol list when saving a file (fixes #1917262).
    * Improve "Send Selection To" code (fixes #1909452).
    * Install header files and add a pkg-config file for external plugins.
    * Use monospace font for text entry fields in search dialogs (#1907117).
    * Don't open zero byte sized files read-only (e.g. files in /proc).

    Filetypes:
    * Improve Makefile parser to detect targets.
    * Update PHP tags file to latest PHP API docs (closes #1888691).
    * Add translucency settings to filetypes.common for semi-transparency.
    * Add HTML parser to get h1, h2, h3 symbols as well as link anchors and
      JavaScript functions (fixes #1896068).
    * Update Javascript, TCL and Assembler parser.

    Interface:
    * When closing a tab when using left-to-right tabs, focus the next
      document, not the previous.
    * Move Load Tags item from File to Tools menu.

    Editor:
    * Don't scroll the editor view if it is unnecessary when using Find
      Next/Previous, Find Selected, incremental search, Go to Marker or Go to
      Matching Brace commands.
    * Fix bug with showing macro list items all on one line.
    * Fix Python auto-indentation when line endings are set to CR/LF.
    * Unfold hidden code when the fold point modified (fixes #1923350).
    * Update Scintilla to version 1.76.
    * Add (basic) column mode editing (patch by "chuck").

    Windows:
    * Replace untitled file header filename after Save As and add to recent
      files on Windows too.
    * Resolve Windows shortcuts when opening files.
    * Fix modal dialog problems on Windows by not setting taskbar hint
      (closes #1916994).
    * Add new process spawning implementation. This makes the VCdiff plugin
      to work on Windows (patch by Pierre Joye, thanks).
    * Fix crash on Windows when a project could not be opened.

    Plugins:
    * Add configurable plugin keybindings support.
    * Add a HTML Characters keybinding to show the dialog.
    * Add File Browser keybindings to focus the Path Entry and File List
    * Rename VCDiff plugin Version Diff.
    * When quitting, remember plugin filenames that couldn't be loaded at
      startup as well as active plugins.

    Plugin API:
    * Add PLUGIN_KEY_GROUP and keybindings_set_item() to setup a keybinding
      group.
    * keybindings_send_command() arguments have changed because of
      keybinding groups - this breaks the API for plugins already using it.
    * Make VERSION_CHECK deprecated in favour of PLUGIN_VERSION_CHECK.

    Documentation:
    * Add descriptions for several options in the preferences dialog
      (patch from Robert McGinley).

    Internationalisation:
    * New translations: ro.
    * Updated translations: bg, de, en_GB, es, fr, hu, it, ja, pt_BR, ru.

Geany 0.13 (February 05, 2008)

    General:
    * Improve configure script and fix some compatibility issues.
    * Add support for project session files.
    * Add native GTK printing support (only with GTK 2.10+).
    * Prevent execution of commands by Geany if the VTE may contain any
      text on the prompt (thanks to "Jeff Pohlmeyer for reporting).
    * Store more document-related settings when saving session in the
      configuration file (including the file encoding).
    * Detect in-file specified file encoding by scanning the file using
      regular expressions.
    * Add binary relocation support.

    Filetypes:
    * Add configurable default file extension setting for filetype
      definition files.
    * Fix reST autocompletion.

    Tags:
    * Show arrays and modifiers like const in calltip return types for
      C-like files.
    * Update C global tags file for GTK+ 2.12.
    * Fix parsing the correct D class name when inheriting, D constructor
      tags and ignore D import statements.
    * Remove unnecessary tagmanager status file.
    * Improve PHP, Ruby and FreeBasic parsers.

    Interface:
    * Add 'Indent Type' option in the Document menu.
    * Add 'Detect from file' Editor indentation pref.
    * Show TAB or SP for current document's indent type.
    * Add a 'Newline strips trailing spaces' pref (thanks to Catalin
      Marinas).
    * Add 'Strip Trailing Spaces' document menu item.
    * Add combo box input history for 'Make Custom Target' dialog.
    * Make Open, Save As dialogs start in project base path (or default
      path pref) when the current file has no filename.
    * Add 'Make in base path' project file preference.
    * Make 'Open Selected File' first try the current file's directory,
      falling back to the project base path if no file was found.
    * Fix broken window maximization.
    * Improve appearance of used treeviews and use rules hints to respect
      user colour settings.

    Editor:
    * Fix hidden lines after deleting a line that is a collapsed fold
      point.
    * Make Fold All/Unfold All attempt to scroll the current line in view.
    * Show line wrap symbol at start of line for wrapped lines.
    * Allow scrolling past end of document, so the user can append text
      with the last lines drawn at the top of the view.
    * Rename "Construct autocompletion" to "Snippets".
    * Improve usage of "Unfold all children" option.
    * Update Scintilla to version 1.75.

    Keybindings:
    * Add configurable keybindings for Cut, Copy and Paste.
    * Ask the user whether to override an existing keybinding when setting
      a combination that is already in use.
    * Add 'Override Geany keybindings' VTE prefs dialog option (replaces
      hidden pref), which makes the VTE interpret all keyboard shortcuts
      except focus group keybindings.

    Plugins:
    * Add File Browser sidebar plugin.
    * Add Version Control Diff plugin (VC Diff), which supports SVN, CVS and
      GIT (thanks to Yura Siamashka).
    * Add plugin manager dialog to select plugins to load at startup and to
      call a plugin configure dialog.
    * Add new signals: project_open, project_save, project_close.
    * Add Auto Save plugin.

    Plugin API:
    * Add keybindings_send_command() and some other functions.
    * Add pluginmacros.h to define common macros for app, p_utils, etc.
    * Add more documentation/comments to demoplugin.c.
    * Add configure symbol for plugins which is called by Geany when a
      configure dialog for the plugin is requested, optionally.
    * Add author field to plugin info struct.

    Windows:
    * Enable build support.
    * Prevent prefs dialog being hidden after using the prefs file dialog.
    * Create Geany's configuration directory in user's appdata path
      instead of the default home directory.

    Documentation:
    * Show default shortcuts in Keybindings section.
    * Update Project section for project-based session support.
    * Add Indentation subsection under Editor section.
    * HACKING: Update 'Adding a filetype' section.

    Internationalisation:
    * New translations: ja, uk, el.
    * Updated translations: ca, de, en_GB, fr, it, pt_BR, hu, sv, vi.

(rillig)

2008-11-19 08:06:36 UTC MAIN commitmail json YAML

Documented BUILD_DEFS and BUILD_DEFS_EFFECTS.

(rillig)

2008-11-19 07:46:35 UTC MAIN commitmail json YAML

Fixed the (hopefully) last issue with the downgrading warning.

(rillig)

2008-11-18 22:08:32 UTC MAIN commitmail json YAML

Don't strip the binary if INSTALL_UNSTRIPPED is set.

(rillig)

2008-11-18 22:03:56 UTC MAIN commitmail json YAML

Documented INSTALL_UNSTRIPPED.

(rillig)

2008-11-18 21:58:22 UTC MAIN commitmail json YAML

Removed unused variables.

(rillig)

2008-11-18 21:17:53 UTC MAIN commitmail json YAML

It's pretty tricky to get the bmake substitution right. At least if
you're a lazy programmer. Now the ${DISTNAME:S...} is interpreted
correctly.

(rillig)

2008-11-18 21:07:30 UTC MAIN commitmail json YAML

Removed unnecessary :Q operators.

(rillig)

2008-11-18 19:43:45 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.90

(rillig)

2008-11-18 19:43:32 UTC MAIN commitmail json YAML

Updated pkglint to 4.90.

Changes since 4.89:
- Packages are checked whether they are being downgraded.
- Several small fixes and improvements.

(rillig)

2008-11-18 19:39:49 UTC MAIN commitmail json YAML

Get rid of the false positive warnings for downgrading, by doing more
magic to the PKGNAME and DISTNAME in the package Makefile. Thanks, wiz,
for insisting on this.

(rillig)

2008-11-18 19:21:04 UTC MAIN commitmail json YAML

Fixed a pkglint warning.

(rillig)

2008-11-18 19:18:51 UTC MAIN commitmail json YAML

Emit a note instead of a warning when the :Q operator is used in places
where it isn't necessary.

The :Q operator is necessary for URLs, since they may contain ampersands.

(rillig)

2008-11-18 19:01:48 UTC MAIN commitmail json YAML

Don't remove directories that this package didn't create.

(rillig)

2008-11-18 18:59:36 UTC MAIN commitmail json YAML

It is not necessary to save the whole text of the package Makefile
including all included files. By now, all checks are done by checking
individual lines, not the whole text.

(rillig)

2008-11-18 08:18:29 UTC MAIN commitmail json YAML

The PKGREVISION is included in the version comparison, to fix the bogus
warning that a package "is being downgraded from 1.0.0nb5 to 1.0.0".

Disabled the note saying that in shell variable assignments, there don't
need to be double quotes around backticks. In some cases they need to be
there.

(rillig)

2008-11-18 08:04:35 UTC MAIN commitmail json YAML

DIST_SUBDIR may contain slashes. Found in www/firefox3-bin.

(rillig)

2008-11-06 14:46:51 UTC MAIN commitmail json YAML

Only check doc/CHANGES-* starting with 2008, as suggested by OBATA Akio
on pkgsrc-changes.

TODO: Discuss whether the old files should be converted to the common
format or just be left as they are.

(rillig)

2008-11-05 23:44:55 UTC MAIN commitmail json YAML

Mentioned PKGSRC_RUN_TEST using the standard formatting.

(rillig)

2008-11-05 08:24:23 UTC MAIN commitmail json YAML

2008-11-05 08:23:41 UTC MAIN commitmail json YAML

More keywords for "bmake help".

(rillig)

2008-11-05 08:21:56 UTC MAIN commitmail json YAML

Clarified the difference between "Renamed" and "Moved".

Rewrote a bit of code so that CTYPE=mv and CTYPE=ren work as intended.

(rillig)

2008-11-04 23:13:05 UTC MAIN commitmail json YAML

Fixed three warnings, which have been reported by Mark Davies.

(rillig)

2008-11-04 22:27:00 UTC MAIN commitmail json YAML

The macro __NetBSD_Prereq__ should not be used.
Extended the spell checker for variants of __NetBSD_Version__.

(rillig)

2008-11-04 21:45:13 UTC MAIN commitmail json YAML

Added a check that detects a downgrade of a package. To do this, it
loads the changes in doc/CHANGES-*.

(rillig)

2008-11-04 21:43:17 UTC MAIN commitmail json YAML

Fixed inconsistencies in the log entries.

(rillig)

2008-10-21 22:46:49 UTC MAIN commitmail json YAML

2008-10-20 11:09:07 UTC MAIN commitmail json YAML

Moved all explaining texts to the beginning of a line, so they stand out
from the rest of the code.

(rillig)

2008-10-20 10:56:18 UTC MAIN commitmail json YAML

Removed the experimental --klickibunti option and everything that was
only there to support this option. Maybe I will reinvent the advanced
autofix code someday, hopefully in a programming language that provides
more error checking than Perl.

(rillig)

2008-10-20 10:19:18 UTC MAIN commitmail json YAML

... and added a few more keywords.

(rillig)

2008-10-20 10:17:41 UTC MAIN commitmail json YAML

Reformatted the comments so that "bmake help" recognizes them.

(rillig)

2008-10-20 10:14:24 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.89

(rillig)

2008-10-20 10:13:12 UTC MAIN commitmail json YAML

Updated pkglint to 4.89.

Changes since 4.88:
- Fixed the remaining PLIST_VARS warnings.
- Adjusted pkglint to work together with Perl 5.10.0.

(rillig)

2008-10-20 10:10:28 UTC MAIN commitmail json YAML

Replaced all instances of "=~ qr" with "=~ m", and all instances of
"!~ qr" with "!~ m", to work around a memory leak in Perl 5.10.0.
(See Perl bug #59994 or just run perl -e 'while(1){qr""}'.)

This change also speeds up pkglint by around 15 percent, although I
noticed that updating from Perl 5.8.8. to 5.10.0 slowed down pkglint by
about 2 percent.

(rillig)

2008-10-18 16:35:59 UTC MAIN commitmail json YAML

Fixed another "closedir() on undefined".
Made the code around PLIST.* variables prettier.

(rillig)

2008-10-16 09:08:21 UTC MAIN commitmail json YAML

Fixed two issues reported by wiz:

- Perl 5.10 complains when closedir() is called on an undefined
  directory handle, and is correct to do so. Since directory handles are
  global variables, they must be used carefully in recursive functions.

- The PLIST.* variables still had some warning suspecting a "spelling
  mistake". This has been fixed by marking all PLIST_VARS as being used.

(rillig)

2008-10-09 16:19:24 UTC MAIN commitmail json YAML

Updated pkglint to 4.88.

Changes since 4.87:
- Added support for PLIST_VARS and PLIST.*, which had been added in April.
  That's a long time ago ...

(rillig)

2008-10-09 16:01:51 UTC MAIN commitmail json YAML

2008-10-03 19:15:52 UTC MAIN commitmail json YAML

Velena doesn't work on 64-bit platforms.

(rillig)

2008-10-02 08:34:26 UTC MAIN commitmail json YAML

Since version 1.8, same depends on zlib. Committed during the freeze,
since without this change, I cannot build same on Linux.

(rillig)

2008-09-17 16:34:40 UTC MAIN commitmail json YAML

Needs BROKEN_GETTEXT_DETECTION to build on Ubuntu 8.04.

(rillig)

2008-09-16 15:02:55 UTC MAIN commitmail json YAML

Added the list of variables, so that "bmake show-all-gcc" shows all the
internals of this file.

(rillig)

2008-09-16 14:24:25 UTC MAIN commitmail json YAML

Clarified a comment, since I didn't understand it two years after writing it.

(rillig)

2008-09-16 14:19:11 UTC MAIN commitmail json YAML

Don't include useless definitions in the documentation.

(rillig)

2008-09-15 22:05:28 UTC MAIN commitmail json YAML

2008-09-15 21:07:46 UTC MAIN commitmail json YAML

Corrected the usage message.

(rillig)

2008-08-31 21:03:16 UTC MAIN commitmail json YAML

2008-08-30 06:54:10 UTC MAIN commitmail json YAML

Fixed two pkglint warnings.

(rillig)

2008-08-30 06:50:37 UTC MAIN commitmail json YAML

Fixed a typo found by Eric Haszlakiewicz.

(rillig)

2008-08-28 20:38:39 UTC MAIN commitmail json YAML

Don't warn about pkgbase and pkg-build-options.mk in the buildlink3.mk
files, since that pattern has become quite common.

(rillig)

2008-03-06 09:34:41 UTC MAIN commitmail json YAML

There's more to do ...

(rillig)

2008-03-06 09:24:50 UTC MAIN commitmail json YAML

+ jabberd-1.6.1.1

(rillig)

2008-03-06 08:54:24 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.85

(rillig)

2008-03-06 08:54:12 UTC MAIN commitmail json YAML

Updated pkglint to 4.85.

Changes since 4.84:
- Fixed the splitting of PKGNAME into PKGBASE and PKGVERSION.
- Added a warning about usage of LOCALBASE in packages, provided by jlam.

(rillig)

2008-03-06 08:51:36 UTC MAIN commitmail json YAML

The LOCALBASE variable should not be used in packages, it should just be
defined in mk.conf. Suggested by jlam, who also provided the excellent
explanation (see "pkglint -e" for it).

(rillig)

2008-03-06 08:37:26 UTC MAIN commitmail json YAML

After the recent fixes by wiz, the regular expression for splitting a
package name into PKGBASE and PKGVERSION has been changed. It treats
everything in front of the last hyphen as the package basename and the
rest (which will hopefully start with a digit) as the package version.
Packages that are affected by this change are for example:

* fonts/*-100dpi
* lang/elisp-manual: elisp-manual-21-2.8
* mail/postfix-current: postfix-2.6-20080216
* net/flodo: flodo-4-20040907

(rillig)

2008-03-04 11:02:26 UTC MAIN commitmail json YAML

2008-03-01 19:07:27 UTC MAIN commitmail json YAML

Using AUTO_MKDIRS is simpler.

(rillig)

2008-03-01 19:06:10 UTC MAIN commitmail json YAML

Why does pkg_add need many open file descriptors?

(rillig)

2008-03-01 19:04:37 UTC MAIN commitmail json YAML

2008-03-01 18:58:52 UTC MAIN commitmail json YAML

Added VARBASE to BUILD_DEFS and make the rest a bit simpler.

(rillig)

2008-02-28 12:12:21 UTC MAIN commitmail json YAML

Fixed pkglint warnings.

(rillig)

2008-02-28 11:58:49 UTC MAIN commitmail json YAML

2008-02-28 11:36:17 UTC MAIN commitmail json YAML

2008-02-28 11:25:37 UTC MAIN commitmail json YAML

Fixed pkglint warnings by using SUBST.

(rillig)

2008-02-27 16:49:34 UTC MAIN commitmail json YAML

+ CHECK_STRIPPED.

(rillig)

2008-02-27 16:45:36 UTC MAIN commitmail json YAML

Don't strip the binary if INSTALL_UNSTRIPPED=yes.

(rillig)

2008-02-27 12:52:41 UTC MAIN commitmail json YAML

Don't install the binary stripped when INSTALL_UNSTRIPPED=yes.
While here, shortened the code that installs the files.

(rillig)

2008-02-27 00:24:19 UTC MAIN commitmail json YAML

Allow zero white-space in line 4 of buildlink3.mk files. This was hit by
devel/ncursesw.

(rillig)

2008-02-21 12:24:56 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.84

(rillig)

2008-02-21 12:24:43 UTC MAIN commitmail json YAML

Updated pkglint to 4.84.

Changes since 4.82:
- Whenever a Makefile.common is included by another file, that file should
  be mentioned in the Makefile.common.
- Added spell checker for .if directives.
- Added warnings for uncommented patches (only for -Wstyle).
- Added spell checker for invalid macro names, like __NetBSD_Version.
- Deprecated INSTALLATION_DIRS_FROM_PLIST in favor of AUTO_MKDIRS.
- Many more small things.

(rillig)

2008-02-21 12:17:16 UTC MAIN commitmail json YAML

I don't want others to update the pkglint version number.

(rillig)

2008-02-21 12:16:09 UTC MAIN commitmail json YAML

Changed an assertion into a fatal error, which is effectively the same,
just without a stack trace. Fixes PR 38074.

(rillig)

2008-02-21 04:59:05 UTC MAIN commitmail json YAML

Documented the "pcre" option, as suggested by Claudio M. Alessi via
private mail.

(rillig)

2008-02-20 13:23:47 UTC MAIN commitmail json YAML

Allow unprivileged users to install this package.

(rillig)

2008-02-20 10:49:16 UTC MAIN commitmail json YAML

I got the velena license wrong and assumed it were public domain, but it
isn't.

PKGREVISION++

(rillig)

2008-02-20 10:43:55 UTC MAIN commitmail json YAML

2008-02-20 10:42:21 UTC MAIN commitmail json YAML

Eliminated a needless check.

(rillig)

2008-02-20 10:40:42 UTC MAIN commitmail json YAML

Changed the order of the checks for automatic keywords, so that the
latter checks are not run that much.

(rillig)

2008-02-20 10:30:22 UTC MAIN commitmail json YAML

Removed SKIP_PORTABILITY_CHECK.

(rillig)

2008-02-20 10:27:35 UTC MAIN commitmail json YAML

After being deprecated for 16 months, SKIP_PORTABILITY_CHECK is now
obsolete.

(rillig)

2008-02-20 10:23:26 UTC MAIN commitmail json YAML

Removed colons for the sake of "bmake help".

(rillig)

2008-02-20 10:21:55 UTC MAIN commitmail json YAML

Fixed deprecation warning from pkglint.

(rillig)

2008-02-20 10:16:52 UTC MAIN commitmail json YAML

Fixed deprecation warning from pkglint.

(rillig)

2008-02-20 10:04:25 UTC MAIN commitmail json YAML

Don't install the library stripped when the pkgsrc user says
INSTALL_UNSTRIPPED=yes.

(rillig)

2008-02-19 22:53:34 UTC MAIN commitmail json YAML

Eliminated some code duplication, provided a default definition for
PKGNAME_REQD and documented it a little bit.

(rillig)

2008-02-19 22:25:23 UTC MAIN commitmail json YAML

Documented the pkgsrc online help.

(rillig)

2008-02-19 22:12:00 UTC MAIN commitmail json YAML

Rewrote the help file parser a little bit, so that the definitions from
defaults/mk.conf can be found again. (The words didn't end with
[A-Za-z0-9], but rather with "?=".

(rillig)

2008-02-17 10:20:56 UTC MAIN commitmail json YAML

Updated delegate to 9.7.7.

Changes since 8.9.6:

DeleGate/9.7 (STABLE)
9.7.0 new stable version
9.7.1 fixes for frozen or broken SSL+gzip thread on FreeBSD and Windows
9.7.2 fixes for SIGPIPE with thread on Linux and Solaris
9.7.3 fixes for automatic adjusting of MAXIMA=delegated:N on memory shortage
9.7.4 coped with the chained certificate for SSL
9.7.5 fixes for freezing by sync. error with gunzip/gzip threads
9.7.6 fixes for SIGSEGV on Solairs, SOCKS on Windows, UDPrelay error
9.7.7 coped with VC++ in VisualStudio 2005/2008, revival of IPv6 on Windows

DeleGate/9.6 (DEVELOPMENT)
9.6.0 thread based smooth gzip/HTTP streaming, lighter SSL by thread
9.6.1 fixes for Solaris, Arm-linux, log-mutex, sftp/FTPS, CFI, MAX_DELEGATE
9.6.2 fixes for SEGV in FreeBSD thread, frozen FTPS, sftp/SSL, POP/NNTP/HTTP gw
9.6.3 fixes for frozen gzip and SSL threads by signals or with CFI filters

DeleGate/9.5 (STABLE)
9.5.0 new stable version
9.5.1 minor fixes for Japanese character code conversion
9.5.2 a minor fix for Japanese character code conversion
9.5.3 minor fixes for JP char. conv., tuning for recv. via slow line
9.5.4 fix for uploading via chained-FTP, MITM with slow-client
9.5.5 fix for SEGV in FTP, IPv6/IPv4 in /etc/hosts, etc.
9.5.6 fix for MITM with keep-alive, JP char. conv.

DeleGate/9.4 (DEVELOPMENT)
9.4.0 editing built-in parameters, SERVER=sudo, invocation via SSH/CGI/SSI
9.4.1 transparent application-level proxy over SOCKS
9.4.2 external auth. command, conditional CACHE, Japanese code conversion
9.4.3 fixed UDP and FTP over SOCKS, generalized routing with proxy auth.
9.4.4 MOUNT for SOAP/XML, fixed SEGV on charcode conv.

DeleGate/9.3 (STABLE)
9.3.0 new stable version
9.3.1 fixed SSL session cache with client's certificate
9.3.2 fixed CGI/SHTML revealment, SEGV on Win. service STOP, SEGV in Credhy

DeleGate/9.2 (DEVELOPMENT)
9.2.5 minor fixes for HTTP, sftp, FTP, UDPrelay, SockMux, MASTER auth., Win
9.2.4 faster MITM, SOCKS over SSL, multiplexed SOCKS/SockMux, cache on Win
9.2.3 supported SSL MITM mode, syslog, fixed abortion and delay in CFI on Win
9.2.2 supported huge file over 4GB in FTP, and HTTP, fixed CFI on Windows
9.2.1 fixes for Keep-Alive and logging as a service on Win, CGI/SSI+FTOCL
9.2.0 added access counters, Cookie encryption, fixed CGI/CFI/SSI for Win

DeleGate/9.1 (STABLE)
9.1.0 new stable version
9.1.1 minor fixes for HTTP, FTP/EPRT, DNS, STLS=fsv, and AUTHORIZER
9.1.2 minor fixes for SSL

DeleGate/9.0 (DEVELOPMENT)
9.0.0 IPv6 support
9.0.1 supported dynamic linker and improved SSL/TLS performance and usability
9.0.2 fixed IPv6 name resolution, fixed make problems on 64bits machine, etc.
9.0.3 added Skype brocker, encrypted config., extended CHARSET conv., etc.
9.0.4 added gateway for sftp/SSH server to FTP/HTTP
9.0.5 total renewal of remote config. and admin. via HTTPS
9.0.6 anonymizing NNTP article, tracking SPAMmers, routing DNS

DeleGate/8.11 (STABLE)
8.11.0 new stable version
8.11.1 fixed I/O timeout, virtual host & transparent proxy, coped with non-C99
8.11.2 fix for Windows, HTTP, MOUNT, etc.
8.11.3 fixed permission for SSLtunnel and STLS, Cookie to/from HTTPS/HTTP
8.11.4 fixed compilation problems, UDP/SocksV5, obsoleted X-Locking header
8.11.5 coped with HRS, fixes for Win32 (freezing, filters and log directory)

DeleGate/8.10 (DEVELOPMENT)
8.10.0 rewritten in ANSI/ISO C++ / C (tested only with Gcc variants and VC++)
8.10.1 qualified with "const", porting to OS/2 and FreeBSD
8.10.2 become suitable to be compiled and run with Bounds-Checking Gcc
8.10.3 fixed a lot of overflows on arrays of char, pointers, and structures
8.10.4 moved STARTTLS into each app. protocol and introduced STLS parameter
8.10.5 fixed STARTTLS for SMTP and binary I/O with VC++
8.10.6 fixed relaying POST and gzip on HTTP, symlink on Win32 (8.10.3)

(rillig)

2008-02-17 10:16:33 UTC MAIN commitmail json YAML

Two programs in sbin/ need their interpreter fixed.

(rillig)

2008-02-17 10:07:59 UTC MAIN commitmail json YAML

2008-02-14 00:27:19 UTC MAIN commitmail json YAML

Improved the wording of the explanation for empty PLISTs. Related to
PR 38022.

(rillig)

2008-02-13 15:02:20 UTC MAIN commitmail json YAML

Added a new check for binaries, so that they are installed according to
the INSTALL_UNSTRIPPED variable. By default, this check is disabled, so
that it does not cause any breakage.

NB: The file(1) command needs the explicit locale to prevent translated
messages. This file is copied from check-interpreter.mk.

(rillig)

2008-02-13 10:20:57 UTC MAIN commitmail json YAML

Fixed the annoying message that mc "Cannot change into directory" when
its name has underscores in it. It only works with bash>=2.05, but that
should be no problem for pkgsrc.

(rillig)

2008-02-13 09:28:41 UTC MAIN commitmail json YAML

Pass the proper flags for stripping binaries to packages using BSD Make.

(rillig)

2008-02-13 09:13:31 UTC MAIN commitmail json YAML

Oops, fixed a typo.

(rillig)

2008-02-13 09:12:15 UTC MAIN commitmail json YAML

Documented the interface to packages. Renamed the targets to emphasize
that they are private to the current file.

(rillig)

2008-02-13 09:11:01 UTC MAIN commitmail json YAML

Whenever a tool from TOOLS_FAIL is executed, print a useful error
message. This is much better than failing silently.

(rillig)

2008-02-13 09:01:20 UTC MAIN commitmail json YAML

Added keywords for "bmake help".

(rillig)

2008-02-13 09:00:52 UTC MAIN commitmail json YAML

Added a keyword for "bmake help".

(rillig)

2008-02-13 08:33:08 UTC MAIN commitmail json YAML

Adjusted the documentation to the source code.

(rillig)

2008-02-13 00:55:55 UTC MAIN commitmail json YAML

2008-02-12 16:53:31 UTC MAIN commitmail json YAML

Needs -lm on Solaris.

(rillig)

2008-02-12 15:03:40 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_tarup to 1.7.1

(rillig)

2008-02-12 15:03:29 UTC MAIN commitmail json YAML

Updated pkg_tarup to 1.7.1.

Changes since 1.7:
- bail out if the ROOT_USER doesn't exist.
- Made the package Makefile a little shorter.

(rillig)

2008-02-12 08:03:49 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games. While here, fixed pkglint warnings.

(rillig)

2008-02-12 08:01:26 UTC MAIN commitmail json YAML

Fixed pkglint warnings about hidden commands. Added a missing mkdir.

(rillig)

2008-02-12 07:59:04 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games.

(rillig)

2008-02-12 07:39:09 UTC MAIN commitmail json YAML

INSTALLATION_DIRS_FROM_PLIST is deprecated. Use AUTO_MKDIRS instead.

(rillig)

2008-02-12 07:17:26 UTC MAIN commitmail json YAML

Needs ${VARBASE}/games precreated.

(rillig)

2008-02-12 07:16:40 UTC MAIN commitmail json YAML

Removed outdated comment.

(rillig)

2008-02-10 10:30:58 UTC MAIN commitmail json YAML

Made the code easier to read.

(rillig)

2008-02-10 10:12:13 UTC MAIN commitmail json YAML

Removed duplicated documentation.

(rillig)

2008-02-08 22:43:27 UTC MAIN commitmail json YAML

Added a suggestion from Tobias Nygren.

(rillig)

2008-02-07 21:36:13 UTC MAIN commitmail json YAML

2008-02-07 20:59:05 UTC MAIN commitmail json YAML

2008-02-06 14:03:41 UTC MAIN commitmail json YAML

+ BROKEN_GETTEXT_DETECTION, needed on Solaris.

(rillig)

2008-02-06 08:53:44 UTC MAIN commitmail json YAML

Updated games/eboard to 1.0.4

(rillig)

2008-02-06 08:53:29 UTC MAIN commitmail json YAML

Updated eboard to 1.0.4.

Changes since 1.0.3:
1.0.4:
  * [all]  fixed minor text selection bug (last character in line would disappear if
          selection ended in the previous character).

  * [all]  added Hungarian translation (contributed by Bajusz Tam叩s)

  * [all]  fixed a couple of memory leaks (patches sent by Tom Vijlbrief)

  * [all]  fixed some text-console relates crashes (closes SF#1664848)

  * [eng]  added some diagnostic to the console when running an engine fails.

  * [all]  eboard will no longer execvp gibberish (even though it wasn't doing
          any harm when it did) (closes SF#1642023)

  * [all]  Some dialogs now have automatic scrollbars, which should make
          eboard usable on small screen mobile devices. Patch sent by
          Peter Cox.

(rillig)

2008-02-05 02:10:38 UTC MAIN commitmail json YAML

Something more to do.

(rillig)

2008-02-02 17:05:00 UTC MAIN commitmail json YAML

Made stdout unbuffered, so that the program can be used by other
programs. PKGREVISION++

(rillig)

2008-02-01 08:54:53 UTC MAIN commitmail json YAML

Documented PRIVILEGED_STAGES.

(rillig)

2008-02-01 08:50:23 UTC MAIN commitmail json YAML

2008-01-31 19:34:35 UTC MAIN commitmail json YAML

Improved the wording for the cases where PYTHON_VERSIONS_INCOMPATIBLE
should be used instead of PYTHON_VERSIONS_ACCEPTED.

(rillig)

2008-01-31 19:01:05 UTC MAIN commitmail json YAML

Needs REPLACE_PERL. PKGREVISION++

(rillig)

2008-01-31 18:59:38 UTC MAIN commitmail json YAML

Needs REPLACE_PERL. PKGREVISION++

(rillig)

2008-01-31 17:37:25 UTC MAIN commitmail json YAML

Actually tested the patched code, and noticed that ABI may be undefined.
Related to PR 37886.

(rillig)

2008-01-31 14:02:24 UTC MAIN commitmail json YAML

Fixed some pkglint warnings.

(rillig)

2008-01-31 14:00:17 UTC MAIN commitmail json YAML

Don't require white-space after ${RUN}, since it wasn't required for
${_PKG_SILENT}${_PKG_DEBUG} either.

(rillig)

2008-01-31 13:47:19 UTC MAIN commitmail json YAML

Explained the comment for PYTHON_VERSIONS_ACCEPTED and documented why
PYTHON_VERSIONS_INCOMPATIBLE should be used instead.

(rillig)

2008-01-31 13:43:38 UTC MAIN commitmail json YAML

Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE.

(rillig)

2008-01-31 13:32:46 UTC MAIN commitmail json YAML

2008-01-31 13:20:57 UTC MAIN commitmail json YAML

Directories that are practically empty are skipped.

(rillig)

2008-01-31 13:08:12 UTC MAIN commitmail json YAML

Fixed pkglint warnings.

(rillig)

2008-01-31 13:05:36 UTC MAIN commitmail json YAML

Fixed pkglint warning about BUILD_DEFS.

(rillig)

2008-01-31 12:45:08 UTC MAIN commitmail json YAML

Rewrote the header comment, since it was very hard to understand. Now it
follows the common scheme.

(rillig)

2008-01-31 00:31:30 UTC MAIN commitmail json YAML

The old HOMEPAGE was outdated for four years.

(rillig)

2008-01-29 19:21:07 UTC MAIN commitmail json YAML

Since email.soundlist does not exist in the PLIST anymore, it makes
absolutely no sense to specify it as the "original of a configuration
file" via CONF_FILES. PKGREVISION++

This fixes PR 37905.

(rillig)

2008-01-29 19:18:26 UTC MAIN commitmail json YAML

Reverted my last change. I was completely wrong. The real fault reported
in PR 37905 is exactly what I wanted to prevent using this check: A
configuration file was mentioned via CONF_FILES but does not exist in
the PLIST.

(rillig)

2008-01-29 19:14:46 UTC MAIN commitmail json YAML

Disabled the check for missing example configuration files, since
according to PR 37905, it gets called too early.

(rillig)

2008-01-29 01:05:13 UTC MAIN commitmail json YAML

Added x86_64-*-solaris to the list of supported platforms. This fixes
PR 37890.

(rillig)

2008-01-28 10:13:55 UTC MAIN commitmail json YAML

Support the 64-bit ABI on Solaris. Patch from Gilles Dauphin via
PR 37886, with minor modifications from me.

(rillig)

2008-01-28 09:25:52 UTC MAIN commitmail json YAML

Added Thomas' explanation for the "PKGREVISION must only be in Makefile"
error message.

(rillig)

2008-01-28 01:18:14 UTC MAIN commitmail json YAML

pkglint can now automatically add the "used by" clauses to
Makefile.common when run with the --autofix option.

(rillig)

2008-01-28 00:54:51 UTC MAIN commitmail json YAML

pkglint says:
ERROR: patches/patch-ad:30: This code must not be included in patches.

(rillig)

2008-01-28 00:53:22 UTC MAIN commitmail json YAML

When a file is included via .sinclude, it doesn't have to exist.

(rillig)

2008-01-28 00:45:27 UTC MAIN commitmail json YAML

pkglint says:
ERROR: security/dsniff/Makefile.common:4:
PKGREVISION must not be set outside the package Makefile.

(rillig)

2008-01-28 00:35:59 UTC MAIN commitmail json YAML

2008-01-27 16:10:25 UTC MAIN commitmail json YAML

Set PKG_SUPPORTED_OPTIONS to an empty list if we are not on i386. Fixes
PR 37883.

(rillig)

2008-01-27 14:09:09 UTC MAIN commitmail json YAML

Only for gcc, and even in that case there are lots of reasonable
compiler warnings.

(rillig)