Commit graph

2050 commits

Author SHA1 Message Date
snj
762c4af33b Fix build on FreeBSD 4.9-STABLE. From Michal Pasternak in PR pkg/23864.
While here, move PKGREVISION to silence pkglint.

Okayed by jmmv.
2004-02-16 20:36:04 +00:00
lukem
9ff9f37939 Update to 1.4.1, to sync with ups-nut 1.4.1. 2004-02-15 13:15:43 +00:00
lukem
869cae6ccf Update to ups-nut 1.4.1.
Many changes, including
    *	various configuation file format changes
    *	most UPS drivers enhanced
    *	upsmon/upssched support a lockfile
    *	chroot jails supported
    *	various bugfixes
(Refer to http://random.networkupstools.org/source/1.4/new-1.4.1.txt
for more information)

pkg update based on work sent in private email by Daniel Farrugia,
with various fixes by me.
2004-02-15 13:14:25 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
jmmv
5f70d86fba Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency). 2004-02-14 00:24:34 +00:00
jmmv
398d5e7d0f Remove imlib2 dependency; it's not used. Bump PKGREVISION to 4. 2004-02-14 00:23:34 +00:00
jmmv
ef7b71eb84 Remove some files, not really needed in the buildlink directory. 2004-02-14 00:03:32 +00:00
jmmv
1f3515b05c Add explicit dependencies on all the packages this one checks for.
No revision bump since these were already used (indirectly).
2004-02-14 00:02:42 +00:00
jmmv
433ad0285e Register desktop_default_applications.schemas in the gconf database.
Bump PKGREVISION to 3.
2004-02-12 23:44:09 +00:00
jmmv
6099983cd1 Conflict with linuxls; and sort entries in variable. 2004-02-11 23:12:50 +00:00
xtraeme
53d798589b Bump PKGREVISION due to imlib2 update. 2004-02-11 22:56:23 +00:00
wiz
3f16cc43ba libgnomevfs links against libgconf2, so add
GConf2 buildlink3.mk.
2004-02-11 13:05:38 +00:00
jlam
057d7df5ec Teach these package Makefiles about ICONV_TYPE. 2004-02-11 12:20:03 +00:00
xtraeme
802e063f4f bl3ify 2004-02-11 10:02:26 +00:00
xtraeme
3ec0decc5d bl3ify 2004-02-11 06:30:13 +00:00
xtraeme
689cae234c bl3ify 2004-02-11 00:48:07 +00:00
xtraeme
676e6d94b0 bl3ify 2004-02-11 00:39:29 +00:00
jmmv
2fb7592f80 Ensure that the "Start Here" link that gets created in the desktop has write
permissions for the owner.  Bump PKGREVISION to 2.
2004-02-10 17:59:24 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
40cb94ab16 Re-enable the use of fam, to get a full-featured 'file' method. This was
disabled a while ago because it was causing lockups when using gnome-vfs2;
after the updates of fam and gnome-vfs2, this seems to be fixed (there have
been some fixes WRT fam support in this package).  Bump PKGREVISION to 2.
2004-02-09 18:45:52 +00:00
jmmv
709fb038ea Update to 2.6.10:
- removed const from Scheduler.h to fix GCC 3 build.
- use GID_NOBODY if NOGROUP is undefined to build on SysV-like operating
  systems including IRIX.

Changes in the package:
- Install configuration file in place.
- Tell the user how to setup and enable FAM.
2004-02-09 18:14:45 +00:00
markd
2a8e866977 Update kdirstat to 2.4.0.
Changes Overview:
 o Fixed crash when quitting program while directory reading in progress.
 o Fixed crash when trying to open another directory for reading while
   reading still in progress. This is really just a variant of the above
   bug.
 o Added German translation contributed by Christoph Eckert.
 o Added Stop Reading toolbar button (and menu entry) to abort directory
   reading while in progress.
2004-02-09 12:26:53 +00:00
kim
2437946a4b Update to 1.15:
- weed out racoon info messages
- handle Netgear FVS318 message format
- produce blocked packet stats for FVS318
2004-02-09 01:28:33 +00:00
agc
24b206be47 Rather than a direct assignation to the signal mask, use sigemptyset(3),
from Roland Illig by email. "Needed for Linux 2.4.22"
2004-02-08 23:37:13 +00:00
jmmv
cbde456a74 Include intltool's buildlink2.mk to handle dependancies required by these
tools (as p5-XML-Parser).  Noted by Min Sik Kim.
2004-02-08 21:00:04 +00:00
grant
7ab86e3551 s/Cd/CD/, s/Gtk/GTK+/ in COMMENT. 2004-02-08 14:35:11 +00:00
grant
4ab42a3ae4 remove commented PKGREVISION from update to 0.1.5, fix COMMENT,
whitespace fixes.
2004-02-08 13:18:13 +00:00
grant
b0c2045d40 link against libsocket on Solaris. 2004-02-08 13:16:44 +00:00
grant
624e0dec35 don't override CFLAGS. fixes build with SunPro. 2004-02-08 12:58:55 +00:00
wiz
b73d8e2f14 Add tpb. 2004-02-07 10:38:32 +00:00
minskim
439e858389 Force to use openssl. This closes PR pkg/24202. (Aprroved by wiz@ and jmmv@)
Bump PKGREVISION.

