Commit graph

152319 commits

Author SHA1 Message Date
joerg
986166cab7 Fix PLIST. *blush* 2010-01-02 13:44:20 +00:00
drochner
c880479b50 "flex" apparently changed its behavior wrt "yylineno": If invoked
w/o "-l", yylinelo still gets defined in recent versions, but not
in the version which comes with NetBSD-4.
So require "flex" for the build and always use the "-l" flag, so we'll
hopefully get deterministic behavior.
Should fix PR pkg/42509 by Robert Elz.
2010-01-02 12:49:43 +00:00
tron
2842d2d61d Note update of the "rsync" package to version 3.0.7. 2010-01-02 12:39:30 +00:00
tron
644a5fcc4a Update "rsync" package to version 3.0.7. Changes since version 3.0.6:
- Fixed a bogus free when using --xattrs with --backup.
- Avoid an error when --dry-run  was trying to stat a prior hard-link file
  that hasn't really been created.
- Fixed a problem with --compress (-z) where the receiving side could
  return the error "inflate (token) returned -5".
- Fixed a bug where --delete-during could delete in a directory before it
  noticed that the sending side sent an I/O error for that directory (both
  sides of the transfer must be at least 3.0.7).
- Improved --skip-compress's error handling of bad character-sets and got
  rid of a lingering debug fprintf().
- Fixed the daemon's conveyance of io_error value from the sender.
- An rsync daemon use seteuid() (when available) if it used setuid().
- Get the permissions right on a --fake-super transferred directory that
  needs more owner permissions to emulate root behavior.
- An absolute-path filter rule (i.e. with a '/' modifier) no longer loses
  its modifier when sending the filter rules to the remote rsync.
