Commit graph

103798 commits

Author SHA1 Message Date
rillig
e302a7b4a9 Added a patch for SunPro. 2006-09-24 10:30:41 +00:00
schmonz
86f17486d0 + tmda-1.1.5 2006-09-24 09:39:02 +00:00
wiz
80f8caff93 Note gnucash-docs PKGREVISION bump. 2006-09-24 07:29:12 +00:00
wiz
80052f4a53 Add missing dependency on yelp. Bump PKGREVISION. 2006-09-24 07:27:00 +00:00
schwarz
4695cdb27b IRIX is also a System V OS. Fixes PR#26869. 2006-09-23 22:12:15 +00:00
xtraeme
71098d016f Updated mail/sylpheed to 2.2.9 2006-09-23 22:07:05 +00:00
xtraeme
fd710762a2 Update to 2.2.9: (I commit it on the freeze because it contains
fixes for GTK+ 2.10)

2.2.9 changes:

* The crash that occurred if the summary was sorted by a key
  which doesn't have visible column was fixed.
* The URI of the about dialog was updated.

2.2.8 changes:

* The bug that possibly lost messages when there was no disk space
  has been fixed, so please upgrade if possible.
* The PLAIN authentication method for IMAP4 was supported.
* The verification of encrypted and signed messages with combined
  method was supported.
* Oniguruma regex library can be used instead of system's regex API.
* The LDIF import of the addressbook was improved.
* Full PGP signature information is displayed on the main text view.
* All trailing spaces are removed when signing with PGP/MIME instead
  of using quoted-printable to improve compatibility with other MUAs.
* A warning is displayed before sending when Bcc is specified at PGP
  encryption.
* The bug that possibly lost relatively small messages on receiving
  when there was no disk space was fixed.
* The behavior of manual junk filtering was fixed.
* UTF-8 text can be inserted correctly in the compose window.
* The error messages of the failure of displaying message body was
  improved.
* Some workarounds for GTK+ 2.10 were made.
* Minor UI fixes were made.
* Other minor bugs were fixed.
2006-09-23 22:03:52 +00:00
jschauma
14710eac80 apply patch from PR pkg/34481 to fix PLIST 2006-09-23 19:25:16 +00:00
jschauma
de638fe7de fix PLIST as per PR pkg/34480 2006-09-23 19:23:02 +00:00
adrianp
964219a4f4 Updated graphics/xzgv to 0.8.0.1nb3 2006-09-23 15:01:02 +00:00
adrianp
d7ad620d50 Fix for CVE-2006-1060 via Gentoo
Bump to nb3
2006-09-23 14:59:34 +00:00
joerg
a8051c6c8e Fix build with newer cmake. 2006-09-23 14:08:10 +00:00
adrianp
6caf254310 Updated archivers/gzip-base to 1.2.4bnb2 2006-09-23 13:53:50 +00:00
adrianp
25fb745003 Fixes (via RedHat) for: CVE-2006-4334, CVE-2006-4335, CVE-2006-4336,
CVE-2006-4337 and CVE-2006-4338
Bump to nb2
2006-09-23 13:52:17 +00:00
joerg
edf0a1a8e9 Require bison. hugs's configure is not happy with byacc for
unknown reasons and since some platforms have at least even
weaker yacc's than the BSDs, don't try to hack around that.
2006-09-23 13:36:06 +00:00
wiz
17172c8e01 Note taglib and id3lib updates. 2006-09-23 13:29:49 +00:00
wiz
03fcf967f4 Two functions had missing arguments. Patch from stoned@
Fixes problems in amarok (and probably other dependencies).

Bump PKGREVISION.
2006-09-23 13:26:24 +00:00
ben
eada240271 Make note of cabextract update. 2006-09-23 13:03:18 +00:00
ben
1d272804ae Update cabextract to version 1.2. Notable changes include:
*  The "-t" archive integrity checking option has been added. This was
requested by several users. cabextract can unpack cabinet files and give
you MD5 checksums of the files inside, without writing the unpacked
files to disk.

* Large files (more than 2 gigabytes) are now correctly searched for
cabinet files.

* A security vulnerability has been fixed. Files compressed with the
Quantum method, using a window size less than 32768 bytes, could cause
cabextract to write beyond the end of the window and cause a
segmentation fault. This fix also permits cabextract to unpack this type
of cabinet file (of which only one has been found in the wild) correctly.

* The unnecessary GNU source mempcpy.c, which caused compilation
failures on several systems, was removed.

* An off-by-one error introduced in 1.1's UTF-8 decoder was fixed. Files
with UTF-8 filenames can now be extracted. The UTF-8 decoder was also
upgraded to support the latest Unicode characer maps.
2006-09-23 13:02:17 +00:00
joerg
3f2bb2b72c Add DragonFly to list of platforms not supported by gcc 3.3.
Since the TLS support is too weak, this won't change.
2006-09-23 12:47:58 +00:00
joerg
7545d135e6 - Compute CHEKCK_FILES filter on the entries requested and keep it
as tight as possible. Files we don't handle shouldn't be skipped.
- fonts.alias is not created automatically, so don't remove it.
- create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR.
  On platforms not following the X11R6 loayout this might need to
  be overriden.
- Fix type1inst calls.
- Modify packages which installed fonts.alias before to actually
  include it in the PLIST and bump the revisions accordingly.
- Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices
  at run time.

