Commit graph

11133 commits

Author SHA1 Message Date
ryoon
1827f8acae Fix build with automake-1.13. 2013-01-22 12:04:10 +00:00
wiz
bdcc90295d automake-1.13 compat. 2013-01-22 09:33:32 +00:00
wiz
1745559e42 Update to 1.0.5:
Alan Coopersmith (5):
      Add const attributes to fix gcc -Wwrite-strings warnings
      unifdef __UNIXOS2__
      Replace unbounded strcpy/strcat pairs with snprintf calls
      config: Add missing AC_CONFIG_SRCDIR
      rgb 1.0.5

Gaetan Nadon (4):
      config: remove unrequired AC_SUBST([*_CFLAGS])
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: replace hard coded section number (1) and (3) with variables
2013-01-21 14:01:45 +00:00
wiz
3bca79f876 Update to 1.6.2:
Two man page fixes and a fix to enable generic event copying for raw touch
events (using in e.g. XPeekEvent())

Benjamin Tissoires (1):
      Add missing XI_RawTouch* in XInputCopyCookie

Peter Hutterer (3):
      man: fix formatting issues in XGetDeviceControl(3)
      man: add generation of missing man pages for XIGrabTouchBegin
      libXi 1.6.2
2013-01-21 13:59:14 +00:00
wiz
acf1a2a6cc Update to 1.0.5:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.

Alan Coopersmith (4):
      Remove dependency on libXaw
      config: Add missing AC_CONFIG_SRCDIR
      Remove Xaw mention from README
      beforelight 1.0.5

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory
2013-01-21 13:28:13 +00:00
wiz
d32a45e3e9 Update to 1.1.4:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.

Alan Coopersmith (2):
      Strip trailing whitespace
      libXdamage 1.1.4

Fernando Carrijo (1):
      Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (3):
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
2013-01-21 13:27:28 +00:00
wiz
92d88fff46 Update to 0.4.4:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.

Alan Coopersmith (2):
      Strip trailing whitespace
      libXcomposite 0.4.4

Gaetan Nadon (3):
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
2013-01-21 13:26:46 +00:00
wiz
8768c35caf Update to 1.0.1:
Alan Coopersmith (3):
      renamed: .cvsignore -> .gitignore
      Add README with pointers to mailing list, bugzilla & git repos
      Add note about XTrap history & deprecation to README

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
                                                                                                                                                                               Jamey Sharp (1):
      SyncHandle must not be called with the Display lock held.

Jeremy Huddleston Sequoia (3):
      configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13
      configure.ac: foreign and use XORG_COMPILER_FLAGS
      configure.ac: 1.0.1

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings.

Thomas Klausner (2):
      Fix memset usage.
      Remove unnecessary memset return value casts to void.
2013-01-21 13:25:59 +00:00
wiz
12ad34ad9b Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (2):
      config: Add missing AC_CONFIG_SRCDIR
      xmessage 1.0.4

Gaetan Nadon (9):
      config: update AC_PREREQ statement to 2.60
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Julien Cristau (1):
      man: point to the X manpage for more command line options
2013-01-21 13:20:45 +00:00
wiz
61ca8c87f9 Update to 1.0.5:
This minor maintenance release includes general cleanups, including
making the build configuration scripts compatible with automake-1.13,
which errors out on the old AM_CONFIG_HEADER macro.

Alan Coopersmith (3):
      Remove obsolete ISC support
      Use lrint() from math library if available
      xmag 1.0.5

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory
2013-01-21 13:19:53 +00:00
wiz
2bcc1e252c Update to 1.0.5:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (8):
      Strip trailing whitespace
      Remove old Xorg & XFree86 CVS version tags
      Mark functions _X_NORETURN that gcc warnings suggest
      unifdef umips
      unifdef CRAY
      unifdef -U__UNIXOS2__
      Fix implicit conversion from size_t to int warnings in Deiconified()
      xconsole 1.0.5

