Commit graph

66631 commits

Author SHA1 Message Date
epg
1792b57d41 Update to Version 1.0.7.
(17 September 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.7

 User-visible-changes:
 * fixed: win32 'file not found' error [issue #1862]
 * fixed: 'svn st -u' crash (r10841)
 * fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
 * fixed: allow propnames containing ":" to be fetched via http:// (r10190)
 * fixed: allow user to interrupt between authentication prompts (see r11014)
 * fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
 * various small fixes to Book

 Developer-visible changes:
 * fix library dependencies for bindings (r9338, 9340)
 * java bindings: fix a crash and other bugs (r9883, 9905, 8027)
 * perl bindings: various fixes (see r11023)

pkgsrc changes:

Remove devel/subversion/patches/patch-aa.  This will cause the other
packages that build from the subversion tar file to build a little
slower, because they will unnecessarily rebuild subversion libraries.
Everything still works and this file is a massive pain to update with
every new release.
2004-09-19 00:14:52 +00:00
jmmv
49f477bbee Let this build with mozilla 1.7.3 too. Pointed out by wiz@. 2004-09-18 22:04:00 +00:00
jmmv
49dec556a6 Note update of gtk2 to 2.4.10. 2004-09-18 21:48:01 +00:00
jmmv
93e15cf0fd Update to 2.4.10. Done during the freeze to get several security fixes
in gdk-pixbuf incorporated.

Overview of Changes from GTK+ 2.4.9 to GTK+ 2.4.10
==================================================
* GtkFileChooser
 - Fix some memory leaks [Kjartan Maraas]
 - Make autocompletion less annoying in save mode [Owen Taylor]
* Default theme
 - Improve drawing of expanders [Matthias Clasen]
* GtkEntryCompletion
 - Improve positioning of popups [Matthias]
* Make selection handling robust against invalid UTF-8 [Owen Taylor]
* gdk-pixbuf
 - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud]
 - Security fixes [Chris Evans]
* Win32 bug fixes
 - Improve tablet handling [Robert Ögren]
 - Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist]
 - Fix loading of input modules on Win32 [Kazuki IWAMOTO]
* Other bug fixes [Tim Janik, Bill Haneman, Padraig O'Briain,
  Frederic Croszat, Matthias, Felipe Heidrich, Lorenzo Gil
  Sanchez, Olivier Andrieu, Jean Bréfort, Christian Persch,
  Edd Dumbhill, Marco Pesenti Gritti]
