Commit graph

5679 commits

Author SHA1 Message Date
adam
eceb08a35f Removed gtkmm24 2005-07-22 21:22:45 +00:00
adam
4fc7a8a451 Changes 2.6.3:
* Gtk::Action::get_proxies()
  Use the correct ownership semantics.
* Gdk::Display::list_devices()
  Use the correct ownership semantics.
* examples/book/menus_and_toolbars/
  Distribute the .png file.

Changes 2.6.2:
* TreeView: When using the append_column() convenience API,
  prevent a crash when the window closes while the cell is
  editing.
* Allow derived CellRenderers to be edited, by removing
  some debug code that sneaked into 2.6.1.
* Documented many signals, based on the GTK+ documentation.

Changes 2.6.1:
* CellRenderer: Prevent an infinite loop.
* MSVC++ .Net 2003 build fixes.
* Documentation:
  - Hide deprecated widgets from the list of widgets.
  - Correct the description of the IO input example.

Chamges 2.6.0:
gtkmm 2.6 wraps new API in GTK+ 2.6, and is API/ABI-compatibile with gtkmm 2.4.
2005-07-22 21:21:46 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
tron
b42da084d8 Rewrite last change a bit because the check didn't work properly. 2005-07-21 10:59:01 +00:00
tron
99c338420c The additional locale files only get installed on systems with a recent
gettext version (e.g. NetBSD 3.99.7) but not systems with an older one
(e.g. NetBSD 3.0_BETA). We must therefore adapt the package list
dynamically.
2005-07-21 10:43:23 +00:00
wiz
f6bb010643 patch-aa was removed from distinfo during 0.8.1 update, remove file too. 2005-07-21 09:17:41 +00:00
hira
c9dfbf964e Add missing entries to PLIST. Bump PKGREVISION. 2005-07-21 06:41:12 +00:00
kristerw
565085b8e8 Do not include <malloc.h>. 2005-07-20 17:38:05 +00:00
kristerw
2d48d03357 Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-20 17:21:27 +00:00
kristerw
0355e584d3 Do not include <malloc.h>. 2005-07-20 16:03:24 +00:00
schmonz
7c72466bc1 Remove spurious "@dirrm share/examples/rc.d". 2005-07-20 02:44:48 +00:00
drochner
a020efe267 update to 1.5.1
change: Updated the German translations.
2005-07-19 17:41:47 +00:00
adam
3c8a19282b Changes 8.4.11:
* Bug fixes
2005-07-19 11:11:58 +00:00
grant
8dc820991a depends should be ../../<category>/<pkg> 2005-07-19 02:29:35 +00:00
jlam
6f766967b6 Export a new variable TOOLS_CMDLINE_<TOOL> that holds the full command
line (path and arguments) needed to run the real tool.

Modify TOOLS_<TOOL> to hold only the path to the real tool.

Modify falcons-eye/Makefile and qt3-libs/Makefile.common to use
TOOLS_CMDLINE_YACC instead of TOOLS_YACC to that they'll use "bison -y".
2005-07-18 02:33:27 +00:00
kristerw
aa90fc1c8a Fix C99 variable declarations to make this pkg compile with gcc 2.95. 2005-07-17 22:53:06 +00:00
rillig
3fe1d2b5c8 Completed the last change. It could have failed if NONBINMODE was 444. 2005-07-17 21:57:52 +00:00
rillig
618c571990 Changed the way the host.def file is updated. When doing unprivileged
builds, this file may have mode 0444 and was unwritable.
2005-07-17 21:47:00 +00:00
kristerw
49317465c6 Fix C99-isms. 2005-07-17 17:39:57 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
fc14fe0bf4 Use ${f} instead of $f, for pkglint. 2005-07-13 13:11:57 +00:00
wiz
21ae07902a DragonFlyBSD support, from Joerg Sonnenberger. 2005-07-13 13:10:27 +00:00
markd
98ce28ac69 Patch .po header so that it works with the old version of msgfmt in
NetBSD.
2005-07-12 12:09:14 +00:00
wiz
f03834a84e Make comment in de.po UTF-8 (like the rest of the file).
Fixes a problem with gettext reported by Joerg Sonnenberger in private mail.
2005-07-12 09:43:06 +00:00
grant
57f0ab7840 check variable is defined before testing its value. 2005-07-09 04:36:42 +00:00
grant
cbc8f8813d check variable is defined before testing its value. fixes malformed
conditional problem noted by Jake Maciejewski on tech-pkg@
2005-07-09 03:14:36 +00:00
markd
bc916bc70b Fix gnome-pty-helper handling of NetBSD's utmpx.
When writing logout records NetBSD requires the ut_name field to be
filled in when calling pututxline() (otherwise utmp_update refuses to
write it) but nulled when writing to wtmpx.