- Improved the "--delete does not work without -r or -d" message.
- Improved rsync's handling of --timeout to avoid a weird timeout case
  where the sender could timeout even though it has recently written data
  to the socket (but hasn't read data recently, due to the writing).
- Some misc manpage improvements.
- Fixed the chmod-temp-dir testsuite on a system without /var/tmp.
- Make sure that a timeout specified in the daemon's config is used as a
  maximum timeout value when the user also specifies a timeout.
- Improved the error-exit reporting when rsync gets an error trying to
  cleanup after an error:  the initial error is reported.
- Improved configure's detection of IPv6 for solaris and cygwin.
- The AIX sysacls routines will now return ENOSYS if ENOTSUP is missing.
- Made our (only used if missing) getaddrinfo() routine use inet_pton()
  (which we also provide) instead of inet_aton().
- The exit-related debug messages now mention the program's role so it is
  clear who output what message.

Approved by Alistair Crooks.
2010-01-02 12:39:16 +00:00
gson
ce2ecec5f6 Fix incorrect date 2010-01-02 11:18:29 +00:00
gson
9e844e86ec note update of misc/py-anita to 1.9 2010-01-02 11:08:39 +00:00
gson
ec50bf2351 Updated during the freeze to address open PR pkg/42562.
Changes since version 1.8:

Deal with recent renumbering of password encryption choices in sysinst.
2010-01-02 11:07:26 +00:00
sekiya
198c9685fc Use sizeof() to calculate size of struct ifreq on NetBSD.
Fixes:

	Interface 1: wm0
	Interface 4: o0
	cfservd: No such network device
	cfservd: ioctl: Socket operation on non-socket

... at startup.
2010-01-02 10:55:05 +00:00
heinz
18936cc433 Added fix for bad rule FH_DATE_PAST_20XX, triggering for every message
since 2010-01-01.

Ok by agc@.
2010-01-02 03:48:40 +00:00
dholland
449a42da96 +molden-4.8 2010-01-02 00:48:59 +00:00
jnemeth
4b063f94df Fix build problem when no options are selected. Thanks to wiz@ for
noticing the problem and seb@ for help with the Makefile contortions.
2010-01-02 00:36:54 +00:00
dholland
e26bae8305 Since this thing's distfile is rebuilt upstream every night with new
timestamps, use a copy cached on ftp.n.o. Set DIST_SUBDIR too for the
benefit of anyone who picked up some random nightly copy other than
today's. Nothing important has changed, so no revbump.
2010-01-02 00:20:14 +00:00
joerg
54183b381a Explicitly depend on archivers/szip. 2010-01-01 21:03:29 +00:00
spz
a1e7af1e84 Fix build failure:
NetBSD-current added dwarf.h and that made the code assume that sys/stropts.h
was present without greater need, since configure also checks for
HAVE_SYS_STROPTS_H.
2010-01-01 19:38:44 +00:00
snj
f4273eb2f9 - libtorrent-0.12.6, rtorrent-0.8.6 2010-01-01 19:38:32 +00:00
snj
58ce3c783b Updated net/libtorrent to 0.12.6.
Updated net/rtorrent to 0.8.6.
2010-01-01 19:37:51 +00:00
snj
46f88a9795 Update libtorrent to 0.12.6 and rtorrent to 0.8.6.
Changes:
- Added a simple scheduler framework.
- Don't send numwant in STOPPED messages as some trackers are stupid about
  it.
- Reintroduced clearing of epoll event list when a socket is closed as
  it might cause race conditions.
- Added cppUnit test framework. Tests will be added on rather unregular
  basis.
- Logging for SCGI calls.
- Fixed handling of errors when writing out session torrents, it should
  no longer hit an infinite loop.
- Fixed a bug that would cause reading of a piece to hang rtorrent if
  the incoming data contains only data up to a file boundary, but not
  the next file's data.
- Fixes a file handle leak in the execute_capture functions.
- Fixed crash on empty bitfield in 'd.bitfield'.
- Fixed the Object::flag_unordered code to handle initial zero-length
  keys. Ticket #1950.
- Made torrent::Rate::rate_type uint64_t and added sanity checks due to
  reports of bad download/upload values being reported to some trackers.

OK tron@ wiz@
2010-01-01 19:36:31 +00:00
joerg
c477b7cb21 The path after -Wl,-rpath as an argument for the linker, so it needs
either to be prefixed with -Wl, or just be part of the former argument.
Do the latter.
2010-01-01 18:38:08 +00:00
joerg
d92f430cb3 Fix linkage. 2010-01-01 18:23:48 +00:00
tnn
937b3e0ee5 mirrored the distfile due to unavailability 2010-01-01 17:54:38 +00:00
joerg
fe3d98d228 Has race conditions, so not MAKE_JOBS_SAFE. 2010-01-01 17:47:05 +00:00
heinz
a88ce90056 Starting with ExtUtils::MakeMaker 6.43 some public variables (esp.
Recognized_Att_Keys) were made private, which broke SpamAssassin's
(ab)use of those variables. For details see
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6131.

Perl 5.10.1 includes ExtUtils::MakeMaker 6.55_2 and consequently building
SpamAssassin 3.2.5 with DESTDIR support in pkgsrc does not work anymore.

The fix changes the decision whether the used EU::MM module has good
enough DESTDIR support to depend only on the version number
(ie. mm_has_good_destdir is true) instead of the availability of the
key 'DESTDIR' in the (now non-public) Recognized_Att_Keys hash.

Ok to commit during freeze by wiz@
2010-01-01 13:55:32 +00:00
tron
13ec8eec3a Note update of "ntop" package. 2010-01-01 13:52:03 +00:00
tron
1cbde15b57 Remove ".a" files for plugins as the new "libtool" no longer generates
those. Bump package revision because the binary package changed.
2010-01-01 13:50:09 +00:00
tron
46576b69a7 Fix build with new version of "libtool-base". 2010-01-01 13:22:15 +00:00
wiz
f636207f36 Updated textproc/mdoclint to 1.4 2010-01-01 11:41:02 +00:00
wiz
e4b635f98b Recognize 2010, bump version to 1.4. 2010-01-01 11:40:49 +00:00
jnemeth
3070014c8a start CHANGES-2010 2010-01-01 01:20:01 +00:00
ver
635b9f90f0 Fix failure in patch-ad. Approved by cegger@. 2010-01-01 00:34:53 +00:00
abs
db51e4cb5a Install missing config/mimetypes.php file.
Fixes mime type when attaching an Office (MS or Open*.org) file.
Prior to this commit would always be tagged as application/octet-stream.

Bump pkgrevision
2009-12-31 16:56:18 +00:00
obache
bf5b5d8865 Updated converters/skf to 1.96.5 2009-12-31 11:01:54 +00:00
obache
bc3530eb11 Update skf to 1.96.5.
skf (1.96.5)

  * delete _phpswigglue on clean
  * fix --set-g* does not work on misc mb codeset.
  * preconvert detect and result inconsistency further fix up.
  * ebcdic related ascii loading error fixed.
2009-12-31 11:01:38 +00:00
wiz
19e40d7414 + osh-20091218 [pkg/42536], tor-0.2.1.21 [pkg/42541]. 2009-12-31 09:03:42 +00:00
wiz
69773a2c16 + calibre-0.6.30, cherokee-0.99.39, cone-0.80, cvsd-1.0.17,
doxygen-1.6.2, electric-8.10, exiv2-0.19, munin-1.4.3, neon-0.29.2,
  openldap-client-2.4.21, p5-DateTime-TimeZone-1.07,
  p5-Module-CoreList-2.24, p5-XML-Atom-0.36, patch-2.6.1,
  polkit-qt-0.9.3, puzzles-8800, py-bsddb3-4.8.2, py-cups-1.9.47,
  qemu-0.12.1, rtorrent-0.8.6, rxvt-unicode-9.07, scmgit-base-1.6.6,
  scmgit-docs-1.6.6, t-prot-2.10, tinc-1.0.11, x264-devel-20091226,
  xf86-video-vmware-10.16.9.
2009-12-31 08:54:36 +00:00
wiz
b5ce146836 Make py-twisted and cftp conflict with each other, both install a
bin/cftp file.
2009-12-31 08:37:31 +00:00
abs
4cd9c896d2 add files (stupidly) missed in last update 2009-12-31 00:42:24 +00:00
joerg
383ef9fa38 pbulk-0.44: Remove a second call to pscan from a failed merge. 2009-12-30 21:14:43 +00:00
joerg
fd75b0c86d The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. 2009-12-30 21:13:15 +00:00
joerg
261a9a7ba3 Remove seamonkey-bin-nightly. It is completely outdated and can't even
be fetched. Proposed on tech-pkg, OK wiz
2009-12-30 21:11:20 +00:00
joerg
2987d2f3f5 Removed www/seamonkey-bin-nightly 2009-12-30 21:07:56 +00:00
abs
128e7d224a Add note on SHLIB_{MAJOR,MINOR,TEENY} 2009-12-30 20:46:22 +00:00
tron
b0e887ee79 Note update of "x11-links" package to version 0.45. 2009-12-30 17:11:28 +00:00
tron
28af4dc814 Update "x11-links" package to version 0.45:
1.) Update list to remove duplicates and add missing entries for recent
    versions of NetBSD-current. The necessary changes were supplied
    by Bernd Ernesti.
2.) Include the operating system version number in the package version
    to force a re-build of the package if the operating system is
    updated (which might change the X11 distribution as well.
This should fix PR pkg/42492.

Change approved by Thomas Klausner.
2009-12-30 17:10:32 +00:00
taca
c04be0609a Note update of www/typolight27-translations and www/typolight28-translations
packages.
2009-12-30 15:44:39 +00:00
taca
0fe63c70d3 Update typolight28-translations package to 20091228.
Update Turkish translation files.
2009-12-30 15:43:33 +00:00
taca
8b4f6d7d2c Update typolight27-translations package to 20091228.
Update Turkish translation files.
2009-12-30 15:42:31 +00:00
jnemeth
d259fc0656 Updated comms/asterisk16 to 1.6.1.12 2009-12-30 14:57:56 +00:00
joerg
a91167bad3 Uses deprecated GTK interfaces. 2009-12-30 13:40:14 +00:00
joerg
db675ebdf4 Updated math/pspp to 0.6.2 2009-12-30 13:34:06 +00:00
joerg
98b1411dd9 Update to PSPP 0.6.2. Fixes a few bugs and adds some new translations
Updated during freeze as it is required to building against GTK+ 2.17.4
and later.

From asau@
2009-12-30 13:33:27 +00:00