Commit graph

5664 commits

Author SHA1 Message Date
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
markd
8b7fc3b436 Add some more shared directories.
Bump PKGREVISION.
2005-06-26 23:46:11 +00:00
jmmv
8a60b1cfc9 Update to 2.6.8:
* GtkFileChooser
 - Don't select first row in SELECT_FOLDER mode [Christian Neumair]
 - Improve autocompletion behaviour; fix CREATE_FOLDER mode [Federico
   Mena Quintero]
 - Don't stat children of /afs or /net network directories [Federico]
 - Fix set_current_name() and unselect_all() in the light of asynchronous
   selections [Federico]
 - GtkFileChooserButton fixes [David A. Knight]
 - Miscellaneous fixes [Federico, Sven Neumann, Kjartan Maraas]
* GtkIconView
 - Many fixes for scrolling and selection handling [Mathias Hasselmann]
* GtkTreeView
 - Fix insensitive appearance [Billy Biggs, Matthias Clasen]
* GtkEntry
 - Don't blink the cursor if the entry is not editable [Nikos Kouremenos]
* GtkTextView
 - Optimize cursor blinking [Michael Natterer]
 - Don't blink the cursor if the entry is not editable [Nikos]
* GtkAlignment
 - Flip padding in RTL mode [Maciej Katafiasz]
* Fix a bug in focus tracking that lead to problems between some
  window managers and GTK+ applications. [Owen Taylor, Billy Biggs,
  Niko Tyni]
* gtk-demo
 - Add demos for 2.6 features [Matthias]
* Win32 changes
 - Initialize gettext before use [Robert Ögren, Daniel Atallah,
   Kevin Stange]
 - Fix DND on multi-monitor systems [Tor Lillqvist]
 - Improve handling of special and dead keys [Tor, Ivan Wong Yat Cheung]
 - Improve rendering of insensitive icons [Tim Evans]
 - Support RGBA cursors [Tim]
 - Bug fixes [Ivan, Hans Breuer, Tor, Daniel]
* Other bug fixes [Federico, Sven Neumann, Nguyen Thai Ngoc Duy,
  Philip Langdale, Stephen Kennedy, Michael, Pattrick Fimml,
  Felix Riemann, David A. Knight, Hazael Maldonado Torres,
  Mikael Hallendal, Ian Wienand, Tommi Komulainen, Ismael Juma,
  Leonard Michlmayr, Matthias, Gary Kramlich, Peter Wainwright,
  Dom Lachowicz, Kjartan Maraas, Victor Osadci, Olaf Vitters,
  Morten Welinder, Alexander Hunziker, Elijah Newren, Frederic
  Crozat, Joerg Sonnenberger, John Ehresman]
* Documentation improvements [Matthias, Masao Mutoh, Maciej,
  Richard Hult, Ghorban M. Tavakoly]
* New and updated translations (cs,cy,da,de,en_GB,et,eu,fr,gu,hu,id,
  nn,ru,sv,th,xh,zh_CN)
2005-06-26 19:43:54 +00:00
jmmv
72b0af2290 Update to 2.8.0.0:
Interface Changes:

- Now gdm, gdm-binary, gdmsetup are installed to /sbin and
  gdmchooser, gdmgreeter, gdmlogin are installed to /libexec.
  This better conforms to UNIX recommend installation locations.
  The gdmconfig and gdmXnest symlinks have been removed since
  they were redundant.  Distributions will need to modify the
  way GDM programs are launched to reflect these changes.
  (Brian Cameron)

- gdm.conf and GdmSetup now use the DefaultWelcome and
  DefaultRemoteWelcome keys to specify if the default message should
  be used.  Now the Welcome and RemoteWelcome keys are empty
  by default.  This is to avoid putting strings that are translated
  in the gdm.conf file.  Users that want to use a non-default
  welcome string will need to ensure that DefaultWelcome and/or
  DefaultRemoteWelcome are set to false.  (Brian Cameron)

- Now users to be included in the face browser need to be
  identified using the gdm.conf "Include" configure option or the
  "Face Browser" tab in gdmsetup.  Previously, GDM parsed the
  system's password file for a complete list of users and excluded
  userid's listed in the gdm.conf "Exclude" configure option.
  This behavior did not work well on systems that use NIS for
  storing passwords.  This previous behavior may be turned back
  on by setting the gdm.conf "IncludeAll" configure option to
  "true".  (Brian Cameron)

- xevie Xserver extension is now turned on by default on Linux for
  better a11y support.