Problem seen by gnome-terminal leaving stale utmpx entries on exit.
Bump PKGREVISION.
2005-07-07 13:30:07 +00:00
drochner
f9531aa249 update to 2.10.2
changes: minor fixes and translation updates
2005-07-06 18:01:37 +00:00
reed
dbeae63f53 Depend on newer versions of GConf2, py-ORBit, gnome-vfs2,
and py-gtk2 than the corresponding buildlink3.mk require.

No PKGREVISION bump since this package would fail to configure
in the first place.
2005-07-06 07:04:57 +00:00
reed
6fed51cbdb Remove errant plus sign at beginning of line. 2005-07-01 16:14:31 +00:00
reed
9f32a67ced Bump PKGREVISION for the Darwin fix. 2005-07-01 04:24:12 +00:00
reed
7962aa7c12 Forgot this in previous commit.
Split out shared parts of PyQt packages to Makefile.common.
I did this so I could get Darwin support which requires a
Mac-specific source.

Also capitalize Qt3 in COMMENT.

I tested a few packages using PyQt running on Mac OS X over remote X11
and it still worked (even though no X11 support, but I guess the Qt3's
X11 works for this).
2005-07-01 01:35:10 +00:00
reed
1339dd10c3 Add support for Darwin. When on Darwin use different source distfile.
Split out parts of Makefile. Now use new
../../x11/py-qt3-base/Makefile.common.

Improve COMMENT to better describe this package.

Improve DESCR to better describe this package.

(PyQt is a set of Python bindings for the Qt toolkit.  The
py-qt3-qscintilla package provides the bindings for QScintilla,
the port to Qt of the Scintilla programmer's editor class.)
2005-07-01 01:30:21 +00:00
reed
f79176322f Add support for Darwin.
And add support for Solaris. Sorry I commit both at same time.
I forgot to commit this earlier.
2005-07-01 01:27:09 +00:00
reed
75173a08dc Add support for Darwin. Use "PyQt-mac-gpl" source instead when on Darwin.
Use new ../../x11/py-qt3-base/Makefile.common. So split out some
of the parts of the Makefile.

Improve the COMMENT (especially so it will be different from other
PyQT package).

Improve the DESCRiption to really describe this package.
2005-07-01 01:25:49 +00:00
reed
cc86acdeca Lots of little changes to package. Not an upgrade though.
Split this up into a Makefile.common to be used by other packages.

For Darwin, use a different DISTFILE as told by the py-kde list.

Improve DESCR. (The same DESCRiption was used by multiple packages.)
2005-07-01 01:20:28 +00:00
reed
391d363041 If Darwin, then use real RANLIB.
No change for other platforms, as QMAKE_RANLIB is set to "true".

And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
2005-07-01 01:10:06 +00:00
adam
197667c3ad Changes 0.94.4:
* Fixes some critical build system bugs w.r.t. 0.94.2
Changes 0.94.2:
* Lots of improvements, most importantly better XmRenderTable support
2005-06-30 15:42:49 +00:00
adam
8b771d86bf Changes 0.11.55:
* Added "Require Source Selection" (and Destination ditto) flag
  in the "Before&After" options for external command rows. This
  prevents commands from running if there is no selection, which
  is handy to avoid making programs read from stdin. Added after
  issue report by C. H. Block.
* Brought Copyright in About window and man page into 2005. :)
* Added (commented-out) sample row in gentoogtkrc.in to show how
  to set color of non-used pane rows (not reachable by gentoo's
  File Style system).
* Fixed broken g_snprintf() formatting specifier in the overwrite
  dialog that caused it to crash on Solaris. Reported (possibly
  among others) by N. Antic.
