Commit graph

110702 commits

Author SHA1 Message Date
wiz
2c8d41f0de Update to 1.5.2:
2005-08-04  Ben Wing

	Version 1.5.2: Fixed CRLF endings in sources.  Moved configure.in to
	configure.ac and rewrote obsolete constructions.  Redid installation
	in `make install' so it actually worked, including on Cygwin
	(needs the EXEEXT variable from `configure').
2007-03-08 19:23:04 +00:00
wiz
ddd75707dd Updated yasm to 0.6.0 and p5-Compress-Zlib to 2.004. 2007-03-08 19:11:47 +00:00
wiz
fac400b450 Update to 2.004:
2.004 3 March 2007

      * rewrote memGzip using IO::Compress::Gzip::gzip
2007-03-08 19:11:12 +00:00
wiz
720e800f48 Update to 0.6.0:
New features (compared to 0.5.0):

    * Brand-new "virtual" multi-pass optimizer that automatically
      generates much smaller code for jumps and immediates.
    * Support for Mach-O object format used in MacOS X, including
      both the 32-bit (x86) and 64-bit (AMD64) versions (contributed
      by Henryk Richter).
    * Support for structured exception handling on Win64.
    * Support for RDOFF2 (.rdf) object format.
    * Support for STRICT keyword in NASM syntax.
    * Rewritten NASM and GAS parsers (now recursive descent rather
      than Bison-based).
    * Absolute / FAR location bugfixes.
    * Yasm no longer defaults to reading from standard input if no
      files are specified; standard input can be specified with "-".
    * Many other bugfixes.
2007-03-08 19:09:27 +00:00
wiz
9867dd8481 p5-IO-Compress-Zlib and its dependencies updated to 2.004. 2007-03-08 19:03:13 +00:00
wiz
1500413e37 Update to 2.004:
2.004 3 March 2007

      * IO::Compress::Zip

        - Added Zip64 documentation.

        - Fixed extended timestamp.
          Creation time isn't available in Unix so only store the
          modification time and the last access time in the extended field.

        - Fixed file mode.

        - Added ExtAttr option to control the value of the "external file
          attributes" field in the central directory.

        - Added Unix2 extended attribute ("Ux").
          This stores the UID & GID.

      * IO::Compress::Gzip

        - Fixed 050interop-gzip.t for Windows
2007-03-08 19:02:29 +00:00
wiz
96733c8916 Update to 2.004:
2.004 3 March 2007

      * Made seek less wasteful of memory.
2007-03-08 18:59:47 +00:00
wiz
577c4af1d8 Update to 2.004:
2.004 3 March 2007

      * Fixed lvalue substr issue

      * Remove redundant code from Zlib.xs
2007-03-08 18:59:08 +00:00
wiz
e07af69121 gsed updated to 4.1.5. 2007-03-08 18:54:21 +00:00
wiz
5bce614705 Update to 4.1.5:
Sed 4.1.5

* fix parsing of a negative character class not including a closed bracket,
  like [^]] or [^]a-z].

