Commit graph

10017 commits

Author SHA1 Message Date
markd
ccb872688c Fix build on DragonFly. PR#44350 fix from kde bug id 247614 2011-01-10 11:55:18 +00:00
adam
a8c14e7a68 * Replace patch-ab with SUBST to enable LIBTOOL in gui.pro; fixes the problem
with ssse3 extension and other future additions to gui.pro.
* Use CONFIGURE_ARGS instead of 'license-acceptance' file to enable open
  source licence.
* qmake.conf for Interix (patch-ai) is no longer needed since PkgSrc's
  qmake.conf replaces all mkspecs in pre-configure.
2011-01-01 21:39:06 +00:00
obache
49e37d5b37 Change extract usage to be worked as expected even with tar of DragonFly. 2010-12-30 13:53:35 +00:00
obache
fdeb6193f7 * need bdftopcf to build.
* fixes PLIST from imake.
2010-12-27 02:40:23 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
obache
da9053e4c9 Update eekboard to 0.0.7.
* eekboard: Reset modifiers just after normal key press.
* libeek: Fix gtk keyboard rendering.
* eekboard: listen xklavier status events.
* eekboard: change the default behavior to "standalone" mode.
* eekboard: reduce the number of allocs when parsing a config file.
2010-12-23 06:18:27 +00:00
obache
657b183659 Fixes dependency for clutter, clutter-gtk is required. 2010-12-23 06:04:36 +00:00
obache
e38e12d150 * BUILDLINK_ABI_DEPENDS should be "+=".
* buildlink with clutter conditionally.
2010-12-23 05:47:32 +00:00
obache
3e2c5f8170 Configure require msgfmt, msgmerge and xgettext. 2010-12-23 05:42:47 +00:00
abs
0e03a0d685 Re-implement check for older native X11 systems to use renderproto9.
(For making the unreasonable assumption that BUILTIN_X11_TYPE.native on
a native NetBSD xorg system would be "xorg" I am awarded the Fail In
Technology prize of... a full set of "Synergy on P/OS" install media.
- - The correct answer was of course "unknown".)

Also make the test a little more robust, if not more attractive.

As further spice for this particular value equation; earlier this week I
switched the only platform I had for which this was relevant (OS X 10.4)
to modular X11, but I take solace from the fact this should make the lives
of those building x11 apps from current pkgsrc on netbsd-4 no less painful
than they were before...
2010-12-22 23:41:30 +00:00
chuck
cf509e709a make it compile on i386 macox (missing case in configure, cast in dynlib.cpp) 2010-12-22 19:44:24 +00:00
wiz
1729fd8eb3 Revert previous, it broke building cairo on NetBSD-current with
builtin X.
2010-12-20 06:31:00 +00:00
ahoka
57a7f29bb7 If we the battery 'remaining' propery is empty, try to calculate it
from discharge rate.

make the battery applet work with netbsd (again?)
2010-12-16 11:37:38 +00:00
abs
89af56edf8 Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg 2010-12-15 09:33:13 +00:00
abs
bb6bdfd018 +renderproto9 2010-12-15 09:31:14 +00:00
abs
fc4d05cbab Added x11/renderproto9 version 0.9.3nb2
This provides the Render extension headers from modular X.org X11
project, for use in non modular X11 installs.
2010-12-15 09:29:34 +00:00
obache
6509ac216b Add "Require: xproto" to fake *.pc files for the case xproto.pc exists.
PR#44122.
2010-12-13 07:51:45 +00:00
obache
d0d36cb37d Create fake xau.pc and xdmcp.pc for x11/libxcb, PR#44122. 2010-12-10 08:45:15 +00:00
obache
61df90e06e * exactly disable TTF detection.
* tell Mesa, XPM, Xinerama and XDPMS manually instead of fancy configure.
  Then those features are enabled with native X.

Those changes should resolve PR#40662.

