summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-03src/getopt.c: include "system.h" to get correct definition of _ macro -jdolecek1-0/+11
the test here depends on HAVE_LIBINTL_H, which is not set by configure This change makes bison use the internationalized catalogs even for messages in getopt.c. Bug report submitted to bug-bison@gnu.org.
2000-02-03Update GNU mirror list.tron1-3/+4
2000-02-03Update to 1.10nb1abs28-624/+783
Actually work with the supplied WAD file One file-to-patch per patchfile Remove strange 'post-patch' substitute X11_BASE phase Fix numerous coredumps Add a '-h' usage Handle the sndserver dying Make it work on little endian systems Add a '-volume X' flag, and skip all sound code if 0 Other cleanup in some of the more repellant code areas.
2000-02-03Update to 1.1. From the NEWS file:fredb2-4/+4
* Fixed a bad stackbase on NetBSD/FreeBSD platforms. * Fixed a locking bug in lock_pt.c. * Using pthread_attr_setdetachstate in lwp_pt.c instead of modifying the attr struct directly. * Improved cross-compiling with cygwin32 and djgpp. * Added a script that might produce a useable ports/packages descriptions. * Wrote a bit in the INSTALL document. NOTE: The script pkgs/pkg-bsd.sh was not used to make this package.
2000-02-03Update to 2.01 - extend deweydecimal compare to handle nb<N> suffixesabs2-5/+21
2000-02-03regenjdolecek1-1/+2
2000-02-03Update ddd to 3.2rh5-35/+26
Changes are: ============ Documentation ------------- - There is a new DDD manual, generated from Texinfo source, and coming in HTML, PDF, PostScript, Info, as well as plain text format. Debuggers and Languages ----------------------- - This release contains partial support for DEC's `ladebug' debugger. Please send in bug reports listing remaining problems. - Parsing of JDB data has been improved. - DBX prompts for object file names are recognized. User Interface -------------- - `Breakpoint Properties', `Define Command', and `Debugger Settings' have an `Apply' button that applies changes to text fields. - In TTY mode, you can edit and complete the command line as in GDB. (Uses GNU readline library.) - Ctrl+E moves the cursor to the end of the line. For a `Run' shortcut, use F2/F3 or Shift+Ctrl+E. - DDD uses the locale as specified by the environment (such as $LANG). This allows input of locale characters in DDD dialogs; error messages may also come up in your locale. If you experience any problems, set LANG=C when invoking DDD. Plotting -------- - If you have several indexed variables in a cluster (such as X[1], X[3], and X[5]), DDD plots the cluster as 2-D plot, where the X axis shows the index, and the Y axis shows the values. This is useful for plotting array slices (see below). Source Navigation ----------------- - Using GDB, `Open Source' no longer automatically reads all shared libraries of the debuggee; this took too much time with some programs. There is an additional button that loads libraries. Data exploration ---------------- - You can rotate structs, saving space by omitting the member names. A rotated struct looks very much like a horizontal array. - The last rotation setting is used for new displays and is saved together with other DDD options. - Array slices `ARRAY[FROM..TO]' are much better supported: * By default, the displayed values are clustered and displayed like an ordinary array. * Array slices can be plotted, too (see `Plotting', above). - You can use the FROM..TO notation in arbitrary values, and also multiple times; `graph display 1..5 * 1..5' creates a multiplication table. - To select multiple displays, it suffices that the selection rectangle touches a display (rather than enclosing it entirely). - The Display Editor has buttons for clustering and unclustering displays. Running the Program ------------------- - Breakpoint commands are also supported for DBX, Perl, and XDB. - In Perl, DDD supports temporary breakpoints. Settings -------- - DDD saves the GDB source directory path with the current session. - DDD saves the JDB class path only with the current session. Bug Fixes --------- - Auto-raised menus work much better (enabled by default). - The `floating' command tool now correctly follows movements of the main window under KDE and other window managers. - The register window is updated when the current frame changes. - Value tips of strings containing ` = ' are displayed correctly. - In file names, `//' is no longer normalized to `/'. This is useful for special file systems, where '//c/foo' is an alias for `c:\foo`. - Improved session management: `checkpoint sessions' not needed for shutdown (as initiated by GNOME) are automatically deleted after exiting DDD. - Improved auto-command recognition (includes saving displays across sessions) - [LessTif] Selecting all displays in the Display Editor now works. - [DBX] The array syntax `graph display [A..B]' works again for DBX. - [DBX] Redirection to the execution window with Sun DBX 4.0 no longer clutters program arguments. - [Perl] Selecting identifiers that represent large data structures no longer blocks DDD. - [JDB] Thread names with dashes are handled correctly. - [HP-UX] Renaming the `~/.ddd/init' file during saving options works. - [Build] New `libiberty' and `configure' packages from GDB 4.18. - [Build] If supported, `-isystem' is used for including system headers. - [Build] If supported and required, `-fpermissive' is used for old X headers.
2000-02-03add a cast to the bison.simple template to avoid signed/unsignedjdolecek1-0/+22
comparison in generated code (shows up with gcc -Wsign-compare for example)
2000-02-03Convert to new 'nb<N>' suffixabs2-4/+4
2000-02-02Bump PKGTOOLS_REQD to 20000202. As a consequence of thishubertf1-17/+6
- unconditionally enable the size code - use wildcards consistently (PACKAGE_DEPENDS_WITH_PATTERNS=true)
2000-02-02bump to 20000202hubertf2-4/+4
2000-02-02Upgrade to version 3.3 of qpage.agc2-10/+8
Changes: This version now uses GNU autoconf, includes support for tcp_wrappers, and fixes a minor year 2000 bug. The configuration file parser has better error checking and many new configuration options were added.
2000-02-02Forgot to add this...scw1-0/+3
2000-02-02Modify the configure script (using code shamelessy pasted from kdevelop'sscw2-51/+231
configure) to put kdbg's KDE resource files in the right place.
2000-02-02Make this package work on Solaris.agc3-2/+33
2000-02-02Don't append '/' when making directories in the App Wizard.scw3-1/+36
A better place to fix this might be in Qt's QDir class...
2000-02-02Use customized archive (~100K) instead of X11R3 full source (~8M)itohy2-6/+5
for the distfile.
2000-02-02add dependency to games/quakedataitojun2-4/+6
2000-02-02add quakedata (commented out)itojun1-1/+2
2000-02-02game data for quake/sharewareitojun5-0/+44
2000-02-02use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes sharedwiz1-3/+3
library building
2000-02-02regenwiz1-3/+3
2000-02-02install all the documentation in one place. PLIST was "correct" all along...wiz12-3/+143
2000-02-02defuzzwiz4-22/+21
2000-02-02Update to V0.05.5, changes:hubertf2-5/+5
- Two new playmodes... loop and random. - Continous play has been fixed, it does not crash eMixer anymore, also the user has better control of it. - A bias meter has been included, you can tell how many times you have played a song. - The total number of tracks on your playlist is now displayed.
2000-02-01"lesstif" requires "lynx" to builds its documentation.tron1-1/+3
2000-02-01Bump version number of GNOME meta package to 1.0.53.1 because most subtron1-2/+2
packages have been updated since the 1.0.53 release.
2000-02-01Remove myself as MAINTAINER.frueauf1-2/+2
2000-02-01fix handling of OS_VERSION when an underscore is included (like 1.4.2_ALPHA)dmcmahill2-1/+16
2000-02-01add patch to fix library search path (do not need KAME libinet6)itojun2-0/+37
2000-02-01make pkglint more happyitojun1-2/+2
2000-02-01add games/quake6 to subdir (commented out - could someone test this further?)itojun1-1/+2
2000-02-01quake6: quake over IPv6itojun6-0/+57
2000-02-01Update gnome-pim to 1.0.55. Changes are bugfixes only.rh3-5/+6
2000-02-01Update gcombust to 0.1.28. Changes include sv.po and ja.po updates, andrh2-4/+4
a minor compability fix for the latest cdrecord.
2000-02-01defuzzrh2-9/+9
2000-02-01defuzz.rh2-7/+7
2000-02-01Add and enable fastjar.rh1-1/+2
2000-02-01Initial import of fastjar-0.90, a C language version of the 'jar' archiverrh5-0/+34
used by Java engines and SDKs.
2000-02-01Change the 'update' target to skip non-existent (removed) directories.rh1-19/+46
This fixes PR pkg/9181 by Richard Rauch.
2000-02-01"kvt" takes advantage of "ncurses".tron1-1/+2
2000-02-01Don't let "kvt" select fancy terminal types from ncurses's "terminfo"tron2-6/+17
database which are not available for "termcap" applications.
2000-02-01Use wildcard dependence for "ircII" package.tron1-2/+2
2000-02-01Quake now playable on NetBSD-1.4.x-i386. Heavily based on pkg/9270 bywiz17-151/+1751
Brad Spencer <brad@anduin.eldar.org>, with some modifications. Caveats: ELF builds fail; shareware WADs (level files) have to be gotten separately; playing audio from CDs seems to have problems (see pkg/9270); GLX Quakeworld client probably doesn't work; Quakeworld code perhaps triggers optimization bug? Committed mainly to avoid duplication of work, and for the 1.4.x/i386 users/gamers :-)
2000-02-01Update this to use ELF version of jdk-1.1.8 distribution on ELFin i386jwise5-34/+82
systems. Many thanks to Scott Bartram/OrionSoft for providing this (and the a.out version)
2000-02-01update xscreensaver (again), this time to 3.23wiz5-22/+22
Changes since 3.22: * Fixed some misplaced text fields in the Motif version of xscreensaver-demo; fixed a crash in the Gtk version that would happen if the programs list was empty. * Fixed a recently-introduced bug in `pulsar'. * Made `sierpinski3d' use solid tetrahedrons instead of points. * Added `-trace' option to `xmatrix'. * Added new hacks `xteevee' and `xspirograph'.
2000-02-01nitpick: don't shadow LOCALBASE, use LOCALEBASE insteadwiz2-12/+12
2000-02-01update xscreensaver to 3.22.wiz5-15/+15
Changes since 3.21: * Fixed some bugs in xscreensaver-demo. * Rewrote the Motif version of xscreensaver-demo to match the new Gtk version. * The Athena toolkit is no longer supported. XXX: depends on lesstif>=0.89.9 (or motif), but dependency is handled indirectly by USE_MOTIF... how to handle this?
2000-02-01defuzzwiz4-26/+23
2000-01-31List me as maintainer of this package.tron1-2/+2