Commit graph

61436 commits

Author SHA1 Message Date
minskim
d722be8708 Bl3ify. 2004-05-12 23:41:48 +00:00
wiz
227e094c98 Do not use install-strip target since it fails
because sh install is called, and install is not found.
2004-05-12 23:40:12 +00:00
minskim
09172cd191 Note PKGREVISION bump of tcl-itcl. 2004-05-12 23:39:30 +00:00
minskim
56ae0654ac - Rename tabset.n and watch.n to avoid conflicts with x11/blt.
- Bl3ify.
   Tcl/Tk distfiles are not needed any more.  Installed header files are
   used instead.
- Enable pkgviews installation.

Bump PKGREVISION due to PLIST changes.
2004-05-12 23:38:35 +00:00
wiz
61826e82cc Do not use install-strip target since it fails;
instead of install, sh install is called and install is not found.

The installed files are stripped automatically even after this change.
2004-05-12 23:38:34 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
grant
2f2f20bd40 MAINTAINER should only contain an email address. 2004-05-12 21:54:42 +00:00
grant
a946919706 note update of libnbcompat to 20040512 (another poll.h fix) 2004-05-12 21:51:57 +00:00
grant
32e2857685 bump to 20040512 (another poll.h fix) 2004-05-12 21:51:08 +00:00
grant
57355eed05 don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_H
and HAVE_SYS_POLL_H if we don't have a native poll() implementation.
prevents including of libnbcompat's poll.h as well as the system's
poll.h where we should be ignoring the system's poll.h.

fix tested by Jeff Rizzo on MacOSX 10.3.3.
2004-05-12 21:50:43 +00:00
reed
5adcc6fc9e Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC,
USE_SUNPRO, USE_MIPSPRO variables would be removed. (According
to jlam@.)
mk/compiler.mk CVS:
----------------------------------------------------------------------
2004-05-12 21:49:39 +00:00
jschauma
10bc0c9d01 If ABI is set, LDFLAGS also needs the proper flag. 2004-05-12 21:31:50 +00:00
jschauma
7cb38bc887 On some systems (for example IRIX 5.3 with the IDO compilers), none of the
#ifdefs after this label leads to any code, so insert a no-op, just in case.

Based on emails from Georg Schwarz to wiz, also noted in
http://mail.gnu.org/archive/html/bug-bash/2003-04/msg00002.html.
2004-05-12 20:56:14 +00:00
bouyer
81aeb11914 Don't create an (empty) directory in $prefix/share
Remove Makefile variables which are also defined in Makefile.common
2004-05-12 20:53:51 +00:00
drochner
a30e6cb637 mention xine-lib/ui updates 2004-05-12 19:36:20 +00:00
drochner
712cf0acdc use ${LIBOSSAUDIO}, pointed out by wiz 2004-05-12 19:33:14 +00:00
seb
82f9826ce0 Note update of devel/cvs2svn to version 0.947 [lots of bug fixes, you'll
probably want to update]
2004-05-12 19:27:26 +00:00
seb
60c90dd2cc Update to revision 947.
Package changes:
- actually use bl3
- let py-bsddb3 package enforce the accepted python versions via
  its buildlink3.mk
- fix test target
- no need to include subversion/buildlink3.mk (it had no effect
  anyway because USE_BUILDLINK3 was not defined to YES) just
  set a run dependency on subversion-base.

Changes since last packaged version:
------------------------------------------------------------------------
r947 | fitz | 2004-05-11 22:42:02 +0200 (Tue, 11 May 2004) | 7 lines

Fix OBOE and start_pass check.

* cvs2svn.py: (main) Set default value of end_pass to len(_passes),
  *not* len(_passes) - 1.  Also, check bottom bounds of start_pass.

------------------------------------------------------------------------
r946 | cmpilato | 2004-05-11 21:58:37 +0200 (Tue, 11 May 2004) | 4 lines

* cvs2svn.py
  (usage): Fix the usage message to reflect new START:END syntax for
    -p argument.

------------------------------------------------------------------------
r945 | cmpilato | 2004-05-11 21:50:21 +0200 (Tue, 11 May 2004) | 5 lines

* cvs2svn.py
  (main): Fix the map(x) bug introduced by the last commit, and rework
    the validation logic for -p values to be a little more concise and
    informative.  Also, use START:END instead of START-END syntax.

------------------------------------------------------------------------
r944 | cmpilato | 2004-05-11 21:36:35 +0200 (Tue, 11 May 2004) | 5 lines

* cvs2svn.py
  (Database.__init__): Route around a pybsddb3 / BerkeleyDB 4.2
    compatibility bug by manually enacting the semantic difference
    between the 'n' and 'c' modes.