- /bin/ksh is used in the GDM2 Xsession script on Solaris.  Since
  this script sources the user's $HOME/.profile, ksh works better
  if the profile has bash/ksh style syntax.  (Brian Cameron)

Other Changes:

- Fix so GDM works better on BSD and MacOS.  Upon getting EOF on
  socket/pipe/etc. G_IO_IN is always set and G_IO_HUP may not be
  set.  Therefore, if a length <= 0 is returned from read(), the
  socket is closed.   This prevents gdm2 from causing high CPU-load
  after logout.  (Joe Marcus Clarke)

- Now support "session migration" using DMX.  Refer to docs.
  (Mark McLoughlin)

- Now support "Dynamic Xservers".  Refer to docs.  (Bob Terek)

- The background colors used in gdmgreeter's Face Browser in can now
  be themed using the <color iconcolor="" "labelcolor=""> syntax.
  The Face Browser now shrinks so it is the same size as the treeview
  so extra white space isn't shown.  (Brian Cameron)

- To better conform to the Usability Guide, gdmlogin and gdmgreeter
  now supports an "OK" button which functions the same as hitting
  <Return> and a Cancel button which allows the user to go back to
  the "Username" prompt without having to enter an invalid password.
  (Brian Cameron)

- The Face Browser usability has been improved.  Now the user can
  select a different face without having to enter an invalid
  password.  Single-clicking on the face takes the user to Password
  entry.  The cancel button can be used to get back to "Username"
  entry.  (Brian Cameron)

- GDM now ships with a collection of default faces installed to
  datadir/pixmaps/faces.  (Jaap A. Haitsma)

- Support for ratio scaling of SVG images.  (Vincent Untz)

- Better left-handed support.  Now right and left mouse buttons can
  be used in all GDM windows/dialogs/etc.  (Brian Cameron)

- Now can use XDMCP from Xnest session.  (Leena Gunda)

- Now login success/failure sounds can be selected in gdm.conf or
  in the Accessibility tab of gdmsetup.  (Andrew Case,
  Mark McLoughlin)

- Now "random theme" can be selected in the gdm.conf file or
  gdmsetup to allow a different theme to be used for each login.
  (Andrew Case)

- Now support background programs that are started after a timedelay
  and can be restarted after a delay.  Useful for running a
  screensaver at login time.  (Laurent Birtz)

- gdmphotosetup has been improved so it now scales the face image
  to GDM's max icon size before saving it.  By default it looks
  in datadir/pixmaps/faces to find face images.  (Brian Cameron)

- <Control>-U may now be used to clear the entry field.  Now <Tab>
  works like <Enter> in the login screen.  (Brian Cameron)

- gdmflexiserver now supports the GET_CONFIG command, so that other
  programs can access the GDM configuration data in a stable fashion.
  This is useful for other programs that might want to know what the
  system suspend/halt/reboot command is or what the max icon size for
  creating gdm2 face images, etc.  (Brian Cameron)

- Flexiserver commands are now sent as a single call to
  gdm_connection_write or gdm_connection_printf rather than building
  commands and sending them in pieces.   Fixes bug #158799.
  (Brian Cameron)

- Now gesture listener configuration files specify AT programs by
  full PATH (default EXPANDED_BINDIR).  This can be overridden via
  the --with-at-bindir configure option.  Since AT programs are
  launched as user gdm2, it is more secure to not depend on PATH.
  (Brian Cameron)

- Now use more sensible arguments for starting magnifier.
  (Bill Haneman)

- gdmsetup Now has a separate tab for configuring the Face Browser,
  and for configuring the Xserver.  Now the checkboxes for turning
  on the Face Browser and XDMCP are on the Security tab.  The
  Face Browser and XDMCP tabs are insenitive if they are not
  enabled.  Now users can turn on/off Theme menu choice for gdmlogin
  in the Accessibility tab.  Can turn on/off debug in the Security
  tab.  RemoteWelcome is insensitive if XDMCP is not enabled.
  Better mnemonics.  (Brian Cameron, Andrew Case)

- GDM now no longer uses deprecated widgets.  The new file selection
  widget is used (which no longer core dumps if you click on the
  sidebars).  GtkComboBox and GtkComboBoxEntry are used instead
  of GtkEntry and GtkOptionMenu (Brian Cameron)

- gdmthemetester now uses gdmwhich instead of which, so it works
  better on Solaris.  (Brian Cameron)

- Timed login message is displayed in a separate label on gdmlogin
  which avoids problems caused because different things were trying
  to use the same label for status messages.  Reorganized gdmlogin
  screen so it no longer should resize as it is being used.
  (Brian Cameron)

