Commit graph

2342 commits

Author SHA1 Message Date
cl
45fe3da9df add XEN12_USE_COM2 option to switch Xen console on com port2 2004-05-22 19:09:53 +00:00
cl
ce27d7547a add DMA support for additional ide chipsets 2004-05-22 18:12:40 +00:00
cl
b2310f3ab4 add xen12 2004-05-22 17:23:08 +00:00
cl
627a9e3c0d remove unneeded DISTFILES line. 2004-05-22 17:21:52 +00:00
grant
9f5e8d31e9 s/netbsd.org/NetBSD.org/, don't mention the Ports page URL in the
DESCR, it's already the HOMEPAGE.
2004-05-22 16:50:39 +00:00
cl
0687f75e49 add xen12 package:
Xen is is a virtual machine monitor for x86 that supports execution of
multiple guest operating systems with unprecedented levels of performance
and resource isolation.  Xen is Open Source software.

See http://www.cl.cam.ac.uk/Research/SRG/netos/xen/ for more details on Xen.
See http://www.netbsd.org/Ports/xen/ for more details on NetBSD/xen.
2004-05-22 16:31:04 +00:00
abs
e8299f5904 update rconfig to 0.30
0.28: -	Use netname() when running fping etc. Reject duplicate hostnames.
        Problem noted by alan.
0.29: - Add ${fqdn} to the list of available keys in dirtrees.
      - Allow 'key -= value' to remove values from key settings
      - When '-d' is specified display the final state of the configuration
      - If dirtrees is assigned with '=', disable the 'insert after ${type}'
        behaviour for any subsequent 'distrees +=' option
0.30: -	completely rework parsing of rdist
2004-05-21 13:38:47 +00:00
xtraeme
d361586a48 The required option in grub actually is "GRUB_USE_ISO9660". 2004-05-20 07:11:40 +00:00
uebayasi
4000ef7084 Other packages' commands may not be found in ${PREFIX} nowadays. Fix it. 2004-05-20 02:11:41 +00:00
uebayasi
89664f47e0 Fix pkgviews installation. 2004-05-19 12:22:42 +00:00
jmmv
aabc43cdbc Fix build with GCC >= 3.4.x, which does better type checking of enumerations.
Two functions returned an incorrect type, according to their prototype (these
changes matches fixes done in the 2.x branch of gnome-vfs).
From John R. Shannon in PR pkg/25615.
2004-05-19 10:27:26 +00:00
tron
00cc25d2c4 Make this build under NetBSD 2.0D and above with statvfs(2).
This fixes PR pkg/25475 Kibum Han.
2004-05-18 19:07:57 +00:00
reed
e713f53091 Mention "NetBSD" in the DESCRiption and in the COMMENT.
(Okayed by mjl@.)