------------------------------------------------------------------------
r943 | fitz | 2004-05-11 21:05:43 +0200 (Tue, 11 May 2004) | 12 lines

Change the -p switch to accept a range of passes, or to just run a
single pass.

* cvs2svn.py:
  (convert): Remove start_pass default arg value, add end_pass arg,
  and perform only passes from START_PASS to END_PASS, inclusive.

  (usage): Update doc.

  (main): Add a suitable default for end_pass, processing for '-p
  START-END' switch, and error checking for end_pass.

------------------------------------------------------------------------
r939 | maxb | 2004-05-02 14:55:18 +0200 (Sun, 02 May 2004) | 3 lines

* cvs2svn.py (MimeMapper.print_missing_mappings): Tweak to hopefully work with
    older Python versions.

------------------------------------------------------------------------
r933 | fitz | 2004-04-28 17:59:29 +0200 (Wed, 28 Apr 2004) | 5 lines

Fix URL to Issue Tracker and a few examples that are incorrect.  Based
on a patch from Jon Bendtsen <jbendtsen@laerdal.dk>.

* README: Corrections.

------------------------------------------------------------------------
r929 | cmpilato | 2004-04-22 18:43:23 +0200 (Thu, 22 Apr 2004) | 3 lines

* dist.sh
  Use the cvs2svn-rXXXX.tar.gz format instead of cvs2svn-0.XXXX.tar.gz.

------------------------------------------------------------------------
r928 | cmpilato | 2004-04-22 18:40:01 +0200 (Thu, 22 Apr 2004) | 2 lines

* dist.sh
  Use 'svn export' now instead of all that complicated mumbo jumbo. :-)
2004-05-12 19:24:18 +00:00
wiz
14da546a7e + TeXmacs-1.0.3.8, ddd-3.3.8 [pkg/25546], exim-4.34, gtar-1.14,
opera-7.50, streamtuner-0.12.2.

Add Cinelerra to suggested packages.
2004-05-12 19:15:15 +00:00
bouyer
a6d6a714bc note removal of amanda-dev* and amanda update to 2.4.4p2. 2004-05-12 18:53:24 +00:00
wiz
54694e24a5 Unused. 2004-05-12 18:51:41 +00:00
drochner
e4e7176284 -make sure the NetBSD <soundcard.h> is found instead of the version
which comes with xmms, and link in -lossaudio
-fix the sun audio configuration dialog to avoid double unlocking of
 mutexes which NetBSD's libpthread gets mad about
