Commit graph

10403 commits

Author SHA1 Message Date
adam
8ad05c86e3 Revision bump after updating perl to 5.14.1 2011-08-12 11:31:03 +00:00
dholland
fb1db48619 Forgot one, the debug switches patch.
This has no effect by default but lets one turn on debug info or add
CFLAGS without having to wade into imake goop directly. (It will do
this for everything that uses the xview imake templates; but you have
to reinstall xview-config for the changes to take effect.)
2011-08-11 06:09:34 +00:00
dholland
1e64d1218a Add an explanation of what's going on, in case I get hit by a bus. 2011-08-11 05:57:06 +00:00
dholland
08d07b1671 Reorganize the patches here by topic. 2011-08-11 05:50:37 +00:00
dholland
e225f8f6e9 Take OWNER, at least while flogging the patches. 2011-08-11 05:49:29 +00:00
dholland
01a20df66e Restore a patch hunk lost when abs@ added DESTDIR support. This hunk
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.
2011-08-11 02:40:52 +00:00
obache
f8355cd207 PKGREVISION must not be in Makefile.common.
move PKGREVISION to each Makefile including the Makefile.common for
keep version number, and bump again for ocaml-graphics because the
previous bump resuited in downgrade.
2011-08-08 07:31:52 +00:00
wiz
629df4ea00 Fixed the PLIST for NetBSD where lib/ocaml/stublibs/dlllablgtk2.so
is built as well.  Bump PKGREVISION. From Nicolas Thauvin.
2011-08-07 20:30:15 +00:00
wiz
181a43f40b Install the META file used by ocaml-findlib to locate it when needed
by other OCaml stuff. From Nicolas Thauvin.
Bump PKGREVISION.
2011-08-07 20:29:23 +00:00
ryoon
fcdba92066 Fix typos. 2011-08-06 22:23:34 +00:00
ryoon
49b2b932d7 Revert previous mistake. 2011-08-06 22:21:58 +00:00
ryoon
c2a511329a Already committed as x11/libunique3 2011-08-06 22:16:01 +00:00
wiz
bfce9166f3 Only depend on perl when the perl option is selected. From Matthew Mondor
in PR 45205.
2011-08-04 23:40:48 +00:00
tron
ca97f22ec0 Compile this package with "-O1" under Mac OS X if GCC is used. The generated
"qmake" binary no longer crashes and the build actually succeeds.

This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
2011-08-03 16:38:31 +00:00
joerg
3c7c70d835 Don't fail on tautologic code when compiling with Clang 2011-08-02 17:11:40 +00:00
dholland
ca9cf1f92c Fix void main. 2011-08-01 06:03:35 +00:00
ryoon
aae06f948d Update to 3.0.6
Changelog:
ver 3.0.6
* Support cairo for text rendering. (Experimental)
  (See doc/en/README.cairo in detail.)
* Support searching text in terminal screen. (Add "mlsearch.sh" tool.)
* "CSI < r", "CSI < s" and "CSI < t" sequences are supported.
* Improve cursor movement in bi-direction text.
* Improve compatibility of libvte. (Gtkterm2, evilvte and sakura work.)
* Ignore all spaces at the end of lines in selecting text regardless of their
  fg/bg colors.
* Support unicode indic characters (using ISCII fonts though). (Experimental)
* Other bug fixes:
  Fix a mistake which disabled configuration in $prefix/etc/mlterm in libvte.
2011-07-27 12:29:09 +00:00
joerg
bc9afa20ba Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS. 2011-07-21 17:07:11 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
joerg
699380fabd When building with clang, pull in devel/ucpp for the man page
processing. XXX should be fixed upstream to use sed
2011-07-19 13:59:45 +00:00
drochner
4552ee8748 this pkg doesn't reference libnotify directly (only indirectly),
remove from bl3 list
2011-07-18 21:15:32 +00:00
ryoon
73a8a62162 Replace whitespace with tabs. 2011-07-17 03:34:35 +00:00
adam
69b8076d08 Changes 2.24.2:
* Do not require mm-common when building from a tarball.
2011-07-15 12:22:36 +00:00
ryoon
36ba0d30e7 Add libunique3 2011-07-14 23:25:47 +00:00
ryoon
b6c59500e6 Import libunique3-3.0.2 as x11/libunique3
* This package is probably for gnome3.

Unique is a library for writing single instance application. If
you launch a single instance application twice, the second instance
will either just quit or will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing
a base class, taking care of all the IPC machinery needed to send
messages to a running instance, and also handling the startup
notification side.

Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.
2011-07-14 21:03:57 +00:00
tron
30eeddd19e Remove Mac OS X build fix as David Sainty fixed the actual problem
with this commit:

http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html
2011-07-13 19:25:42 +00:00
dsainty
f17b999926 Regenerate the exported symbol list via the process in ../Makefile,v1.20.
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to
failing build-time test cases.  Presumably on platforms where the build
succeeds this export list doesn't actually matter.
2011-07-13 11:57:48 +00:00
tron
2570df38c5 Change last pattern back to allow SSE2 support for GCC 100.* and newer
as suggested by Matthias Drochner in private e-mail.

Let's hope we have switched to CLang by then.
2011-07-12 22:03:28 +00:00
tron
d5dcfb346c Fix last commit:
1.) The check in "pkgsrc/x11/pixman/Makefile" was incorrect and always
    disabled SSE2. Remove it which also fixes the Mac OS X build as
    the necessary patch for the test program gets applied again.
2.) Correct the existing SSE2 handling in "pkgsrc/x11/pixman/hacks.mk":
    - Correctly match the various GCC versions.
    - Disable SSE2 for both amd64 and i386 when old versions of GCC
      are used.
2011-07-12 18:23:09 +00:00
wiz
3dcdbbeb06 Update to 0.12:
0.12
====

 - Revert a change that break ABI (Julien Cristau)

