summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-01-26Use $CC_FOR_BUILD on checking system types in config.guess.tsutsui2-4/+4
2001-01-26Improve argument checking for -version-info. Bump to nb11.skrll3-6/+33
2001-01-26Update to 0.9abs2-5/+5
Changes since 0.5: 0.9 8 Aug 2000 - Fixed up test suite to work under 5.6.0. 0.8 26 Jul 2000 - Made SmallProf -w-clean (at least so far as I can tell :-) 0.7 28 Jul 1999 - Some cleanup on sub profiling and locales - fixed up and added some tests 0.6 11 Jul 1999 - Cleanup on part4.t and part1.t (Thanks!) - Removed special Win32 support as Time::HiRes now works on Win32 - Fixed a bug in sub sub where $1 and $2 were getting clobbered. - Increased size of execution count column - Added CPU times
2001-01-26Update to 1.20abs2-6/+6
1.20 Wed Feb 24 21:30 1999 - make our usleep and ualarm substitutes into hrt_usleep and hrt_ualarm. This helps static links of Perl with other packages that also have usleep, etc. From Ilya Zakharevich <ilya@math.ohio-state.edu> - add C API stuff. From Joshua Pritikin <joshua.pritikin@db.com> - VMS Makefile.PL fun. From pvhp@forte.com (Peter Prymmer) - hopefully correct "-lc" fix for SCO. - add PPD stuff
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2001-01-24Use LTCONFIG_OVERRIDE instead of LIBTOOL_OVERRIDE (for consistency reasons).wiz1-2/+2
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe2-4/+4
is bumped to tcl-8.3.2nb1.
2001-01-24add devel/pedisassemitojun1-1/+2
2001-01-24win32 disassembleritojun6-0/+31
2001-01-24Fix incorrect usage of libtool -version-info. Discussed on tech-pkg.skrll3-7/+16
2001-01-24Use "uname -p" or "sysctl -n hw.machine_arch" to check system typestsutsui2-24/+54
in config.guess. (From gnusrc/gnu/dist/toolchain/config.guess 1.3)
2001-01-21Don't try to "lint" the library.tron1-2/+2
2001-01-21Solaris 8 includes "libz".tron1-2/+2
2001-01-21No need to change the libtool version number.jtb1-2/+2
2001-01-21Updated libctl to version 1.3 . From the NEWS file:jtb8-46/+40
* Added improved "subplex" multidimensional optimization algorithm (for maximize-multiple and minimize-multiple). * Documented vector3-x, vector3-y, vector3-z functions for extracting vector3 components.
2001-01-19The `h5debug' program makes no allowance for the case where (argc < 2). Justjtb3-1/+20
print a one line usage statement and exit in this case.
2001-01-15Move check for C++ contructors/destructors to occur earlier to preventjlam3-17/+24
passing $whole_archive_flag_spec to nm.
2001-01-15The "check" target is defined in bsd.pkg.mk for some other purpose, sojlam1-2/+2
don't usurp it.
2001-01-14Fix config.guess to recognise mvme68k.scw2-23/+24
2001-01-14Correct package list for Solaris.tron2-15/+15
2001-01-13Update master site list.tron1-5/+4
2001-01-13Install binaries as "g..." e.g. "gdiff" to avoid name conflicts.tron2-9/+9
2001-01-13"glib" supports Solaris's threading library so that we don't need "pth".tron1-3/+6
2001-01-13add missing '$'hubertf1-2/+2
2001-01-13Add trailing slash to HOMEPAGE.jlam1-2/+2
2001-01-12Cosmetic changes.jlam1-13/+13
2001-01-12Add CPPFLAGS to the configure environment so -Dunix gets passed throughijlam1-1/+2
correctly.
2001-01-10Make the PIC relocations correct on the powerpc.briggs4-16/+16
2001-01-10Support NetBSD-*-powerpcbriggs9-3/+643
2001-01-09regen.bad1-3/+3
2001-01-09On a.out systems link shared libraries against c++rt0.o only if therebad2-16/+68
actually are CTORS/DTORS in the objects that go into the library. This makes pkgsrc under 1.3.x not blow up on C libraries that were built with libtool. E.g. everything that linked against -lintl would dump core.
2001-01-09Add support for the PowerPC.briggs9-3/+649
2001-01-08Expect does not get very far without p5-IO-stty and p5-IO-tty. Depend on them.abs2-14/+4
Trim DESCR
2001-01-08Make library majors/minors in PLIST updatable from Makefile again.wiz2-9/+11
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc51-55/+228
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04USE_GTEXINFO=yes.bad1-1/+2
2001-01-04Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}.wiz2-4/+4
2001-01-03needs gtk+ to build gtv; also add smpeg-config to PLISThubertf2-5/+7
2001-01-02Fix build on NetBSD-1.5P or newer.tron2-1/+50
2001-01-02Fix build problems under NetBSD-current.tron2-6/+7
2001-01-01Add dependency on libiconv.rh1-1/+2
2000-12-31Update to 3.1.1.skrll8-76/+86
Split patch-aa into a patch per file while I'm here.
2000-12-31Update bonobo to 0.30. Changes include:rh3-22/+39
* Evil bugs * X / CORBA synchronisation issues fixed * Property bag / transient memory leaks fixed * Toolbar widget leak * Lots of misc leaks nailed * Bonobo plug / socket race condition nailed * Storage stuff * Local FS Stream / Storage impl. completed * Efs stream / storage polished up * VFS storage cleans * Bonobo IO plugins version fixage * Storage module cleans, and regression testing * Monikers * Bonobo widget switched to use monikers * Bonobo contexts - moniker context * tar moniker * http, gunzip monikers * moniker test code * Asynchronous moniker resolution * New transient CORBA object helper * UI stuff * Alpha composited icons (for pixmap themes) * Control desired size querying * Completed toolbar item 'look' markup * pixmap location code flexed * placeholder can hide all its contents * UI signaling race conditions nailed * Helpers for removing dead UI components * Misc * CORBA_any * <-> XML serialization * generic listener / event interface re-written * Created component selector control * listener fixes * BonoboPropertyControl implemented & honed * Make each IDL file parse individualy * Embeddable factory bug flattened * Docs * API build cleanups * Lots of API doc writing / organising * doc/NAMESPACE added to start namespacing IDL * Lots of bugs fixed. Bonobo 0.28 * Fixes to XML translation to fix seperate build dir * Beautified XML translation script * Fixes to allow perl relocation * Remove Gtk arg <-> property mapping sillyness Bonobo 0.27 * New test environment for storage drivers * Lots of internal stream / storage fixes * API rename & documentation clean * Property bag fixes * improved ref debugging * Lots of moniker (http, gzip) work * Library versioning sorted * UI Leaks fixed * XML Translation scheme re-engineered * Lots of API Documentation mending
2000-12-31Fix gettext dependency, USE_LIBINTL, and reduce patch by libintl workaround.wiz3-72/+6
2000-12-31Update oaf to 0.6.1. Changes include:rh2-4/+4
* Bug fixes * New translations * Made documentation build work * Added documentation text fixes
2000-12-31Update gal to 0.4.1. Changes include:rh5-26/+41
- Lots of bug fixes. - Tooltips in ETable behave more nicely. - Stronger font handling. - Lots more translations. - ETree is much faster now. - ETable headers are much prettier now. - Sorting in ETree works much better now.
2000-12-30add locale files to PLISTwiz1-1/+17
2000-12-30Manually syncing ONLY_FOR_PLATFORM is not the way to go.wiz1-5/+1
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-28Update to 1.3.5nb10:wiz3-9/+9
wllinklibs have to be before deplibs to take effect (else they won't get added to the RPATH, at least not on i386/current).
2000-12-28Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.wiz1-1/+5