summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-30A tar file of "fftpack" is now in LOCAL_PORTSjtb3-101/+30
2000-11-30USE_LIBINTL and msgfmt are enough for this one, too, don't really needwiz1-2/+3
gettext.
2000-11-30DEPENDS on gettext -> USE_LIBINTL & BUILD_DEPENDS on msgfmtwiz1-2/+3
2000-11-30change DEPENDS on gettext to BUILD_DEPENDS on msgfmtwiz1-2/+2
2000-11-30Update to 0.11. Changes since 0.9.5:wiz5-13/+16
Bug fixes, code cleanup, two new translations (nl&sv); recursive browser, some minor new features.
2000-11-30The "gettext" package is only require at build time. "USE_LIBINTL= YES"tron1-2/+3
for dependence on the "gettext-libs" package where required.
2000-11-29Update to wmakerconf-2.7. Changes since 2.6:wiz5-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-29Warn about IDEA licence restrictions.rh1-1/+7
2000-11-29Remove unnecessary entries for ".so" links for shared libraries which causetron1-3/+1
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29Adapt package list for libtool version 1.3.5nb9 or newer.tron2-4/+4
2000-11-29Update to xsane-0.64 (to make it compile again). Sort PLIST.wiz5-57/+51
Major changes since 0.61: Documentation updates, bug fixes, two new translations (it&tr), update to gimp-current API.
2000-11-29Adapt package list for libtool version 1.3.5nb9 or newer.tron1-3/+5
2000-11-29Fix compilation with latest gimp-current (1.2.29). Patch borrowed fromwiz3-3/+138
sane CVS. Typo fix in Makefile.
2000-11-29Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks whichtron3-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-29Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib,wiz7-24/+94
also some new features and bugfixes.
2000-11-29Let's waste some space -- install the man page, too!wiz2-2/+6
2000-11-29Add and enable guile-oops. Package provided by Dieter Baron inwiz1-1/+2
private communication.
2000-11-29Initial import of guile-oops. From the DESCR:wiz5-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-29Whoops. Version number changed before I committed this.mycroft1-2/+2
2000-11-29Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that'swiz1-2/+2
where gnome part was split off.
2000-11-29Depend on new gdk-pixbuf-gnome packagewiz1-2/+2
2000-11-29Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,wiz4-36/+45
so that not all programs depending on gdk-pixbuf have to depend on gnome-libs.
2000-11-29Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbufwiz4-0/+43
have to depend on gnome-libs.
2000-11-29Add similar patch to the one in mit-pthreads, fixing the return value fromagc2-1/+30
detzcode() from long to int. From Tom Thai.
2000-11-29Add a patch from Tom Thai - without this patch, mysql will result in aagc2-1/+30
wrong date for "select now()".
2000-11-29Make sure the user reads the instructions before proceeding - wait 10 secondshubertf1-1/+3
2000-11-29Remove unnecessary entries for ".so" links for shared libraries which causetron3-15/+3
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29Uses libintl.wiz1-1/+5
2000-11-29hushhubertf1-5/+5
2000-11-29Quick close this can of worms again.hubertf1-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-29s/unexelf.c/unexelf.o/minoura2-4/+4
This caused a circular dependency. Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
2000-11-29Update to Beta 3. No list of changes available.hubertf3-9/+165
2000-11-29 * Rename some targets to fit into the usual "do-XXX calls real-XXX" schemehubertf1-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-29Explicitly set "IS_BUILTIN_XPM" to "0" if the "xpm" library is nottron1-6/+5
installed because the "xpm" package will refuse to be built otherwise.
2000-11-29One "^" too much in last commit.hubertf1-2/+2
2000-11-29Add and enable libidearh1-1/+2
2000-11-29Initial import of libidea-0.8.2b, an IDEA block cipher libraryrh7-0/+71
2000-11-29make pkglint happyrh1-2/+2
2000-11-29Add and enable libbfrh1-1/+2
2000-11-29Initial import of libbf-0.8.2b, a blowfish block cipher library.rh7-0/+110
2000-11-29move installation of gettextize files to devel/gettext.itojun6-40/+41
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft
2000-11-29Revert previous commit. It doens't even *compile*.mycroft1-24/+1
2000-11-29Back out previous change. It doesn't even *compile*.mycroft1-7/+1
2000-11-29Add missing files to the PLIST.mycroft1-1/+4
2000-11-29Remove the hack that forces libgnome to be built static on a.out. It worksmycroft2-17/+3
Just Fine shared.
2000-11-29This doesn't depend on imlib anymore (uses gdk-pixbuf instead).wiz1-2/+1
2000-11-29Mark as broken, to avoid more queries about its not working.wiz1-1/+3
2000-11-29Fix print-PLIST target (broken in 1.619).wiz1-2/+2
2000-11-29Update to 1.32, set maintainer to Damon Brodie. Closes PR pkg/11582david2-5/+5
2000-11-29Update to 1.33 at the request of the maintainer, Damon Brodie.david2-4/+4
Also closes PR pkg/11349