Bump PKGREVISION.
2010-12-08 12:54:30 +00:00
tron
81faafec32 This package supports user destination directory builds. 2010-12-08 09:03:07 +00:00
abs
7529246beb fix stupid typo in last 2010-12-08 08:10:47 +00:00
abs
93b4045505 use fixesproto4, not the "too new" fixesproto. May address PR/44120 2010-12-08 00:42:16 +00:00
abs
3c3e0ed744 +fixesproto4 2010-12-08 00:40:01 +00:00
abs
9a440efa9d Added x11/fixesproto4 version 4.0
This provides the Fixes extension headers from modular X.org X11
project, specifically for use with Xfixes and native X11.
2010-12-08 00:39:31 +00:00
drochner
d1dc7e5267 the problem leading to PR pkg/44181 (PLIST problem) is understood
and reported upstream -- adjust comments
2010-12-07 11:51:26 +00:00
markd
170e408b87 Don't try to build and install doxygen generated docs if doxygen is found 2010-12-06 11:47:48 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
wiz
c3853cd80c Update to 1.1.1. No changelog found. 2010-12-02 15:33:16 +00:00
wiz
375ce3c542 Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency pattern
in buildlink3.mk and PKGREVISION of dependencies.
2010-12-02 13:36:56 +00:00
wiz
a0507ea7da Update to 0.13:
---
version: 0.13
date: Wed Oct 13 00:42:03 EDT 2010
changes:
- Tom Wyant's excellent Mac fixups
---
version: 0.12
date: Mon Oct 11 02:11:44 EDT 2010
changes:
- Just added 'dragonfly' OS to recognized list (as *nix type)
---
version: 0.11
date: Thu Oct  7 00:20:45 EDT 2010
changes:
- Removed dependency on IO::All, Spiffy and IO::Run (!)
- Switched Mac from pbcopy shelling to Mac::Pasteboard (Tom Wyant)
- Improved error handling of Xclip.pm
- Added at/clipfilter-test
---
version: 0.10
date:    Wed Oct  6 21:16:25 EDT 2010
changes:
- Correct recognition of Windows in Makefile.PL (Alexandr Ciornii)
- Makefile.PL version update (Alexandr Ciornii)
- clipjoin now escapes weechat-type mess, and also now has -q flag.
- clipbrowse now defaults to chromium-browser.
- added at/clipjoin-test and at/clipbrowse-test
- Updating email address and copyright date.
- Minor text updates here and there.
2010-12-02 12:35:26 +00:00
drochner
57b859e816 deal with the PLIST problem reported in PR pkg/44181 by Robert Elz,
in this case it is not as easy as it looks, see the comment added
to the Makefile -- just avoid creation of the useless cache file for now
2010-12-01 20:21:48 +00:00
cegger
724ea52bfe bump requirement for gnome-panel. fixes configure failure. 2010-12-01 09:38:21 +00:00
cegger
ec59e0d515 bump requirement for libgnomekbd. fixes configure failure. 2010-12-01 08:02:33 +00:00
drochner
17ce330062 fix build with newer gtk2 (needs more cleanup, but looks OK for now) 2010-11-30 20:15:49 +00:00
wiz
74989b6e62 Not make-jobs safe. 2010-11-30 14:19:58 +00:00
drochner
43cbab12aa sync w/ base pkg 2010-11-29 18:05:23 +00:00
drochner
f8ae04da5f update to 5.12
changes:
-New molecule in molecule
-glhanoi now supports an arbitrary number of poles
-Turned on ``New Login'' button by default
-Added support for XInput-style alternate input devices
-OSX-specific fixes
2010-11-29 18:04:35 +00:00
drochner
4217ca121f revert last update for now -- it wants evince-2.32 which is not
committed yet
2010-11-29 15:35:52 +00:00
drochner
de7f3e8f42 update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-28 12:57:50 +00:00
obache
d9558bce3d Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28

NOTE: 0.90.x releases are for 1.0.0 major release.

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]
2010-11-27 06:14:45 +00:00
drochner
107c2bf1d1 update to 2.32.1.1
This switches to the gnome-2.32 release branch.
2010-11-26 11:34:41 +00:00
drochner
bcc9bba198 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-26 11:31:31 +00:00
drochner
90b5284cd9 restore conditionals for the "-evolution" case, noticed by wiz 2010-11-25 11:10:48 +00:00
drochner
25f182d89b update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:59:15 +00:00
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
drochner
40bcda1665 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:38:48 +00:00
drochner
29b06d132b update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-24 20:37:33 +00:00
drochner
8e4c3d1850 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:24:09 +00:00
drochner
f8cf6aa98e update to 2.22.0
This switches to the gnome-2.32 release branch.
2010-11-24 18:57:01 +00:00
tnn
38f34b0c14 Fix busted stock icons (PR pkg/44119). Patch borrowed from OpenBSD.
Upstream bug report:
  https://bugzilla.gnome.org/show_bug.cgi?id=629878

While here, update to gtk2+-2.22.1 (bug fixes and translation updates)
2010-11-23 13:31:33 +00:00