0.11
====

 - Remove Xlib support, use only xcb and x11-xcb (Julien Danjou)
 - Support APPLICATION_ID key (Colin Walters)


pkgsrc: no X11 bl3.mk files removed since x11-links pulls in all of them,
so I can't test if some can be removed.
2011-07-12 13:40:30 +00:00
tron
e65853401a Disable SSE2 support for NetBSD-*-x86_64. This prevents segfaults under
NetBSD/amd64 5.1_STABLE. Bump package revision because of this change.

It is possible that SSE2 support works fine if "pixman" is built with
NetBSD-current's newer toolchain. If you have such a setup please
test it and adjust the package accordingly if appropriate.
2011-07-12 13:28:31 +00:00
wiz
8d709c0abc Re-add cd ${WRKSRC} to fix patch application.
Remove some unnecessary whitespace.
2011-07-12 11:25:31 +00:00
tron
14ec162b41 Fix build problem under Mac OS X. 2011-07-11 19:19:42 +00:00
drochner
cd7224a50f update to 0.22.2
changes:
-New r8g8b8a8 and r8g8b8x8 image formats
-better support for compositing triangles and trapezoids
-performance improvements
-bugfixes
2011-07-11 10:50:58 +00:00
wiz
c0f77d81c1 Fix build with python-2.7. From Alexander Nasonov in PR 45122. 2011-07-10 16:58:19 +00:00
drochner
730556e965 update to 0.28.1
This swiches to the new release branch.
2011-07-08 17:23:05 +00:00
drochner
236147f429 update to 2.24.5
changes:
-bugfixes
-translation updates
-doc improvements
2011-07-08 17:20:05 +00:00
dholland
9a2a1bb6d9 add more REPLACE_PERL 2011-07-03 21:40:44 +00:00
dholland
820433d9ad add patch comments 2011-07-03 20:15:58 +00:00
dholland
3ec51c041e Add xf86vidmodeproto to (hopefully) fix the build on netbsd-5, plus add
direct dep on libX11 according to verifypc.
2011-07-03 19:24:36 +00:00
markd
b7b2434069 /usr/bin/env cleanup 2011-07-03 05:17:53 +00:00
dholland
8780d640b9 Don't use ../ in patch paths as GNU patch doesn't like it. 2011-07-02 18:06:50 +00:00
drochner
9537ecaab1 install the designer plugin into QTDIR, as it was before the
last update -- the widgets are now usable again
bump PKGREV
2011-06-20 12:43:00 +00:00
alnsn
4ac79f9d83 Parallel builds fail on -current => MAKE_JOBS_SAFE=no. 2011-06-19 09:30:49 +00:00
dholland
e7b16f348e REPLACE_PERL 2011-06-19 01:14:53 +00:00
dholland
deb17dd3b3 This also uses glib2 directly at least when configuring. It's not clear
if any of the installed binaries really do, but better to be safe.
PKGREVISION -> 9.
2011-06-19 00:49:59 +00:00
dholland
f0ed7281fb Needs glib2 as a direct dependency. PKGREVISION -> 12. 2011-06-19 00:48:57 +00:00
obache
4373ae7b7b MAKE_JOBS_SAFE=no 2011-06-17 11:47:30 +00:00
adam
833795d57d Changes 6.0:
1) Qt3 support dropped
2) QwtPlot layout/render code ported from int to double
   Exported/printed documents in scalable formats like SVG or PDF
   are 100% scalable now.
3) Template base classes introduced for curve and curve data
   to be reusable in all plot items displaying series of samples.
4) New plot items
   - QwtPlotHistogram
   - QwtPlotIntervalCurve ( error bars or displaying the area between 2 curves )
   - QwtPlotSpectroCurve ( mapping the z value to a color )
5) Raster items
   - QwtMatrixRasterData introduced
   - More accurate rendering
   - Several API changes
   - Thread support for rendering spectrograms
6) QwtPlot::print moved to QwtPlotRenderer
7) Other new classes
   QwtColumnSymbol
   QwtDoublePoint3D
   QwtIntervalSymbol
   QwtPlotDirectPainter
   QwtSamplingThread
   QwtSystemClock
8) QwtPicker and friends reorganized,
   QwtPickerTrackerMachine added for displaying a rubberband for
   mouse moves. Enter/Leave added to events, that are handled
   by the picker machines.
9) QwtScaleWidget::LayoutFlag added
   Introduced to control the direction of vertical axis titles.
10)QwtWeedingCurveFitter added
   QwtWeedingCurveFitter is an implementation of the Douglas/Peuker
   algorithm, that can be used to reduce the number of curve points.
   It can be very useful to improve the performance of painting
   curves of many lines ( f.e. by implementing different level of details ).
11)Legend code update for representing different pixmaps for different
   types of plot items.
12)Copy operators removed, using pointers instead
13)QwtPolarPoint from qwtpolar added
14)QwtThermo
   Optional QwtColorMaps added
15)Interfaces and code of all sliders/dials cleaned up.
   QApplication::globalStrut(), styled backgrounds ...
2011-06-16 15:21:34 +00:00
drochner
2988a09b73 bash isn't needed as TOOL anymore, noticed by Matthias Rampke 2011-06-16 09:51:50 +00:00
drochner
1cc6534a8f 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
drochner
677157278e add CVE reference 2011-06-15 13:44:39 +00:00
obache
b3c688279b Back to original code, use cElementTree. 2011-06-15 11:15:35 +00:00
obache
b9a1bb719b back to use default code, use cElementTree.
Bump PKGREVISION.
2011-06-15 11:13:17 +00:00
obache
06762912bf Also accept python 27 and 26, its restriction just came from py-gtk2. 2011-06-14 10:48:30 +00:00
obache
e199345b42 Update ruby-gnome2 to 0.90.9.
== Ruby-GNOME2 0.90.9: 2011-06-11

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

