Commit graph

6742 commits

Author SHA1 Message Date
rillig
7bc10c4ef6 Needs a C compiler. 2006-07-21 05:06:06 +00:00
rillig
d9579252ee Needs a C compiler. 2006-07-21 04:51:11 +00:00
wiz
3636ec9b7c Remove gnome-icon-them and startup-notification, since they are not
in the package Makefile.
This broke e.g. gnome2-applets.
2006-07-20 16:00:28 +00:00
wiz
c8891027ae Add a comment that kdeartwork3 might need updating. 2006-07-19 23:42:31 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
joerg
bf1adeebbb Needs intltool. 2006-07-19 10:08:12 +00:00
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
jmmv
09876b6f39 Fix path to the custom.conf configuration file in the rc.d script.
Bump PKGREVISION to 1.
2006-06-25 17:16:33 +00:00
gdt
9c5fab6ed9 REPLACE_INTERPRETER+= perl
PKGREVISION++
2006-06-23 11:59:53 +00:00
joerg
5d2833f1a7 Needs intltool. 2006-06-22 10:20:44 +00:00
joerg
7d7cb4e9ed Fix Python detection. 2006-06-22 00:14:39 +00:00
joerg
0269db7fad Don't assume the battery plugin is built on DragonFly for now. 2006-06-21 22:05:02 +00:00
joerg
324da25f71 Fix expanded PYPREFIX. Since nothing could really work with the old
version, don't bump revisions recursively.
2006-06-21 21:19:08 +00:00
jlam
791f78ef4e * This package uses C++, so add 'c++' to USE_LANGUAGES.
* Honor PKGMANDIR.
* Use LDFLAGS.Linux instead of an explicit test for ${OPSYS} == "Linux".

This fixes the bulk build problem reported in:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:11:52 +00:00
jlam
073a884ea7 Build the "all" target to ensure that the catman page is generated on
NetBSD.  Fixes build build problem reported in:

	http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-20 22:05:22 +00:00
joerg
d6a18efe97 Needs msgfmt. 2006-06-20 17:49:56 +00:00
joerg
72e1b65a77 Follow the changes in Doxygen 1.4.7 and require the new version.
Update the PLIST accordingly and bump the revision.
2006-06-20 16:44:13 +00:00
joerg
dd778f5fd8 Without pkg-config, xglock is not build. 2006-06-20 16:02:14 +00:00
martin
8cc6ca7e8f In XChangeProperty(), format = 32 means long - no matter how many bits
long has. The format value furthermore is not arbitrary, but needs to
be 8, 16 or 32. So don't pass Atom32 instead of long, or some sizeof()
calculation as format, hardcode the value and make sure the arg is
properly aligned.
Fixes PR 33680 (old problem), and an alignement related crash with gcc4
on sparc64.
2006-06-20 13:07:20 +00:00
martin
8fbd8c8f22 Avoid a NULL pointer deref. 2006-06-20 09:36:20 +00:00
joerg
1418238a13 Fix build with FreeType 2.2.1. 2006-06-19 21:16:19 +00:00
joerg
8b67fac865 Use loadavg() on DragonFly as well. 2006-06-19 19:32:41 +00:00
rillig
2a732024b8 Fixed a pkglint warning. 2006-06-17 19:34:29 +00:00
markd
4ba35ebd19 Add support for the i945GM to the i810 driver.
From patches by Dimitry Andric.
Bump PKGREVISION of xorg-server.
2006-06-17 12:33:52 +00:00
rillig
f68d786e91 Fixed pkglint warnings. Fixed use of ${LN} -sf, which does not do the
expected thing on Solaris.
2006-06-16 14:35:54 +00:00
jlam
e811379bc2 Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as per
the pkglint warning:

    As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
    should indicate plural.

