Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-06 | Avoid warnings about `unix' being redefined when compiling with gcc-2.95.2. | jlam | 2 | -17/+19 | |
2000-12-04 | Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by | jlam | 1 | -2/+2 | |
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not "@dirrm". | |||||
2000-12-04 | Add directory to PLIST for removal. | jlam | 1 | -1/+2 | |
2000-12-03 | Update to 1.1.6. Changes are bugfixes only. | wiz | 5 | -22/+28 | |
2000-12-02 | Update to 2.2.6. Changes are only bugfixes. | wiz | 2 | -4/+4 | |
2000-11-30 | Add and enable "haskell-mode". Fixes PR pkg/11375 by Jason Beegan. | jtb | 1 | -1/+2 | |
2000-11-30 | Initial import of new "haskell-mode" package: | jtb | 6 | -0/+69 | |
Haskell mode for Emacs | |||||
2000-11-30 | USE_LIBINTL and msgfmt are enough for this one, too, don't really need | wiz | 1 | -2/+3 | |
gettext. | |||||
2000-11-29 | Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks which | tron | 3 | -9/+37 | |
are not required any more after UBC has been integrated. The information for the fix was provided by Chuck Silvers in private e-mail. | |||||
2000-11-29 | Add and enable guile-oops. Package provided by Dieter Baron in | wiz | 1 | -1/+2 | |
private communication. | |||||
2000-11-29 | Initial import of guile-oops. From the DESCR: | wiz | 5 | -0/+67 | |
GOOPS is the object oriented extension to Guile. Its implementation is derived from STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor Kiczales `Tiny-Clos'. It is very close in spirit to CLOS, the Common Lisp Object System (`CLtL2') but is adapted for the Scheme language. | |||||
2000-11-29 | Add similar patch to the one in mit-pthreads, fixing the return value from | agc | 2 | -1/+30 | |
detzcode() from long to int. From Tom Thai. | |||||
2000-11-29 | Add a patch from Tom Thai - without this patch, mysql will result in a | agc | 2 | -1/+30 | |
wrong date for "select now()". | |||||
2000-11-29 | move installation of gettextize files to devel/gettext. | itojun | 6 | -40/+41 | |
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft | |||||
2000-11-29 | Revert previous commit. It doens't even *compile*. | mycroft | 1 | -24/+1 | |
2000-11-29 | Back out previous change. It doesn't even *compile*. | mycroft | 1 | -7/+1 | |
2000-11-27 | Create ${PREFIX}/lib/java if it does not exist. | jwise | 1 | -1/+2 | |
2000-11-27 | Correct PLIST for libtool changes. | mycroft | 1 | -6/+6 | |
2000-11-27 | Remove "etc/gconf/gconf.xml.defaults" and its sub directories which are | tron | 1 | -5/+1 | |
not created by this version of "GConf". | |||||
2000-11-27 | After "bsd.pkg.mk" has been fixed the work arround for "libtool" | tron | 2 | -7/+3 | |
version 1.3.5nb9 or newer is not required any more. | |||||
2000-11-27 | Update GConf to 0.11. Changes include additional locale files, some | rh | 5 | -39/+44 | |
minor enhancements, and bugfixes. Most notably, GConf now compiles under non-ELF architectures (tested under NetBSD-1.4.3/i386) | |||||
2000-11-27 | make gettextize work again. this should fix packages that use automake. | itojun | 2 | -10/+40 | |
2000-11-27 | needs dependency for libintl/gettext | itojun | 1 | -2/+3 | |
2000-11-27 | Rename "lib/GConf/1/libgconfbackend-xml.so" to | tron | 2 | -4/+4 | |
"lib/GConf/1/libgconfbackend-xml.so.0.0" during installation until the automatic ELF shared library handling gets fixed. | |||||
2000-11-27 | Fix cut and paste error in last commit. | tron | 1 | -3/+3 | |
2000-11-27 | Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" if | tron | 1 | -1/+4 | |
"xpkwedge" is not used. | |||||
2000-11-27 | Need to substitude "${LOCALBASE}" in the package list. | tron | 1 | -1/+2 | |
2000-11-27 | Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" if | tron | 1 | -1/+3 | |
"xpkwedge" is not used. | |||||
2000-11-27 | This USEs_LIBINTL, too. | wiz | 1 | -1/+3 | |
2000-11-26 | Add and enable "p5-ExtUtils-F77". Fixes PR pkg/11371 by Jason Beegan. | jtb | 1 | -1/+2 | |
2000-11-26 | Initial import of new "p5-ExtUtils-F77" package: | jtb | 5 | -0/+26 | |
Perl module for determining how to link Fortran and C | |||||
2000-11-26 | Bump libfool version. | mycroft | 1 | -2/+2 | |
2000-11-26 | Set need_lib_prefix=no for all NetBSD platforms. gnumeric import modules and | mycroft | 2 | -6/+8 | |
gnome-python modules don't work without this. | |||||
2000-11-26 | Update "libtool" version number after recent changes by Charles M. Hannum. | tron | 1 | -2/+2 | |
2000-11-26 | *SIGH* | mycroft | 3 | -13/+35 | |
The previous patch could cause problems in a couple of oddball cases. So, set need_version=yes for a.out, and hack avoid-version so it works on a.out platforms. | |||||
2000-11-26 | Regen. | mycroft | 1 | -2/+2 | |
2000-11-26 | need_version is mostly bullshit. It only succeeds in breaking everything that | mycroft | 1 | -4/+6 | |
loads shlib components at run-time on a.out systems (such as imlib, gtk themes, gdk-pixbuf, and gnumeric). So, disable it for all NetBSD platforms. (Note: This requires updating some PLISTs.) | |||||
2000-11-26 | Make this package work under NetBSD-alpha. | tron | 3 | -11/+15 | |
2000-11-25 | Add and enable "libctl". Fixes PR pkg/11405 by Jason Beegan. | jtb | 1 | -1/+2 | |
2000-11-25 | Initial import of new "libctl" package: | jtb | 10 | -0/+675 | |
Guile-based flexible control file library for scientific simulations | |||||
2000-11-25 | Added a tab to DEPENDS for proper alignment. | jtb | 1 | -2/+2 | |
2000-11-25 | Add and enable "cweb". Fixes PR pkg/11385 by Jason Beegan. | jtb | 1 | -1/+2 | |
2000-11-25 | Initial import of new "cweb" package: | jtb | 9 | -0/+171 | |
C based version of Knuth's literate programming system WEB | |||||
2000-11-25 | Update bonobo to 0.26. Changes include: | rh | 3 | -24/+44 | |
Bonobo 0.26 * Big Stream / Storage cleanups * Use OAF more cleanly internaly * Remove broken property preconditions * Property bag POA policy fix * Updated docs * text-plain fix * Moniker improvements * Leak fix Bonobo 0.25 * UI related bonobo-control-frame fix Bonobo 0.24 * cleanup of storage / stream plugins * toolbar control view update by orientation (Jon K Hellan * toolbar look update by orientation * verb / listener remove functions Bonobo 0.23 * fix pernicious UI widget parenting problem * nail translation problem finaly * fix licensing cockup GPL -> LGPL * update docs on accelerators * impl toolbar control class * gdk_rgb_init fix for icons Bonobo 0.22 * Several automake fixes Bonobo 0.21 * UI handler changes + cleaned XML spec. + fixed evil translation problems + sexy toolbar sizing + expandable toolbar items + more sophisticated toolbar layout + nicer looking separators + all samples! converted to new UI handler + bug fixes * Moniker fixes * Batch Property interface * More Zoomable work * Big components clean * Storage modules rename Bonobo 0.20 * gshell fixes * UI handler changes + cleaning + large UI API update + UI flicker killed + Improve cmd / widget separation + full toolbar behavoir + menue show / hide fix * Update to LGPL 21. * Socket fixes * Header cleans * More cunning toolbar item sizing fixes * Zoom interface imported from Nautilus Recieved with thanks from Eazel. * Skeleton generic listener interface Bonobo 0.19 * UI handler totaly re-implemented + New shinier Toolbar widget + XML UI description + XML node abstraction * Property bag Listener interface * libefs updates * New 'new:' moniker * UI leak fixes * Text/Plain component sorted out | |||||
2000-11-25 | Update libole2 to 0.1.7. Changes are bugfixes only. | rh | 2 | -4/+4 | |
2000-11-25 | Update gal to 0.2.2. Includes several new widgets and bugfixes. | rh | 3 | -12/+13 | |
2000-11-25 | Set OSVERSION_SPECIFIC because this pkg is (too). | hubertf | 1 | -1/+2 | |
2000-11-25 | Update to 2.7.2. | mycroft | 4 | -23/+24 | |
2000-11-24 | Add and enable "hdf5". Fixes PR/11400 by Jason Beegan. | jtb | 1 | -1/+2 | |
2000-11-24 | Initial import of new "hdf5" package: | jtb | 5 | -0/+372 | |
Hierarchical Data Format 5 |