Commit graph

6586 commits

Author SHA1 Message Date
joerg
73dac18f95 Don't recurse into xcursor, it is not needed by Qt3 itself. 2006-07-18 19:55:47 +00:00
wiz
6726541d1b Update to 5.00:
Changes since 4.24:   * Ported to MacOS X! (10.4.0 or newer)
                      * API change: instead of providing a single screenhack()
                        function that does not return, screen savers using the
                        screenhack.h framework must now provide "init" and
                        "draw one frame" functions instead.  All bundled savers
                        have been updated; third-party patches will need work.
                      * All image-loading happens asynchronously.
                      * xscreensaver-getimage-file caches the contents of the
                        image directory for a few hours, so consecutive runs
                        won't have to re-list the whole directory tree.
                      * New hacks, `topblock' and `glschool'.
                      * Removed `xteevee' (superceded by `xanalogtv').
                      * Added variable-sized puzzle pieces to `jigsaw'.
                      * Changes to the defaults and command-line options of
                        many hacks to make the .xml files more consistent.
                      * Reap zombies in `glslideshow' and `carousel'.
                      * `sonar' works without setuid on OSX (dgram icmp).
                      * `xmatrix -mode pipe' displays the text of a subprocess.
                      * `endgame' has higher resolution chess-piece models.
                      * `webcollage' takes a -directory option to get images
                        from a local directory.
Changes since 4.23:   * New versions of `cube21', `glsnake', `celtic'.
                      * Backed out a DPMS-related patch that cause desktop
                        flickering with some X servers.
                      * Fixed startup crash in getgroups() when running setuid.
                      * Default to not displaying stderr on the saver window.
                      * Fixed bad free() in "Documentation" button.
                      * Don't try to run hacks that aren't installed.
                      * Minor fixes to various XML config files and man pages.
Changes since 4.22:   * New hacks, `glhanoi', `cube21', `timetunnel',
                        `juggler3d', and `celtic'.
                      * New versions of `tangram', `webcollage', `hypertorus',
                        `polytopes', and `ripples'.
                      * `sonar' is now quiet about unresolvable hosts.
                      * Minor corrections to BASIC code in `apple2'.
                      * Don't install `ant' by default, since there is some
                        Java tool of that name, which was causing confusion.
                        And also it's boring.
                      * Made screen grabbing work again on MacOS 10.4.2.
                      * No longer prints bogus warnings about ClientMessages
                        intended for the window manager.
                      * Ignore unprintable characters in passwd entry field.
                      * Fixed yet another cross-host-display image-loading
                        endian problem.
                      * `xscreensaver-command -watch' and `-time' now work
                        on 64-bit machines.
2006-07-18 18:40:36 +00:00
joerg
6a808e98f0 Don't buildlink x11/xcursor, it is not actually used by GTK2 directly. 2006-07-18 13:03:25 +00:00
wiz
c49427ac2c Update to 1.4.34, latest from 1.4.x series:
New in 1.4.34:
* Fixed buglet in own strtoll which is only used on machines which
don't have native one.

1.4.32
* Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection].

1.4.26
* Fixed SUN Solaris compile issue with threads.
* Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if
TIF, PNG, and JPEG support is stubbed out.

1.4.24
* Fixed small issue in FXVec4{d,f} distance() routine.

1.4.23
* Fixed compile issue with new GetOwnModuleHandle() function.
* Delete thread local storage key upon global destructor in FXThread.

