Commit graph

126440 commits

Author SHA1 Message Date
wiz
606b52bf32 + gmime-2.2.21, libgtop-2.22.2, pango-1.20.3, py-gobject-2.14.2. 2008-05-24 19:16:55 +00:00
abs
edb4c8ac30 "I claim this planet in the name of Mars, hmm, isn't that lovely, hmm?"
(Set OWNER to abs@NetBSD.org)
2008-05-24 19:15:36 +00:00
obache
b897500e55 Updated games/xfreecell to 1.0.5bnb2 2008-05-24 15:59:42 +00:00
obache
40c5e6c2aa * Add dependency on libX11 directly, noted in PR 38644.
* Marked as DESTDIR ready
 * Modify patches to bit simply
 * Honor PKGMANDIR
 * Add definition virtual destructor for reliably an safely.

Bump PKGREVISION.
2008-05-24 15:59:27 +00:00
tnn
0e22173423 g/c completed updates 2008-05-24 15:19:19 +00:00
tnn
f93612c133 ABI depends lower than API depends is not allowed. 2008-05-24 15:01:38 +00:00
tnn
a6689809a7 Adjust tkdiff entry. 2008-05-24 14:06:56 +00:00
tnn
7a3e9733d9 Adjust the package, this is version 4.1.4 not 4.1.3.
Also use the .tar.gz distfile instead of the .zip one.
2008-05-24 14:06:07 +00:00
tnn
deec830a5b Needs a C99 compiler for c++-style comments and inline keyword.
Actual problem seems to be that the package incorrectly requests -ansi.
Noted by Peter Bex on IRC.
2008-05-24 13:53:33 +00:00
tnn
d510667ede Build install-sh a bit earlier, so it's available before pdksh. 2008-05-24 13:38:33 +00:00
tnn
1b0172a782 Add destdir support. 2008-05-24 13:30:36 +00:00
tnn
b98d9bdd50 Conflicts lines for the same package name but different version are
redundant, so drop them.
XXX: should one of the pkgs be renamed?
2008-05-24 13:19:51 +00:00
wiz
c14e604a26 Updated devel/pcre to 7.7 2008-05-24 10:45:28 +00:00
wiz
92b664ab18 Update to 7.7:
Release 7.7 07-May-08
---------------------

This is once again mainly a bug-fix release, but there are a couple of new
features.
2008-05-24 10:45:17 +00:00
obache
a8eff90e0c Fix build fails on recent DragonFly and OpenBSD, removed FDDI and Token Ring
support.

Patch provided by Hasso Tepper in PR 38621 (already fixed in upstream).
2008-05-24 10:37:32 +00:00
wiz
6796e4e5f2 Updated multimedia/vlc to 0.8.6fnb1 2008-05-24 10:30:01 +00:00
wiz
84e6369249 Fix PLIST. Bump PKGREVISION. 2008-05-24 10:29:40 +00:00
obache
6a21e24547 Need msgfmt to build.
Noticed by Hasso Tepper in PR 38690.
2008-05-24 09:27:49 +00:00
obache
442d2697d6 Suppress automatical addition c to USE_LANGUAGES (ref. PR 34079)
if F2C does not really required.

Fixes problem mentioned in PR 38626.
2008-05-24 07:27:11 +00:00
tonio
4d6db4497d Fixing build for MacOSX 10.5, using __DARWIN_STRUCT_STAT64 to detect if stat64
is available.
This should fix PR pkg/38721
2008-05-24 07:24:59 +00:00
obache
d2087828fd GNU configure require C compiler in configure phase.
Suggested by Hasso Tepper in PR 38626.
2008-05-24 06:14:00 +00:00
obache
e1120407b7 Require libgcrypt>=1.2.2. Noticed by Steve Bellovin in pkgsrc-users@.
And also require opencdk>=0.6.5.
2008-05-24 04:59:59 +00:00
obache
46cafffb79 Updated net/msdl to 1.2 2008-05-24 04:49:28 +00:00
obache
e882c02259 Update msdl to 1.2.
Version 1.2.
- msdl
	- 6th release
	- -aN option added (for streams which often cause timeout error)
	- resume real-rtsp support

Version 1.1.99.
- msdl
	- beta release
	- -c (--continue) option added
	- --byterange option added
2008-05-24 04:49:14 +00:00
tnn
a80e553479 minor nits and comments 2008-05-24 04:29:06 +00:00
tnn
0223d43765 fix pasteo 2008-05-24 04:19:48 +00:00
tnn
27e964b1b8 Adjust path for compat_headers. 2008-05-24 03:40:35 +00:00
tnn
fbccaeada9 Added pkgtools/compat_headers 2008-05-24 03:39:29 +00:00
tnn
379887f5c0 Import compat_headers-0.1 as pkgtools/compat_headers.
This package attempts to resolve deficiencies in system headers by
providing missing types, definitions and prototypes in shadow headers.
New in this version:
- Rewrote all of the tests to use autoconf.
- Implemented tests and support for more standard integer types.
2008-05-24 03:35:38 +00:00
tnn
9e6fd5b2b3 Remove pkgtools/posix_headers 2008-05-23 21:42:25 +00:00
tnn
45b562f3a5 Since posix is a registered trademark and this package by no means provides
nor intends to provide full posix(r) compatibility, I've decided to rename
it.