* fix parsing of [ inside an y command, like y/[/A/.

* output the result of commands a, r, R when a q command is found.

----------------------------------------------------------------------------
Sed 4.1.4

* \B correctly means "not on a word boundary" rather than "inside a word"

* bugfixes for platform without internationalization

* more thorough testing framework for tarballs (`make full-distcheck')

----------------------------------------------------------------------------
Sed 4.1.3

* regex addresses do not use leftmost-longest matching.  In other words,
  /.\+/ only looks for a single character, and does not try to find as
  many of them as possible like it used to do.

* added a note to BUGS and the manual about changed interpretation
  of `s|abc\|def||', and about localization issues.

* fixed --disable-nls build problems on Solaris.

* fixed `make check' in non-English locales.

* `make check' tests the regex library by default if the included regex
  is used (regex tests had to be enabled separately up to now).

----------------------------------------------------------------------------
Sed 4.1.2

* fix bug in 'y' command in multi-byte character sets

* fix severe bug in parsing of ranges with an embedded open bracket

* fix off-by-one error when printing a "bad command" error
2007-03-08 18:53:56 +00:00
wiz
84529736bb unrar updated to 3.7.4. 2007-03-08 18:25:47 +00:00
wiz
b0d20dcf88 Update to 3.7.4:
Changes in \\ handling.
2007-03-08 18:25:26 +00:00
wiz
ed75a0ff67 xsane updated to 0.99.4. 2007-03-08 18:25:14 +00:00
wiz
8ca3e3eeb1 Update to 0.99.4:
xsane-0.993 -> 0.994:
---------------------

 - corrected postscript bug: moved "/DeviceRGB setcolorspace" and
 "CSA... setcolorspace" from document setup to page setup

 - added black point compensation to printer setup dialog

 - xsane-scan.c: if (channels==1) then scanner_default_gray_icm_profile
 is used instead of scanner_default_color_icm_profile

 - xsane-scan.c: bugfix segfault when scanning: when
 scanner_default_color_icm_profile is not defined then "" is used
 instead of scanner_default_color_icm_profile
2007-03-08 18:24:46 +00:00
wiz
c25ccc9048 libtasn1 updated to 0.3.9. 2007-03-08 18:24:33 +00:00
wiz
9011846386 Update to 0.3.9:
Version 0.3.9 (released 2007-03-02)
- In generated code, config.h is pulled in if HAVE_CONFIG_H.
- Development changes: changed from CVS to GIT as an experiment.
  I push my changes to <http://repo.or.cz/w/libtasn1.git>.
- Autoconf 2.61 and automake 1.10 is required.

Version 0.3.8 (released 2006-11-16)
- Fix reading of binary files in asn1Decoding, for Windows.

Version 0.3.7 (released 2006-10-19)
- When asn1_der_coding encoded a TYPE_NULL and the output buffer is
  NULL, it would not increment the counter properly, so the size of
  the required buffer would be off by one.  Fixed.  Reported by
  Stephen Wrobleski <steve@localtoast.org>.
- Fix configure to respect user-definable flags.  Reported by "Diego
  'Flameeyes' Pettenò" <flameeyes@gentoo.org>.
- The --help and --version outputs from the tools have been improved.

Version 0.3.6 (released 2006-08-13)
- Fix man pages to use \- instead of - for negative signs (as in "-1").
- Add -I's when building in src/, so that unistd.h etc is found on
  systems that doesn't have them.
- Valgrind isn't used for cross-compilation by default, and there is
  also --disable-valgrind-tests to unconditionally disable it.
- Valgrind is invoked without parameters, put things you like into
  ~/.valgrindrc instead.
2007-03-08 18:23:42 +00:00
wiz
003cb4f509 + GConf2-2.18.0.1, cairo-1.4.0, cdl3-1.2.7 [pkg/35941], digikam-0.9.1,
drraw-2.2a3, gimp-ufraw-0.11, glib2-2.12.10, libxml++2-2.18.0,
  liferea-1.2.7, nagios-3.0a1, ocaml-ssl-0.4.1 [pkg/35942],
  silc-client-1.0.4, socat-1.6.0.0.
2007-03-08 18:22:36 +00:00
wiz
3f9fc8f775 dialog updated to 1.1.20070227. 2007-03-08 18:21:48 +00:00
wiz
0a187c2bce Update to 1.1.20070227:
2007/02/27
	+ add dialog-config script, which provides applications with compile-
	  and link-information for using the dialog library.
	[pkgsrc: not installed, since library is not installed]
	+ move calls to dlg_trim_string() out of loop in dialog.c, so each
	  string is trimmed once (report by Ivanov Makcim).
	+ modify textbox.c to allow resizing while the search box is presented.
	  This relies on bug-fix in ncurses 5.6 20070224.
	+ use dgettext() rather than gettext() to allow libdialog to use the
	  messages installed for dialog (patch by Vajna Miklos).
	+ modify inputbox to position the cursor initially at the end of any
	  initial-text (request by Klaus Knopper).
	+ add configure --with-valgrind for testing.
	+ add --trace option, for debugging.
	+ add --ascii-lines and --no-lines options to control the way the
	  line-drawing characters are rendered (request by Klaus Knopper).
	+ add --keep-tite option, to override suppression of smcup/rmcup
	  (termcap ti/te) strings which would switch to xterm's alternate
	  screen (Debian #380665).
	+ modify fselect/dselect to use space-character as a completion
	  operator like tab in shells (patch by Yoram Bar Haim).
	+ remove a redundant chunk from checklist.c which reported status a
	  second time if the help-button was pressed but no item-help option
	  was in effect (Andre C Barros).
	+ fix return-status from "dialog --pause" (Debian #409254).
	+ add --mixedform and --mixedgauge dialogs based on patch from
	  Kiran Cherupally.
	+ add some notes on compatibility to the manpage.
	+ add editbox dialog (compatible with Xdialog, Debian #368478).
	+ add dselect dialog (compatible with Xdialog).
	+ remove an incorrect initialization of .text_flen from 2005/12/07
	  changes, which made all fields in a form editable (Debian #404045).
	+ report error and exit if a filename given for the --file option
	  cannot be opened (report by "Dog Walker").
	+ make --program-prefix, etc., work in configure script, e.g., to make
	  program install as "cdialog".  This does not alter the library name.
	+ add install-bin, install-man (and uninstall) rules to makefile.
	+ updates for configure script macros (originally vile, lynx, xterm):
	  AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, CF_CURSES_CPPFLAGS,
	  CF_CURSES_LIBS, CF_INCLUDE_DIRS, CF_LARGEFILE, CF_MAKEFLAGS,
	  CF_PATH_SYNTAX, CF_SUBDIR_PATH, CF_SUBST, CF_WITH_DBMALLOC,
	  CF_WITH_DMALLOC, CF_WITH_LIBTOOL and CF_XOPEN_SOURCE.
	+ updated config.guess, config.sub
	> adapted fixes from SuSE package (Werner Fink):
	  + add some limit-checks in dlg_draw_shadow().
	  + make shadows resizable, using new dlg_move_window() in msgbox.c
	    and yesno.c
	  + add dialog_state.input, use this in end_dialog() to decide whether
	    to close pipe inputs and call _exit(), or simply call exit().
	  + modify dlg_ctl_size() to check if the reason for failure is because
	    shadows were used; retry in that case without shadows.
	  + add signal catcher for SIGSEGV.
2007-03-08 18:21:13 +00:00
rillig
3e25aa3847 Shortened the code. 2007-03-08 17:42:56 +00:00
joerg
8c3da2a8b4 Fix PLIST. Bump revision. 2007-03-08 17:21:54 +00:00
rillig
48d928e216 Removed extra parentheses around simple return statements, to align with
the current NetBSD version.
2007-03-08 17:18:18 +00:00
rillig
c4ffd9c017 Merged the change from NetBSD's 1.51 to 1.52:
EROFS is not a critical error in a "mkdir -p".
2007-03-08 17:11:46 +00:00
rillig
565d36e736 Documented the "regen" target. 2007-03-08 16:02:32 +00:00
rillig
0f3f71deb4 regen 2007-03-08 16:02:00 +00:00
rillig
4f6d6a97a3 Added a caveat in the Makefiles section that I just stumbled upon.
Added some questions regarding the tools framework.
2007-03-08 16:00:16 +00:00
rillig
f701a00e46 Don't create ${.TARGET} unless no further error can occur. The make(1)
manual page says that ${.TARGET} is removed automatically if make is
interrupted, but it is _not_ removed if a command fails. This case may
happen after an incomplete CVS update (I forgot the -d option). When
running "make depends" for the first time, an error message is printed.
When running it for the second time, an empty .depends file existed, so
the build continued.
2007-03-08 15:38:47 +00:00
sborrill
e66a1df744 Fix HOMEPAGE link 2007-03-08 15:25:21 +00:00
rillig
80632b6a04 Sorted and reindented. 2007-03-08 15:11:14 +00:00
rillig
802a8fcc9e Added myself to bulk builds and unprivileged builds. 2007-03-08 15:09:14 +00:00
rillig
a3685db68e Fixed these gcc error messages from PR 35948:
Sun.c:8: error: static declaration of 'op' follows non-static declaration
Sun.h:40: error: previous declaration of 'op' was here

While here, also fixed the pkglint errors.
2007-03-08 15:01:50 +00:00
rillig
3be8b1b509 Using offsetof() instead of a null pointer dereference fixes a g++ error
message. Fixes PR 35950.
2007-03-08 14:38:31 +00:00
rillig
f100f6b8e2 Added a testcase for offsetof. Reorganized the rest. 2007-03-08 14:31:06 +00:00
joerg
30823b1e96 Also expand X11BASE. 2007-03-08 14:24:23 +00:00
rillig
2aa7441e37 Fixed a g++ error message from PR 35947. Patch provided by Gilles
Dauphin.

While here, fixed all pkglint warnings and modernized the buildlink3.mk
file.
2007-03-08 13:39:20 +00:00
rillig
3954e1a79d Fixed AWK interpreter in two scripts. PKGREVISION++ 2007-03-08 09:07:41 +00:00
rillig
9096c7d30e NetBSD has <err.h>. Fixes PR 33036. 2007-03-08 08:02:25 +00:00
rillig
be74343264 Fixed the PLIST. PKGREVISION++ 2007-03-08 07:45:32 +00:00
pooka
2f5d3009bf make pwd work 2007-03-08 05:14:38 +00:00
rillig
5e2cc53c82 A hint to the real problem is a nice addition to an error message. 2007-03-07 23:32:49 +00:00
rillig
f25aeae6f1 Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds can
share the same pkgsrc tree in read-write mode. Fixes PR 35939.
2007-03-07 22:13:38 +00:00
joerg
be6c1b1e38 Merge patch-dw from thunderbird to fix build on DragonFly. 2007-03-07 22:05:21 +00:00
rillig
1ceda05973 Added the flags to control diagnostics. 2007-03-07 22:02:34 +00:00
joerg
7e790ff1d1 Fix build on DragonFly as RNG_RNGInit was calling itself due to bad
linkage. I love platform dependent magic in each Makefile.
2007-03-07 22:02:25 +00:00
rillig
293dfa2ccb Replaced sed(1) and mv(1) with the SUBST framework. 2007-03-07 21:44:52 +00:00
dmcmahill
dd264f1f30 note thunderbird/firefox/seamonkey pkgrevision bump 2007-03-07 21:40:14 +00:00
dmcmahill
e31abb208c Dynamically generate the part of the PLIST for libfreebl. This is because
the exact names of the freebl libraries depends on the platform and they
have a habit of changing even on minor releases.  This causes these mozilla
packages to be broken quite a lot on platforms other than NetBSD/i386.
Hopefully this fix will last longer than previous ones.  pkgrevision bumps
all around.
2007-03-07 21:32:53 +00:00
rillig
53cf03e2a6 Fixed the quoting for SUBST_VARS.*. Now every character gets replaced
properly. The regression test passes.
2007-03-07 21:27:59 +00:00
rillig
934cb486d6 Added a regression test for the SUBST framework, especially the newly
introduced SUBST_VARS.
2007-03-07 21:22:20 +00:00
joerg
72a188c9b8 Bah, not my day. Add the DragonFly patches as rest of the last commit. 2007-03-07 20:48:04 +00:00