This does make the variables a bit more suggestive of the fact that they
hold lists of values.
2006-06-15 22:13:58 +00:00
jlam
827643d4bb Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15 20:40:15 +00:00
wiz
cfd623bd93 Drop maintainership, I don't use them any longer. 2006-06-15 13:31:28 +00:00
markd
9ef4bdd681 Fix for KDM symlink vulnerability. CVE-2006-2449
Bump PKGREVISION.
2006-06-15 01:35:33 +00:00
adam
6c6abda63a Renamed qt[34]-psql to qt[34]-pgsql 2006-06-14 15:53:43 +00:00
adam
49d6f60a51 Renamed x11/qt4-psql to x11/qt4-pgsql 2006-06-14 15:51:38 +00:00
adam
6bda6e92c4 Renamed x11/qt3-psql to x11/qt3-pgsql. 2006-06-14 15:50:45 +00:00
joerg
a01bcaf2f5 Avoid libusb on Solaris / x86_64. It exists, but only for 32bit mode.
From Gilles Dauphin in PR 33727.
2006-06-14 12:37:10 +00:00
drochner
03183f1716 update to 2.8.19
changes:
-bugfixes
-one updated translation
2006-06-13 15:59:32 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
hira
0f283400b5 Fix two pkglint warnings. 2006-06-12 10:37:24 +00:00
joerg
ec8054b8bd Remove the rests of renderext. 2006-06-12 02:16:40 +00:00
joerg
cc37328ea3 Improve Linux/AMD64 support. Bump revisions of xorg-imake and
xorg-libs due to changed packages.
2006-06-12 00:36:25 +00:00
joerg
62ce5ca806 Needs pkg-config. 2006-06-11 14:52:23 +00:00
joerg
17fea4c4d5 Needs imake. 2006-06-11 14:51:11 +00:00
joerg
e6edc63839 Needs pkg-config. 2006-06-11 14:49:17 +00:00
joerg
77119b44fb Needs msgfmt. 2006-06-11 14:44:36 +00:00
joerg
3095dbde99 Needs pkg-config. 2006-06-11 14:42:40 +00:00
joerg
c6d415947e Needs msgfmt. 2006-06-11 14:34:13 +00:00
joerg
650c5c40b5 Needs pkg-config. 2006-06-11 14:22:01 +00:00
wiz
294e6d6079 Remove some *ext* packages that were removed recently. 2006-06-11 13:58:42 +00:00
joerg
ab8eba86b6 Needs msgfmt. 2006-06-11 13:31:31 +00:00
joerg
a3bd75e85f Needs msg-fmt. 2006-06-11 13:06:19 +00:00
reed
b3f57a6dd7 Remove package.
This package was replaced with xextproto in April.
2006-06-10 16:45:02 +00:00
reed
e05aa0fb52 Remove package.
This was replaced by renderproto in April.
2006-06-10 16:42:21 +00:00
reed
a817607afc Remove package.
This was replaced with randrproto in April.
2006-06-10 16:41:09 +00:00
reed
b7e78f210c Remove package.
This was replaced by fixesproto in April.
2006-06-10 16:36:45 +00:00
reed
33b4812217 Remove package.
It was replaced by compositeproto in April.
2006-06-10 16:34:27 +00:00
rillig
1dd63c42ae Fixed pkglint warnings. 2006-06-09 14:29:56 +00:00
abs
b42bb03998 make sure USE_LANGUAGES is set before including compiler.mk 2006-06-09 08:07:46 +00:00
wiz
b6669e806a Add qt4-psql (should that be qt4-pgsql?). 2006-06-09 06:31:02 +00:00
joerg
f672ff9e8a Needs msgfmt. 2006-06-08 12:24:55 +00:00
minskim
999b34adae Set PKG_FAIL_REASON when a buggy gcc is used (Apple's gcc 4.0.0 yields
an internal compiler error).  This addresses PR pkg/31877.
2006-06-08 01:27:27 +00:00
hubertf
6573ffd8b8 Update to xdaemon 1.2: fix PLIST 2006-06-06 20:44:50 +00:00
reed
9b82c0c8cd Sort entries -- no change to package. 2006-06-05 23:25:43 +00:00
joerg
8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00
joerg
f509390e7e Needs Python 2.4. 2006-06-02 23:42:33 +00:00
joerg
dcf9829df2 py-Numeric needs Python 2.2+ 2006-06-02 23:38:10 +00:00
tron
30c19f2c06 Apply patch from bug #6918 in the "freedesktop.org" Bugzilla database
to make this package build with version 2.2.1 or newer of the "freetype2"
package. Bump package revision.

