Commit graph

115935 commits

Author SHA1 Message Date
wiz
a04785c89c Add an option to turn on OSS support (instead of turning it off
unconditionally), for DragonFly.
Based on a patch provided by Steve O'Hara-Smith on pkgsrc-users.

While here, split off options handling into an options.mk file.
2007-08-06 05:28:36 +00:00
lukem
ef9c920e05 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 04:53:23 +00:00
lukem
5fa3a9c42c Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 04:42:53 +00:00
adrianp
d176003e13 audit-packages prints vulnerabilities to stdout so compensate for this. 2007-08-06 02:43:34 +00:00
adrianp
bf4e848d46 Fix show-vulnerabilities-html target for pkg_install>=20070714.
audit-packages prints vulnerabilities to stdout so compensate for this.
2007-08-06 02:36:24 +00:00
lukem
c1a6de9ce0 Update to tnftp 20070806.
Notable changes:
 - Implement '-s srcaddr' to set the local IP address for all connections.
 - Support '-q quittime' when waiting for server replies.
 - Use IEC 60027-2 "KiB", "MiB" (etc) instead of "KB", "MB", ...
 - Portability fixes, including for FreeBSD, Mac OS X, and Solaris.
2007-08-06 01:58:04 +00:00
smb
a68e674dcf Added more plug-ins for claws-mail. 2007-08-06 00:33:05 +00:00
joerg
5b6bcf4a4b Add entries for xorg-server update and keyboard & mouse drivers. 2007-08-05 23:46:29 +00:00
joerg
ac651283fc Update to xf86-input-mouse-1.2.2:
- add option to control mouse sensitivity
2007-08-05 23:39:02 +00:00
joerg
1c74572863 Update to xf86-input-keyboard-1.2.0:
Split monolithic source in small subcomponents, moving code out of
the server.
2007-08-05 23:32:47 +00:00
joerg
03e53cf8d9 Update to modular xorg-server 1.3.0:
- RandR 1.2 support in the server (drivers must support it as well)
- many bug fixes, improvements for AIGLX and EXA etc pp
2007-08-05 23:30:19 +00:00
joerg
28e545bc4d Annotate today's Xorg updates. 2007-08-05 22:40:35 +00:00
joerg
eae2e658f2 Update libX11 to 1.1.3:
- man page fixes
- reset hostname when setting it internally for consistency
- fix XGetMotionEvents argument order
- locking fixes
2007-08-05 22:39:38 +00:00
tnn
7b610949fe Use full parameter lists in macros to avoid bogus replacements. 2007-08-05 22:06:11 +00:00
gdt
79d0b6203d From previous commit, restore comment in patch-aa explaining why
sys/param.h is needed.
2007-08-05 21:50:08 +00:00
joerg
1125419c76 Update to libXi-1.1.2: Unstatic a function again. 2007-08-05 21:49:26 +00:00
joerg
373f3b58a4 Update to xrandr-1.2.2:
- man page improvements
- search all configurations if the simple CRTC allocation failed
- document options added in 1.2.1
- output mode flags with verbose
2007-08-05 21:42:40 +00:00
joerg
d0654847c5 Update to xhost-1.0.2: Minor man page improvements. 2007-08-05 21:25:54 +00:00
joerg
9c14681dd5 Update to setxkbmap-1.0.4: minor code cleanup and much more documented
switches in the man page.
2007-08-05 21:23:50 +00:00
joerg
ecbc043614 Update to ico-1.0.2: fix typo in man page. 2007-08-05 21:21:03 +00:00
joerg
fc490cbd97 Update to iceauth-1.0.2. This features a lot more const correctness. 2007-08-05 21:15:45 +00:00
adrianp
f8d42e5581 Add CONFLICTS+=pkg_install>=20070714 2007-08-05 21:03:16 +00:00
joerg
86415d1043 Don't run the IDL compiler multiple times due to a bogus
dependency, esp. not during the install phase. This is an
attempt to workaround the random breakage I see on DragonFly,
but it makes the build faster as well, which is a good thing.
2007-08-05 20:48:47 +00:00
tnn
806e4552b0 convert subst fragment into patch 2007-08-05 20:16:46 +00:00
tnn
0413e48c23 Updated sysutils/gamin to 0.1.9 2007-08-05 20:05:43 +00:00
tnn
895aa046f7 Update to gamin-0.1.9:
0.1.9: Jul 27 2007:
   - Bug fixes: enable polling when using inotify this fixes support for NFS
      partitions (Alexander Larsson), do not run idle handler if not needed
      reduce wakeups (Alexander Larsson), handling of failure of inotify
      initialization (Robert Clark), force poll support if compiled without
      inotify and dnotify (Ray Strode)
      - Portability: patches to allow compiling again on Hurd and kFreeBSD
      (Michael Banck), patches to ease compilation on OS X (Brendan Cully)

