Commit graph

313 commits

Author SHA1 Message Date
cheusov
b2a4cef222 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
obache
8a95af1ca9 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
drochner
5df4d8ed6c update to 2.24.10
changes:
-printing fix was integrated
-more minor fixes
2012-02-09 12:11:30 +00:00
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
drochner
627ed12a85 replace the patch for the printing problem by the official upstream one,
bump PKGREV
2012-02-01 18:23:04 +00:00
drochner
1f4910ae9e update to 2.24.9
changes: bugfixes

pkgsrc note: backed out upstream change for cups Custom print options,
it causes crashes at least with firefox, see gnome bug #543520
2012-01-29 10:56:44 +00:00
reed
f485522a58 need newer libXi dependency due to:
gdkinputprivate.h:38:35: error: X11/extensions/XInput.h: No such file or directory

(header got switched to different package)
2012-01-19 15:17:42 +00:00
drochner
f16ad0e8e5 update to 2.24.8
changes: bugfixes
2011-11-17 12:57:34 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
drochner
52f1011db9 update to 2.24.7
changes:
-filechooser UI improvements
-bugfixes
-translation updates
2011-10-30 18:11:24 +00:00
adam
70e5ecb284 Fix building on Mac OS X 2011-09-09 08:29:20 +00:00
drochner
33342e9fcc update to 2.24.6
changes:
-UI changes to Filechooser
-bugfixes
-translation updates
2011-09-06 19:29:15 +00:00
drochner
cf4de87140 update to 2.24.5
changes:
-bugfixes
-translation updates
-doc improvements
2011-07-08 17:20:05 +00:00
drochner
323a59b4e4 bash isn't needed as TOOL anymore, noticed by Matthias Rampke 2011-06-16 09:51:50 +00:00
drochner
5106b1a39d comment out two non-portable shell variable substitutions and revert
the "bash" requirement for "configure", works around build problems
due to unresolved problems with bash on Dragonfly
(PR pkg/45059 by Matthias Rampke)
2011-06-15 15:48:50 +00:00
obache
d00799e7fe Exactly disable detection of db2html.
fixes PR#44908.
2011-04-28 01:57:38 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
drochner
9c0672c046 update to 2.24.3
changes:
-Add missing introspection annotations
-bugfixes
-translation updates
2011-04-05 17:50:06 +00:00
drochner
121a672994 update to 2.24.3
changes: bugfixes

pkgsrc change: g/c "loaders" template which is in gdk-pixbuf2 now
2011-03-18 16:11:46 +00:00
drochner
1df3c21073 update to 2.24.1
This switches to the new gtk-2.24 branch which is intended to
help transition to glib/gtk3. Still binary compatible.
2011-03-09 11:24:05 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
ada744dc0a 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
tnn
d2247abfbc 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
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
b717d36ed1 update to 2.22.0
This switches to the gnome-2.32 release branch
2010-11-15 18:28:45 +00:00
obache
92169c6e54 reorder so that x11 stuffs will be last. 2010-10-10 10:56:44 +00:00
obache
94bd7b43da Move options.mk location so that x11 related stuffs will be buildlinked
after other one.
Workaround of pixman's shlib micro version differ in pkgsrc v.s. xbase
on NetBSD-5.1_RC4.
2010-10-10 07:41:13 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
minskim
7227684630 Add a missing PLIST entry for the quartz option. 2010-08-27 22:52:57 +00:00
drochner
75b407d024 adjust glib2/atk dependencies, from Tim Larson per PR pkg/43471 2010-06-14 21:39:38 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
drochner
191ef1ae40 add "bash" to USE_TOOLS, needed because we have CONFIG_SHELL=bash,
add a commant why the latter is done
noticed by Greg Oster
2010-06-01 13:26:31 +00:00
wiz
9a2d557153 Restore comment. It makes me wonder why we still need it, since the
referenced URL talks about gtk2-2.18.
2010-05-31 18:32:41 +00:00
drochner
825aded1d3 update to 2.20.1
this switches to the gnome-2.30 branch
2010-05-31 17:34:33 +00:00
wiz
ddc6acb34f Add a bug fix that might affect firefox, dug up by Jared McNeill.
Bump PKGREVISION.
2010-04-15 01:09:55 +00:00
wiz
d1aeecdd4b Update to 2.18.9:
Overview of Changes from GTK+ 2.18.8 to 2.18.9
==============================================

* Avoid a crash when doing DND on X servers without the shape extension
* Avoid an assertion when finalizing entries

Ok agc@
2010-03-17 22:43:00 +00:00
wiz
7d6eb9f0ee Update to 2.18.8:
Overview of Changes from GTK+ 2.18.7 to 2.18.8
==============================================

* Bugs fixed:
 612066 empathy hangs when clicked on information about contact...
 569042 gailbooleancell does not seem to attend to changes...
 609650 GtkPlug Embedded signal is not emitted when plug/socket...
 609744 crash at parse_data_for_row_pseudocolor
 609952 destroying a notebook window when the last tab got dragged...
 610141 gtk_assistant_get_nth_page() function fails to deliver...
 610184 gtk_assistant_set_current_page() segfaults...
 610381 More space between toolbar icon and label
 610632 gtk_info_bar_set_default_response problem
 611686 focus_in/focus_out in gailtreeview.c should return FALSE...
 612119 Do not scroll when middle pasting
 612308 GTK+ Build error: redefinition of 'struct IPrintDialogCallback'
 612346 gdk_window_set_icon_name doesn't work
 612505 Entry layout not updated when underlying buffer changes
 598881 Unimplemented GdkWindowImplIface methods crash gimp on OSX