2004-05-12 18:50:21 +00:00
bouyer
8c979b80d6 Now that amanda is at 2.4.4p2, remove the outdated amanda-dev package. 2004-05-12 18:49:47 +00:00
bouyer
4606f924bd Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
2004-05-12 18:45:25 +00:00
reed
620d5f0066 Include the package name in this +DISPLAY. (When installing another
package, I saw this message about "To make use of the MIDI
capabilities" but didn't know what package it was for.)

And also remove "pkgsrc/" from the package names (since could be
done with binary packages too).
2004-05-12 18:38:07 +00:00
minskim
985810ddb7 Make this package build with thread-enabled Tcl, and simplify patches
by using -ltcl and -ltk instead of version-dependent tcl library name
such as -ltcl83 and -ltk83.
2004-05-12 17:56:45 +00:00
drochner
ebad988b36 update to xine-ui-0.99.1
changes:
This release is a major update on xine-ui.
It comes with a big cleanup of the user interface, including an improved context
menu, and lots of details of the included "xitk" toolkit.
Additionally, this release fixes some security issues (referenced in XSA-2004-2).
Therefore, we recommend you to upgrade as soon as possible, especially if you are
using xine to play URLs/MRLs you obtained from

also fix some pthread_mutex abuse, and use GNU readline for xine-remote
2004-05-12 16:42:49 +00:00
drochner
4cdb9ea17d update to xine-lib-1-rc4
changes:
This release improves playback of some streams, reduces flickering
of OSD and brings a whole bunch of updated libraries.
It does also fix a vulnerability in xine's RTSP streaming code.
See XSA-2004-3 for more information!

XXX powerpc asm stuff needs to be checked
XXX didn't test the "arts" stuff
2004-05-12 16:37:06 +00:00
recht
a2a789cb93 Add missing patches and disable PKGVIEW installation for now until the
issues with modules are sorted out.
2004-05-12 16:25:34 +00:00
drochner
5276fee313 repair some damages:
-properly libtoolize some libraries to get dynamically loadable modules,
 use a hack from SDL to make libtool work with nasm (thanks wiz for
 the hint)
-run aclocal and autoconf, otherwise the autoconf version skew scews
 things up
 XXX we shouldn't use autoconf et al for the build but commit
 patches to configure and Makefile.in
-make sure we don't get trapped by the X11R6 freetype2 nonsense
2004-05-12 16:19:32 +00:00
recht
36fe4ae7b6 Note update of python23 to 2.3.3nb3 and python23-pth to 2.3.3nb4. 2004-05-12 15:27:51 +00:00
recht
c3fe9a0f17 - Merge bugfixes from python 2.3 maintenance branch:
o weakref object's garbage collection problem.
  o save unnecessary startup-time memory allocation of 100KB+ from
    intobject.

via FreeBSD ports

- Enable pkgviews installation.

Bump PKGREVISION for the bugfixes.
2004-05-12 15:19:49 +00:00
minskim
b4e60d4c77 tkinfo was updated. 2004-05-12 15:12:51 +00:00
minskim
bd1bfb8b83 Update tkinfo to 2.8. Patch provided by guru at nscl dot msu dot edu
in PR pkg/25528.  While here, switch to Tk 8.4.

Changes since 2.5:

Version 2.8 (22-March-2004): Removed a subtle bug found by Haakon
Riiser; now works correctly with identically named info files in
different directories.

Version 2.7 (21-March-2004): Will now also accept a menu item of the
dir file on the command line (closes Debian bug #149387). Included
/usr/share/info in default directory list (for Debian). Some
documentation updates. Now includes TkInfo.xpm from Debian (under
GPL). Options are now read from system-wide app-defaults file as
advertised.

Version 2.6 (25-June-2003): Minor fixes needed for Tcl/Tk 8.4. This
still works with older versions of Tcl/Tk.
2004-05-12 15:08:13 +00:00
jschauma
e967e4dc7d Mention how SETGIDGAME and the other GAME vars are set per default.
Add commented-out definitions for all OPSYS - please adjust.
2004-05-12 14:10:18 +00:00
wiz
ec3d725a1d No USE_BUILDLINK2 package sets USE_FORTRAN any longer -- convert support
to bl3 and remove f2c's buildlink2.mk file.
2004-05-12 13:23:08 +00:00
jmmv
9677d19654 Avoid detection of jdk, which causes a build failure (missing bl3 files) if
found.  While here, add some PRINT_PLIST_AWK tricks so that print-PLIST DTRT.
2004-05-12 09:59:19 +00:00
jmmv
74da0d0bf9 This needs libpixman >= 0.1.1. 2004-05-12 09:57:13 +00:00
wiz
e6e122be55 Unused. 2004-05-12 08:22:06 +00:00
wiz
85c3022b1d Give package a reasonable PKGNAME, and reorder lines
for pkglint. CATEGORIES:s/local/sysutils/.
Addresses PR 25542.
2004-05-12 08:01:05 +00:00
minskim
549de26a2c Explicitly disable upx. 2004-05-12 05:31:28 +00:00
snj
8fc104afde No longer used. 2004-05-12 03:34:01 +00:00
snj
2ea0f36da1 Convert to buildlink3. 2004-05-12 03:32:30 +00:00
snj
ec27d4d1bb Convert to buildlink3. 2004-05-12 03:21:08 +00:00
jschauma
131e52054b Address PR pkg/25313 with the new GAME variables, as well as
remove hardcoded definitions of CC and CFLAGS.
2004-05-12 01:39:00 +00:00
jschauma
b639c76d93 INSTALL_GAME should be exported a as BSD_INSTALL_GAME 2004-05-12 01:37:42 +00:00
jschauma
559a086093 Introduce new variables:
SETGIDGAME:  specifies whether or not certain games are installed setgid
GAMEGRP:     the group owning games if SETGIDGAME is set
GAMEOWN:     the user owning games if SETFIDGAME is set
GAMEMODE:    the mode to install games as

Use these to provide INSTALL_GAME (for example for PR pkg/25313), and
set them to meaningful values under NetBSD.
2004-05-12 01:03:58 +00:00
wiz
e1c0bff613 Unused. 2004-05-11 21:01:05 +00:00
sjg
c598d8d518 Update bmake to 20040511 which syncs with -current (and 2.0).
We now use bmake/boot-strap for simpler building.
New location for distfile.

Changes to bmake include:
o allow quoted strings on lhs of conditionals
o issue warning when extra .else is seen
o print line numer when errors encountered during parsing from
  string.
o posix fixes
  - remove '-e' from compat mode
  - add support for '+' command-line prefix.
o fix for handling '--' on command-line.
2004-05-11 18:28:32 +00:00
recht
896c25fffe Note the following updates:
- mono to 0.91
- glitz to 0.1.2
- cairo to 0.1.23
- libgdiplus to 0.5
- winelib to 0.2
2004-05-11 17:46:47 +00:00