- The max size of the username/password entry is now set to
  PAM_MAX_RESP_SIZE to allow long username/password entry.  If
  PAM is not set, it is defaulted to 256.  (Brian Cameron,
  Ali Akcaagac)

- Now dialogs that ask the user if they want to change their default
  language/session have a Cancel button so the user can return to
  the login screen.  (Brian Cameron)

- Theme save remembers where the last theme was installed and opens
  to that location.  Also fixed bug which was causing *.tar theme
  files to not install properly.  (Brian Cameron)

- No longer rely on Xserver physical screen geometry which sometimes
  causes text to be too big or too small.  Now use gdk/pango functions
  to get root window resources.  (Ray Strode)

- Better sorting of session names in the Session menu.  (Ray Strode)

- Remove gdm_debug from signal handlers since they aren't safe in
  signal handlers (Mark McLoughlin)

- Many strings, docs, README's have been improved.  Better wording,
  better grammar.  (Brian Cameron, Seb Wills, Adam Weinberger, Abel
  Cheung, Kjartan Maraas, Danilo \305\240egan, Nicholas Skehin)

- Many translation improvements.  Entries in the language list
  now show their encoding so you no longer see what appear to be
  identical entries in the language list.  (Nikos Charonitakis,
  Theppitak Karoonboonyanan, Priit Laes, David Lodge, Jordi Mallach,
  Kjartan Maraas, Gareth Owen, Ahmad Riza H Nst, Kostas Papadimas,
  Francisco Javier F. Serrador, Danilo \305\240egan,
  Alexander Shopov, \303\205smund Skj\303\246veland,
  Clytie Siddall, Miloslav Trmac, Tommi Vainikainen, Funda Wang,
  Adam Weinberger)

- gi18n.h is used instead of libgnome header files.
  (Christian - Manny Calavera - Neumair)

- Some cleanup (Brian Cameron, Mark McLoughlin)
2005-06-26 16:52:14 +00:00
minskim
36f8a08e27 Make configure work when the output of uname -m contains a space. 2005-06-25 00:40:20 +00:00
wiz
cfab2cd7a9 Update to 1.4.0.5:
- the screensaver capplet is no more - we are to use xscreensaver-demo
- a new default-applications capplet is replacing the old
gnome-editor-properties capplet. This also lets you do some new things
wrt changing the users preferred webbrowser etc.
2005-06-24 21:26:24 +00:00
jlam
8a3ddadd73 For XFree86-libs and xorg-libs file existence test, check whether the
file is in ${LOCALBASE} or not.  If it isn't, then assume that the
X11 distribution is built-in.  This fixes the detection of both
XFree86-libs and xorg-libs and causes the proper dependency to be
added to packages that use X11.
2005-06-24 05:21:31 +00:00
martti
66612b1e39 Updated xfce4-notes-plugin to 0.10.0
* bug fixes
2005-06-23 07:27:10 +00:00
jlam
311f01a557 Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time.  This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool.  Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.
2005-06-22 21:14:45 +00:00
grant
4871886bb4 remove CPPFLAGS=-Xc workaround for Solaris/sunpro which is no longer
needed (and now breaks the build).
2005-06-22 00:45:29 +00:00
jlam
2d942aeec0 Back out the previous change and add a comment to qt3-libs/Makefile.common
noting why we did so, and that this will be fixed after pkgsrc-2005Q2
is branched.  Bump the PKGREVISION.
2005-06-21 23:06:07 +00:00
jlam
abdc155ccd Fix variable names to start with "BUILTIN_FILES_" as expected by the
find-files.mk fragment.  This fixes the version number detection for
Mesa, XFree86, and X.org.
2005-06-20 22:13:10 +00:00
dmcmahill
17f64f8251 move the post-patch to pre-configure since it is somewhat configure-like
in nature.  This makes sure we get the correct libtool which fixes a
problem where the installed .la files have references to ${WRKSRC} left
in them.  Fix suggested by Johnny Lam.  Bump PKGREVISION.
2005-06-20 22:03:42 +00:00
wennmach
83088e5d97 Make xworld work with USE_X11=xorg
Patches provided by Antoine Reilles in PR pkg/30376
2005-06-20 10:58:16 +00:00
markd
7ca9c42fae Add BUILD_USES_MSGFMT as packages no longer include pregenerated files. 2005-06-18 21:02:20 +00:00
hira
7937e0d061 Fix path of configuration file. Patch submitted in PR pkg/30540.
Bump PKGREVISION.
2005-06-17 05:49:35 +00:00