* Updated translations (ang,bn,cs,cy,de,en_CA,hu,ne,nn,ro,tr,uk)
2004-09-18 21:46:48 +00:00
kristerw
c35e9b969b Make previous commit do what was intended (by including bsd.prefs.mk,
and removing some extra " characters).
2004-09-18 20:14:18 +00:00
wiz
979c96eab8 Fix PLIST for bulk build. 2004-09-18 17:56:25 +00:00
wiz
541ac536ee Fix statvfs patch (hi agc!). 2004-09-18 15:45:13 +00:00
uebayasi
2d996a798b If we're lucky, x86_64 will build with i386's configuration. Let's
see...
2004-09-18 14:01:53 +00:00
uebayasi
15578d5f8a Rename a local library function strcasestr()' to xstrcasestr()'
to avoid type confliction.  Hopefully fix build problems reported
by buld builds.
2004-09-18 13:34:28 +00:00
uebayasi
61ce658fb3 Refer to IPL_NAME if IPL_NAT is not defined. This hopefully fixes
a build failure reported by build builds.

And while here, suppress GCC3 warnings by doing s/log()/xlog()/.
2004-09-18 12:47:33 +00:00
blymn
c0b38da808 Noted change to tvtwm version. 2004-09-18 12:34:09 +00:00
blymn
9f1aeb12d7 Update patch to move.c to stop tvtwm crashing in some rare situations. 2004-09-18 11:59:06 +00:00
xtraeme
c070a2ebe0 + gaim-1.0.0, subversion-1.0.7 2004-09-18 10:23:45 +00:00
uebayasi
47edba3f8b Fix a linkage of a program which is run during build. 2004-09-18 07:59:57 +00:00
minskim
fb62413714 Honor CPPFLAGS. 2004-09-18 07:55:31 +00:00
minskim
e124fffcba Add dependency on libgetopt to build on platforms without native getopt.h. 2004-09-18 07:50:14 +00:00
taca
8dcc78c332 Revert bumped PKGREVISION since previous change is build problem only.
(no functional change nor fixing running problem.)
2004-09-18 04:52:22 +00:00
taca
942f540e8e Fix compile problem with gcc-3.X. This patch is from
FreeBSD's japanese/mh ports.

Bump PKGREVISION.
2004-09-18 04:43:39 +00:00
minskim
297ce64384 Note PKGREVISION bump of xerces-c. 2004-09-18 02:47:28 +00:00
minskim
d9163a1c41 Link with -liconv if ICONV_TYPE=gnu. This makes bdb-xml build on
platforms without native iconv.  Thanks to Aron Stansvik for testing.

Bump PKGREVISION.
2004-09-18 02:46:12 +00:00
hubertf
7bd361e15a Update xsidplay to 1.6.5.1a. Changes:
* Compiles on NetBSD (:-), in contrast to the present/old version;
   May still need work on NetBSD-current (2.0G)
 * No list of changes available either in xsidplay sources nor
   on the homepage
2004-09-17 23:21:27 +00:00
hubertf
3200161057 Remove CompuPic package: aparently they're Windows-only now and don't
provide a binary for Linux any longer.
Use gimp / gqview, it's better anyways!
2004-09-17 20:45:49 +00:00
wiz
f5682e47e5 Use rm -rf instead of -Rf to better support Irix. From Georg Schwarz
in PR 26985.
2004-09-17 19:25:03 +00:00
xtraeme
4389eab9ae Assign maintainership to tech-pkg@, requested by David Ferlier
in private email.
2004-09-17 16:08:21 +00:00
taya
857d4f08ab note update of mozilla & mozilla-gtk2 to 1.7.3 2004-09-17 14:03:22 +00:00
taya
348fa1e9b6 Update mozilla & mozilla-gtk2 to 1.7.3
Mozilla 1.7.3 is a security update to Mozilla 1.7 that fixes a several
security vulnerabilities.

#93	"Send page" heap overrun (258005)
#92	javascript clipboard access (257523)
#91	 Privilege request confusion (253942)
#90	Buffer overflow when displaying VCard (257314)
#89	BMP integer overflow (255067)
#88	javascript: link dragging (250862)
#87	non-ascii hostname heap overrun (256316)
#86	Malicious POP3 server III (245066, 226669)
#85	Wrong file permissions after installing on Linux (231083, 235781)
#84	Wrong file permissions in linux archive (254303)

See the page bellow for detail
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-17 14:01:44 +00:00
agc
7847f8610c Use "pl" as the magic abbreviation for "pathlevel" in the package name. 2004-09-17 09:45:02 +00:00
he
cc6ba21b52 Bring this a tiny step closer to building by patching a missing semicolon
in one of the source files of the built-in readline library.
2004-09-17 09:36:02 +00:00
cube
42e811c132 Note update of sudo (1.6.8p1). 2004-09-17 09:26:23 +00:00
cube
875ccd9356 Update to version 1.6.8p1. This is a security update, see advisory
at:

http://www.sudo.ws/sudo/alerts/sudoedit.html

Major changes since Sudo 1.6.8:

o Sudoedit now re-opens the temp file as the invoking user
  and will only open regular files.

o Better detection of unchanged files in sudoedit.

o The path to ldap.conf is now configurable.

o Added SSL tls_* certificate checking options when using LDAP.

o The sample pam config file has been updated.
2004-09-17 09:25:18 +00:00
salo
c89eeede41 Note multimedia/win32-codecs update. 2004-09-17 08:08:20 +00:00
salo
7e4fa8d7e6 Update windows-all, the old distfile no longer available. (this is getting
ridiculous..)
2004-09-17 08:07:12 +00:00
he
193cd55b22 Contrary to what I stated previously, the terminfo library is
installed on 2.0_BETA.  Based on a tip from Thomas Klausner, make
the PLIST entries for the terminfo library conditional, and they're
then effectively commented out on NetBSD 1.6.* (tested/verified)
and 1.5.* (so far untested).
2004-09-17 07:57:51 +00:00
wiz
6dcad6dd3c Change DIST_SUBDIR to avoid breakage for people who have the old
distfiles (see previous commit).
2004-09-16 23:23:48 +00:00
wiz
777c415929 Change DIST_SUBDIR from PKGNAME_NOREV to PKGNAME, since the man page
changed again (see previous commit) and to avoid breakage for people
who have the old distfile.
2004-09-16 23:20:42 +00:00
he
17bff39ace This needs ncurses up to 1.6R according to wiz, so add an appropriate
INCOMPAT_CURSES setting.  Makes this build on 1.6.2_STABLE again.
2004-09-16 23:11:30 +00:00
he
51b3a197a1 Remove terminfo from PLIST. Yes, it's conditionally compiled, depending
on tests in the configure script, but it is not installed in either
of NetBSD 1.6.2_STABLE or 2.0_BETA.
2004-09-16 22:29:10 +00:00
minskim
8f535d2ab2 Use statvfs on NetBSD>=2.0D. 2004-09-16 20:14:05 +00:00
minskim
cf7d7a5e95 Note PKGREVISION bump of xorg-libs. 2004-09-16 19:36:53 +00:00
minskim
0341fda218 Incorporate libXpm security fixes of X.Org X11R6.8.1.
Bump PKGREVISION and BUILDLINK_RECOMMENDED.
2004-09-16 19:36:10 +00:00
minskim
bac7c817d5 Bump BUILDLINK_RECOMMENDED because of libXpm security fixes. 2004-09-16 19:33:09 +00:00
minskim
d936835db1 Note PKGREVISION bump of XFree86-libs. 2004-09-16 19:30:41 +00:00
minskim
e3103bfae7 Incorporate libXpm security fixes of X.Org X11R6.8.1.
Bump PKGREVISION.
2004-09-16 19:28:56 +00:00
he
31472d38a4 Use "install -c" in Makefile so that the files remain in the source
tree for later use by the package's Makefile.
2004-09-16 18:45:09 +00:00
minskim
fcafeb86c6 Use statvfs on NetBSD>=2.0D. 2004-09-16 17:57:02 +00:00
minskim
accbdd9e0e + ipcheck-0.218 2004-09-16 17:42:27 +00:00
minskim
fbca369b1a Download a stable distfile instead of a moving target. 2004-09-16 17:41:26 +00:00
minskim
940ec095d6 Use statvfs on NetBSD>=2.0D. 2004-09-16 17:16:18 +00:00
he
018db5f46f Apparently, the crafty tar file has been repackaged with crafty-18.15/
inserted at the top, and the read.me file has also been modified.
Track that by updating checksums and adjusting Makefile to fit.
2004-09-16 17:15:25 +00:00
he
e5d94703c2 The checksum for dnstop.8 changed; sync to the new one. 2004-09-16 16:20:41 +00:00