Discussed with wiz and jlam.
2006-09-22 21:53:56 +00:00
joerg
68d3dff32d Fix linkage (libX11 gets linked implicitly). Bump revision. 2006-09-22 21:48:43 +00:00
tron
0a4069ca7e Remove Mac OS X shared object buildfix which is no longer necessary.
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
2006-09-22 21:26:13 +00:00
wiz
93a817e425 + capc-calc-2.12.1.5, cdrdao-1.2.2, cups-1.2.4, gcdmaster-1.2.2. 2006-09-22 21:09:37 +00:00
drochner
bfbfcb07cf make user's login photo display work again: the code checks whether
the file (~/.face) is on a local filesystem which didn't work because
it didn't recognize NetBSD's way to use statvfs()
(I had to make the check for statvfs a bit weaker, hope that doesn't
break on another platform.)
2006-09-22 19:56:59 +00:00
joerg
dea60f78d3 Fix build on DragonFly 1.6+. 2006-09-22 18:58:59 +00:00
drochner
cacb4adb7a -make this build on -current where some fields were removed from
struct uvmexp -- use uvmexp_sysctl on NetBSD instead
-correct filesystem size calculation: the unit is vfsstat.f_frsize
-bump PKGREVISION
with jmmv's blessing
2006-09-22 15:57:47 +00:00
dsainty
4354bb1be8 Pull in security/openssl/buildlink3.mk.
libgnomedb_entry_builtin_plugins.so.4.0.0 links with libssl, and if
PREFER.openssl=pkgsrc then it should link with Pkgsrc libssl.  Without
including security/openssl, it links with /usr/lib/libssl.so instead.
2006-09-22 15:08:09 +00:00
tron
8b8cd5757e Remove as maintainer of this package because I don't use it any longer. 2006-09-22 14:40:33 +00:00
kivinen
08fc2550dd Fixed RSA e=3 bug (most likely nobody uses e=3 rsa keys
on ssh anyways, but better to make sure). Fixed some
	more ssh_*_{en,de}code calls missing necessary casts.
	Disabled x11-security extension on x86_64 as it does not
	work there (uses xauth instead). Updated pkgrevision.
2006-09-22 13:58:46 +00:00
dsainty
ebd1f197cc Fix the mk/oss.buildlink3.mk usage by:
1. Using ${LIBOSSAUDIO} instead of assuming -lossaudio
2. Disabling sound entirely if ${OSS_TYPE} == none

This should fix the build for every platform but NetBSD (tested on Solaris),
and no change for NetBSD builds.
2006-09-22 13:21:37 +00:00
dan
d276cf5c1a monotone 0.30nb1 for patch-ab lru_writeback_cache.hh fix 2006-09-22 12:03:06 +00:00
dan
ab0530311a Fix a regression introduced between 0.29 and 0.30 detected when
handling large repositories like NetBSD src.  Problem found by riz@,
fix from mainline a:njs/d:2006-09-22T07:01:26, tested by me.

bump rev to nb1

ChangeLog:

2006-09-21  Nathaniel Smith  <njs@pobox.com>

        * lru_writeback_cache.hh (clean_insert): Correct the cache
        overflow logic so as to _actually_ never remove the last element.
        Add an invariant to verify this.
        (insert_dirty): Add an invariant here too.
2006-09-22 11:14:05 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
rillig
11fabe8f96 Needs GNUmakefile. 2006-09-22 06:33:30 +00:00
rillig
0debc9a3b0 Needs GNUmakefile as MAKE_FILE. 2006-09-22 06:28:18 +00:00
reed
a98c3ea89d Add myself as responsible for BSD/OS. It is a dead operating system
but is still in use. If anyone needs help with pkgsrc on BSD/OS,
I should be able to help.
2006-09-21 23:37:22 +00:00
dsainty
9da1e0555e Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency. 2006-09-21 21:47:32 +00:00
rillig
a8ae7bde5f Added a missing directory for Solaris. 2006-09-21 20:23:38 +00:00
wiz
ad4d68352f + abcm2ps-4.12.27, cabextract-1.2, cfengine2-2.1.21, loudmouth-1.0.5,
metacity-2.16.1, phpmyadmin-2.9.0, rosegarden4-1.4.0 [replacing
  audio/rosegarden|pkgsrc-wip].
2006-09-21 19:58:23 +00:00
rillig
14f1317c5d I also have access to SunOS-5.10-i386. 2006-09-21 19:40:06 +00:00
joerg
f8572f1858 Fix curl linkage. Bump revision. 2006-09-21 18:15:21 +00:00
drochner
3a47727b31 add INSTALL/DEINSTALL scripts to create a symlink /usr/lib/nss_XXX.so.0
so that the nss plugin is found by programs,
addresses PR pkg/34285 by Frank Kruchio,
bump PKGREVISIONs
2006-09-21 18:06:18 +00:00
joerg
ab7a600aa5 Don't use included gettext and tools. Found during bulk build,
when share/locale/locale.alias was created. Bump revision.
2006-09-21 16:16:24 +00:00
rillig
607816ed22 Fixed the wrong package name. I had accidentally run "make
changes-entry" in the wrong directory.
2006-09-21 15:24:16 +00:00
tron
cae5ada137 Regenerate after "patch-aa" has been added. 2006-09-21 10:40:01 +00:00
taca
5810fcaf35 +snort-2.6.0.2, webmin-1.300 2006-09-21 04:25:39 +00:00
rillig
b3980a9c56 This package's Makefile is called GNUmakefile. 2006-09-20 23:17:41 +00:00
rillig
189adf6411 MAKEFILE has been deprecated in September, not November. 2006-09-20 23:10:54 +00:00
rillig
1a23115762 Updated cgoban-java to 3.3.1. 2006-09-20 23:08:17 +00:00