Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-30 | A tar file of "fftpack" is now in LOCAL_PORTS | jtb | 3 | -101/+30 | |
2000-11-30 | USE_LIBINTL and msgfmt are enough for this one, too, don't really need | wiz | 1 | -2/+3 | |
gettext. | |||||
2000-11-30 | DEPENDS on gettext -> USE_LIBINTL & BUILD_DEPENDS on msgfmt | wiz | 1 | -2/+3 | |
2000-11-30 | change DEPENDS on gettext to BUILD_DEPENDS on msgfmt | wiz | 1 | -2/+2 | |
2000-11-30 | Update to 0.11. Changes since 0.9.5: | wiz | 5 | -13/+16 | |
Bug fixes, code cleanup, two new translations (nl&sv); recursive browser, some minor new features. | |||||
2000-11-30 | The "gettext" package is only require at build time. "USE_LIBINTL= YES" | tron | 1 | -2/+3 | |
for dependence on the "gettext-libs" package where required. | |||||
2000-11-29 | Update to wmakerconf-2.7. Changes since 2.6: | wiz | 5 | -8/+29 | |
* Complete rewriting of the theme dialog, now themes are shown in a file manager style (rename, move, delete, etc.) * New drag and drop mode in tree views: now the tree view is scrolled if the drag destination is not visible (root menu and theme list) Two bug fixes and three new translations (tr,pl,ja). | |||||
2000-11-29 | Warn about IDEA licence restrictions. | rh | 1 | -1/+7 | |
2000-11-29 | Remove unnecessary entries for ".so" links for shared libraries which cause | tron | 1 | -3/+1 | |
problems with the latest package list handling changes in "bsd.pkg.mk". | |||||
2000-11-29 | Adapt package list for libtool version 1.3.5nb9 or newer. | tron | 2 | -4/+4 | |
2000-11-29 | Update to xsane-0.64 (to make it compile again). Sort PLIST. | wiz | 5 | -57/+51 | |
Major changes since 0.61: Documentation updates, bug fixes, two new translations (it&tr), update to gimp-current API. | |||||
2000-11-29 | Adapt package list for libtool version 1.3.5nb9 or newer. | tron | 1 | -3/+5 | |
2000-11-29 | Fix compilation with latest gimp-current (1.2.29). Patch borrowed from | wiz | 3 | -3/+138 | |
sane CVS. Typo fix in Makefile. | |||||
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 | Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib, | wiz | 7 | -24/+94 | |
also some new features and bugfixes. | |||||
2000-11-29 | Let's waste some space -- install the man page, too! | wiz | 2 | -2/+6 | |
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 | Whoops. Version number changed before I committed this. | mycroft | 1 | -2/+2 | |
2000-11-29 | Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that's | wiz | 1 | -2/+2 | |
where gnome part was split off. | |||||
2000-11-29 | Depend on new gdk-pixbuf-gnome package | wiz | 1 | -2/+2 | |
2000-11-29 | Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package, | wiz | 4 | -36/+45 | |
so that not all programs depending on gdk-pixbuf have to depend on gnome-libs. | |||||
2000-11-29 | Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbuf | wiz | 4 | -0/+43 | |
have to depend on gnome-libs. | |||||
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 | Make sure the user reads the instructions before proceeding - wait 10 seconds | hubertf | 1 | -1/+3 | |
2000-11-29 | Remove unnecessary entries for ".so" links for shared libraries which cause | tron | 3 | -15/+3 | |
problems with the latest package list handling changes in "bsd.pkg.mk". | |||||
2000-11-29 | Uses libintl. | wiz | 1 | -1/+5 | |
2000-11-29 | hush | hubertf | 1 | -5/+5 | |
2000-11-29 | Quick close this can of worms again. | hubertf | 1 | -2/+6 | |
The ${PLIST} target must run after all the pre/do/post-install targets were run (they may generate ${PLIST_SRC}!). This whole code-path should use the make dependency system, not fork make(1) over and over again. | |||||
2000-11-29 | s/unexelf.c/unexelf.o/ | minoura | 2 | -4/+4 | |
This caused a circular dependency. Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>. | |||||
2000-11-29 | Update to Beta 3. No list of changes available. | hubertf | 3 | -9/+165 | |
2000-11-29 | * Rename some targets to fit into the usual "do-XXX calls real-XXX" scheme | hubertf | 1 | -76/+133 | |
* In real-su-install, do not call "make ${PLIST}" manually, but rather depend on the ${PLIST} file being there for the do-su-install target. * Break out shlib-handlink from real-su-install, and put it into target do-shlib-handling, which will either touch then PLIST (when called via the ${PLIST} target) or do the necessary steps to setup shared library handling (creating symlinks on ELF, running ldconfig on a.out, etc., when called via real-su-install) * Removed some unnecessary tests (check if $PLIST is there when it can be assumed to be there, ...) | |||||
2000-11-29 | Explicitly set "IS_BUILTIN_XPM" to "0" if the "xpm" library is not | tron | 1 | -6/+5 | |
installed because the "xpm" package will refuse to be built otherwise. | |||||
2000-11-29 | One "^" too much in last commit. | hubertf | 1 | -2/+2 | |
2000-11-29 | Add and enable libidea | rh | 1 | -1/+2 | |
2000-11-29 | Initial import of libidea-0.8.2b, an IDEA block cipher library | rh | 7 | -0/+71 | |
2000-11-29 | make pkglint happy | rh | 1 | -2/+2 | |
2000-11-29 | Add and enable libbf | rh | 1 | -1/+2 | |
2000-11-29 | Initial import of libbf-0.8.2b, a blowfish block cipher library. | rh | 7 | -0/+110 | |
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-29 | Add missing files to the PLIST. | mycroft | 1 | -1/+4 | |
2000-11-29 | Remove the hack that forces libgnome to be built static on a.out. It works | mycroft | 2 | -17/+3 | |
Just Fine shared. | |||||
2000-11-29 | This doesn't depend on imlib anymore (uses gdk-pixbuf instead). | wiz | 1 | -2/+1 | |
2000-11-29 | Mark as broken, to avoid more queries about its not working. | wiz | 1 | -1/+3 | |
2000-11-29 | Fix print-PLIST target (broken in 1.619). | wiz | 1 | -2/+2 | |
2000-11-29 | Update to 1.32, set maintainer to Damon Brodie. Closes PR pkg/11582 | david | 2 | -5/+5 | |
2000-11-29 | Update to 1.33 at the request of the maintainer, Damon Brodie. | david | 2 | -4/+4 | |
Also closes PR pkg/11349 |