Arvind Umrao (1):
      Open /dev/console with NOCTTY and O_NONBLOCK flags

Eric S. Raymond (1):
      Don't rely on being able to set tab stops.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Require xt >= 1.0 for appdefaultdir
2013-01-21 13:19:12 +00:00
wiz
78f9c00d09 Update to 1.0.5:
This minor maintenance release includes a couple years of build improvements,
cleanups, and bug fixes.

Alan Coopersmith (3):
      Add const to parse_double() args to fix gcc -Wwrite-strings warnings
      Strip trailing whitespace
      xcalc 1.0.5

Eric S. Raymond (1):
      Use table markup rather than tab stops.  Aids DocBook translation.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 13:18:31 +00:00
wiz
3bd4f4a931 Update to 1.0.4:
This minor maintenance release includes general cleanups, including
making the build configuration scripts compatible with automake-1.13,
which errors out on the old AM_CONFIG_HEADER macro.

Alan Coopersmith (1):
      viewres 1.0.4

Eric S. Raymond (1):
      Eliminate use of tab stops.  Helps with structural translation to DocBook.

Gaetan Nadon (5):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 13:17:47 +00:00
wiz
ecb9df5a29 Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (5):
      Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
      Add const qualifiers to fix gcc -Wwrite-strings warnings
      Mark a couple parameters as unused to silence compiler warnings
      Fix some 64-bit vs. 32-bit conversion errors
      ico 1.0.4

Gaetan Nadon (2):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: move man pages into their own directory
2013-01-21 13:16:59 +00:00
wiz
9874162907 Update to 288:
This release fixes issues found by Coverity and adds other small
bugfixes and code cleanup.
2013-01-21 13:00:54 +00:00
wiz
7f08e7aef8 Update to 1.0.6:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
                                                                                                                                                                               Alan Coopersmith (2):
      Remove Xorg/XFree86 CVS/RCS id tags
      editres 1.0.6

Gaetan Nadon (5):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 12:57:32 +00:00
morr
c53b655096 Fix patch-configure in distinfo.
For PR 47478.
2013-01-21 09:16:54 +00:00
morr
3b7a953b36 Update patches too2 2013-01-20 13:40:54 +00:00
morr
06381a812d Update patches too 2013-01-20 13:38:20 +00:00
morr
3c6d32d05a Update to version 9.16.
Changes:

9.16 Thu Dec 27 11:56:43 CET 2012
    - the "so much new stuff your eyes will pop out" release.
    - INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
    - fix processing of DEC private mode save sequences (patch by Patrick
      Hemmer).
    - perl extensions now have their own manpages, installed as urxvt-NAME(1),
      e.g. urxvt-background(1) - see urxvt-extensions(1) for a list.
    - fix disabling of cursor blink with the option-popup menu (based on a
      patch by Jan Larres).
    - the font height is not augmented anymore when lineSpace is non zero.
    - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]),
      as diagnosed by clang.
    - fix height mismatch between active and inactive cursor when
      lineSpace is non zero (patch by Stanislav Seletskiy).
    - make it compile with LOCAL_X_IS_UNIX again (reported by
      nickfailure@gmail.com).
    - completely redone background pixmap support - users can now
      specify arbitrary expressions (And programs) that calculate
      new terminal backgrounds. see the urxvt-background manpage
      for details.
    - xrender is now required for background pixmap support.
    - perl extensions can now provide commandline switches and resources
      which show up in -help etc.
    - iso14755 51 mode window now displays row and column.
    - implement a -visual switch and move that and -depth to frills, also
      warn when we can't get the requested visual.
    - new env variable: RXVT_PERL_LIB.
    - allocate all screen memory in one go and let the virtual memory
      subsystem sort it out. this simplifies code, improves access
      locality, saves a bit of ram and makes things a bit faster, too.
    - remove support for libafterimage.
    - update to CVS version of libev, for a whopping 11kb size decrease.
    - do not ship yet another copy of ecb.h, use the one in libev or
      libptytty instead.
    - selectively mark some methods as cache-hot/cache cold, which
      might speed up execution but definitely decreases codesize.
    - Fix regression that prevented the scrollbar trough color
      from being applied (reported by Derek B. Noonburg).
    - Fix the scrollbar size for rxvt style (patch by Mark Robinson).