While here, add all .conf files to EGFILES.  Noted by jmmv@.
2004-02-07 00:07:00 +00:00
jmmv
d3189ea520 Bump revision due to nautilus update to 2.4.2. 2004-02-06 22:37:59 +00:00
jmmv
20d7bc7dcd Finish update to 2.4.2: bump version and drop fam dependancy. 2004-02-06 22:31:14 +00:00
jmmv
289045a841 Update to 2.4.2:
* Leak fixes
* Keynav fixes
* Reread activation uri of symlinks in case the link target
  is stale.
* List view crash fix
* List view focus fix
* Ensure the source isn't deleted as a partial copy
* Fixed > 4G file transfers
* Icon view crash fix

While here, remove useless fam dependancy, as reported in PR pkg/24305.
2004-02-06 22:30:23 +00:00
jmmv
6526c267e6 Update to 2.4.2:
Bugs fixed
* Guess mime type by looking at the extension when a zip file is found
* ncpfs file systems should work again (radu)
* stop complaining about empty PROPFIND responses (Jan Kratochvil)
* Several memory leaks

Translations
* lt (Tomas Kuliavas)
2004-02-06 19:09:35 +00:00
gavan
a414e50ce6 Don't touch Makefile.in. Stops build from looping on Solaris. 2004-02-06 14:04:18 +00:00
reed
4f385e49e6 file uses libz.so. So add buildlink3.mk for zlib. 2004-02-05 02:10:39 +00:00
abs
b37ee96c50 + USE_LANGUAGES=c c++ 2004-02-04 22:23:46 +00:00
reed
e50217ad8d Some lines in the generated +DISPLAY were too long. So made
the lines shorter.
2004-02-03 05:17:43 +00:00
xtraeme
325005b73e mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, so
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in
PR pkg/24303.
2004-02-02 18:34:10 +00:00
wiz
3580559c25 Add RCS Id (hi soren -- use pkglint :)). 2004-02-02 17:42:10 +00:00
soren
17e6a2fb13 Oh, PKGREVISION isn't mandatory.. 2004-02-02 15:51:37 +00:00
soren
75247caf8d This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show
volume, mute and brightness of the LCD.
2004-02-02 15:49:17 +00:00
xtraeme
2d9c1b30c1 Update gpart to 0.1h, provided by ISIHARA Takanori in PR pkg/24263.
Changes:

    * New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
    * Updated Reiser filesystem support (Francis Devereux).
    * Updated LVM support.
    * Several small fixes from contributors.
2004-01-31 22:56:11 +00:00
jmmv
43e0273d27 Update grub to 0.94:
* Support building on x86-64 with gcc -m32.
* Use a BIOS call to turn on/off Gate A20. This should solve various
  problems related to Gate A20 in modern BIOSes.
* Add a workaround for buggy BIOSes (notably HP Vectra series) which
  don't pass the boot drive correctly.
* Display "GNU GRUB" instead of "GRUB" in the menu.
* Add support for QNX RTP into the grub shell.
* Add support for the initrd max address of a kernel header in Linux.
* Support 32 bit and 64 bit dev_t.
* Add support for an install device in GRUB's notation with no
  parenthesis (e.g. grub-install hd0).
* Improve the manual a lot.

While here, add a new build definition, GRUB_PRESET_COMMAND, which can be
set to a single command that will be embedded in grub's stage2 and executed
during bootup (useful for automated diskless setups).  Also make use of
BUILD_DEFS properly.  And pick up maintainership, as requested by tron@.
2004-01-29 18:36:38 +00:00
xtraeme
c7a9c7dce1 Simplify previous. 2004-01-29 11:00:02 +00:00
xtraeme
81d73a847b Don't link to libossaudio on !NetBSD platforms. 2004-01-29 10:39:16 +00:00
grant
a340a133ac bl3ify; fixes build on Solaris with SunPro. 2004-01-28 12:45:17 +00:00