summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-21Fix typo in last commit.tron1-3/+2
2003-01-21Only link with -lpth if PTHREAD_TYPE == "pth"rh4-9/+21
2003-01-21Note PKGREVISION bump of gnustep-objcrh1-1/+2
2003-01-21Make this work with native NetBSD threads.rh4-11/+34
Bump PKGREVISION.
2003-01-21Fix build when gtk2 is found.wiz2-5/+14
2003-01-21gtar update.wiz1-1/+2
2003-01-21Depend on latest gtar, PKGREVISION++.wiz1-2/+3
2003-01-21also need to set the "mysql root" password on -h `hostname`lukem1-1/+3
2003-01-21Note gtar update and correct libwmf version number.wiz1-2/+3
2003-01-21+centericq-4.9.1, openoffice-1.0.2, texmacs-1.0.1.1; -ncurses.wiz1-4/+4
2003-01-21Update jikes to 1.18. This closes PR 19979 from Marc Recht.skrll4-14/+13
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.
2003-01-21Updated ncurses to 5.3.wiz1-1/+2
2003-01-21Update to 5.3:wiz5-35/+294
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".
2003-01-21Revert last change. There is *no* patch "patch-bj". It has been deletedtron1-2/+1
when "mozilla" was updated to version 1.2.1.
2003-01-21Note update of "libgtop" package to version 1.0.13nb1.tron1-1/+2
2003-01-21Make this build under NetBSD-current after the morge of "nathanw_sa".tron6-9/+95
Unfortunately a bit of functionality is lost there but it should still work. Bump package revision to reflect the changes.
2003-01-21Note PR for jikes update.wiz1-2/+2
2003-01-21Updated cvs to 1.11.5.wiz1-1/+2
2003-01-21Reorder slightly to please pkglint.wiz1-4/+4
2003-01-21Update to 1.11.5 (minor update).wiz3-36/+15
The security fix that was the reason for releasing 1.11.5 was already in 1.11.4nb1.
2003-01-21Bump PKGREVISION for last change.wiz1-1/+2
2003-01-21add MYSQL_USER, MYSQL_GROUP, MYSQL_DATADIR.grant1-1/+17
2003-01-21mysql-{client,server} updateslukem1-1/+3
2003-01-21install bin/mysql.server for people who won't or can't use etc/rc.d/mysqld.lukem4-7/+9
fixes rest of [pkg/19936].
2003-01-21+apache-2.0.44grant1-1/+2
2003-01-21patches ad, al, am were removed (hi hubert!)grant1-4/+1
2003-01-21- add rc.d script; based on [pkg/19055], with rework by me.lukem8-11/+153
- 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)
2003-01-21No longer needed, per PR 19959 by Ben <collver1@attbi.com>hubertf3-39/+0
2003-01-20List which packages depend on the different variables, and some consistencykristerw1-31/+35
changes to the descriptions. XXX I have only done the [A-C]* variables for now. The rest will be done RSN.
2003-01-20enable IPv4 mapped IPv6 addresstaya3-8/+23
2003-01-20As suggested by wiz:jschauma2-2/+12
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.
2003-01-20Don't install mysql.server as part of the client.lukem2-4/+4
Bump PKGREVISION. Fixes part of PR [pkg/19936].
2003-01-20add definitions for MYSQL_USER and MYSQL_GROUPlukem1-1/+7
2003-01-20BOOTSTRAP_EGCS is not used any longer. Remove it.kristerw1-7/+1
2003-01-20Make this use ${CHOWN}, ${CHMOD}, ${XARGS} and ${FIND}, rather than thejschauma3-20/+61
hard-coded commands, which may not be in the PATH depending on the operating system. This partly addresses PR pkg/19804.
2003-01-20Make this use ${CHMOD} rather than 'chmod', which may be in differentjschauma3-9/+19
locations (and thus not even in the PATH), depending on the platform. This partly adresses PR pkg/19804.
2003-01-20updated some graphics stuffdrochner1-1/+4
2003-01-20The ${CFLAGS} fix-up in Makefile.cflags must come after everything, evenfredb4-12/+12
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.
2003-01-20fix typolukem1-2/+2
2003-01-20regen for patch change:wiz1-3/+3
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.
2003-01-20recognize some nonstandard stuff - now it can digest the german Tagesschaudrochner2-1/+26
(approved by the author)
2003-01-20update to 0.9drochner3-30/+106
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
2003-01-20don't disable threads on NetBSD if native threads are availablejdolecek1-2/+2
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
2003-01-20update to 0.2.13drochner2-13/+14
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.
2003-01-20update to 0.2.8drochner3-10/+11
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)
2003-01-20This package uses xpm. Reported by Riccardo Mottola <zuse@libero.it>schmonz1-1/+2
on port-mac68k.
2003-01-20Update p5-Text-CSV-Hash to 0.17abs1-1/+2
Implement skip_blank_lines
2003-01-20Update p5-Text-CSV-Hash to 0.17abs2-5/+5
Implement skip_blank_lines
2003-01-20Honour ${CC}, ${LD}, ${AR}.skrll1-5/+5
Use ${CC} -c for AS. Doing this means we get the right flags passed to as(1). Fixes my own PR 19906.
2003-01-20use native pthreads on NetBSD, if availablejdolecek1-9/+19
the explicit exits(/usr/include/pthread.h) here is not ideal, but this pkg didn't use pthread.buildlink2.mk before