pkgsrc changes:
workaround for broken webserver, which doesn't allow fetching without User-Agent.
2013-01-20 13:34:54 +00:00
riastradh
5eae2d954f Missing buildlink3s for x11/xlt. 2013-01-19 23:22:54 +00:00
riastradh
9c5ea35d68 Missing buildlink3s for x11/mxterm. 2013-01-19 23:15:59 +00:00
riastradh
a84f861205 Missing buildlink3s for x11/XmHTML. 2013-01-19 23:11:38 +00:00
schmonz
44cc434c87 Update to 0.9916. From the changelog:
- put correct version check around wxLogChain::DetachOldLog
- fixed paper type tests in ext/print/09_paper.t
- fix bug for wxMac and wxwidgets 2.9.4+ in cpp/app.h
- add some missing aui events
- Wx::StyledTextCtrl additions for 2.9.4
- wxLog functions for 2.9.x added
- wrapped wxRearrangeCtrl
- added start of Wx::PerlTest - to aid documentation and examples
- Additions for Wx::XSP::* classes
- wrapped wxEventFilter for 2.9.3 +
- updated missing Wx::App methods for 2.9.4 +
- added wxEvtHandler::ProcessEventLocally for 2.9.1+
- added some absent wxWindow methods
- updated wxTopLevelWindow
- added wxFrame::ProcessCommand
- wrapped wxListCtrl::SetItemPtrData.
- updated to use sv_magicext / mg_findext so external modules do
  not stomp on our magic.
- updated wxListView so that LC_VIRTUAL style works.
- set wxListCtrl full constructor to create evthandler.
- updated Wx::Ribbon controls for 2.9.4 interface + tool/button
  'Add' and 'Insert' methods now return objects as described in the
  docs instead of int id's.
- added SetClientData to PGProperty and PropertyGridInterface
- Wx::ToolBar->SetClientData now deletes any prior set Wx::Object
- wxDataViewListCtrl and wxDataViewListStore - fix ClientData for >= 2.9.4
- /usr/local/lib needs removing from LD:DL:FLAGS on all *nix types
- nostdinc now removed from any flags on MacOSX
- Fixed handling of asserts and debug level > 0 on wxWidgets >= 2.9.3
- Added wxApp::OnAssertFailure

pkgsrc changes:

- Don't let extra Mac stuff not in the PLIST get built on Darwin.
2013-01-19 17:14:48 +00:00
joerg
f301e1dd7a Use more static. Fix return types 2013-01-17 16:06:49 +00:00
joerg
3a28e99420 Include uvm/uvm_extern.h and sys/resource.h on NetBSD as needed. 2013-01-17 16:05:53 +00:00
morr
190184702e Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk
2013-01-15 16:21:34 +00:00
joerg
c7af145a9a Include sys/resource.h and uvm/uvm_extern.h for NetBSD/current.
Requires _KMEMUSER as well on NetBSD.
2013-01-15 15:35:25 +00:00
joerg
905f598479 Include sys/vmmeter.h and uvm/uvm_extern.h on NetBSD/current. 2013-01-15 15:34:12 +00:00
joerg
1320222bc3 Default values go into the class declaration, not the implementation. 2013-01-11 23:37:13 +00:00
joerg
96bf5023ae Prefer bsdtar (in-tree) over external GPL3 gtar. 2013-01-11 00:15:39 +00:00
joerg
16b4873f3b Uses deprecated APIs 2013-01-11 00:08:25 +00:00
prlw1
7e203d4336 Update gtk3 to 3.6.4
Changes in 3.6.4:
* Bug fixes:
 691186 stylecontext: Make font hack not crash

