Commit graph

76261 commits

Author SHA1 Message Date
jmmv
86ac44851e Depend on pango (used directly). 2005-03-16 16:25:35 +00:00
rillig
9fa35d5b1d Added some patches for NetBSD-1.6.2, which lacks the readdir_r function.
Cleaned up the package's Makefile. Approved by wiz.
2005-03-16 16:17:42 +00:00
rillig
4a25811ee2 Added a patch that replaces C++ comments by C comments. Needed for
gcc-2.95.3. Approved by wiz.
2005-03-16 15:39:02 +00:00
rillig
250381c5c8 Added some patches for building on NetBSD-1.6.2 with gcc-2.95.3. Approved
by wiz.
2005-03-16 15:32:12 +00:00
rillig
4573cb2dc1 Added some patches for building with gcc-2.95.3. Approved by wiz. 2005-03-16 15:30:21 +00:00
rillig
3538e1146e Added a patch needed for gcc-2.95.3. Approved by wiz. 2005-03-16 14:54:19 +00:00
tron
c11851e366 Note update of "bind" package to version 9.3.0pl1nb1. 2005-03-16 13:57:02 +00:00
tron
4fa2df93ca - Rename rc script "named" to "named9" to avoid conflicts with NetBSD's
builtin script.
- Don't set "pidfile" in "named9.sh" because it breaks change rooted
  configurations.
- Disable inlining in "lib/dns/rbt.c" on PowerPC systems because certain
  GCC version create broken code for that file.
Bump package revision because of the above changes.
2005-03-16 13:56:24 +00:00
martti
c1f5363e84 Updated dbh to 1.0.22 2005-03-16 13:29:59 +00:00
martti
a304a917fa Updated dbh to 1.0.22
* Bug fixes

This is needed by xfce 4.2.1
2005-03-16 13:29:46 +00:00
rillig
60a259b209 Added a patch needed for gcc-2.95.3. Approved by wiz. 2005-03-16 13:18:34 +00:00
rillig
e14c2755e9 Updated mysqlcc to 0.9.4nb4. Now it builds on NetBSD-1.6.2. 2005-03-16 13:17:26 +00:00
rillig
c8d51c3141 Fixed a typo in a configure argument. Now OpenSSL is found and used by the
configure script. Bumped PKGREVISION. Approved by wiz.
2005-03-16 13:16:15 +00:00
wiz
5a0e3e1f9b + acroread7-7.0.0, amarok-1.2.2, fontconfig-2.3.1, getmail-4.3.4,
gnupg-1.4.1, mkvtoolnix-1.4.1, msmtp-1.3.9, postfix-2.2.1,
  sun-jdk15-5.0.2, sun-jre15-5.0.2, tiff-3.7.2, xmame-0.94,
  xmess-0.94, xmlstarlet-1.0.1.
2005-03-16 13:00:12 +00:00
rillig
0ef4ce2a5e Added two patches to allow building with gcc-2.95.3. Approved by wiz. 2005-03-16 12:55:02 +00:00
rillig
dbcddf92e9 Most of the NetBSD-1.* curses do not have KEY_RESIZE, so add them to
INCOMPAT_CURSES. Approved by wiz.
2005-03-16 12:53:04 +00:00
rillig
3d852359c8 Added patches to enable building with gcc-2.95.3. Approved by wiz. 2005-03-16 12:48:49 +00:00
rillig
2ec6734d03 Renamed a method tolower to bz_tolower to avoid namespace collisions.
Approved by wiz.
2005-03-16 12:41:51 +00:00
rillig
ee107aeb8b Added a patch for gcc-2.95.3. Approved by wiz. 2005-03-16 12:37:26 +00:00
rillig
13c31ff10c Added a patch that #includes <sys/time.h> if present. Needed at least for
NetBSD-1.6.2. Approved by wiz.
2005-03-16 12:36:20 +00:00
rillig
05f7d5ad1e Added a workaround for systems that don't have ECANCELED. Approved by wiz. 2005-03-16 12:34:49 +00:00
rillig
b2b26b7830 Added patches for gcc-2.95.3 that properly order declarations and code.
Approved by wiz.
2005-03-16 12:04:12 +00:00
rillig
f6ce795bd8 Added proper CFLAGS quoting. Approved by wiz. 2005-03-16 12:03:06 +00:00
rillig
abd46abc56 Added a patch to include the system headers before <Python.h>, as the latter
redefines about everything. Approved by wiz.
2005-03-16 12:02:20 +00:00
rillig
5c1bc8039d Fixed CFLAGS quoting. Approved by wiz. 2005-03-16 11:56:13 +00:00
rillig
242e6c08a6 Added two patches that are needed for gcc-2.95.3. Approved by wiz. 2005-03-16 11:51:00 +00:00
rillig
76d1f48884 Emma uses gettext-0.10.35, which is incompatible with devel/gettext-lib.
Approved by wiz.
2005-03-16 11:48:24 +00:00
rillig
f6981462c2 Added a patch for gcc-2.95.3. Approved by wiz. 2005-03-16 11:45:24 +00:00
rillig
632fe978a6 gcc-2.95.3 does not like code intermixed with declarations. 2005-03-16 11:44:47 +00:00
xtraeme
53867ce983 Updated mklivecd to 0.10 2005-03-16 05:33:57 +00:00
xtraeme
f435db0804 Update to 0.10:
* Copy all stage 1.5 files from GRUB into $ISODIR/grub/, useful to boot
  from any existing partition in the disk.
