summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-26No functional change...just rework some code and resort some lines.jlam1-9/+8
2001-05-26Use buildlink.mk files to get dependencies on cups and fltk, and add ajlam3-11/+117
patch the configure script directly to remove the build dependency on autoconf.
2001-05-26Add buildlink.mk Makefile fragment to link headers and libs intojlam1-0/+67
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26Set required version to 3.2.1 to match bsd.pkg.mk.jlam1-2/+2
2001-05-26Update fltk to 1.0.11. Changes from version 1.0.10 include bugfixes and:jlam11-223/+429
- Added new const const pointer versions of pixmap functions to eliminate an annoying pointer warning message that was generated by the Sun and other C++ compilers. - Eliminated all "var hides class::var" warnings. - Eliminated all "string literal converted to char *" warnings. - The file chooser buttons use user_data() rather than the label to decide what to do, allowing the label to be somewhat cleaner. - Fl_has_idle only tested N-1 callbacks and missed one. - Fl_Gl_Window has a new method to allow you to get and set the context: void Fl_Gl_Window::context(void*, int destroy = 0) void* Fl_Gl_Window::context() const; Return or set a pointer to the GLContext that this window is using. This is a system-dependent structure, but it is portable to copy the context from one window to another. You can also set it to NULL, which will force FLTK to recreate the context the next time make_current() is called, this is useful for getting around bugs in OpenGL implementations. If destroy_flag is true the context will be destroyed by fltk when the window is destroyed, or when the mode() is changed, or the next time context(x) is called. - Added Fl::add_check(...), Fl::remove_check, and Fl::has_check. These are similar to idle callbacks but are only called just before it waits for new events. They can be used to watch for changes in global state and respond to them. - Added simple FLTK and FLUID manual pages.
2001-05-26Add buildlink.mk Makefile fragment to link GL headers and libs intojlam1-0/+69
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26Protect against multiple inclusion.jlam4-4/+24
2001-05-26Update to 0.1027. Changes:mjl2-5/+5
* lib/DBD/File.pm (table_info): Added closedir().
2001-05-26Update to 0.1020. Changes:mjl2-5/+5
* Changed distribution to include files generated by Solaris bison 1.27 * Added LIMIT clause
2001-05-26Update to 1.220. Changes:mjl2-5/+5
Added untested SEEK, TELL, and EOF methods to IO::Scalar and IO::ScalarArray to support corresponding functions for tied filehandles Removed not-fully-blank lines from modules; these were causing lots of POD-related warnings IO::Scalar objects can now be made sensitive to $/ . Pains were taken to keep the fast code fast while adding this feature IO::Scalar has a new sysseek() method
2001-05-26Update to 1.4.12. Changes:mjl4-81/+7
* Turkish translation * minor bug fix
2001-05-25Updated to version 1.1.2 (bugfix3, 2001-05-16)kei9-87/+25
- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc - fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files - now Makefile targets that recurse into subdirectories use double colons, so that it will always recurse into subdirectories. Now a single make command should notice a modified source file in a subdir. - fixed bug in bx_panic. If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic occurs, it used to call bx_atexit() and then return. It should never call bx_atexit, which starts to shut down the simulator, unless it's really going to quit! - support 2.88 MB floppy disks - since dataseghack is checked in as non-executable, invoke it with "csh dataseghack" - double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>, sourceforge patch #423726. - removed -fno-builtin from fpu makefiles - redefine u_char, u_short, etc. in order to not conflict with system definitions of these same types. - in cdrom.cc, remove the extern "C" { } structure around some of the header files. This is no longer necessary. - do not panic on hard disk command 0x1f2 (read sector count) - in keyboard.cc: - apply Todd Fries' reset patch - recognize most of the "Grey" insert/delete/home/end/etc. keys the same as keypad keys. - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??" - implement mouse command 0xf6 (set defaults) - apply Suboner@aol.com's Xwindows timing patch from http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580 &atid=312580 - remove all patches from patches subdir which have already been applied. The remaining ones are under consideration but not applied.
2001-05-25Update to 0.99. Changes aremjl2-6/+7
- fix segmentation fault in pg_error - bug-fix for core-dump after any failed function call - add support for the datatype bytea - fix bug in connect method, which erroneously set the userid and the password to the environment variables DBI_USER and DBI_PASS - which removed the special handling of a backslash when used for octal presentation. Now a backslash always will be escaped. - remove memory-leak in ping function, bug-fix - correct the recognition of primary keys in table_attributes(). - fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that required perl to reallocate space for the variable holding the scalar value - updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes) - fix a seg-fault when inserting large amounts of text. - remove the newlines from the error messages and quote date placeholders.
2001-05-25Add definitions for BUILDLINK_INCDIR and BUILDLINK_LIBDIR used by thejlam1-2/+6
post-extract target.
2001-05-25De-fuzz.wiz2-15/+7
Please use pkgdiff, since it avoids (in most cases) the problem with RCS ids in patches, like in this one.
2001-05-25Add and enable bmakeagc1-1/+2
2001-05-25Initial import of bmake-3.1.6 into the packages collection.agc5-0/+55
This is NetBSD's make(1) utility, with a configure script and supporting replacements for various NetBSD library routines, ported to other Operating Systems by Simon Gerraty. Solaris, SunOS, HP-UX, Linux and AIX are amongst the operating systems supported.
2001-05-25Add and enable mk-filesagc1-1/+2
2001-05-25Initial import of mk-files-1.2.2 into the NetBSD packages collection.agc4-0/+60
These are the support files for the bmake utility, by Simon Gerraty.
2001-05-25Update: mew 1.95b121 -> 1.95b123jun2-5/+5
1.95b123 (2001/05/24) mew-dist release * Defining mew-draft-mode-reedit-queue-hook. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Inputting RET for C-uP and C-uN changes the mark to the default. NINOMIYA Hideyuki <nin@shikoku.ne.jp> * Defining mew-config-guess-addition. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * signature is selectives by cases. KOSUGE Takuya <kosuge@dg7.so-net.ne.jp> * A bug fix for NetNews folders. * Using jit-lock on Emacs 21. * Defining mew-face-eof-{message,part}. * Defining mew-insert-final-newline due to the bug of narrow-to-region on Emacs 20 and XEmacs. ^L can't be broken. * "E" works for RFC822 messages. * mew-news-path is passed to mewls. * mew-cc and mew-dcc uses mew-mail-address() if it is 'me. SUGIMORI <taro@fc.jpn.org> * A patch for mew-summary-retrieve-message(). Makoto Kohno <kohno@cr.scphys.kyoto-u.ac.jp> * A patch for contrib/mew-browse.el. Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> * Lovely hack for mew-config-guess-when-composed. Now a user can watch a header when modified. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Thread key-bindings are now reset. They all have the prefix "t". * C-uP and C-uN set mew-mark-walk. * Adding .dll. Tak Ota <Takaaki.Ota@am.sony.com> * A bug fix for mew-config-guess-when-replied. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> 1.95b122 (2001/05/09) mew-dist release * Big5 for XEmacs. * Fixing infinite loop of mew-summary-setup-mode-line(). * Defining mew-config-guess-when-{replied,prepared,composed} * Keep modified for mew-draft-rehighlight(). Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Bug fix of reedit for a message whose first part is not text. * Clarify "case" for reedit. * Removing sit-for. * Getting mew-param-analyze-broken() back to the old logic. * mew-theme-file hack. FUKANO Akihiro <fukano@bb.vh1.arena.ne.jp> * C-uC-cC-e now prepares a default value for CT:. * Fixing the last range for mewls. Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> * MS Office patch. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
2001-05-25Update evolution to 0.10. This closes PR 13013 by Matthias Schelerrh9-114/+300
<tron@netbsd.org> Notable changes include: Shell: - Fixed some usability bugs in the folder selection and creation dialogs. - Added a --debug option. - Added support for drag and drop operations. Mail: - Virtual Trash folders in each mail storage and "Empty Trash" menu item to expunge all folders in a store. - Email addresses in mail headers are now right-clickable to add them to the Addressbook - Hide deleted messages is now a mode rather than a one-time operation. - When sending plain text mail, use the new plain text mode of the GtkHTML editor - Cancellable operations, cancellable/async dns lookup, slightly improved progress reporting. - Allow per-identity Draft and Sent folders. - Replies quoted with "> " in messages are now displayed dimmed to make it easier to find the new bits of text. - Saved searches. Searches now configurable via XML with supporting C code. - UNMATCHED vFolder - SASL Authentication - Filter/vFolder on Mailing List. - Resend sent items. - Allow users to turn on/off headers in the composer and added Reply-To header entry in the composer. - Numerous OpenPGP - Replying to a message chooses account based on message addressee's. - Redid Forward Inline and Forward Quoted. - IMAP fixes: greater configurability for faster startup/mail check - IMAP message bodies are now cached to local disk to speed up re-access - New config dialogs - Sorting by a text field in the message list no longer generates a random order. - Fixed "crash when getting new mail from 2 POP servers" bug. - Numerous bugfixes, cleanups and optimisations. Addressbook: - Added support for non editable sources. - Added address completion for use in contact entries using the select names system. - Fixed some major crashes in the addressbook backend. - Updated Ximian's contact information. Calendar: - Event creation fixes. - Calendar loading fixes and removal of old code. - Made the iTIP control have better spacings. - i18n fixes. Tasks: - Created a popup list item for ETable to select the Status, Classification, Priority, Percent & Transparencey fields. - Created a popup date editor item for ETable to set all the dates in the tasks. Importers: - Created Intelligent Importers that look for certain files on your disk and works out what type of data it is. Currently Intelligent Importers exist for Pine, Elm and Netscape. General: - Rewrote ETree in gal. Changed evolution to support the changes in API. - Lots of Etable/ETree bug fixes. - Lots of i18n/l10n fixes. and the Evolution gang) - Fixed the shell interface so it could correctly create folders.
2001-05-25Downgrade gal to 0.7. Version 0.8 contained incompatible changes thatrh3-28/+19
need updates of GNOME programs, most nobably evolution. With gal-0.7, at least evolution-0.10 compiles. This addresses (part of) PR 13013 by Matthias Scheler <tron@netbsd.org>.
2001-05-25No functional changes, only slight recoding to make it easier to cut-and-jlam2-26/+48
paste into new buildlink.mk files.
2001-05-25install example XML fileshubertf2-3/+15
2001-05-24Introduce a new variable KJS_USE_PCRE that controls the regex libraryskrll4-9/+40
used in KJS (javascript) for kdelibs2. This fixes PR/13018 from Greg A. Woods <woods@weird.com>
2001-05-24Use S_IRUSR/S_IWUSR and related flags from <sys/stat.h> instead ofjlam2-16/+8
SHM_{R,W}. Fix suggest by Klaus Klein. This should fix build on non-current NetBSD systems and closes PRs 13023 and 13033.
2001-05-24Update to dinotrace-9.1ddmcmahill2-5/+5
Changes are: * Changes in Dinotrace 9.1d 5/24/2001 *** Fixed missing 0's in display of >64 bit numbers. [Amitvikram Rajkhowa] *** Fixed stripping of characters after bus prefix. [Steve Hoover] * Changes in Dinotrace 9.1c 2/13/2001 *** Fixed Verilog reading ignoring the hiearchy separator. [Dominik Strasser]
2001-05-24document PVM_SSH variabledmcmahill1-1/+7
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill14-41/+44
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Improve logic around USE_LIBTOOL and USE_LTDL.skrll1-2/+3
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill2-1/+24
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2001-05-24Update pkgdiff to 0.100abs2-4/+12
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the failure message as a patch. Change to abort if pkgdiff has a non zero exit (with the pkgdiff output). Also add a '-v' flag to indicate which .orig file is being associated with which patchfile as processed.
2001-05-24If pkgdiff reports 'Cannot strip away RCS IDs, please handle manually!'abs42-44/+150
mkpatches faithfully files that away as a patch, which somewhat broke my previous update. Fixing.
2001-05-24Use buildlink.mk files for cups and pam.jlam1-8/+4
2001-05-24Add buildlink.mk file to link libraries and headers into ${WRKDIR}, to bejlam2-0/+116
used by other packages.
2001-05-24Obey rc.conf if present (modelled on apache rc.d file), plus allow entriesabs1-22/+60
to be prepended to CLASSPATH by setting optional tomcat_classpath
2001-05-24Pass --no-split option to makeinfo. Reported to packages@netbsd.orgjtb2-1/+15
by Masao Uebayashi.
2001-05-24Add and enable "koncd" package.tron1-1/+2
2001-05-24Import new "koncd" package:tron4-0/+78
Frontend to the fabulous cdrecord and mkisofs programs This package was created by Berndt Josef Wulf and made ready for use by me.
2001-05-24To check patches using the checkpatch target, a special version ofagc1-16/+1
patch(1) is needed, which supports -C (which checks that the patches would apply cleanly). As we use message digests to verify our patches, and as we don't have a modified patch on NetBSD, Solaris and Linux, remove the checkpatch target, and all references to the PATCH_CHECK_ONLY definition.
2001-05-24When displaying a list of "dependencies" in the run-depends-listagc1-3/+2
target, don't display what we're doing if PKG_DEBUG_LEVEL is non-zero - the output of run-depends-list is fed to pkg_create(1) and encoded in the binary package as a list of @pkgdep lines, and expanding the output is not the right thing to do.
2001-05-24upgrade magicpoint to 0.18a.itojun4-11/+11
- The "charset" directive: you can use iso-8859-[1-4] - MNG support: animation without "mark" and "again" - Enhancing "mgp2ps" * Supporting "cont", "mark", "again" * Resizing image - bug fixes
2001-05-24Add a link-getopt-libs target to link libgetopt* into ${BUILDLINK_LIBDIR},jlam1-2/+22
and add link-getopt-libs to BUILDLINK_TARGETS.
2001-05-24Make instructions for use more explicit, and correct a typo in thejlam2-9/+12
comments (WRKSRC should be WRKDIR).
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam20-144/+150
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-24disabled shlibs checking (this is a Linux package)manu1-2/+3
2001-05-24Update abiword to 0.7.14. There were a large number of changes from versionjlam14-308/+328
0.7.10, both in bugfixes and in feature additions. No list of changes is provided, but from gleaning the CVS logs, this is update is a large step forward for this application.
2001-05-24Update cups to 1.1.8. Relevant changes from version 1.1.7 include:jlam2-6/+6
- The scheduler might restart a stopped printer after stopping a print job. - The IPP backend did not handle the client-error-not-found error when checking the status of the job that was sent. This caused remote queues to stop on client machines when the server had job history disabled. - Added httpConnectEncrypt() function to avoid performance penalty for setting up encrypted connections initially. - Jobs weren't queued to remote classes (fix from Richard Begg.) - Fixed the pstops fix for GNOME output - no longer use the page numbers in the %%Page: comment since GNOME puts a filename instead (!?@!#?!). - The imagetops filter produced PAGE: messages when generating PostScript for a non-PostScript printer (only affects page-label and Classification options.) - The updated pdftops filter was looking for an options file called xpdf.conf instead of pdftops.conf. - The scheduler would not force the default job sheets for printers to the current classification setting. - Added a new ippFindNextAttribute() function to the CUPS API. - ppdEmitJCL() now strips any leading path info from the title string. This is only an issue for non-CUPS clients that don't do this already... - Other pstops fixed from Helge Blischke for printing non-conforming documents. - The MaxJobs parameter was not reset when loading the cupsd.conf file.
2001-05-24Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from versionjlam6-44/+122
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>. For now, mod_dtcl contains compatibility code so that your old scripts will still run.