Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-12 | Unify Makefiles -- mostly headers: remove FreeBSD Ids. | wiz | 1 | -2/+1 | |
Consistent 4 character indentation of SUBDIR entries. | |||||
2000-12-11 | install HTML documentation into share/doc/html | wiz | 2 | -3/+9 | |
2000-12-10 | Fix patchsum. | jtb | 1 | -2/+2 | |
2000-12-10 | Oops! I forgot to add these back in. | jtb | 2 | -0/+64 | |
2000-12-10 | Added --version-info 0:0 to libtool arguments. Use autoreconf instead of | jtb | 6 | -577/+12 | |
patching configure. | |||||
2000-12-08 | Add and enable "fortran-utils". | jtb | 1 | -1/+2 | |
2000-12-08 | Initial import of new "fortran-utils" package: | jtb | 5 | -0/+36 | |
Utilities for Fortran programmers | |||||
2000-12-08 | Make sure the ftnchek.el file gets installed (irrespective of Emacs itself | jtb | 4 | -11/+44 | |
being installed already). Fixes a PLIST problem in recent pkgsrc/i386 bulk build. | |||||
2000-12-08 | Add build dependency on xgettext. | wiz | 1 | -1/+3 | |
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 | |