* Show usage when the target is not valid.
2005-03-16 05:31:23 +00:00
dmcmahill
f334618b97 We no longer have to explicitly set F77. Addresses PR29666 2005-03-16 02:10:30 +00:00
dmcmahill
fd010f158d make sure we correctly set F77. Addresses PR29666 2005-03-16 02:09:54 +00:00
rillig
deace01136 libvisual uses inline assembler syntax that gcc-2.95.3 does not
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as
I have successfully  built the package with it. Approved by jlam.
2005-03-15 20:28:25 +00:00
rillig
6e3899bf70 Added some patches to make ntfsprogs compile on NetBSD-1.6.2, which does
not have ENOTSUP. Approved by jlam.
2005-03-15 20:24:30 +00:00
rillig
778d4c92eb Fixed a quoting error with -DPREFIX. Approved by jlam. 2005-03-15 20:09:58 +00:00
rillig
309ff6a563 This package needs gcc-3.0 because it uses some inline assembler syntax
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0,
please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.
2005-03-15 20:08:18 +00:00
kim
8eecc53fe3 Give up maintainership -- I'm not using these actively enough, so I tend not
to be that knowledgeable on how to fix them on all the pkgsrc platforms.
2005-03-15 17:03:16 +00:00
wiz
05a38a954b |fmt. 2005-03-15 16:27:47 +00:00
wiz
a0afcc0c1d This uses FC_WIDTH and thus needs fontconfig>=2.1.93.
Closes PR 25570.
2005-03-15 16:27:34 +00:00
wennmach
1d72bfb599 Remove entry for arla-0.39.
Arla now has been updated to 0.38, and 0.39 is still in beta.
2005-03-15 16:21:34 +00:00
rillig
0bce3aedb9 Added -lm to the LIBS. Needed for NetBSD-1.6.2. Approved by wiz. 2005-03-15 16:17:44 +00:00
tron
e6902965b6 Avoid build failures under NetBSD-sparc and NetBSD-sparc64 caused by a
namespace violation (use of "__" prefix in an application header file).
The patch was provided by Julian Coleman in PR pkg/23590.
2005-03-15 16:13:58 +00:00
tron
1600729e58 - Reorder assignment to fix "pkglint" warnings.
- Use RCD_SCRIPTS mechanism to install startup scripts as suggested by
  Greg A. Woods in PR pkg/19099.
2005-03-15 16:07:01 +00:00
wennmach
3f2ba880b9 Note update of arla to version 0.38 2005-03-15 16:02:57 +00:00
wennmach
9f1c532d9b Update arla to 0.38. The update is necessary to support NetBSD-2.0.
The update during the pkgsrc freeze has been approved by <wiz>.

Two patches have been provided by <christos>.

Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386.

Closes PR pkg/20906.
2005-03-15 15:58:52 +00:00
xtraeme
2043ed3d1c Updated gxmame to 0.35beta1. 2005-03-15 15:57:31 +00:00
xtraeme
d5c9737e0a Update to 0.35beta1, provided by Miguel Mendez (maintainer) in PR
pkg/29675, this version works with our current xmame package, so
pkg/27011 has been fixed too.
2005-03-15 15:55:13 +00:00
wiz
b1b3f30c39 Updated gmp to 4.1.4nb1. 2005-03-15 15:51:56 +00:00
wiz
9ab65e5aae Add patch provided by Richard Earnshaw in PR 23181:
"GMP does not handle pure-endian FP on ARM"
Bump PKGREVISION.
2005-03-15 15:51:30 +00:00