This should fix PR pkg/33606 by Mathieu.
2006-06-01 22:44:08 +00:00
markd
7cc1cfc30b Update to KDE 3.5.3 2006-06-01 14:37:29 +00:00
markd
1f072f8b07 Update to KDE 3.5.3 2006-06-01 13:48:02 +00:00
markd
62d38265c2 Update to KDE 3.5.3
Changes:
* General
  o New: KDE startup reordered in order to improve startup time.
  o KDialog: --title does not work in at least one case
  o Don't show the screensaver when doing presentations
  o If KDE shuts down while starting up (due to low battery status),
    saved session is lost
  o KSysGuard: Typos in the ksysguard PO file
  o Random wallpapers don't change on every configuration change.
* Kicker
  o Bookmarks: Look up konsole-bookmarks in the correct directory
  o Show/hide arrow not shown if all icons are hidden
* KControl
  o Fix the broken priority setting.
* KFind
  o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
  o Fix a possible crash on session save/logout
  o Numerous fixes due to the Coverity reports.
  o Fix DCOP call setEncoding.
  o kwrited - Add a 'Clear Messages' to the popup menu.
  o Fix crash when user deletes all the sessions.
  o Fix underline issue when there are ampersands in tab title.
  o Remember the text color while moving the tab.
  o Fix issue with tab/window titles not refreshing for the
    non-active session.
  o Verify that the command is executable for '-e <command>.'
  o Use the "DefaultSession" parameter in konsolerc.
* Kate
  o Fix crash in View Difference
  o Fix crash in external tools config when clicking the edit button.
* Konqueror
  o Fix multi selection and Show/Hide in toolbar.
  o Fix QString/KURL confusion which probably caused encoding bugs
    with local paths on non-latin1 systems.
  o Respect user-selected view mode when browsing removable media.
  o Fixed detection of some Netscape plugins when packagers are built
    with new ld flags.
