summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf2-3/+4
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf1-2/+2
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf2-3/+4
2000-08-15remove unnecessary part of patch (LTCONFIG_OVERRIDE takes care of this)wiz2-19/+3
2000-08-15Update g-wrap to 0.9.5. Changes from version 0.9.4 include not usingjlam4-30/+8
deprecated smob functions not present anymore in guile-1.4 and up.
2000-08-15Don't need special handling of .zip. Also some cosmetic changes.jlam1-13/+8
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. Sort PLIST.wiz4-38/+23
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-9/+11
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-9/+10
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz2-3/+5
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz3-5/+7
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14fix typoswiz1-2/+2
2000-08-14upgrade to 1.0.1b.itojun2-5/+5
--- 1.0.1b 04.07.00 Fixed portlist chaining code to allow for more than one active plist chain at a time (as per twitch's patch). Fixed discrepancy between the manpage and code for libnet_close_link_interface. It now returns 1 on success as per libnet standard (thankz to Toni Andjelkovic for pointing this out). 1.0.1a 03.29.00 Fixed a small bug in libnet_link_dlpi.c. 1.0.1 12.19.99 Fixed a typo in libnet-headers.h ARH_H -> ARP_H. Fixed a small typo in ether_mod-2.5.c. Pre-happy BD to libnet! She'z almost 2 yearz old!
2000-08-13update from 1998 release to 1999 release.itojun5-32/+31
no changelog available from master distribution. from "diff", 1998 -> 1999 contains minor changes only. add comments into Makefile; (1) sendmail wants 1999 release, not 2000 release, (2) master distribution license (need to sign but redistribution is granted).
2000-08-11Update boost to 1.17.0. Changes from version 1.16.1:jlam5-42/+51
* Array Library added - An STL compliant container wrapper for arrays of constant size from Nicolai Josuttis. * array traits header renamed array_traits.hpp (was array.hpp). * Random Number Library: more minor changes to support more compilers. * Smart Pointer Library: performance reducing exception-specifications removed. * Utility Library: compiler and test program fixes for call_traits, compressed_pair, and type_traits. * Utility Library: updated cast.hpp to clear compiler warning messages.. * Linux Compiler Status added. * Boost source code now lives in a publicly accessible Concurrent Versions System (CVS) repository.
2000-08-11Update "maketool" to 0.6.1. Changes since 0.5.1:fredb7-114/+102
0.6.1 (19 Jul 2000) * Fixed bug with glib 1.2.7 and the glib 1.2.6-7 in RH 6.2. 0.6 (13 Jul 2000) * Initial implementation of printing the make log. Prints to PostScript. Preferences entries exist (e.g. paper size, margins) but there is no GUI for them yet. Reads list of printers from /etc/printcap or lpstat -c` (decided at configure time). * Initial implementation of a Find window. Still several rough edges. Can enter a literal or a regexp, and find or find-again. Stack of historical search cases, navigable with PgUp/PgDn. No case-insensitive literals yet. * Implemented a File->Change Directory command, and a menu of previous directories. Shows basename of current directory in main window title bar. * Dialogs are properly marked as transient so that the window manager handles them correctly. * Dialogs are positioned over the main window instead of letting the window manager choose a random and inconvenient position. * Rewrote the process spawning code. This made the code a lot more orthogonal and also fixed a bug whereby the Stop button was broken. * Tooltip for Again toolbar button, and the Again menu item, now mention what the last target is. This avoids nasty surprises. * Implemented Edit->Copy command which copies the selected line to the clipboard. * Added filter support for the MWOS xcc cross-compiler. * Added filter support for bison. * Added filter support for flex. * Dependencies are built using makedepend rather than hardcoded. * Can now build debugging version using DEBUG=n on make commandline. * Solaris debugging & Purifying patches for Makefile. * NetBSD port makefile fixes. * configure checks for filio.h> for Solaris. * Worked around incompatibility with GDK/GTK 1.2.6. I still don't know why this change actually matters, and I still think its a GDK or GLIB bug, but for the time being this change fixes maketool. This obsoletes the gtk-1.2.6 patch. * Fixed bug introduced in the gtk-1.2.6 patch which lost the output of gmake --version when building the Help->About make dialog. * Fixed bug where an error message specifying an absolute pathname, when found in a recursive make, would result in maketool attempting to edit sub_dir/abs_path instead of abs_path. * Fixed bug which caused coredump when pressing Clear Log during build -- by greying out the Clear Log item. * Fixed alignment of labels in Preferences window. * Fixed a few minor warnings -Wall found. * Fixed bug which caused menu item greying to be done prematurely when child make processes were started.
2000-08-11repair build in src/lib/sfio/Stdio_b.itojun3-9/+10
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz4-10/+1
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10remove empty linewiz1-1/+0
2000-08-10fix typoswiz1-2/+2
2000-08-10Comment out Kerberos 5 support, for now.thorpej2-15/+17
2000-08-09MASTER_SITE and HOMEPAGE moved to ftp.freesoftware.com.wiz1-3/+3
Addresses pkg/10795.
2000-08-08Add and enable argtablejlam1-1/+2
2000-08-08argtable - library for parsing command line arguments of a C/C++ programjlam7-0/+54
2000-08-06Let "configure" recognize NetBSD-1.5*. Patch contributedfredb3-15/+15
by Douglas Wade Needham in PR pkg/10766.
2000-08-05Remove from "gnome" category.jlam1-2/+2
2000-08-05Update guile-gtk to 0.19. Also change the dependency from gnome-core to gtk+,jlam6-42/+16
since that's all we really need. Changes from version 0.17: * Guile-gtk now supports new guile 1.4 * Guile-gtk now calls gtk_set_locale during initialization. * Support for type conversions with composites due to libltdl support from libguile. * Lots of improvements with the build-guile-gtk script. * Functions for getting the Gtk+ and guile-gtk version. * Lots of additions and corrections to the *.defs files. * The usual, uncountable number of minor and major bug fixes.
2000-08-01Add missing locale files and icons.tron1-1/+7
2000-08-01regen.jun1-1/+2
2000-08-01addjun1-0/+22
configration for mipsel(arc/cobalt/hpcmips/pmax).
2000-07-31Invoke "./testprog" instead of "testprog" so that the test will worktron1-2/+2
if the current user hasn't got "." in its search path.
2000-07-31Add and enable "cfitsio". Fixes 3rd and last part of PR pkg/10599.tron1-1/+2
2000-07-31Import new "cfitsio" package based on contribution by Jens Schmalzingtron7-0/+103
in PR pkg/10599: FITS (flexible image transport system) file input and output
2000-07-31Remove dependency on sgi-stl.jlam4-29/+12
2000-07-31The gettext package gained a shared library. For all packages whichjlam4-8/+8
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-30Update pth to 1.3.7. Changes are: back-ports of bugfixes from the 1.4rh2-5/+5
development branch. This especially upgrades to GNU Shtool 1.5.1 to fix compilation problems under Solaris, which were introduced in 1.3.6.
2000-07-30Centralize and deactivate the debugging flags. People needing them canjlam1-5/+7
turn them on when developing, but we don't need it for actual use.
2000-07-30Make this compile now that <vm/vm*.h> has gone away in -current.jlam5-10/+119
Should fix part of pkg/10497.
2000-07-29Add some other download sites for cervesia.jlam1-2/+4
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-14/+4
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-28- Fix rejected patch.itohy2-3/+5
- RCS Id police.
2000-07-27add and enable rpc2 (hi phil!)wiz1-1/+2
2000-07-27rpc2 package to support more current coda distributions.phil5-0/+49
2000-07-27Add some more locale files.jlam1-1/+3
2000-07-27Add and enable rvm.agc1-1/+2
2000-07-27Initial import of rvm package.phil5-0/+53
2000-07-26make patchsumsumwennmach1-1/+2
2000-07-26Fix chkpt on NetBSD/sparc.wennmach1-0/+11
STACK_BASE was incorrectly defined.
2000-07-25USE_LIBTOOL instead of USE_PKGLIBTOOLjlam2-6/+7