Commit graph

15639 commits

Author SHA1 Message Date
tron
37a6477731 The "gettext" package is only require at build time. "USE_LIBINTL= YES"
for dependence on the "gettext-libs" package where required.
2000-11-30 00:02:19 +00:00
wiz
3a89bf2629 Update to wmakerconf-2.7. Changes since 2.6:
* 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 23:50:21 +00:00
rh
d1bf303e4c Warn about IDEA licence restrictions. 2000-11-29 23:40:21 +00:00
tron
1163e3579f Remove unnecessary entries for ".so" links for shared libraries which cause
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29 23:12:58 +00:00
tron
205a713cf4 Adapt package list for libtool version 1.3.5nb9 or newer. 2000-11-29 22:25:22 +00:00
wiz
0e2722bf41 Update to xsane-0.64 (to make it compile again). Sort PLIST.
Major changes since 0.61:
Documentation updates, bug fixes, two new translations (it&tr), update
to gimp-current API.
2000-11-29 22:09:15 +00:00
tron
937495ea31 Adapt package list for libtool version 1.3.5nb9 or newer. 2000-11-29 21:51:34 +00:00
wiz
fb4e99cd9c Fix compilation with latest gimp-current (1.2.29). Patch borrowed from
sane CVS. Typo fix in Makefile.
2000-11-29 21:38:23 +00:00
tron
eaabcaefde Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks which
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 21:02:04 +00:00
wiz
fadd017b0c Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib,
also some new features and bugfixes.
2000-11-29 20:01:03 +00:00
wiz
6cfb5b681b Let's waste some space -- install the man page, too! 2000-11-29 19:13:36 +00:00
wiz
b465ddae5f Add and enable guile-oops. Package provided by Dieter Baron in
private communication.
2000-11-29 18:29:44 +00:00
wiz
ff12b7bc96 Initial import of guile-oops. From the DESCR:
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 18:28:30 +00:00
mycroft
0629f965d0 Whoops. Version number changed before I committed this. 2000-11-29 17:27:43 +00:00
wiz
ac70939dc0 Actually, we have to depend on gdk-pixbuf-0.9.0nb1, because that's
where gnome part was split off.
2000-11-29 17:26:48 +00:00
wiz
118a294870 Depend on new gdk-pixbuf-gnome package 2000-11-29 17:25:40 +00:00
wiz
cae2ccded0 Split off gnome part of gdk-pixbuf into gdk-pixbuf-gnome package,
so that not all programs depending on gdk-pixbuf have to depend on
gnome-libs.
2000-11-29 17:24:52 +00:00
wiz
3bed978472 Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbuf
have to depend on gnome-libs.
2000-11-29 17:23:53 +00:00
agc
c6ee400636 Add similar patch to the one in mit-pthreads, fixing the return value from
detzcode() from long to int. From Tom Thai.
2000-11-29 17:08:07 +00:00
agc
0f6a64c129 Add a patch from Tom Thai - without this patch, mysql will result in a
wrong date for "select now()".
2000-11-29 16:42:57 +00:00
hubertf
e98182f758 Make sure the user reads the instructions before proceeding - wait 10 seconds 2000-11-29 15:56:49 +00:00
tron
e8a2ca47ae Remove unnecessary entries for ".so" links for shared libraries which cause
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-11-29 15:22:33 +00:00
wiz
d7d53f73e8 Uses libintl. 2000-11-29 15:12:54 +00:00
hubertf
a6d56be771 hush 2000-11-29 14:52:57 +00:00
hubertf
e601de8245 Quick close this can of worms again.
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 14:44:12 +00:00
minoura
56f820c830 s/unexelf.c/unexelf.o/
This caused a circular dependency.
Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
2000-11-29 13:45:11 +00:00
hubertf
9ff98682ed Update to Beta 3. No list of changes available. 2000-11-29 13:24:00 +00:00
hubertf
ef6d79f2dd * Rename some targets to fit into the usual "do-XXX calls real-XXX" scheme
* 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 13:18:22 +00:00
tron
91f4a994f8 Explicitly set "IS_BUILTIN_XPM" to "0" if the "xpm" library is not
installed because the "xpm" package will refuse to be built otherwise.
2000-11-29 12:40:55 +00:00
hubertf
5970f2e303 One "^" too much in last commit. 2000-11-29 11:39:25 +00:00
rh
1db2b07e5c Add and enable libidea 2000-11-29 11:31:55 +00:00
rh
a6592a3370 Initial import of libidea-0.8.2b, an IDEA block cipher library 2000-11-29 11:30:55 +00:00
rh
9837300d90 make pkglint happy 2000-11-29 11:29:12 +00:00
rh
816b7b4efb Add and enable libbf 2000-11-29 11:27:59 +00:00
rh
508eddc9fc Initial import of libbf-0.8.2b, a blowfish block cipher library. 2000-11-29 11:26:45 +00:00
itojun
1ca82b0d3b move installation of gettextize files to devel/gettext.
repair gettext build on fresh install.  re-introduce gettextize file
installation.  reported by: mycroft
2000-11-29 05:05:28 +00:00
mycroft
be44d42b1a Revert previous commit. It doens't even *compile*. 2000-11-29 04:41:02 +00:00
mycroft
30730dbe90 Back out previous change. It doesn't even *compile*. 2000-11-29 04:34:48 +00:00
mycroft
ec3e067825 Add missing files to the PLIST. 2000-11-29 04:02:01 +00:00
mycroft
1c872f63e3 Remove the hack that forces libgnome to be built static on a.out. It works
Just Fine shared.
2000-11-29 02:37:43 +00:00
wiz
22c755ed13 This doesn't depend on imlib anymore (uses gdk-pixbuf instead). 2000-11-29 01:50:59 +00:00
wiz
d4e0a0db92 Mark as broken, to avoid more queries about its not working. 2000-11-29 01:34:04 +00:00
wiz
bf4a3f24eb Fix print-PLIST target (broken in 1.619). 2000-11-29 01:21:21 +00:00
david
8b7001e2b9 Update to 1.32, set maintainer to Damon Brodie. Closes PR pkg/11582 2000-11-29 00:57:03 +00:00
david
a6bb8f4890 Update to 1.33 at the request of the maintainer, Damon Brodie.
Also closes PR pkg/11349
2000-11-29 00:47:42 +00:00
jtb
561acc6734 Add and enable new "nhc98" package. Fixes PR pkg/11378 by Jason Beegan. 2000-11-29 00:37:24 +00:00
jtb
c8c4a00ca9 Initial import of new "nhc98" package:
Portable Haskell 98 compiler
2000-11-29 00:33:09 +00:00
tron
4db4da17a0 Remove obsolete "gimp-helpbrowser" package. The plug-in is now installed
with the "gimp-current" package.
2000-11-28 22:50:46 +00:00
tron
3f408318ba Add missing dependence on "gnome-libs" required for the "helpbrowser"
plugin.
2000-11-28 22:49:23 +00:00
tron
cd7677248c Pass "CFLAGS" to "CC" instead of "CPPFLAGS". 2000-11-28 20:50:08 +00:00