Changes in 3.6.3:
* The Wayland backend works with Wayland 1.0.0 now
* Bug fixes:
 132333 Can't add a palette to the dialog of a color button
 371034 Doc for gtk_file_chooser_get_filename: Is the resulting...
 548793 funny pattern for iterating GtkTreeModel
 577806 gtk_file_chooser_add_shortcut_folder adds duplicates of...
 626499 GtkClipboard unnotified on change of OS X pasteboard owner
 668239 texts disappear when notebook switch page at zh_CN locate!
 672193 windows (including menus) shown multiple times don't ge...
 677339 GTK+ 3 documentation wrong about GtkWidget scroll-event...
 683072 Print dialog shows cryptic status message and displays ...
 687065 InstallableOptions is not filtered in cups backend
 687816 GtkTreeView does not draw correctly since commit aaedc7b6
 688710 [PATCH] Splash screens shouldn't stay on top of all app...
 688884 Typo in gtk_tree_view_set_tooltip_column documentation
 689235 Broken function declarations corrupt the stack on windows
 690266 Freeze with F10/Shift-F10 on submenus
        Win32: Avoid infinite recursion in the ime input module
        Quartz: Fixes for splashscreen and tooltip windows
* Translation updates: Dutch German Gujarati Tamil Uyghur
2013-01-09 21:38:32 +00:00
marino
7cbb1513d1 x11/xfce4-terminal: PR#46926 PR#45448 Fix 100% CPU usage
Patch provided by Dave Tyson has multiple confirmations that it fixes
the issue of 100% CPU usage simply from opening terminal window.
2013-01-08 01:23:18 +00:00
dholland
836d951ddd Update REPLACE_PERL line; set perl USE_TOOLS to perl:run because the
perl script is installed. Fixes build failure. Bump PKGREVISION.
2012-12-30 04:46:13 +00:00
ryoon
56721d054e Fix build on Solaris. 2012-12-27 20:38:22 +00:00
ryoon
5775391baf Fix build on Solaris. 2012-12-27 20:19:35 +00:00
joerg
facb6c03c7 Fix inline use. 2012-12-25 21:00:00 +00:00
joerg
8d95d1ffea Disable return warning for Clang. 2012-12-24 21:17:12 +00:00
joerg
953dab6d21 Fix void usage. Follow one patch per file rule. 2012-12-24 21:16:40 +00:00
marino
75d779107b x11/clipit: USE_TOOLS+= msgfmt 2012-12-22 23:45:13 +00:00
dholland
3663188233 Needs pkg-config. 2012-12-22 23:34:21 +00:00
tron
6bd209d262 Completely disable manual page compression for this package as it uses
nested manual page extensively.

Bump package revision for this bug fix.
2012-12-22 11:16:25 +00:00
dholland
a5f4dca671 Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,
causing the build of math/R to break mysteriously.
2012-12-20 22:17:23 +00:00
wiz
f9eee8d70a Add conditional xft2 include, requested by joerg. 2012-12-19 14:58:45 +00:00
jperkin
94eb2f0ba4 Fix build on 64-bit Solaris. 2012-12-19 14:25:56 +00:00
jperkin
1bbde496ae As GNU bison is pulled in on Solaris we need yystype. 2012-12-18 11:25:34 +00:00
khorben
863459fcea Added x11/deforaos-locker (version 0.2.1) 2012-12-17 00:49:11 +00:00
khorben
74f7a93c7f Imported wip/deforaos-locker, the DeforaOS desktop screensaver, under
x11/deforaos-locker (version 0.2.1)
2012-12-17 00:47:37 +00:00
khorben
1a2db4df70 Added x11/deforaos-panel (version 0.2.16) 2012-12-17 00:33:35 +00:00