TODO: Maybe someone can make this OPSYS specific
or test on other *BSDs.
2004-05-18 15:30:08 +00:00
xtraeme
c94496a6aa Update sysutils/gkrellm to 2.2.0.
2.2.0 - Sat May 15, 2004
------------------------
  * Replace GdkFont text drawing with Pango.
  * Add plugin capability to the gkrellmd server. Wrote demo5 plugin as a
    tutorial on a client/server capable plugin.
  * Minimize Pango drawing to get CPU usage down:
      1) Draw chart text on a caching text layer.
      2) Add a "scroll text" api to text decals where a Pango string is
         drawn on a pixmap which can be srolled by setting the decal offset.
         See the plugins and themes changelog for more info.
  * linux.c reads temperatures from the hddtemp daemon so disk temperature
    display can be consistent with other sensors (and detected by gkrellmd).
  * Hajimu Umemoto: glib12 server Makefile, use `glib-config --libs glib
    gmodule and initialize text extent in clock.c
  * Sjoerd Simons: set the _NET_WM_STRUT property when dock type.
  * Defer setting withdrawn state until after main window realize.
2004-05-15 23:42:24 +00:00
jmmv
a310e3dc0e Update to 2.6.1:
- Translation updates.
- Fix temporary directory gconf settings bug.
2004-05-15 16:52:13 +00:00
jmmv
c4c10d8730 Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directories
(during print-PLIST in packages using this one).
2004-05-15 16:50:03 +00:00
jmmv
73ce5eb6d0 During print-PLIST in packages using this one, print a comment for the
lib/gnome-vfs-2.0/modules directory, instead of trying to remove it.
2004-05-15 14:57:04 +00:00
bouyer
3c86b3a92e Fixe patches to apply cleanly on 2.4.4p2 2004-05-15 12:15:22 +00:00
grant
b99505e067 cfengine needs flex(1) to build. 2004-05-15 08:31:22 +00:00
wiz
35f697e53d Shorten DESCR (still too long, but better). 2004-05-13 13:11:54 +00:00
xtraeme
b9806d9f1c Add xentools12. 2004-05-13 04:12:36 +00:00
minskim
d722be8708 Bl3ify. 2004-05-12 23:41:48 +00:00
bouyer
81aeb11914 Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common
2004-05-12 20:53:51 +00:00
bouyer
8c979b80d6 Now that amanda is at 2.4.4p2, remove the outdated amanda-dev package. 2004-05-12 18:49:47 +00:00
bouyer
4606f924bd Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
2004-05-12 18:45:25 +00:00
wiz
85c3022b1d Give package a reasonable PKGNAME, and reorder lines
for pkglint. CATEGORIES:s/local/sysutils/.
Addresses PR 25542.
2004-05-12 08:01:05 +00:00
danw
be2673d95d fixes for darwin 2004-05-11 12:30:15 +00:00
minskim
1548eaf112 Avoid declaring sys_siglist and sys_errlist as non-const, not only on
BSD but also on Linux.
2004-05-10 16:36:33 +00:00
adam
e8278b939a Changes 0.11.51:
* Removed the -Wstrict-prototypes option since it causes warnings
  in GTK+ headers which are simply too annoying. Hopefully I won't
  regret this... *"Jaws" theme*.
* Cleaned code in various places where warnings had earlier crept
  in hidden by the flood caused by GTK+ and -Wstrict-prototypes.
* Removed printf() from hex-text-loader which I forgot in there. :/
* Regenerated Makefile, hopefully fixing problem with install.
* Added "Video, MOV" type to default config; quietened mplayer.
* Updated Italian translation, from F. Cosoleto.
2004-05-10 09:17:58 +00:00
fredb
d9f6c2d9cb Make this build again on older NetBSD systems, without statvfs(). 2004-05-09 22:04:30 +00:00
fredb
e9dc5531d4 Neither the client nor server needs to be setgid kmem on NetBSD.
Note: it's very likely the client doesn't need to be setgid kmem on any
platform.
2004-05-09 20:47:04 +00:00
fredb
38c9766dd0 With statvfs(), the significant measures are scaled in terms of f_frsize,
not f_bsize.
2004-05-09 20:32:10 +00:00
cl
31a1bdfc13 use ${PYTHON} instead of python to use python
patch provided by: FUKAUMI Naoki  fun at naobsd dot org
2004-05-08 18:50:09 +00:00
cl
05e1952f64 add xentools12 package:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools12 package contains the
tools to create, destroy and control the virtual machines.

The xentools12 package contains the tools for Xen v1.2.
2004-05-08 18:24:00 +00:00
reed
91e9b985e1 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.

This was suggested by agc@ as a clearer definition.
2004-05-08 16:14:55 +00:00
reed
64ec3da5be Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
2004-05-08 02:08:38 +00:00
reed
99ba351aad Make sure this package installs to INFO_DIR (instead of info)
since it uses INFO_FILES.
2004-05-08 01:24:12 +00:00
adam
b1ca9e061e Deal with the statvfs 2004-05-07 13:50:37 +00:00
adam
8ee644965f Changes 0.11.50
* Fixed the fix for memory leaks in Search, since segfaulting is
  actually worse. I hope I got it, this time. Sorry. :/
* Fixed stupidly signless variable that caused the textviewer to
  die horribly when asked to view a directory. Reported by F. Co-
  soleto.
* Made View on directories in the sample config do nothing, since
  ViewText will open an empty window, now.
* Added Italian translation, courtesy of F. Cosoleto.

Changes 0.11.49
* Changed "Other" to "Others" in ChMod command dialog. Pointed out
  by F. Cosoleto.
* Improvements in the textviewer, inspired by a patch signed F.
  Cosoleto: Goto, Search and Quit (was "Close") now have obvious
  keyboard accelerators. Search also has Control+F, and repeats
  (infinitely when at least one match exists) on F3.
* Changed test for automatic hex viewing; now looks for a byte
  lower than 7; if found, the file is not text. This works better
  for 8-bit text files. It does not work for e.g. UTF-8, but then
  again gentoo's text viewer never did. :)
* Made textviewer into a real toplevel window, since it otherwise
  lacked e.g. resize controls which seemed silly.
* Plugged stupid memory leaks in textviewer when searching. Thanks
  to F. Cosoleto, as usual. :)
* Added an option to disable the storing of selection information
  in the history. Suggested by H. Hansen.
* Added RealMedia (.rm) as a recognized Video type in the default
  config.
* Implemented a new dynamic-content menu, called <ParentsMenu> that
  contains the directories from the current one's parent to the
  root.
* Added the ability to bind a command to the right-click of a path
  entry widget in a pane. Bound to "MenuPopup menu=<ParentsMenu> by
  default, but editable on the Controls config page.
* FAM-triggered rescanning rate is now dynamically adjusted to be
  4 times the time it takes to do the rescan. This prevents gentoo
  from hogging the CPU when very frequent changes causes it to re-
  scan continuously. Very inspirational patch by S. Zobell.

See NEWS inside the archive for other version changes
2004-05-07 13:49:56 +00:00
cjep
c3f6e4f661 Add RCS tags 2004-05-07 12:06:47 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
3d434a1283 Very beleatedly switch to use static DESCR files for the multiple
gst-plugins-* packages.  Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
2004-05-06 12:12:58 +00:00
jmmv
cd61a606b2 Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared library
changed).
2004-05-05 14:07:54 +00:00
minskim
197ed63787 statvfs fix for NetBSD-current>=2.0D. 2004-05-04 23:36:16 +00:00
minskim
48a6b345fe Run a statfs-related test in configure only when statvfs is not
available.  OK'ed by jmmv@.
2004-05-04 16:35:57 +00:00
mrg
fe7ba66f1c apply the patches from PR#25405: use statvfs if we find <sys/statvfs.h>.
now this builds with -current.
2004-05-04 08:23:38 +00:00
wiz
860e4850d1 Unused. 2004-05-04 08:18:26 +00:00
wiz
c8e808e6c8 Convert to bl3. 2004-05-04 08:08:19 +00:00
minskim
c674b3bdef Set GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk to
benefit from predefined lt_cv_sys_max_cmd_len.
2004-05-04 04:55:49 +00:00