An improved version of the package will be re-imported later, probably
under the name "compat_headers".
2008-05-23 21:08:18 +00:00
tnn
2be145ec3b Set need_ksh=yes for SunOS as well. Asked by joerg@ 2008-05-23 18:06:44 +00:00
tnn
499593f589 - Update bootstrap stuff to build shells/pdksh if need_ksh=yes
- set need_ksh=yes for OSF1
- rebootstrap the early bmake after having built ksh, so it's more
  likely to have a working shell for later use.
2008-05-23 17:49:52 +00:00
tnn
197ca66319 On OSF1, depend on shells/pdksh and use it for the default shell.
Bump the pkgrevision because if this change.
2008-05-23 17:43:31 +00:00
joerg
5718ceeafe Add DESTDIR support. 2008-05-23 17:33:37 +00:00
tnn
b2f2840f1f - Adapt to use local distribution.
- Add DESTDIR support.
2008-05-23 17:27:09 +00:00
tnn
6a0de4cf48 merge pkgsrc's patch-ab (remove extern int errno;) 2008-05-23 17:19:49 +00:00
tnn
6e55d25b31 Import subset of pdksh-5.2.14 distribution.
Only the files required to build it, for pkgsrc bootstrap purposes.
2008-05-23 17:15:14 +00:00
tonio
1a56906722 Fixes checksum for patch-aj: checksum for patches is sensible to comments.
Fixes PR pkg/38731
2008-05-23 16:38:34 +00:00
wiz
2044ff2c37 - gnutls-2.2.5, lzo-2.03. 2008-05-23 14:19:43 +00:00
wiz
ff2c46af76 + xf86-input-vmmouse-12.5.1.
- boehm-gc-7.1, bonnie++-1.03c, fox-1.6.33, iso-codes-2.1,
  xdpyinfo-1.0.3, xinit-1.0.9.
2008-05-23 14:18:40 +00:00
joerg
b1448e9df8 PKGNAME_NOREV is used to define the DIST_SUBDIR in some places, so
ensure it is defined with the rest of the PKGNAME_* variables before
including the phase variable files.
2008-05-23 12:31:24 +00:00
wiz
087c3fe7b5 Updated x11/fox to 1.6.33 2008-05-22 22:56:33 +00:00
wiz
2c66fb5c28 Update to 1.6.33:
* Backported FXTopWindow resize() and position() fixes from FOX 1.7.
* Fixed GCC 4.3 warning in FXArray header file.
* Made internal data arrays static to prevent global name clashes on some compilers.
* Fixed uninitialized variable in FXFileDict.
2008-05-22 22:56:19 +00:00
wiz
1b5582df27 Updated x11/xinit to 1.0.9 2008-05-22 21:24:31 +00:00
wiz
94a659a20c Update to 1.0.9:
Adam Jackson (2):
      Unset session environment variables so startx works within a running session.
      xinit 1.0.9

Alan Coopersmith (3):
      Use od on /dev/random to generate cookie on Solaris
      Check for proper cookie creation on all platforms
      Use /bin/ksh instead of /bin/sh on Solaris

Jeremy C. Reed (1):
      Use /dev/urandom for cookie it it exists

Jeremy Huddleston (14):
      Apple: Fixed issue where display would not be passed correctly to the server if nolisten tcp was enabled.
      Apple: Execute /usr/X11/bin/privileged_startx if it's present
      Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
      Correctly handle users with spaces in $HOME
      Apple: privileged_startx is in XINITDIR
      Apple: We renamed font_cache.sh to font_cache for better consistency... Changing startx to work with this
      Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/.X11-unix
      Apple: Added privileged_startx
      Apple: Fixed make dist to include a missing header and not include generated sources
      Cleaned up handling of defaultserver{,args}
      Apple: Use CFProcessPath instead of argv[0] trick.
      Apple: Added some OSX version protection, so this will still compile on Tiger and below.
      Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
      Apple: Don't need to spew unneccessary 'directory exists' messages.

Matthieu Herrb (2):
      OpenBSD: use openssl rand -hex 16 to generate the cookie.
      Replace sprintf() and strcpy() with snprintf().
2008-05-22 21:24:17 +00:00
wiz
f8467d71a8 Updated x11/xdpyinfo to 1.0.3 2008-05-22 21:15:06 +00:00
wiz
29ee93ca5f Update to 1.0.3:
Adam Jackson (2):
      Ignore errors from xf86misc rather than crashing out.
      xdpyinfo 1.0.3

Alan Coopersmith (1):
      X.Org bug #10616: Add all the X info commands to See Also in man page

James Cloos (1):
      Add missing PHONY line for automatic ChangeLog generation

Julien Cristau (1):
      Handle XExtension{Keyboard,Pointer}, added in inputproto 1.4
2008-05-22 21:14:52 +00:00
wiz
f3a2add2de ffmpeg-devel/buildlink3.mk was fixed, remove superfluous includes. 2008-05-22 20:58:32 +00:00
joerg
b3354abe47 If _CKSUMFILES is empty, also skip checksum logic. Unbreaks meta
packages.
2008-05-22 20:47:21 +00:00