* Added option to let window manager position dialogs. Suggested
  by "Martinko". This is the new default behavior, too.
* Added a SelectShell command, that makes select/unselect/toggle
  decisions based on running shell commands. Suggested by me. :)
  See docs/scratch/command_args.txt, or use the GUI. Modified the
  default button layout to put SelectRE/SelectShell together.
2005-06-30 15:28:45 +00:00
adam
51f5865747 Changes 1.2.0:
* Added the -grs_longitude option, to specify the longitude of
  Jupiter's Great Red Spot, in System II coordinates.  This assumes
  the Jupiter image has the center of the Great Red Spot at pixel 0
  (at the left side of the image) in order to draw it at the right
  position.
* Added the Icosagnomonic projection, contributed by Ian Turner.
* Fixed a bug where output filenames had an extra digit in some cases.
* Added the bump_map and bump_scale options in the configuration file.
* Added the -glare option to set the size of the sun's glare.
* An image map may be specified for the sun in the configuration
  file now.  A shade value is now required for the sun (should be
  100, otherwise the sun will have a night side!)
* Added the -arc_spacing option to set the default angular
  distance between great arc points.  It used to be 0.1 degree, so
  arcs smaller than this wouldn't get drawn.
* Fixed a bug where markers were not aligned properly when using
  align = "above" or "below".
* Added warnings if options are specified in the [default] section
  of the configuration file that probably shouldn't be there.
2005-06-30 15:06:24 +00:00
minskim
3ec978d98a setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead. 2005-06-30 05:05:37 +00:00
jmmv
aa162e1edd Update to 2.10.2:
Panel

	* Fix crash when the "locked" gconf key is unset (Mark)
	* Fix bad interactions between the panel and the recent menus (Mark)
	* Fix crasher with recent items menu (Mark)
	* Fix "dialogs pop up under panel dialogs" issue by making each panel
	  be in its own window group and the dialogs part of the default group.
	  (Mark)
	* Help links update (Kjartan Maraas, Sébastien Bacher)
	* Code cleanup (Kjartan Maraas)
	* Plug leaks (Kjartan Maraas)
	* Fix bad interaction between the panel and the window manager (Mark)

  Translators

	* Vladimir Petkov (bg)
	* Priit Laes (et)
	* Roozbeh Pournader (fa)
	* Christophe Merlet (RedFox) (fr)
	* Ignacio Casal Quinteiro (gl)
	* Ankit Patel (gu)
	* Yuval Tanny (he)
	* Rajesh Ranjan (hi)
	* Lilit Azizbekyan (hy)
	* Takeshi AIHANA (ja)
	* Clytie Siddall (vi)
	* Canonical Ltd (xh)
	* Woodman Tuen (zh_TW)
2005-06-29 09:30:55 +00:00
jmmv
b06aa0f739 Register the rc.d script into the PLIST, which is not done automatically
any more.  Bump PKGREVISION to 1.  Pointed out by reed@.
2005-06-29 08:51:08 +00:00
wiz
b6bc732bf8 Update to 4.22:
Changes since 4.21:   * Fixed a bug in the new mouse-motion code that caused
                        the screen to never blank on multi-head non-Xinerama
                        systems.  Oops.
                      * New hacks, `interaggregate', `antmaze', `tangram',
                        and `crackberg'.
                      * Minor tweaks to `fiberlamp', `ifs', `slidescreen',
                        `zoom', `sonar', `fireworkx', `whirlwindwarp',
                        `bubble3d', and `rd-bomb'.
                      * Added motion blur to `blinkbox'.
                      * `bsod' now includes Longhorn's "RSOD", and OS/2.
                      * Fixed `-wireframe' usage in most hacks and man pages.
2005-06-28 10:03:14 +00:00
minskim
049133684f Use socklen_t, instead of int, as QT_SOCKLEN_T on Darwin>=8.0. 2005-06-27 19:13:32 +00:00
wiz
486cf4cf3b Add DragonFly support (untested). Provided by Jörg Sonnenberger
in PR 30258.

While here, clean up pkglint warnings.
2005-06-27 14:08:15 +00:00
markd
40afe517ef comment out dirrm of shared directories. 2005-06-26 23:48:58 +00:00