Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Major user noticable items this release include:
- Compilation that encounters syntax errors is more robust.
- An assertion failure involving placeholder_type was solved.
- Many other minor bugs have been fixed; including a number of
segfaults and regressions present in 1.17.
Items of interest to developers and open source hackers include:
- Completely revamped error reporting system from Elliott Hughes
which simplifies the task of adding a new error message.
Also note that in 1.18 we have removed the copy of the GPL that was
improperly packaged with versions 1.15 through 1.7 due to a mis-
configuration of automake in the Jikes source tree. While the GPL license
was erroniously included with the sources for those three version, no
source file referenced it, and all source files, help texts and user
messages continued to reference the proper IBM license, which was also
bundled.
|
|
|
|
Interface changes:
* change type for bool used in headers to NCURSES_BOOL, which usually is the same as the
compiler's definition for bool.
* add all but two functions for X/Open curses wide-character support. These are only
available if the library is configured using the --enable-widec option. Missing functions
are
* pecho_wchar()
* slk_wset()
* add environment variable $NCURSES_ASSUMED_COLORS to modify the assume_default_colors()
extension.
New features and improvements:
* Improved support for termcap applications:
* add logic to dump_entry.c to remove function-key definitions that do not fit into the
1023-byte limit for generated termcaps. This makes hds200 fit.
* modify tgetent() to check if exit_attribute_mode resets the alternate character set,
and if so, attempt to adjust the copy of the termcap "me" string which it will return
to eliminate that part. In particular, 'screen' would lose track of line-drawing
characters.
* add check/fix to comp_parse.c to suppress warning about missing acsc string. This
happens in configurations where raw termcap information is processed; tic already
does this and other checks.
* add tic -A option to suppress capabilities which are commented out when translating
to termcap.
* modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it work properly for
termcap applications (patch by Andrey A Chernov).
* add a call to _nc_keypad() in keypad() to accommodate applications such as nvi, which use
curses for output but not for input (fixes Debian #131263, cf: 20011215).
* correct logic for COLORFGBG environment variable: if rxvt is compiled with xpm support,
the variable has three fields, making it slightly incompatible with itself. In either
case, the background color is the last field.
Major bug fixes:
* rewrote limit-checks in wscrl() and associated _nc_scroll_window(), to ensure that if the
parameter of wscrl() is larger than the size of the scrolling region, then the scrolling
region will be cleared.
* modify tset to restore original I/O modes if an error is encountered. Also modify to use
buffered stderr consistently rather than mixing with write().
* move calls to def_shell_mode() and def_prog_mode() before loop with callbacks in
lib_set_term.c, since the c++ demo otherwise initialized the tty modes before saving them.
* modified wresize() to ensure that a failed realloc will not corrupt the window structure,
and to make subwindows fit within the resized window.
* altered resizeterm() to avoid having it fail when a child window cannot be resized because
it would be larger than its parent.
* correct/improve logic to produce an exit status for errors in tput, which did not exit
with an error when told to put a string not in the current terminfo entry.
* modify behavior of can_clear_with() so that if an application is running in a non-bce
terminals with default colors enabled, it returns true, allowing the user to select/paste
text without picking up extraneous trailing blanks.
* add a check in relative_move() to guard against buffer overflow in the overwrite logic.
* add some limit/pointer checks to -S option of tputs.
* modify mvcur() to avoid emitting newline characters when nonl() mode is set. Normally this
is not a problem since the actual terminal mode is set to suppress nl/crlf translations,
however it is useful to allow the caller to manipulate the terminal mode to avoid
staircasing effects after spawning a process which writes messages (for lynx 2.8.4).
Portability:
* configure script:
* modify check in --disable-overwrite option so that it is used by default unless the
--prefix/$prefix value is not /usr, in attempt to work around packagers who do not
read the INSTALL notes.
* correct a typo in configure --enable-colorfgbg option, and move it to the
experimental section (cf: 20011208).
* modify configure script to allow building with termcap only, or with fallbacks only.
In this case, we do not build tic and toe.
* modify run_tic.sh to check if the build is a cross-compile. In that case, do not use
the build's tic to install the terminfo database.
* modify c++/Makefile.in to accommodate archive programs that are different for C++
than for C, and add cases for vendor's C++ compilers on Solaris and IRIX.
* add several configure script options to aid with cross-compiling: --with-build-cc,
--with-build-cflags, --with-build-ldflags, and --with-build-libs.
* add experimental --with-caps=XXX option to customize to similar terminfo database
formats such as AIX 4.x
* add configure option --with-ospeed to assist packagers in transition to 5.3 change to
ospeed type.
* library:
* implement a simple vsscanf() fallback function which uses the %n conversion to help
parse the input data.
* various fixes to build/work with different implementations of vsscanf().
* add/use macro to suppress sign-extension of char type on platforms where this is a
problem in ctype macros, e.g., Solaris.
* finish changes needed to build dll's on cygwin.
* add #undef's before possible redefinition of ERR and OK in curses.h
* programs:
* modify ifdef's in write_entry.c to allow use of symbolic links on platforms with no
hard links, e.g., BeOS.
* modify _nc_write_entry() to allow for the possibility that linking aliases on a
filesystem that ignores case would not succeed because the source and destination
differ only by case, e.g., NCR260VT300WPP0 on cygwin.
* modify logic in tic, toe, tput and tset which checks for basename of argv[0] to work
properly on systems such as OS/2 which have case-independent filenames and/or program
suffixes, e.g., ".ext".
|
|
when "mozilla" was updated to version 1.2.1.
|
|
|
|
Unfortunately a bit of functionality is lost there but it should still
work. Bump package revision to reflect the changes.
|
|
|
|
|
|
|
|
The security fix that was the reason for releasing 1.11.5 was already
in 1.11.4nb1.
|
|
|
|
|
|
|
|
fixes rest of [pkg/19936].
|
|
|
|
|
|
- add support for MYSQL_USER and MYSQL_GROUP (user & group to run database as)
- change ownership of $MYSQL_DATADIR to ${MYSQL_USER}:${MYSQL_GROUP} 700
- fix safe_mysqld to send all output to the error log and to NOT output
random messages to the tty it was started on.
- display a MESSAGE reminding people to change the password of the
mysql 'root' user.
- bump PKGREVISION (to 3.23.49nb2)
|
|
|
|
changes to the descriptions.
XXX I have only done the [A-C]* variables for now. The rest will be done RSN.
|
|
|
|
Make sure a ${PREFIX}/bin/gtar exists independent of ${GNU_PROGRAM_PREFIX},
since it's needed for pkgsrc, and make pkgsrc use ${PREFIX}/bin/gtar.
|
|
Bump PKGREVISION.
Fixes part of PR [pkg/19936].
|
|
|
|
|
|
hard-coded commands, which may not be in the PATH depending on the operating
system. This partly addresses PR pkg/19804.
|
|
locations (and thus not even in the PATH), depending on the platform.
This partly adresses PR pkg/19804.
|
|
|
|
bsd.pkg.mk, to completely master all CFLAGS settings. This fixes the build
in the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION=NO case (PR pkg/19946).
This isn't the only way this package wantonly disregards buildlink's rule.
In any case, binary packages are still problematic, even with the runtime
detection, as one of the dependencies (audio/faad2) may not be distributed
as a binary.
|
|
|
|
23c23
< * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
---
> * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $
32c32
< * $Id: patch.3.3.11.1,v 1.1 2001/07/30 22:33:33 bostic Exp $
---
> * $Id: patch.3.3.11.1,v 1.1 2003/01/10 13:43:30 mao Exp $
Requested in various PRs.
|
|
(approved by the author)
|
|
changes:
Added localizer compatibility for internationalization
New layout for management interface
User can yet define which temporary folder to use
User can yet add ZPhotoSlides Folder inside ZPhotoSlides Folder
User can yet change some (more coming) ZPhotoSlides Folder layout
Solve somes troubles for files with space in filename
More feedback for end user while uploading thumbnails in zodb
Cleared unuseful code
|
|
XXX only python22 pkg is changed this way, since this is the only
XXX one having special case for NetBSD; python15, python20, python21 disable
XXX threads on all pkgsrc operating systems
|
|
changes:
Added a movie toolbar in image view (include preview on thumbnail window).
Changed player toolbar as slideshow toolbar.
Updated franch translation.
Supports WMF(Windows Meta File) format (libwmf-0.2.8 or later is required).
Minor bug fixes.
|
|
changes:
* update wmf2x & wmf2gd to use wmf_display_size() (fjf)
* ditch wmf_gd_image_free(); api_destroy takes care of the image (fjf)
* add new wmf_display_size() function which returns integer
size of image for display; io-wmf loader update (dom)
* add two convenience functions to xgd device layer for
manipulating GD image post-conversion (fjf)
* give libwmflite its own interface/binary numbers (fjf)
* change gd.c (add _tpixels member to gdImageStruct)
- now allocates contiguous array for truecolor pixels (fjf)
* gdk-pixbuf plugin added (dom); config update (fjf)
(needed for gimageview)
|
|
on port-mac68k.
|
|
Implement skip_blank_lines
|
|
Implement skip_blank_lines
|
|
Use ${CC} -c for AS. Doing this means we get the right flags passed to
as(1).
Fixes my own PR 19906.
|
|
the explicit exits(/usr/include/pthread.h) here is not ideal, but this
pkg didn't use pthread.buildlink2.mk before
|