* Updated translations:
 Bengali India
 Low German
 Oriya
 Polish
2010-03-16 08:40:15 +00:00
wiz
3ad1d701ba Update to 2.18.7:
Overview of Changes from GTK+ 2.18.6 to 2.18.7
==============================================

* Bugs fixed:
 600865 gnome-panel crashed with "BadPixmap (invalid Pixmap...
 606698 Misplaced declaration of gtk_print_job_set_status
 606009 weirdness with clipping in abiword - csw
 607770 Leak in GtkTreeView with HildonPannableArea
 603144 Suspected wrong builtin page size: Chinese PRC6 and PRC9...
 607687 f-spot crashes when using themes using the pixmap engine
 608807 Marks on GtkScale widgets can overlap
 607508 Cannot drag windows around in pager applet any more
 608615 DnD events sent to wrong window
 599511 gtk_selection_owner_set causes graphical corruption...
 607344 GtkCalendar: crash when using tooltips via glade
 608410 GOK types backwards in text entry fields
 591186 GTK Menu Bar is unreadable under Windows 7
 607061 GtkPlug socket window is sometimes incorrectly unref'd...
 608370 dnd drag-dest signal handlers don't get correctly dis...
 608162 gtktoolbutton doesn't create right proxy menu item...
 561816 Optimize gtk_paned_set_position notifications

* Translation updates:
 Brazilian Portuguese
 Burmese
 Catalan
 German
 Slovenian
 Spanish
 Swedish
2010-02-14 09:58:14 +00:00
wiz
4ff4224bf7 Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
2010-01-27 08:46:50 +00:00
drochner
5d40678d9a update to 2.18.6
changes:
-improvements for "Client-side windows"
-bugfixes
-translation updates
2010-01-18 18:23:14 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
7fa8c16b62 remove wrong patch
(see https://bugzilla.gnome.org/show_bug.cgi?id=588740 comments #24 and
 #29)
ride on last night's update
2009-12-09 09:41:20 +00:00
wiz
11dadca984 Update to 2.18.5:
Overview of Changes from GTK+ 2.18.4 to 2.18.5
==============================================

* Bugs fixed:
 603652	Sporadic crashes with GtkSocket
 598476	gnome-screensaver crashes when entering password...
 601473 GDK_BUTTON?_MOTION_MASK appears to be broken
 597386 Cannot click buttons more than once without...
 603619 the colormap of offscreen's pixmap doesn't...
 603904 gdk_draw_line doesn't have expose area.
2009-12-08 18:54:36 +00:00
wiz
de027a7dfa Update to 2.18.4:
Overview of Changes from GTK+ 2.18.3 to 2.18.4
==============================================

* Client-side windows:
 - Avoid some unnecessary exposes
 - Avoid unnecessary redraws related to clearing windows

* Bugs fixed:
 563010 Fix clearing the selection in GtkFileChooserButton
 581150 GtkIconView tries to paint items with invalid sizes
 601869 GtkUIManager assumes too much about popup menus
 581145 Wrong positioning for fullscreen gedit toolbar animation
 599118 Translators comment for "Finishing" labels
 599321 gtk_selection_data_get_uris is broken on Windows
 381371 Print margins not correct in WIN32 - not allowing...
 599446 atk_object_set_name () assertion in gtk_tool_button_set_label
 602725 fix setting icon-size on GICON images
 588740 JPEG images open with blur effect?
 602724 gailimage doesn't handle GTK_IMAGE_{GICON,ICON_NAME}...
 561130 get_monitor_geometry segfaults if called with non-existant...
 585383 Segfault in gdk_pixbuf__ico_image_save
 123569 Catch contents being reparented out of socket
 601611 gtk_selection_data_get_targets() reads X Atom data as GdkAtoms
 601959 must release compose key before continuing compose sequence
 603201 gtk_about_dialog_set_url_hook has no effect anymore
 591438 dfb_events_dispatch is not thread safe
 603128 Adding new UI that was recently removed may cause wrong order


* Updated translations:
 Low German
 Romanian
 Russian
 Slovenian
2009-12-06 22:40:02 +00:00
tnn
5c276d8f74 Use ${COMPILER_RPATH_FLAG} instead of -R for X_LIBS in pkg-config files.
This fixes firefox run-time breakage with native X11 on netbsd-4 caused by
pkgsrc wrappers not dealing with -R.
Bump PKGREVISION.
2009-11-27 16:54:29 +00:00
drochner
9c1ffd7903 fix PLIST for (non-default) "jasper" option 2009-11-23 11:47:33 +00:00
wiz
7ebd8c4284 Require newer glib2. From enami in PR 42339. 2009-11-18 08:11:08 +00:00
drochner
f933a37dd6 update to 2.18.3
This switches to the gnome-2.28 release branch.
2009-10-21 15:34:06 +00:00
sketch
5bc52d5f23 Some fixes for previous. 2009-10-05 08:39:06 +00:00