1.4.22
* Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage;
some subltety with the LZW implementation was wrong. It is very
rare as we've lived with this flaw for a long time before discovering
it. The symptom is that the decoder complains that the image is
truncated [it isn't!].
* Bug in FXSettings causes trouble when writing large integer
numbers back to the registry file.

1.4.21
* The getDisplay() API now returns the proper HINSTANCE on Windows;
thanks to Henrik and Claus Wann Jensen feedback on this problem.
The solution fixes some instability problems in .DLL use of FOX on
Windows.


1.4.20
* Set active window to owner when dialog closes on Windows.
* Fixed Thread Local Storage handle leak on Windows.
* Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.
2006-07-17 19:20:45 +00:00
joerg
96c05ef4f7 Since mkhtmlindex is now a Perl script, depend on Perl and replace
the interpreter. Bump revision.
2006-07-17 17:06:59 +00:00
minskim
f53379e5a4 Use the libtool mode of qmake, instead of patching the non-libtool mode
to use libtool.  This fixes PR 33951.

Bump PKGREVISION for qt4-libs and qt4-tools.
2006-07-17 15:30:16 +00:00
rillig
eff7a99e8d Only Solaris is known to need GNU awk for the pkgsrc work. With this
change, the patch suggested in PR 33998 is completely applied.
2006-07-16 00:53:01 +00:00
rillig
7b6a939c7a The native AWK of Solaris cannot patch the configure file, so gawk is
needed. Fixes PR 33998.
2006-07-15 14:10:13 +00:00
rillig
61b57622f4 Added a patch needed for Solaris 8. 2006-07-14 14:57:12 +00:00
rillig
591bf39c23 Added a patch to make the package build on Solaris, which does not have
struct msghdr.msg_control and CMSG_FIRSTHDR. While here, removed
BROKEN_IN, since the package works on NetBSD 3.0 and fixed some pkglint
warnings.
2006-07-13 23:36:18 +00:00
joerg
69ed23f3be Backout last revision, it is not included in xorg-libs *sigh*. 2006-07-13 00:57:32 +00:00
joerg
ebef27b719 Follow py-gnome2: no Python 2.3 any longer. 2006-07-12 15:31:23 +00:00
joerg
2e9212ffa1 Partly backout: Xrender and Xrandr are not provided by xorg-libs. 2006-07-12 12:31:01 +00:00
joerg
6830011063 py-ORBit doesn't support Python 2.3 anymore, so don't support it as well. 2006-07-11 17:09:07 +00:00
joerg
19338c63c5 Don't use the builtin framework for the various Xorg components
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.

Discussed with jlam@
2006-07-11 14:42:03 +00:00
abs
0780228787 Update to fixesproto-3.0.2nb1:
Fix "ERROR: iconv is not installed; can't buildlink files." by
adding libiconv/buildlink3.mk
2006-07-11 12:51:34 +00:00
jlam
769f28f09f Add x11-links, xorg-libs, and XFree86-libs information to BUILDLINK_ORDER
so that show-buildlink3 will show when these buildlink3.mk files are
included.
2006-07-10 21:50:34 +00:00
joerg
4e3973d714 Kill a OS X specific shared library rule, which is not necessary with
libtool. Add a few files specific to Darwin as found by tonio@.
No revision bump, since it didn't build before.
2006-07-10 14:47:06 +00:00
tonio
c0f0e32baa pass -fno-common under darwin, so that gtk2 can link.
Bump PKGREVISION.
2006-07-09 20:46:07 +00:00
taca
da012ea5d4 Try to fix link problem on Darwin bulk build.
Bump PKGREVISION.
2006-07-09 13:06:55 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
jlam
cf56f31e09 In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",
not "netbsd.org".
2006-07-06 21:14:19 +00:00
rillig
14df305b25 Fixed pkglint warnings. 2006-07-06 16:27:28 +00:00
tron
ae91d05fe1 Add "perl" to list of requires tools because it used to generate a
".c" file during the build. Bump package revision because resuming
a build broken by this problem did actually succeed and produced
an incomplete package.

Approved by Thomas 'wiz' Klausner.
2006-07-05 08:40:38 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
rillig
45e3bc1ed9 Replaced _FETCH_MESSAGE with FETCH_MESSAGE. 2006-07-04 20:17:54 +00:00
drochner
c5205e8def make evolution dependenvy optional (default on), as suggested by
pancake@phreaker.net per PR pkg/33529
2006-07-04 16:39:01 +00:00
drochner
ee7e985337 update to 2.14.2
changes: translation updates
2006-07-04 16:06:11 +00:00
drochner
f24f309dab update to 0.12.2
changes: minor bugfixes
2006-07-04 16:03:51 +00:00
drochner
cd5a34a73a fix MASTER_SITES, pointed out by wiz 2006-07-04 16:00:52 +00:00
drochner
978feab03c update to 2.8.20
changes:
-bugfixes (our interix patches were integrated)
-translation update
2006-07-04 15:53:33 +00:00
joerg
ca370a7770 Fix build on DragonFly, where arpa/inet.h does not include
netinet/in.h by default. This is explicitly allowed by SUS.
2006-07-04 15:15:01 +00:00
joerg
dea6051375 Needs msgfmt. 2006-07-04 14:32:17 +00:00
adam
ed95ad2b2c Changes 4.1.4:
* Bug fix release
2006-07-03 20:35:01 +00:00
minskim
a889b85feb Remove an obsolete patch. 2006-07-03 19:00:38 +00:00
markd
f029d82fd6 "cp -R" munges symlinks on Solaris so use pax instead.
Fixes PR pkg/33828.
2006-07-02 13:41:03 +00:00
rillig
8c8d1f05e8 Fixed paths to the Perl interpreter. Bumped PKGREVISION. 2006-07-02 10:45:30 +00:00
rillig
74b72d4ae8 Don't include pyversion.mk more often than necessary. 2006-07-02 10:44:45 +00:00
tron
356b250835 Use "stdlib.h" to get prototype for alloca() under NetBSD to avoid
build failures on system which use GCC 4.1.x.
2006-06-30 13:03:27 +00:00
joerg
6cf307e1a8 Needs msgfmt. 2006-06-30 03:13:43 +00:00
joerg
eaad6082ab Needs msgfmt 2006-06-29 12:14:07 +00:00
joerg
7b519e3e39 Needs msgfmt. 2006-06-28 14:58:00 +00:00
rillig
6023532569 ... and man/man6. 2006-06-28 05:01:12 +00:00
rillig
82a5eb6d00 The directory man/cat6 is needed. 2006-06-28 04:55:49 +00:00
markd
b4f3862589 Fix build on Solaris. Derived from patch in PR pkg/33840 by Gilles Dauphin 2006-06-27 12:15:09 +00:00
joerg
301a49e7ac Fix pthread detection, force non-threadsafe version for DragonFly due
to lack of getpwuid_r and friends.
2006-06-26 13:12:00 +00:00
rillig
339f864371 Fixed build errors for the recent bulk build on NetBSD 3.0. Since the
PLIST changed, bump PKGREVISION.
2006-06-26 12:45:31 +00:00
rillig
8fad40050e Before a file can be created, its directory has to be there. 2006-06-25 19:37:44 +00:00