* KWin
  o Don't force new windows to be at the beginning of the focus chain
    (windows with focus stealing prevention shouldn't be there).
  o Don't deactivate the showing desktop state when a new window is
    shown that belongs to the desktop.
  o KWin messes up ConfigureRequest:s, causing X crashes.
  o Move minimized windows to the right place in focus chain.
  o Separate focus chains are nice, but KDE-style Alt+Tab not limited
    to the current desktop
  o Window switching (alt-tab) with focus (strictly) under or follow
    mouse does not switch all windows and newly focused window
    doesn't get focus
  o Obey automatic un-hover option also when switching to a shaded
    window with alt+tab.
  o Mouse cursor covers tooltips of KDE applications
  o Fixed timestamp handling on 64bit systems, fixes focus problems
    when running KDE for a long time
2006-06-01 13:46:31 +00:00
markd
a93d8a92d7 Update to KDE 3.5.3
Changes:
* KHTML
  o Don't crash when triple-clicking on a line that has :after or
    :before content, or anything that isn't in the DOM
  o Implement nondeterministic CSS matching
  o Do not crash if an old target got destroyed.
  o Fix static Y position of positioned objects in initial whitespace
    (3.5 regression).
  o Fontrendering: A few percent speedup by caching font scalability
    info
  o Konqueror will crash if a floated link uses :hover:before or
    :hover:after to create a positioned element.
  o Text selection misbehaves for devanagari.
  o Fix crash when hovering a HTML menu item
  o Don't crash when null pointer passed to removeEventListener
  o Prevent an infinite loop in parseToken() when dealing with broken
    HTML.
  o If we saved creating a renderer at attach. Create it if we later
    need it.
  o Don't allow to find text in password fields.
  o Improve XHTML CSS styling
  o Handle CSS restyling for all types of dynamic DOM changes and
    user interaction
  o Only repaint the expossed background when scrolling. Optimizes a
    few slow pages with unoptimized X11 drivers.
  o Speed-up painting and selections on pages with large tables.
  o Match better the error-handling capabilities of Firefox with
    respect to DL/DT/DD elements.
  o Added missing sanity check which caused crashes in caret mode on
    pgup/pgdn when there was no valid caret.
  o Make sure copyBlt doesn't fail because of different depth.
  o No other property depends on background-image, and applying it
    before the rest of the background short-hand breaks it under
    inheritance.
* KIO
  o Add media kioslave support to KFileDialog
  o KPropertiesDialog first renames the file, then allows all plugins
    to save their changes.
  o Make KDirSelectDialog work with media:/ and similar. Fixes JuK.
* KDEPrint
  o Fix usage of private methods in CUPS which broke KDEPrint with
    CUPS 1.2
  o Allow adding multiple file to the to-be-printed list.
  o No fax sent when special characters are included in the sender
    information
  o Kdeprintfax ignores paper size setting when using Hylafax
* KDE-UI
  o Use KConfigGroup to reset the config group automatically.
  o Give a possibility to disable spellchecking.
* KIO-Slaves
  o KIO-HTTP
  o  Keep the fragment when doing redirections. (the HTTP requests
     and redirections don't include fragments; it's a browser thing).
2006-06-01 13:39:10 +00:00
joerg
6a6e511339 Don't install cat pages by default, fixes PR 33587. Bump revision. 2006-06-01 13:14:18 +00:00
wiz
ed27b84e23 Update to 2.14.2:
==============
Version 2.14.2
==============

  Panel

	* Use gnome-vfs function to sort volumes (Xavier Claessens)
	* Fix closing of About dialog (Vincent)

  Applets

	* Fix closing of About dialogs (Vincent)

  Misc

	* Require intltool 0.35.0 (Vincent)
	* Depend on gnome-vfs 2.14.2 (Christian Neumair)

  Docs Translators

	* Francisco Javier F. Serrador (es)

  Translators

	* Jérémy Le Floc'h (br)
	* Mindu Dorji (dz)
	* Kostas Papadimas (el)
	* Ivar Smolin (et)
	* Robert-André Mauchin (fr)
	* Vladimer Sichinava (ka)
	* Gnome PL Team (pl)
	* Leonid Kanter (ru)
	* Clytie Siddall (vi)
2006-05-31 22:51:27 +00:00
wiz
5f381fd339 Update to 2.14.2:
==============
Version 2.14.2
==============

  Fixes

	* Try to locate files in the app prefix and not in the system prefix
	  for gnome-about (Christian Persch)
	* Fix leak in gnome-about (Christian Persch)

  Misc

	* Require GTK+ >= 2.8.0 (Vincent)

  Translators

	* Francisco Javier F. Serrador (es)
	* Maka Eradze (ka)
	* Hariram Pansari (or)
2006-05-31 22:07:18 +00:00
adam
90e5e47732 Changes 4.1.3:
* Bug-fix release
2006-05-31 19:23:23 +00:00
adam
2f51b66ede QT postgresql driver 2006-05-31 19:22:13 +00:00
adam
51cfc834b0 Changes 4.1.3:
* Bug-fix release
2006-05-31 19:19:06 +00:00
adam
9f7bd4e85b Changes 4.1.3:
* Bug fixes and improvements
2006-05-31 19:18:07 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
rillig
457d5252f2 Fixed the PLIST. 2006-05-31 12:05:56 +00:00
rillig
7fd87a27e1 Made hot-babe work on Solaris. 2006-05-31 12:03:53 +00:00
rillig
8d2653e198 Updated hot-babe to 0.2.2.
Changes since 0.1.2:
- Switched to gtk2
2006-05-31 11:42:45 +00:00
taca
16365fa499 Specify X11BASE as configuration parameter. This change should fix
the problem which cause LoadError of libX11.so.6.  This problem was
noted by rudolf <netbsd at eq.cz> on pkgsrc-users.

Bump PKGREVISION.
2006-05-31 04:08:27 +00:00
reed
70cc03ec67 Fix homepage and/or master sites.
Add another mirror (http) for wm/windowmaker.

Homepage URL change reported by C David Rigby via
WWW feedback form.
2006-05-30 19:49:24 +00:00
drochner
a4e47a7ea4 update to 2.8.18
changes:
-bugfixes
-translation updates
2006-05-29 17:10:08 +00:00
joerg
9e5c90e2b3 py-qt3-sip only supports Python 2.3 and newer, so everything using it
or pt-qt3-base can't support other versions.
2006-05-28 22:59:59 +00:00
rillig
f8db7fb82e pyversion.mk only needs to be included once. 2006-05-28 17:57:31 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
joerg
8b6df7c482 Allow build for Python 1.5 and 2.0. 2006-05-26 19:56:16 +00:00
joerg
71ff3090d5 Uses C++. 2006-05-26 12:36:19 +00:00
wiz
5bdd358547 Depend on rman>=3.1, per PR 33536 from Andreas Tannert. Bump PKGREVISION. 2006-05-25 10:43:38 +00:00
adam
d4d685d1a9 Changes 2.8.8:
* Fixed regressions from 2.9.1 and 2.8.6:
  - Regenerated with latest glibmm to fix several empty methods.
  - ActionGroup:add(): Fix crash in alternate property get.
  - Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
* Table: Fix crash in Table_Helpers::TableList.erase().
2006-05-22 11:04:26 +00:00
rillig
921e9b0590 Fixed invalid CATEGORIES. Bumped PKGREVISION. 2006-05-22 08:22:29 +00:00
jlam
7bd087ae6e Avoid hardcoding "ca" and "pt_BR" as known locales in the configure
scripts.  Fixes build after removing ca.po and pt_BR.po.
2006-05-21 23:31:14 +00:00
ben
e4ec5e2cfe Add --enable-threads to CONFIGURE_ARGS or else FLTK library will omit
some threading methods such as Fl:awake(), which is needed by certain
applications.  Bump pkgrevision.
2006-05-21 22:16:54 +00:00
jlam
19b3f0991a Remove useless locale files that contained no translations. Bump the
PKGREVISION to 5.
2006-05-21 15:19:31 +00:00
rillig
1cfc846445 Removed trailing white-space. 2006-05-21 11:46:29 +00:00
rillig
464acf32cc Fixed some pkglint warnings. 2006-05-21 11:41:59 +00:00
wiz
2a9d3fa4c8 USE_LANGUAGES=c++ 2006-05-21 02:10:53 +00:00
joerg
cc1549810f Fix build with GCC 3.4+: not only the prototype needs the register
argument...
2006-05-20 18:09:49 +00:00
joerg
12f085bf1d Fix build on DragonFly. 2006-05-20 17:26:15 +00:00
rillig
f58840b07a Fixed pkglint warnings. 2006-05-19 16:23:47 +00:00
joerg
f65d7568d4 Uses C++. 2006-05-19 08:14:38 +00:00
joerg
e3fc99ccd3 No trunc on DragonFly as well. 2006-05-19 08:10:02 +00:00
joerg
b99581094d Uses C++. 2006-05-19 07:42:40 +00:00
joerg
2aa32361be Uses C++. 2006-05-19 07:32:29 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
reed
82708674ee Get rid of xvidcap-gtk2 patches and distinfo.
Used shared info from x11/xvidcap instead.
(For the gtk2 version only patch addition is include of sys/time/.h)
patch-ae adjusted to work with both packages.
2006-05-17 05:06:28 +00:00
reed
e9fe984acd Add patch for ffmpeg update. And update patch for png update.
Thank you Joerg!

Bump PKREVISION for these.

Also use --without-forced-embedded-ffmpeg
(even though it is the default when the ffmpeg is detected).

TODO: just use a common patches directory for these two packages.
2006-05-17 01:53:17 +00:00
tron
11878834aa Fix build problem in NetBSD-current by including "errno.h" to get
definitions of error codes like EPERM.
2006-05-16 13:21:06 +00:00
gdt
c01d49eea3 Cleanup RESTRICTED by using bsd.prefs.mk to get OPSYS where we want
it.  Vastly simplify os-checking logic.  Don't set NO_SRC_ON_FTP,
ever, following insightful comments from dillo@.
2006-05-16 13:11:59 +00:00
joerg
3b8c5d264f Uses C++. 2006-05-15 23:09:05 +00:00
joerg
563924048c Uses C++. 2006-05-15 22:04:36 +00:00
joerg
0797d5c856 Use font installation framework. Bump revision. 2006-05-15 22:03:59 +00:00
joerg
cd9a90444b Uses C++. 2006-05-15 21:58:22 +00:00
joerg
b023e599e8 Use and fix C++. 2006-05-15 21:56:56 +00:00
joerg
446738e2f7 Uses C++. 2006-05-15 21:52:15 +00:00
gdt
40a14f8a35 Rewrite and debug logic to check for list of open-source operating
systems.  This version is consistent with what I've been saying on
tech-pkg about defining NO_BIN_ON_FTP for non-open-source OSes, and
not defining it on NetBSD and other open source OSes.  Fix pkglint
warnings.
2006-05-15 13:26:40 +00:00
markd
ef4e992e52 Add applnk/Office directory. Bump PKGREVISION. 2006-05-15 10:57:23 +00:00
wiz
ba871fd775 Do not install webcollage screensaver by default, since it downloads
random images from the web for display, which might include
pornographic or otherwise unwanted pictures. I couldn't find a way
to disable this globally by default while still installing it, so
we just don't compile and install it now. Bump PKGREVISION for this
change. Addresses PR 33310 by Hiroyuki Bessho.

Split out options stuff to options.mk file.
Add option to install the webcollage screensaver.
Clean up a pkglint warning.
Remove some gettext workaround; this should be fixed by adding the
appropriate tool to USE_TOOLS instead.
2006-05-14 18:55:50 +00:00
gdt
814650e954 Remove NOT_FOR_PLATFORM for Interix; that should be for technical
issues only, not licensing.

Add LICENSE=openmotif-license because this software is non-Free.

Set RESTRICTED, and NO_*_ON_CDROM because the license has complex
terms for "commercial product offering".

If $(OPSYS) is not in
  DragonFly FreeBSD Linux NetBSD OpenBSD
set NO_*_ON_FTP, because the license only grants distribution rights
for open source operating systems.

I believe this commit will still prevent openmotif from building on
Interix without setting ACCEPTABLE_LICENSES, and should also result in
all 4 of NO_*_ON_* being set on Interix.

There's too much make code to implement NO_*_ON_FTP-on-other-than-list
(munged from bsd.pkg.mk), but I didn't see a way to make
ONLY_FOR_PLATFORM run a makefile fragment on other platforms.
2006-05-14 16:35:58 +00:00
tv
3e8495b893 Only Open Source OS's are allowed to use this -- nuke Interix via NOT_FOR_.
(Others should be here, but I don't have responsibility for those platforms.)
2006-05-14 14:52:56 +00:00
adam
07b2f1165e Fix buildlink3.mk 2006-05-13 20:32:15 +00:00
adam
ad7ddf0868 Changes 2.8.7:
* Fixed a typo to fix the build when not disabling exceptions.

Changes 2.8.6:
* Fix the build when using --enable-api-properties, --enable-api-vfuncs, or
  --enable-api-exceptions when configuring glibmm.
  When using these, the API, and any API generated by gmmproc, will be
  changed. This allows users of embedded platforms to reduce the code size of *mm
  libraries and *mm-using applications, at the small cost of losing some rarely-used
  API. Alternatives exist for that API, as show in the examples.
2006-05-13 19:15:38 +00:00
joerg
596a228be8 Honour CFLAGS and LDFLAGS. 2006-05-13 13:28:27 +00:00
wiz
8c56703bd9 Add some missing entries. 2006-05-11 19:02:58 +00:00
joerg
7c9aadc548 Uses C++. 2006-05-11 16:57:24 +00:00
joerg
dcd47b5684 Uses C++. 2006-05-11 16:27:03 +00:00
gdt
cc979b49e8 After receiving permission to distribute tarballs and binary packages
w/o functional changes, remove RESTRICTED, and put permission notice
in a comment, pending adjustment to license wording by upstream
author.
2006-05-11 15:07:24 +00:00
joerg
ebb350bbb2 Uses C++. 2006-05-10 23:29:37 +00:00
gdt
ed3f6f344f Update to 3.7.1. Changes build procedure substantially.
Bug fixes, plus:


Changes from 3.7 to 3.7.1
Released November 19, 2005

    New Features:

        * Add tool to align two or more FITS images and create motion movies.
        * Add Control-m keyboard shortcut to add any view to the Movie loop.
        * Upgrade to higher resolution Earth image.
        * Put user annotations in a scrolled list to accommodate lengthy collections.
        * Add Moonrise and Moonset to collection of Step size controls.
        * Image gallery lookups now search against all names of data base objects.

Changes from 3.6.4 to 3.7
Released August 1, 2005

    New Features:

        * Data
              o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5.
              o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids.
              o YBS replaced with Sky 2000 to magnitude 6.5.
              o Can now display Gallery image directly from Data Index.

        * Earth View
              o Display satellite orbits in space.
              o Zoom in to see better geography, or out to see high orbits.
              o Quick-set button to set equator rotation.
              o Display of surface footprint is now optional.
              o Expanded range mouse panning allows continuous rotation.

        * Sky View
              o Save and restore sets of eyepiece definitions.
              o Save and restore sets of eyepiece Sky positions.
              o Constellation figure definitions now stored in editable files.
              o WCS solver invoked automatically if header has seed but no solution.
              o Shortcut button to set display aspect ratio to match image.
              o FITS file blinking via new Movie frame function.

        * User Annotation
              o Anchor locations are now based on the view's world coordinates.
              o Sets of annotations may be saved and loaded from files.

        * Other
              o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files.
              o Many tweaks for improved INDI support, including display FITS BLOBs.
2006-05-10 16:45:35 +00:00
gdt
bc1c3d4d93 Add xephem-license, set LICENSE, and set RESTRICTED and NO_*_ON_*. 2006-05-10 14:42:52 +00:00
tron
88fb06ef60 Reset package revision after recent updated. Approved by hubertf@. 2006-05-09 10:57:29 +00:00
hubertf
2944de12dd Update to xlockmore{,lite} 5.22. Changes:
* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
  Removed some compiler/lint warnings.
  deluxe mode ported from xscreensaver by Jouk Jansen.
  anemone mode ported from xscreensaver by Jouk Jansen
  win32 changes from Petey Leinonen:
    added XPutPixel()
    pacman now works by changing the initialization and now can create a
    1 bit depth bitmap when asked for.

* new since BETA
+ update since BETA
2006-05-08 19:28:48 +00:00
drochner
2f3c41c1a3 this needs C++ 2006-05-08 13:06:04 +00:00
snj
718cb62624 Drop maintainership. 2006-05-08 06:31:40 +00:00
adam
fae5887188 Changes 2.8.5:
* Removed an unnecessary file from gmmproc.
2006-05-06 08:49:22 +00:00
reed
9c7dd9467a Remove license details from description. And remove some
name and email address from description.

(No maintainer for this package.)
2006-05-06 04:04:01 +00:00
minskim
b87f16416e Override intltool. 2006-05-06 03:17:55 +00:00
drochner
048a6ed116 update to 2.14.5
This adds a group ID fix which we had as patch before.
2006-05-05 10:40:11 +00:00
tron
c7fbfb68bf Apply patch to fix vulnerability reported in CVE-2006-1526.
Bump package revision because of this fix.
2006-05-03 12:23:48 +00:00
drochner
1f93df8758 update to 2.14.1
changes:
-fixed some bugs and leaks
-translation updates
2006-05-03 11:25:48 +00:00
drochner
348178de46 update to 2.14.1
changes:
-Share one GConfClient
-Plug leaks
-translation updates
2006-05-03 11:21:26 +00:00
drochner
f29927fa4d update to 2.14.1
changes:
-fixes some bugs and leaks
-translation updates
2006-05-03 11:19:23 +00:00
drochner
8ac4a31b28 update to 2.14.1
changes:
* Detect button press activity
* Make operation after system suspend
* Use GTimer for portability
* Obtain new Kerberos credentials when unlocking screen
* (floaters) Use the entire screen at start
-translation updates

pkgsrc changes:
-install gnome-screensaver-dialog SUID to make unlocking work
-recommend librsvg2 for the "bouncing feet" animation

approved by jmmv
2006-05-02 15:54:16 +00:00
drochner
191532c46c kill a @dirrm which shouldn't be here 2006-05-02 10:40:58 +00:00
joerg
e9ff8acae8 Add flex as tool. 2006-05-02 08:56:37 +00:00
jmmv
53352284af Properly drop egid to that of the user logging in. Otherwise, the started
session has more privileges than it should and GTK applications simply
refuse to start.

I do not know how this slipped in the release... maybe some libc function
behaves differently in Linux.  Will report this upstream later.

Bump PKGREVISION to 1.
2006-05-01 19:56:04 +00:00
jmmv
c23bf158c5 Update to 2.14.4 (hadn't noticed this version while updating to 2.14.2, but
TODO later told me...):

2.14.4 stuff:

- Backing out LINGUAS change which is only for the 2.15 release.

2.14.3 stuff:

- Fixed bug where gdmchooser was ignoring hosts passed in on the command line.
  Now gdmchooser works properly when BROADCAST is set to false.  (Brian
  Cameron, Tiago Vignatti)

- Marked strings as translatable and fix gdmsetup.desktop file so it is
  translated.  (Vincent Fretin)

- Fix to conform to C89 compilers.  (Jens Granseuer)

- Translation updates (Josep Puigdemont Casamaj\303\263, Artur Flinta,
  Chao-Hsiung Liao, Kjartan Maraas, Ignacio Casal Quinteiro, Francisco Javier
  F. Serrador,  Funda Wang)
2006-05-01 10:01:52 +00:00
jmmv
c0024fa989 Update to 2.14.2. Based on patch provided by drochner@.
2.14.2 stuff:

- Now include gui/gdmthemetester.in in the distribution.  It being missing
  was causing the module to fail to compile.  (Brian Cameron)

- Fix to the BROADCAST key in gdmchooser so it should now work.  (Brian
  Cameron, kudos to Tiago Vignatti)

- Further cleanups to Addresses CVE-2006-1057.  (Hans Petter Jansson,
  Ray Strode)

- Path and RootPath now do not contain /usr/bin or /bin more than once.
  (Brian Cameron)

- Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka,
  Laurent Dhima, Pema Geyleg, Lukas Novotny)

2.14.1 stuff:

- The sockets connection between the slaves and the GDM daemon is now
  better managed to better ensure that sockets are never left open.
  This work also makes gdmsetup start faster.  (Brian Cameron)

- Corrected bug that causes a core dump when you click on gdmgreeter
  fields that have an id.  (Brian Cameron)

- Add new GdmXserverTimeout configuration setting so that the length of
  time GDM waits for the Xserver to start can be tuned, so GDM better
  works with Xservers that require more than 10 seconds to start.
  (Emilie)

- The happygnome and happygnome-list gdmgreeter themes now use the
  official logo.  (Brian Cameron)

- Now GDM configure supports --with-sysconfsubdir so that GDM's
  configuration directory can be configured to not have "/gdm" appended
  to the end.  (Julio M. Merino Vidal)

- Fix for ensuring .ICEauthority file has proper ownership/permissions.
  Addresses CVE-2006-1057.  (Hans Petter Jansson)

- Fix "Show Actions Menu" section in gdmsetup so it appears when both
  "Plain" and "Themed" style is chosen.  (Brian Cameron, Dennis
  Cranston)

- Now use LINGUAS procedure for defining languages.  (Michiel Sikkes)

- Now Xsession script uses "$@" instead of "$1" so it is possible to
  pass arguments with the command to run.  (Brian Cameron)

- Add Trusted Solraris support.  (Niall Power)

- One line fix to Solaris auditing logic that fixes a bug causing
  authentication to fail when auditing is turned on.  (Brian Cameron)

- Fixes to compile with C99 and fixes to compile under NetBSD.
  Remove EXPANDED_* variables from the configure.  (Julio M. Merino
  Vidal)

- Translation updates (\305\275ygimantas Beru\304\215ka, Beno\303\256t
  Dejean, Laurent Dhima, Maxim Dziumanenko, Alessio Frusciante, Rhys
  Jones, Raphael Higino, Theppitak Karoonboonyanan, Gabor Kelmen,
  Priit Laes, Jordi Mallach, Kjartan Maraas, Daniel Nylander, Kostas
  Papdimas, Guilherme de S. Pastore, Ankit Patel, Ignacio Casal
  Quinteiro, Hendrik Richter, Jens Seidel, Francisco Javier F. Serrador,
  Alexander Shopov, Clytie Siddall, Ilkka Tuohela, Vincent van Adrighem,
  Tommi Vainikaninen)
2006-05-01 09:50:25 +00:00
jschauma
fca75dea62 when using the MIPSPro compiler, pass '-c99', too. 2006-04-29 16:58:45 +00:00
joerg
f60368dce2 Fix NetBSD.cf for AMD64's server build as suggested by Matthieu Herrb
via Blair Sadewitz. Fixes PR 33362. Bump revisions of -imake and
-server.
2006-04-28 21:52:19 +00:00
reed
2c8fe7959f Include x11.buildlink3.mk.
(Okayed on tech-pkg on March 3.)
2006-04-28 17:36:19 +00:00
drochner
d69a06f8a1 update to 2.14.1
changes: translation updates
2006-04-27 20:45:50 +00:00