summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc3-10/+16
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-15Don't try to remove %D/share/aclocal -- it's supposed to be there.jlam1-2/+1
2000-07-15Modify so that shared lib has same name as static lib.jlam5-4/+42
2000-07-15Add and enable devel/libsigc++jlam1-1/+2
2000-07-15libsigc++: a callback system for C++ programs.jlam5-0/+87
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15Update guile dependency to >= 1.3.2.jlam1-2/+2
2000-07-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
2000-07-14USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam4-14/+15
2000-07-14The previous method of using a make target for finding a prerequisiteagc3-10/+10
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-14Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is notjlam4-2/+40
sufficient.
2000-07-13Note new "functional" libraryjlam1-0/+1
2000-07-13Update boost to 1.16.1. Bugfixes, new "functional" library, and betterjlam4-51/+67
documentation.
2000-07-13Update sgi-stl-docs to 3.3.jlam3-5/+12
2000-07-13Forgot to close an #if with #endif.jlam2-7/+12
2000-07-13USE_LIBTOOL instead of USE_PKGLIBTOOL. Remove the --cplusplus stuff sincejlam4-15/+7
the new libtool takes care of everything for us.
2000-07-12Update SGI-STL to 3.3. Changes from version 3.2:jlam6-31/+32
* New feature: concept checks. The library now does better compile-time error checking to make sure that the types used to instantiate library templates conform to the templates' requirements. * Removed two non-standard-conforming extensions: the second, defaulted template parameter in bitset, and the third, default template parameter in deque. * Many bug fixes, performance enhancements, and compatibility improvements.
2000-07-11Make the determination of the pre-req package's installed directory beagc3-10/+10
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10bump to 0.17 -- fixes a resolver bug, and works with 1.5{,A,B} as well.explorer3-9/+6
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc3-10/+10
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-08as31-19900126 8031/8051 assemblerbjh218-1/+100
2000-07-07make this work on mips machinesdmcmahill2-11/+13
2000-07-03Update pth to 1.3.6. Changes are bugfixes pulled up from the 1.4.x develrh2-5/+5
tree.
2000-07-03Reimport this in the right place:jwise7-0/+112
Initial import of jakarta-ant-3.1, a java-based make(1) replacement which is starting to be used by a lot of java-based projects.
2000-07-03Add and enable jakarta-antjwise1-1/+2
2000-07-01remove librep (moved to lang/)danw1-2/+1
2000-07-01Remove this: it is a duplicate of lang/librepdanw7-143/+0
2000-06-30defuzzitojun2-8/+7
2000-06-30Add bugfixes from glibc and build a shared library version of libintl.danw10-10/+258
Bump version to 0.10.35nb1.
2000-06-30Update to gmp-3.0.1, including new functions, autoconf/libtool support,danw6-85/+19
and a shared version of the library.
2000-06-30Don't use kvm_read for cp_time, use sysctl instead.wiz2-5/+73
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.
2000-06-29Update to support C++ in a different way to pkglibtool. There is noskrll3-14/+47
--cplusplus option is should just work. Thanks to Todd Verling for help with this. I've been sitting on this update while I played with deplibs_check_method for a.out. There seems to be a problem related to dlopen stuff if file_magic is used. Still investigating. Version bumped to nb4.
2000-06-28Add library dependencies on libtool link-command line, so that theywiz2-6/+6
get properly recorded in the library.
2000-06-27Remove duplicate slash in master site list which breaks at leasttron1-2/+2
downloads from "ftp.sunet.se".
2000-06-27unify esound dependencies in gnome packageswiz1-2/+2
2000-06-26Add and enable libole2rh1-1/+3
2000-06-26Initial import of libole2-0.1.5, an OLE2 streams parsing library.rh7-0/+68
2000-06-26-add sparc and mipsel support. Thanks to soda for help on the mipsel part.dmcmahill3-31/+25
-it has been suggested (Soren) that the routines in sysdeps/freebsd/prockernel.c are of minimal use anyway and should just be disabled. -it has also been suggested (Soren) that the right way anyway is to use the KERN_PROC2 sysctl. I do not have a recent enough machine to try this (this sysctl was not part of NetBSD-1.4.2).
2000-06-26Initial import of g-wrap-0.9.4, a tool for importing types, functions, andrh9-0/+98
constants into guile.
2000-06-26add & enable SDLwiz1-1/+2
2000-06-26Initial import of SDL, a multimedia library mainly for games.wiz17-0/+650
Currently using pth instead of 'real' pthreads, and some parts (mainly audio and obviously thread support) don't work correctly because of that (unproven-pthreads misses pthread_cancel & friends to make it work), but there are some programs that do.
2000-06-25update to gmake 3.79.1deberg2-5/+5
* .SECONDARY with no prerequisites now prevents any target from being removed because make thinks it's an intermediate file, not just those listed in the makefile. * New configure option --disable-nsec-timestamps will keep make from using sub-second timestamps on systems which support it. If your build process depends on proper timestamp-preserving behavior of tools like "cp -p" you might need this option, since "cp -p" (right now) doesn't preserve the sub-second portion of the timestamp.
2000-06-24add support for powerpc, and change the error you get on unsupporteddanw3-6/+17
platforms to explain how to fix things
2000-06-23ELF fix - found by (soon to be committed) check-shlibs target.hubertf2-4/+4
2000-06-21Fix automatical creation of package list to handle symbolic links totron1-2/+6
directories properly.
2000-06-21Update guile-slib to 2c8 (lockstep update with devel/slib).jlam1-3/+3
2000-06-21Update slib to version 2c8. Miscellaneous minor improvements and bugfixes.jlam3-8/+10
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-56/+34
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-46/+16
2000-06-20Update boehm-gc to 5.0alpha7. Changes from 5.0alpha3 are mostly bugfixesjlam5-5/+5
but there is the addition of the NetBSD/arm32 bits. This has been tested on mac68k, macppc, sparc ELF, i386 ELF. Update provided in PR#10062 by Sunagawa Keiki <kei_sun@ba2.so-net.ne.jp>.
2000-06-20Update boehm-gc to 5.0alpha7. Changes from 5.0alpha3 are mostly bugfixesjlam7-75/+85
but there is the addition of the NetBSD/arm32 bits. This has been tested on mac68k, macppc, sparc ELF, i386 ELF. Update provided in PR#10062 by Sunagawa Keiki <kei_sun@ba2.so-net.ne.jp>.