This is the last release of 0.90.x series. The next release
will be 1.0.0!

=== Changes

==== All

  * Fixes
    * Fix a bug in version numbers.
      [Grant Schoep, Vincent Carmona]
    * Support 'bundle install' .

==== Ruby/GLib2

  * Improvements
    * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
    * GLib::IOChannel#write returns written byte not self.
      [backward incompatible]

==== Ruby/GTK2

  * Fixes
    * fix misc/bindings.rb sample (ruby 1.9).
      [Vincent Carmona]
    * [#3305589] fix Gtk::Window#add_accel_group misses
      a reference to accel group.
      [Piotr Korzuszek, Kouhei Sutou]
    * Support cairo related samples in Ruby 1.9.
      [Jon, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * add Gst::Registry.update method.
      [Vincent Carmona]

==== Ruby/VTE

  * Fixes
    * [#3199587] fix pc install.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Fixes
    * [#3292118] don't run needless tests.
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Improvements
    * support Windows.
      [S.Kitagawa]
2011-06-12 11:43:33 +00:00
dholland
83675b90c2 Update to libXi-1.4.3: bug and doc fixes. 2011-06-12 00:21:53 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
drochner
5cd4351d4f add a patch from Gnome bugzille to fix a bug where the terminal could
be sent into an endless loop allocating memory by a simple escape sequence
bump PKGREV
2011-06-10 17:07:16 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
drochner
04a70a9b83 reset PKGREV for base pkg update 2011-06-09 12:03:50 +00:00
drochner
d19d759946 update to 5.14
changes:
-Optionally enabled full-scene OpenGL antialiasing. Set the resource
 *multiSample to true if doing so doesn't kill performance with
 your video hardware.
-New version of glhanoi.
-Image-loading hacks that display the file name now also display the
 sub-directory (xscreensaver-getimage now returns relative paths
 under imageDirectory).
-Passwords that contain UTF-8 non-Latin1 chars are now typeable.
-Added ``Quick Power-off in Blank Only Mode'' option.
-BSOD GLaDOS.
+bugfixes
2011-06-09 12:03:07 +00:00
drochner
225441ecc7 update to 4.12.3
This is a minor bug fix release.
2011-06-09 11:56:25 +00:00
drochner
9afd29c80f update to 3.0.11
changes:
-Modernize custom paper size dialog look
-Add an app chooser to the gtk-demo 'Pickers' example
-bugfixes
-translation updates
2011-06-09 11:18:09 +00:00
seanb
ce83aad862 Have pthread.buildlink3.mk handle -lpthread correctly on all platforms. 2011-06-06 12:48:14 +00:00
obache
c0b58b1ec7 Rename immodule related variable names, and not to conflict with gtk2 immodules. 2011-06-05 12:13:47 +00:00
ryoon
078441d400 Update to 3.0.5
Changelog:
* Support ssh directly (pkgsrc does not support yet)
* Documents are updated.
* Many font related fix.
2011-06-05 11:17:28 +00:00
abs
090458d352 the taglib check fails as it does not pass 1.10 as later than 1.4.
let pkgsrc handle the version check
bump pkgrevision
2011-06-04 16:31:52 +00:00
gdt
4077b8bd1b bl3 on graphics/glu, because compilation fails due to missing glu
headers.
2011-06-01 11:36:19 +00:00
drochner
19c5d38e56 update to 3.0.10
changes:
-bugfixes
-translation updates
2011-05-25 09:39:57 +00:00
wiz
4dfa88bc44 Bump PKGREVISION for png-1.5 fix. 2011-05-21 17:23:28 +00:00
wiz
1fd1cc25ac Fix build with png-1.5; I'm not sure this will work, but at least it builds
now.
2011-05-21 17:23:10 +00:00
obache
ec36d79a24 * set LICENSE=gnu-gpl-v2
* add user-destdir installation support.
2011-05-21 08:35:25 +00:00
obache
fecb1ed7d7 * build fixes, libpng-1.5, and others.
* set LICENSE
* add user-destdir installation support.
2011-05-21 08:18:16 +00:00
drochner
de02ce1891 update to 3.0.9
changes:
-bugfixes
-theming improvements
-translation updates
2011-05-18 10:56:16 +00:00
drochner
72ecdcbf44 fix gtk2 and pangomm version requirements 2011-05-18 10:45:02 +00:00
drochner
58571259ee reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
cheusov
aae5f08a2b Update DEPENDS on qt4-libs for other qt4 packages.
Fix for PR 44732.
2011-05-16 22:13:46 +00:00
mrg
fc2d7e077b this doesn't need libXp. bump pkg version. 2011-05-15 12:35:06 +00:00
cheusov
03afcdd9c4 Build qt4-tools with qt4-libs with the same version.
This fixes PR pkg/44732.
2011-05-15 12:12:56 +00:00
drochner
9239e5547e update to 4.8.4
changes:
-adds support for Qt v4.7.2
-functional enhancements
2011-05-13 16:43:02 +00:00
drochner
b14a0725b3 update to 4.12.2
chanhes: small number of functional enhancements
2011-05-13 16:40:20 +00:00
drochner
0f4c78e11d sync w/ base pkg 2011-05-13 16:39:06 +00:00
drochner
5381a558f4 update to 2.5.1
change: adds the QsciLexerMatlab and QsciLexerOctave classe
2011-05-13 16:37:55 +00:00
drochner
e2cce747b8 delete obsolete cksums 2011-05-13 16:36:38 +00:00
abs
57a6726115 My system does not appear to be picking up the pkgsrc png correctly - revert fallout 2011-05-12 14:52:13 +00:00
adam
f894a500af Changes 2.24.0:
New API in gtkmm 2.24:
Gtk:
* ComboBox and ComboBoxText now have a has-entry property, so
  ComboBoxEntry and ComboBoxEntryText are deprecated.
* Range: Added get/set_round_digits()
Gdk:
* DragContext: Added drag_begin().
* Window: Added get_visual(), get_screen() and get_display().
2011-05-12 11:17:01 +00:00
adam
226cdb686c Fix buildling on Mac OS X 2011-05-12 11:05:32 +00:00
abs
a173fe2c0e add libfltk_png.a & include/FL/images files to PLIST 2011-05-12 08:04:05 +00:00
ryoon
520788c97c Resotore PLIST.m17nlib and PLIST.uim in PLIST. Fix make package. 2011-05-11 14:50:56 +00:00
cheusov
12d85dd71e Adapt for non-default PKGMANDIR. Closes PR pkg/38392.
Add LICENSE.
2011-05-09 13:13:49 +00:00
obache
b5bbf90893 Update HOMEPAGE. 2011-05-06 05:54:12 +00:00
adam
775328af8e Changes 4.7.3:
QtNetwork
- SSL
* [QTBUG-18338] blacklist fraudulent SSL certificates

Qt for Symbian
- Bearer Management
* [QTBUG-15108] Deadlock between SymbianEngine mutex and
QNetworkConfigurationPrivate mutex in the symbian bearer code
* [QTBUG-17627] qnetworksession.h Q_DECLARE_METATYPE breaks building
QtMobility QtBearer depending applications

- GraphicsView
* [QTBUG-17966] Major regression in QGraphicsView OpenVG backend
- Declarative
* [QTBUG-17503] Export qml debugging symbols on Symbian
- Widgets
* [QTBUG-17786] BC between Qt 4.7.3 and 4.6.3 QTreeView::indexRowSizeHint
doesn't return correct value on Symbian for row when QPushButton widget is
inserted in the treeview
* [QTBUG-4953] QMessageBox can not be closed/dismissed on touch phones if any
widget is fullscreen
- Painting
* [QTBUG-17907] tst_QGraphicsTransform::rotation3d test case from
tests/auto/qgraphicstransfor is failed for some rotation angle on
Symbian^3 devices
* [QTBUG-18154] Symbian's QPixmap::logicalDpi[X\Y]() incorrectly
returns MAXINT
2011-05-05 12:37:07 +00:00
obache
8647532e66 Install standard python modules into usual location instead of site-packages.
PR#44826.

Bump PKGREVISION.
2011-05-04 11:38:05 +00:00
abs
15cfb7508f Fix #! path to ruby in servicemenu{de,}installation. Bump pkgrevision 2011-04-30 22:56:24 +00:00
obache
0c4b7756d6 Exactly disable detection of db2html.
fixes PR#44908.
2011-04-28 01:57:38 +00:00
ryoon
e3ca9a1319 Fix build.
Replace and check interpreters.
2011-04-25 14:48:28 +00:00
obache
0e97a14395 bump PKGREVISION from gettext-lib shlib bump. 2011-04-24 15:31:08 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
hans
4b68ef04c6 Add package for mit-clx module of lang/clisp. Remove conflicting option
mit-clx from lang/clisp.
2011-04-20 18:40:43 +00:00
hans
d0abc01f49 Add package for the new-clx module of lang/clisp. Remove conflicting
option new-clx from lang/clisp
2011-04-20 18:36:16 +00:00
hauke
45be8bbf9b For the sake of graphics/cairo, which derives the libXrender feature
set from the renderproto version, pick a package with an older version
(renderproto9) for anything < netbsd-5.

This change gets the selection criteria right, and also points the
renderproto9 package to renderproto's builtin.mk, avoiding Xrender
breakage.

Fixes pkg/43969 and should probably be pulled up.
2011-04-20 10:00:01 +00:00
obache
bc3b8b3cd2 note a "used by ..." comment. 2011-04-19 11:47:12 +00:00
obache
86728e9773 Note "used by..." comments. 2011-04-18 11:50:47 +00:00
roy
31d63476b6 Fix python paths. 2011-04-16 16:14:27 +00:00
markd
7ad1bf5248 Fix for CVE-2011-1168. 2011-04-11 10:11:42 +00:00
ryoon
67dce039b1 Update to 3.0.3.
* make pkglint happy

Changelog:
Overview of changes from 3.0.2
==============================

ver 3.0.3
* Add support for iBus. (Experimental)
* Even if gdk-pixbuf is not linked to mlterm (--with-imagelib=gdk-pixbuf
  option is not specified in configure), wall picture, icon picture
  and pixmap_engine are supported by an external program (mlimgdisplay)
  which uses gdk-pixbuf.
* Support "wall_picture" option partially (BMP format alone) in win32.
* Support palette settings in libvte.
* libvte uses dpi of gdk for xft font instead of manually calculated one
  by DisplayWidthMM (,which can return wrong value in vmware) etc.
* Unsupported but valid formatted escape / CSI sequence is correctly ignored.
  (Thanks to Iwamoto Kouichi san)
* Support "use_clipboard" option which enables CLIPBOARD selection not only
  PRIMARY selection.
* Other bug fixes:
  Fix wrong drawing of background of DEC Special characters. (Thanks to Iwamoto Kouichi san)
  Unhighlight background of bold characters. (Thanks to Iwamoto Kouichi san)
  SF Bug #3158963 (Thanks to Jyun-Yan You)
  SF Bug #3053107 (Thanks to Nezmer, Thanks to Iwamoto Kouichi san)

Overview of changes from 3.0.1
==============================

ver 3.0.2
* Drop imlib, gdk-pixbuf1 and gtk-1.x support.
* Add libvte compatible library using mlterm engine. (Experimental)
* Support gnome-pty-helper. (configure with --enable-pty-helper option)
* Support "alpha" option in X11.
* Add "depth" option.
* Support "rgba:RR/GG/BB/AA" format to specify rgba color in 32-bit depth.
* Add "bidi_mode" option.
* Add "letter_space" option.
* Support execution of command like "mlclient -e w3m" in "button3_behavior" option.
* Other bug fixes:
  "ESC [ r" and "ESC c" reset scrolling region. (Thanks to Iwamoto Kouichi san)
  #3072833 (Thanks to Andreas Metzler)
  #3051467 (Thanks to David Kolovratnik)
  #3014219 (Thanks to Khaled Hosny)
2011-04-10 07:25:36 +00:00
obache
4afa775ba3 fix condition for cups option. 2011-04-10 04:30:01 +00:00
obache
05174cc941 Add user-destdir installation support. 2011-04-09 08:58:51 +00:00
drochner
0c977d1e77 update to 2.24.0
This switches to the 2.24 release branch.
2011-04-08 14:32:03 +00:00
drochner
7caf943857 sync w/ base pkg 2011-04-08 14:09:05 +00:00
drochner
7bcc802a22 update to 2.5
changes:
-based on Scintilla v2.25
-API additions
API changes possible breaking binary compatibility, this bl3 requirement
bumped
2011-04-08 14:06:15 +00:00
drochner
1d74c3fc47 update to 3.0.8
changes:
-theming related improvements
-bugfixes
-translation updates
2011-04-08 13:54:25 +00:00
drochner
b10c56310b update to 1.0.9
changes:
Create shell-escape-safe cpp options in the non-pathetic-cpp case.
Fixes CVE-2011-0465.
2011-04-08 12:26:03 +00:00
obache
89a5ee138c Add RCS Id and remove redundant last part.
regen and let to be formal distinfo format.
2011-04-07 05:23:52 +00:00
rh
d693c07607 Update gnustep-back to 0.18.0. This should close PR pkg/44783.
Other notable changes include:
 * implement pattern colours for all backends
 * use DejaVu as another fallback font
 * OpenGL fixes and improvements
 * Key repeat support implemented in X11
2011-04-07 02:12:48 +00:00
rh
5c91842b5d Update gnustep-gui to 0.18.0. Notable changes include:
* Add live resize in NSSplitView
   * Toolbars have been completely rewritten and improved
   * New Mac OS X 10.5 methods in NSFont
   * Bug fixes and stability improvements
2011-04-07 02:07:19 +00:00
drochner
fc2c8ba706 update to 2.24.3
changes:
-Add missing introspection annotations
-bugfixes
-translation updates
2011-04-05 17:50:06 +00:00
wiz
8de787460d Start fixing for png-1.5. Small function left. 2011-04-05 11:24:15 +00:00
wiz
a09e68dd80 Fix build with png-1.5. 2011-04-05 11:04:39 +00:00
adam
2f4532bfc6 Changes 1.2.2:
No release info available.
2011-04-04 11:41:28 +00:00
obache
adb45fc348 Bump PKGREVISION from libVNCServer dependency changes (+ libgcrypt, gnutls). 2011-04-04 09:18:07 +00:00
obache
543882a76e * MAKE_JOBS_SAFE=no
* marked as destdir installation suuport.
2011-04-03 13:43:18 +00:00
markd
31f40e9e08 Add blacklist of fraudulent certificates. Patch from upstream.
Bump PKGREVISION.
2011-04-01 20:53:55 +00:00
wiz
4a87d7e74d Set LICENSE. 2011-03-28 07:57:58 +00:00
wiz
1dc19307ca Fix build with png-1.5. Reported by joerg. 2011-03-28 07:50:39 +00:00
obache
6d7a70dbbe need docbook-xsl to build documents. 2011-03-28 01:40:20 +00:00
wiz
aef5107352 Fix sbit handling in png patch.
From Marko Schütz Schmuck on pkgsrc-users, fixing core dumps
in kmymoney and kphotoalbum.
Bump PKGREVISION.
2011-03-25 15:28:26 +00:00
wiz
b7565b87db Jens Rehsack noted that the inclusion of jpeg/bl3.mk in xfce4-thunar
must be propagated in its bl3.mk file.

Do that, and depend on that version; recursive PKGREVISION bump
since a few dependencies might link against jpeg now.
2011-03-24 14:35:16 +00:00
zafer
9799f4e98f revert. breaks modular X. 2011-03-23 20:44:18 +00:00
zafer
2761568a37 update PLIST. Fix install. 2011-03-23 20:07:28 +00:00
zafer
7462aedb03 update PLIST. Fixes install. 2011-03-23 19:55:03 +00:00
zafer
b48b1bdbf0 update PLIST. 2011-03-23 19:50:47 +00:00
joerg
d7ab164f7e Python 2.4 is not support by py-gtk2. 2011-03-23 15:40:23 +00:00
drochner
4147a0c499 +gtk3 2011-03-18 17:15:03 +00:00
drochner
c2e1d2e965 first cut on a pkg for gtk3, the successor of the gtk2 toolkit:
add gtk3-3.0.3
2011-03-18 17:06:08 +00:00
drochner
6c8a156774 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
wiz
91892f9519 Bump PKGREVISION for patch-as (compress/uncompress) fix. 2011-03-18 15:36:17 +00:00
wiz
00e931f977 Fix compress/uncompress handling correctly. 2011-03-18 15:36:01 +00:00
adam
2e4a451d40 Changes 3.9.2:
* Improved pidfile handling code contributed by Jay Berkenbilt.

Changes 3.9.1:
* Fix assertion failure on 64-bit architectures using LZO 2.0+.
* Clean up harmless compiler warnings in ClientMultiplexer and
  ServerMultiplexer.

Changes 3.9.0:
* Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and
  very slightly improve compression.
* Builds with LZO 2.0 release.
* Compiles under the Mingw environment to create native Win32 binaries.
* Added dxpcssh sample script courtesy of Wicher Minnaard.
* Added dxpc.spec file contributed by Daniel Mealha Cabrita.
* Fixed some small memory leaks and potential buffer overruns.
* Indented all sources.
2011-03-18 10:50:46 +00:00
zafer
27409804ae service suspended. prevent timeout. fetch from backup. 2011-03-17 23:38:28 +00:00
zafer
11f3826403 update master_sites 2011-03-17 23:36:21 +00:00
zafer
c8dacbb2e6 service suspended. prevent timeout. fetch from backup. 2011-03-17 23:32:38 +00:00
obache
29dbb7f7c2 Update py-gnome2-extra to 2.25.3.
plus add patches based on Upstream Bug#532856 and hacks for libtool to
build gtkmozembed dynamic module again with xulrunner-1.9.

Overview of Changes from 2.25.2 to 2.25.3
==============================================================================

* gda: Now requires and builds with the latest libgda (3.99.11)
  (Murray Cumming)

Overview of Changes from 2.25.1 to 2.25.2
==============================================================================

* gda: Now requires and builds with the latest libgda (3.99.9)
  (Murray Cumming)

Overview of Changes from 2.19.1 to 2.25.1
==============================================================================
* gda:
  - pygda-3.0 is now replaced by pygda-4.0, wrapping libgda-4.0 instead of
  libgda-3.0, with various API changes.
  (Murray Cumming)
  - On windows, install gda.pyd instead of gda.dll, as expected by Python on
  Windows, along with some other Windows fixes. (Armin Burgmeier)
* Fixed the gdl build.
  (Johannes Schmid)
* gtkmozembed:
  - Fix the build with XUL 1.9. (Gustavo J. A. M. Carneiro)
  - Wrap gtk_moz_embed_set_path(). (Matthew Barnes) Bug #400861
  Bug #503067
* Build:
  - Allow the build and install of some modules to be disabled to make
  life easier for distro packagers. (Arun Raghavan) Bug #534307
  - Allow documentation building to be disabled. (Gian Mario Tagliaretti)
  - Use python-config to get python includes. (Sebastien Bacher) Bug #448182.

Overview of Changes from 2.14.3 to 2.19.1
==============================================================================
* egg.trayicon:
  - By popular demand, undeprecate this, at least until Gtk+ adds all the
    functionality to GtkStatusIcon. (Gustavo Carneiro)
* gda
  - Now use libgda-3.0 instead of libgda-1.2. This breaks API.
    (Murray Cumming, Armin Burgmeier)
* gksu2:
  - New module, Various fixes.
   (Gian Mario Tagliaretti, Gustavo Carneiro)
2011-03-16 06:51:11 +00:00
gls
ebaf7ecad5 Update x11/x3270 to 3.3.11ga6
Upstream changes:

Changes in version 3.3.11ga6, 19. September 2010

    * [wc3270] Fixed an issue with non-ASCII text in the Info command.
    * [wc3270] Removed junk characters from the top line of model 5 screens.
    * [pr3287, wpr3287] Corrected an issue with missing newlines at the end of
each formatted 3270 stream Write command.
    * [pr3287, wpr3287] Modified the -trnpre and -trnpost options to open the
files for each print job, so they can be changed between print jobs.

Changes in version 3.3.11beta5, 30. July 2010

    * [all 3270] Improved tracing. Trace entries now include time stamps. Trace
file limits operate much more simply. A trace file name can start with ">>" to
have the data appended to the file.
    * [all 3270] Allow -scriptport TCP ports to be re-used quickly.

Changes in version 3.3.11beta4, 25. July 2010

    * [wc3270] Corrected a problem where mouse input would be ignored after
screen printing (Alt-P) or use of the Execute() action.
    * [wc3270] Added a bellMode resource to allow precise control of what wc3270
does in response to ALARM WCCs and BELL characters.
    * [c3270] Fixed a problem with hangs when a connection fails on recent
versions of Cygwin.
    * [x3270, c3270, wc3270] Added a new token to the printer.assocCommandLine
and printer.luCommandLine resources: %O% will be substituted with the value of
the new printer.options resource. This allows extra options such as -emflush to
be passed easily to pr3287 and wpr3287 sessions without having to redefine the
rather ugly printer.assocCommandLine and printer.luCommandLine resources.
    * [pr3287] Fixed a build issue on platforms that use the iconv library, such
as Macs.
    * [all] Added a bindLimit resource (default true) to control whether the
screen dimensions specified by the host in a BIND image will be obeyed.
    * [wc3270] Fixed the cursor position toggle to turn off correctly.
    * [c3270 and wc3270] Added a menu option to toggle underscore mode.
    * [c3270] Fixed underscore mode to only affect underlined fields.

Changes in version 3.3.11beta3, 7. July 2010

    * [pr3287 and wpr3287] Added the -emflush option, to flush pending printer
output when an EM order is received in unformatted 3270 mode. This helps preserve
multi-page output from hosts that to not clear the 3270 buffer between pages.

Changes in version 3.3.11beta2, 6. May 2010

    * [c3270, wc3270] Added a menu bar and pop-up keypad, usually controlled by
the mouse or by the new Menu and Keypad actions.
    * [c3270, wc3270] Implemented the showTiming toggle, to display the time
taken for the host to process an AID in the OIA.
    * [wc3270] Overhauled auto-shortcut mode, so that no shortcut is needed to
run a wc3270 session file.
2011-03-15 21:51:44 +00:00
obache
55a8e85611 Note commented out LICENSE (Eiffel Forum Freeware License, version 1) 2011-03-14 06:35:52 +00:00
obache
0f049a337d * Marked as user-destdir ready
* Do usual things instead of custom do-build target.
2011-03-14 06:34:37 +00:00
drochner
459d63feeb libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)
bump PKGREV
2011-03-09 16:29:23 +00:00
drochner
9c51d74dd1 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
ryoon
6554c289ae Update MAINTAINER e-mail address. 2011-03-07 08:52:44 +00:00
wiz
a221c96e51 Improve png-1.5 patch. Bump PKGREVISION. 2011-03-06 16:11:03 +00:00
wiz
fbcc90df6c Add "# used by x11/qt3-libs/Makefile" for pkglint. 2011-03-06 16:10:22 +00:00
wiz
aae5b76e23 Remove options that use GTK1. 2011-03-06 16:04:32 +00:00
wiz
902c94fd81 Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-03-06 16:02:28 +00:00
dholland
7f2e1a6825 This exposes libXp, so add libXp to the bl3.
From Taylor Campbell in PR 44668. PKGREVISION++.
2011-03-06 03:52:16 +00:00
obache
a0c2be8dde Update ruby-gnome2 to 0.90.8.
== Ruby-GNOME2 0.90.8: 2011-03-04

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

A bug fix release of 0.90.7.

=== Changes

==== All

  * Fixes
    * 'make distclean' does not removed pkg-config files.

==== Ruby/GLib2

  * Fixes
    * fix non-gem rcairo detection. [#3178228]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Atk

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/Pango

  * Fixes
    * fix 'make distclean' cleans needed a file.
      [Vincent Carmona]

==== Ruby/GTK2

  * Fixes
    * fix require order.
      [id:kenhys]
    * [#3046538] fix crash by GC at exit.
      [Vincent Carmona, Kouhei Sutou]
    * gtk-demo samples with ruby 1.9 (excepted cairo ones).
      [Vincent Carmona]

==== Ruby/GooCanvas

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GStreamer

  * Improvements
    * improve missing message.
      [Vincent Carmona]
    * add Gst::InstallPlugins.
      [Vincent Carmona, Kouhei Sutou]

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
    * don't use rbgprivate.h. [#3188442]
      [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkSourceView2

  * Fixes
    * fix pc install. [#3178294]
      [OBATA Akio, Kouhei Sutou]
2011-03-04 13:14:04 +00:00
obache
f106e47b86 Spelling. 2011-03-03 13:30:00 +00:00
wiz
8b86d08413 Spelling. 2011-03-03 13:10:56 +00:00
obache
6ead9a071d + py-vte 2011-03-03 12:08:46 +00:00
obache
6771a34dd7 Import py-vte-0.26.2 as x11/py-vte.
Terminal widget with improved font, internationalisation and
accessibility support for the GNOME 2 desktop.

This pakcage provide python bindings for the Vte terminal widget.
2011-03-03 12:07:40 +00:00
obache
576fee1eeb split out distribution file related part to Makefile.common. 2011-03-03 12:05:22 +00:00
adam
f6d1daed1b Changes 4.7.2:
This is a maintenance release which contains bug-fixes based on feedback and
contributions since the Qt 4.7.1 release back in November.  It also marks the
official release of Qt Quick.

Qt Quick is a new feature within Qt that makes it easy to create light-weight
apps and UIs. It contains the new QML language, the Qt Declarative module, and
new tooling in Qt Creator to easily build apps.

PkgSrc: now builds with Clang.
2011-03-03 05:50:03 +00:00
wiz
29d7be7a54 Probably final version of patch. Bump PKGREVISION. 2011-03-01 09:53:16 +00:00
wiz
8334b6ac97 Update to match changes in upstream bug report. 2011-02-28 15:38:12 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
markd
771a80a179 Add alsa option. 2011-02-25 20:37:56 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
wiz
70d90bd012 Deprecate KTERM_USE_WALLPAPER to get rid of imlib dependency.
Ok taca@
2011-02-21 07:33:48 +00:00
wiz
a46f3a2f93 + gtkglarea2. 2011-02-19 15:48:52 +00:00
wiz
4923f19ad6 Added gtkglarea2-2.0.1. 2011-02-19 15:48:35 +00:00
markd
4416496742 PKGREVISION bump for imlib removal of gtk dependency. 2011-02-19 10:03:17 +00:00
markd
d32509b68f Depend on gtk version of imlib. Bump PKGREVISION. 2011-02-19 09:06:33 +00:00
gdt
9364937583 Ensure created file ${PLIST_SRC} is writable.
Without a chmod +w, building fails because the file copied from pkgsrc
is not writable if the sources are 444, as is the case with CVSREAD=t.
2011-02-17 16:59:22 +00:00
wiz
6ee48fb77a Add upstream bug report URL. 2011-02-14 19:37:26 +00:00
obache
7e7bb6fcea Update ruby-gnome2 to 0.90.7.
Removed deprecated binding packages.

== Ruby-GNOME2 0.90.7: 2011-02-02

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

A package fix release of 0.90.6.

=== Changes

==== Ruby/GLib2

  * Improvments
    * force remove "-Wl,--noundefined" linker option because
      Ruby-GNOME2 packages doesn't support the option.
      [Dobai-Pataky Bálint, Kouhei Sutou]

==== Ruby/GTK2

  * Improvments
    * use "MS-Windows" GTK+ theme by default on Windows.
      [ashbb, Kouhei Sutou]

=== Thanks

  * ashbb
  * Dobai-Pataky Bálint

== Ruby-GNOME2 0.90.6: 2011-01-29

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

Removed deprecated packages. All supported packages support
RubyGems. All supported packages except Ruby/VTE,
Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows
binary bundled gem.

=== Changes

==== All

  * remove all deprecated packages.
    [Masaaki Aoyagi]
  * all supported packages support RubyGems.
    [Masaaki Aoyagi]

==== Ruby/GLib2

  * Imrpovements
    * add gnome2-raketask.rb that is a utility library to
      define Rake tasks for Ruby-GNOME2 packages.
      [Masaaki Aoyagi, Kouhei Sutou]

  * Fixes
    * fix GType conversion.
      [Kouhei Sutou]
    * fix rcairo installed by RubyGems detection.
      [Masaaki Aoyagi]

==== Ruby/GIO2

  * Improvements
    * support GIO 2.26.
      [Nikolai Weibull]

==== Ruby/GStreamer

  * Improvements
    * add Gst::MissingURISourceMessage.
      [Vincent Carmona, Kouhei Sutou]
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/Pango

  * Fixes
    * rename Pango::LayoutIter#at_last_line! to
      at_last_line? because at_last_line is a predicate
      method. (at_last_line! still exists for backward compatibility.)
      [mrkn, Kouhei Sutou]

==== Ruby/GtkMozEmbed

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]
  * Fixes
    * support "2.0b7" style module version. #3141244
      [reandr, Kouhei Sutou]

==== Ruby/GooCanvas

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/GtkSourceView2

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

==== Ruby/VTE

  * Improvements
    * support RubyGems.
      [Masaaki Aoyagi]

=== Thanks

  * Vincent Carmona
  * mrkn
  * reandr
  * Nikolai Weibull
  * Masaaki Aoyagi
2011-02-11 13:50:06 +00:00
obache
ebb3c5d3ee Change default directry to match pkgsrc style, PR#42575
* Use ${PREFIX}/share instead of /usr/local/share for XDG_DATA_DIRS
* Use ${PKG_SYSCONFDIR}/xdg instead of /etc/xdg for XDG_CONFIG_DIRS

While here, set TEST_TARGET=check and modify test patterns to adapt
above changes.

Bump PKGREVISION.
2011-02-10 13:11:39 +00:00
drochner
e5e0902f3b restore some Makefile parts which got lost when I added DESTDIR support 2011-02-10 10:43:41 +00:00
markd
c322a361f5 In order to test HAVE_STDINT_H need to include <config.h> 2011-02-05 20:33:43 +00:00
drochner
37538ce6e1 update to 4.8.3
changes: enhanced support for working with QVariant objects and Python v3
2011-02-03 19:28:48 +00:00
drochner
4a1bc09c86 update to 4.12.1
changes: small functional enhancements
2011-02-03 19:27:04 +00:00
drochner
18b7db9df8 +gtkada 2011-02-03 19:00:01 +00:00
drochner
f5e21e15bb add gtkada-2.22, Ada wrappers for gtk2, from John Marino per PR pkg/44439 2011-02-03 18:57:13 +00:00
schnoebe
ce4410ce01 # November 5, 2010
New bugfix release 0.8.1. Fixes:

    * fix build failure for non-debug configurations
    * several manpage updates
    * fix SEGFAULT while parsing command line
    * icon layout fixes

Known issues: some Gnome icons that are "hidden" actually create a
window that is detected and embedded by stalonetray. Such icons appear
as empty spaces in the tray. Applications that are known to behave this
way are gnome-power-manager and gpk-update-icon.

# October 21, 2009

New major release 0.8.0. New features/notable changes:

    * Remote control. Now it is possible to execute clicks on icons
      windows from command line. See documentation on --remote-click option
      for more info
    * Support for window struts EWMH property: now maximized windows do
      not cover stalonetray window. See documentation on --window-strut option
      for more info.
    * In addition to --icon-size which defines default icon size, now
      there is also a --slot-size which defines size of slot containing an
      icon.
    * Initial and maximal tray window dimensions are now specified in
      slot_size multiples
    * Scrollbars: now tray window has extra border, which user can click
      on to scroll icon area. This means that one can have fixed-size tray
      window (usefull when it is swallowed by FvwmButtons). See documentation
      on --scrollbars option for more info. This feature is experimental.
    * Semi-ugly support for WindowMaker dockapp mode. See documentation
      on --dockapp-mode option for more info.

Notable fixes:

    * Build fix for NetBSD.
    * Fix EWMH window type support.

Some command line and configuration file options were depricated, see
DEPRICATIONS section of manpage for more info.
2011-02-01 04:38:11 +00:00
wiz
3c29c53645 Note that patch has been accepted for 1.6.42. 2011-01-29 16:55:13 +00:00
wiz
3b03e07643 Add upstream bug report URL. 2011-01-29 14:58:50 +00:00
wiz
883991cbd6 Comment out MASTER_SITES and HOMEPAGE, they're gone.
Set LICENSE.
2011-01-29 14:50:24 +00:00
wiz
6f8a065f9d Add upstream bug report URL. 2011-01-29 14:42:51 +00:00
wiz
9b671c5752 Fix build with png-1.5. 2011-01-29 14:17:33 +00:00
wiz
b46db273dd Fix build with png-1.5.
Includes upstream bug report URL.
2011-01-29 12:40:14 +00:00
wiz
1295ef346e Fix build with png-1.5. 2011-01-29 12:34:39 +00:00
obache
e25f45a15e Fix automatic BUILDLINK_ABI_DEPENDS pattern update. 2011-01-29 11:53:17 +00:00
wiz
a4a29195b5 Fix build with png-1.5. 2011-01-29 11:24:43 +00:00
obache
9b3e8b9113 Note upstream Bug#591978. 2011-01-27 05:26:49 +00:00
drochner
69b5c13686 update to 0.20.2
changes:
-Gradient improvements
-Performance improvements
-bugfixes
2011-01-26 19:25:55 +00:00
wiz
0c45d721e0 Fix build with png-1.5. Problem reported by chuck. 2011-01-26 00:16:31 +00:00
wiz
7cd8268eca Fix build with png-1.5. Reported broken by chuck. 2011-01-25 23:47:22 +00:00
markd
7f9ba55ba3 Add -D_GNU_SOURCE to CFLAGS on linux so that when configure decides to
set NATIVE_GNU_REGEX the code actually builds.
2011-01-25 11:39:33 +00:00
markd
9886d5513b Fix login non-kde session with csh/tcsh. PR 40165 2011-01-25 11:13:13 +00:00