Age | Commit message (Collapse) | Author | Files | Lines |
|
This fixes build on DragonFly. Patch from Joerg Sonnenberger.
Approved by maintainer, jmmv.
|
|
following packages because they don't use "it" and "setup check"
as BUILD_TARGET and INSTALL_TARGET, respectively:
devel/bglibs
mail/mailfront
mail/qmail-qfilter
sysutils/memtester
sysutils/qlogtools
Since there's only one consumer of BGWARE_INSTALLER, and future
bgware will use bg-installer from bglibs, move the do-install
routine directly into qlogtools.
|
|
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
|
|
Bump PKGREVISION to 1. From Piotr Meyer in PR pkg/30834.
As GRUB 0.x is in maintenance-only status now, I assume there is no
chance to get them incorporated mainstream. We'll keep them here
though, as they seem useful (could have really helped me in some
situations when needing to boot single user).
|
|
fixes part of PR pkg/30584.
|
|
This is a stable release to coincide with the release of GNOME 2.10.2.
Changes since the last stable release
* Remove the temporary disc image on error
* Only allow directories, regular files and symlinks in ISOs
* Verify file exists before showing contextual menu items
Translators
* Vladimir Petkov (bg)
* Miloslav Trmac (cs)
* Rhys Jones (cy)
* Frank Arnold (de)
* Priit Laes (et)
* Christophe Merlet (RedFox) (fr)
* Gabor Kelemen (hu)
|
|
Fixes:
* Make user .desktop files correctly override system ones (Mark)
* Remove <LegacyDir> from settings menu (Mark)
* Fix memory leaks on re-load (Mark)
* Fix issue with duplicate sub-menus (Mark)
* Add support for building against uninstalled gnome-menus (Brian Cameron)
Translations updated: bg, et, gl, he, rw, vi, xh, zh_TW.
|
|
* glibtop_get_mountlist() : Added tmpfs to ignore list.
* Re-install open.h to please GTop (libgtop perl wrapper).
* Linux:
* Fixed compilation on mips.
* Added pagein/pageout for 2.6.
|
|
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
|
|
gracefully restarted. See
http://mail-index.netbsd.org/port-xen/2005/08/17/0003.html
for details.
Bump PKGREVISION.
|
|
|
|
Changes:
* Looks like we'll have to mount the mfs_var tarball
before mounting the vnd(4) var_db_pkg compressed image.
* Remove all dirs/files from /usr and /var/db/pkg, saves
some space.
|
|
Changes:
* New option added: VND_COMPRESSION. To enable vnd(4)
compression on /usr and /var/db/pkg (at the moment).
* Fixed a problem with -k and USE_GNU_GRUB=yes,
building a kernel with -k overwrites the "menu.lst"
file.
* Only copy /etc/X11/XF86Config to $ISODIR when there
is not a previous file, fixes PR pkg/30889.
* Renamed the rc.d script mfs_rcd to livecd, because
it's not only mfs anymore.
Finally we can have kde-3.4.2 with NetBSD in a live CD-ROM:
416M netbsd-3.99.7_kde-3.4.2.iso
Enjoy.
|
|
-liconv) as they're not used in the libraries.
|
|
|
|
|
|
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
1. Minimize the security model of FAM -- the daemon runs under the
user account.
2. Simplify the code base, dropping some of the most exotic features
of FAM.
3. Provide an API and ABI compatible replacement for FAM.
4. Try to fix some other issues like resource consumption.
|
|
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
|
|
|
|
pkglint.
|
|
Changes unknown, but probably only bugfixes.
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
more other applications. Using glib-1.2 is only meant as a workaround.
|
|
|
|
anyone want to disable it?
|
|
Changes:
- many small bug fixes
- improved syntax highlighting files for the internal editor
- security fix for the urar virtual file system
- updated German and Italian translations
|
|
Bump PKGREVISION.
|
|
packages. Set runtime dependencies on GNU tar and gzip for all amanda
packages.
Bump PKGREVISIONs to 1 for amanda-client and amanda-plot, to 2 for
amanda-common and amanda-server.
|
|
locally (which clashes with the system one on amd64).
|
|
|
|
Changes:
o cdboot support on NetBSD >=4.0 (-current).
o Availability to choose the bootloader through a new option:
USE_GNU_GRUB (by default yes).
o When using GRUB as the bootloader, it is possible to build
and install multiple kernels with the target "kernel", it
will install the kernels into the ISO image and the menu.lst
file will be modified automatically, see MULTIPLE_KERNELS
(mklivecd(8)).
o Various misc fixes.
o Now /dev uses optimum values for not wasting space.
o Added -k flag, that accepts a kernel as argument. To build
an additional kernel without looking at the config file.
|
|
- fixed a bug when dragging files from Gnome (or other desktops?) to Xfe. The number of files
was incorrectly set to n+1 instead of n.
- fixed a small regression that occured when trying to copy or move a directory to a place
where a directory with the same name already exists
- simplified the source tree to reduce the compilation time
Version 0.83 (not released)
- modified the layout of the permissions tab to be more intuitive (first permissions,
then owner, and finally command)
- added button "Owner only" in the permissions tab to allow chown only operations
- fixed a bug in chmod and chown operations when trying to recursively change permissions
on a single folder
- new Debian package icon
- when multiple files are selected, the default for Properties/Permissions dialog is now "Set marked".
This is more consistent with the single selected file case.
- updated xfe.spec.in to reflect FOX 1.4.x support
- changed executable files icon
- added Windows EXE icon
- added Ctrl-W shortcut to the Quit button
- changed the font in Help window to text font (improve readability)
- changed delete and empty trash icons, for consistency
- fixed a problem when moving a file and that file already exists : only one overwrite dialog
should appear. Fixed the File::move() function in the File class.
- updated the README and help.cc files
- implementation of the trash can for file delete operations
- fixed a small bug in exists() function that prevent broken links to be deleted
|
|
Bump PKGREVISION.
|
|
|
|
|
|
* Increased version for GNOME 2.10 release version.
Changes 2.8.0:
* Increased version for GNOME 2.8 release version.
Changes 2.7.2:
* Now builds against latest gnome-vfs 2.7 API.
Changes 2.7.1:
This is the first version for GNOME 2.7/2.8 with additional API:
* Added Address.
* Added ResolveHandle.
* Added DnsSd functions.
* Drive: Added get_hal_udi().
* Volume: Added get_hal_udi().
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
install the .glade file so that the main dialog looks like expected,
bump PKGREVISION
|
|
individually, and avoid unnecessary tricks with the PLIST location
|
|
better than shareware.
|
|
|
|
to apply it.
|
|
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|