0.1.8: Oct 31 2006:
   - Build and portability fixes: handle sys/inotify.h, Python detection
      (Joseph Sacco), FreeBSD portability fix (Loïc Minier/Petr Salinger),
      out of tree build and install (Loïc Minier), fix build with Sun's
      compiler (James Andrewartha)
   - Bug fixes: pkg-config cflags (Claudio Fontana), debug signal hookup
      fix (Bastien Nocera), client filedescriptor close trouble (Alexander
      Larsson), low filedescriptor handling in the server (Alexander Larsson),
      buffer on connection reset cleanup (Ariel T. Glenn), inotify new backend
      fixes (Alexander Larsson)
   - Improvements: update the inotify backend to the version used by
      gnome-vfs (John McCutchan), minimize the timeouts usage
      to not wake up apps unduely (Alexander Larsson)

0.1.7: Oct 27 2005:
   - Portability fixes (Diego Pettenò, Sjoerd Simons, Daichi Kawahata)
   - A small memory leak fix (Christopher Aillon)
   - Fixes for gam_server segfaults (Ed Catmur, DV)
   - One last patch for Python detection

0.1.6: Sep  8 2005:
   - Large revamp of the inotify back-end (John McCutchan)
   - Code reorganization, changes for polling (John McCutchan)
   - Portability patches for NetBSD (Johnny Lam)
   - Fix compilation without inotify
   - environment variable GAM_TEST_DNOTIFY to force dnotify on inotify kernels
      (John McCutchan)
   - Inotify race conditions fixes (John McCutchan)
   - Removal of some asserts resulting in crashes
   - Applied some testing patches (TomPh)
   - Fixed a memory leak on inotify back-end
   - Python detection fix
2007-08-05 20:03:35 +00:00
joerg
d80f1f5222 font-util is Perl free now. 2007-08-05 19:21:30 +00:00
joerg
2b3c50ae39 Replace bdftruncate.pl with a small C program. Original code is
from Martin Husemann with a number of improvements from me.
Bump revision.
2007-08-05 19:20:19 +00:00
joerg
fd0508f2a2 Don't use malloc.h. 2007-08-05 19:15:47 +00:00
adrianp
4dbb76ab3c mkdatabase needs BMAKE=${MAKE:Q} set before calling otherwise it will
default to using 'make' which will break systems (e.g. OS/X) that use
'bmake'.
Report from Mark E. Perkins on pkgsrc-users@
2007-08-05 19:13:02 +00:00
joerg
5a7be22a50 Needs msgfmt. 2007-08-05 19:07:54 +00:00
joerg
2e9ce6a0fe Don't use malloc.h. 2007-08-05 18:57:05 +00:00
joerg
2b6b457282 Don't use malloc.h. 2007-08-05 18:42:28 +00:00
tron
36f8123f8e Note update of the "imap-uw" package to version 2006j2nb2. 2007-08-05 18:42:06 +00:00
tron
6762664d3f Make IPv6 support work again, bump package revision. 2007-08-05 18:41:52 +00:00
joerg
70cccabbd6 Don't use malloc.h. 2007-08-05 18:37:01 +00:00
joerg
9541a77764 Don't use malloc.h. 2007-08-05 17:38:47 +00:00
adrianp
0f8a3686bb s//etc/${PKG_SYSCONFDIR}/ 2007-08-05 17:21:50 +00:00
joerg
14b4b4cba7 Don't use malloc.h. 2007-08-05 17:16:29 +00:00
joerg
67ad9a8990 Fix path to Perl. Bump revision. 2007-08-05 16:44:52 +00:00
joerg
e3085506ce Include unistd.h for mkdtemp. 2007-08-05 16:36:11 +00:00
tnn
7b838717d9 Interix: Install xargs script in $wrkdir, not $prefix, for bootstrapping. 2007-08-05 16:12:15 +00:00
joerg
9c6da64538 Remove a misspelt variable that is no longer used anyway from the
sample mk.conf. Fix a spelling mistake from he@.
2007-08-05 16:09:13 +00:00
obache
62573e8261 Disable APM applet on none APM ports of NetBSD.
Should fix PR 36289.
2007-08-05 16:03:38 +00:00
joerg
5471e226b8 Don't use malloc.h. 2007-08-05 15:48:09 +00:00
joerg
968c6fdfc7 Don't use malloc.h, use stdlib.h. 2007-08-05 15:37:34 +00:00
joerg
991e2994e4 Fix path to and depend on bash. 2007-08-05 15:04:38 +00:00
joerg
a40dec8f12 Correctly handle ordering NULL -- this greatly simplifies using it
in iteration functions. Fix a major thinko that prevented the actual
order rules from being used. Bump to 20070804.
2007-08-05 14:58:49 +00:00
joerg
e2a9c6ca63 Don't compare a function name against NULL, master_mode is meant here.
Thanks tnn@.

Reverse the test for extracting the bootstrap kit as the old version
hits set -e error handling.

Bump to pbulk-1.11.
2007-08-05 14:15:55 +00:00
seb
0dca936f3e Note update of devel/p5-Module-CoreList to version 2.12. 2007-08-05 13:58:05 +00:00