Commit graph

8761 commits

Author SHA1 Message Date
bjs
1c7d8bab60 Update to pixman-0.12.0 from 0.11.10.
In addition to many bug fixes, new features [since approximately 0.10.0]
include:

 	- New image formats with 10 bits per channel
 	- SSE2 optimizations for many operations
 	- Opacity based optimizations for operators
 	- Altivec optimizations for many operations
 	- A 32 bit region implementation
2008-10-15 00:56:45 +00:00
kefren
ce53f766c9 MAKE_JOBS_SAFE=no
Add buildlink3.mk file
2008-10-12 18:55:15 +00:00
wiz
a0bb661e0b Remove py-qt3-sip, replaced by py-sip. 2008-10-08 14:28:21 +00:00
wiz
1f812c350e Update to 3.17.4:
2007/12/06 14:27:50  phil
Operator related changes needed for SIP v4.7.2 and later.
Released as v3.17.4.


2007/07/30 16:51:02  phil
Released as v3.17.3.


2007/07/01 16:08:55  phil
Acquire the GIL before freeing a signal/slot connection.


2007/06/13 17:33:55  phil
Removed #includes of SIP generated files that, strictly speaking, were internal
and no longer generated.


2007/06/05  9:37:59  phil
Fix for an overflow bug in QImage from Ulli.


2007/05/14 15:00:02  phil
Updated progress.py example from Pete Jansen.


2007/04/25 12:28:47  phil
Updated the NEWS file.


2007/04/25 12:25:19  phil
Released as v3.17.2.


2007/04/21 14:13:36  phil
Backed out the recent change to remove the /ReleaseGIL/ from
QApplication.postEvent() as it turns out it avoids a potential deadlock.


2007/04/10 16:13:51  phil
Released as v3.17.1.


2007/04/02 15:27:03  phil
Updated the NEWS file.
SIP v4.6 is now required.
The QLayoutItem sub-class code no longer handles QLayout and leaves it to the
QObject sub-class code to deal with.


2007/02/20 10:58:40  phil
Removed the unneeded /ReleaseGIL/ from QApplication::postEvent().
Removed the GIL manipulation in QCustomEvent (in particular in the traverse
code).


2007/01/27 16:02:18  phil
Removed knowledge of the optional parts of the Qt support API so that it is no
longer necessary to update PyQt when new optional parts are added.


2007/01/27 15:37:47  phil
Updated the Qt support API for the latest SIP.


2007/01/21 16:29:15  phil
Implemented sipQtFindConnection() so that lambda slots can be handled by the
cyclic garbage collector.


2007/01/17 16:58:32  phil
Updated the copyright notices.


2006/11/30 20:58:48  phil
Fixed bug in QApplication ctor handwritten code that caused a crash if a
QApplication was created a second time with no arguments.


2006/11/04 22:08:33  phil
Released as v3.17.


2006/10/27 17:13:44  phil
Updated the news file.


2006/10/21 14:10:23  phil
Switched the internal build system to Qt v3.3.7.


2006/10/06 17:44:27  phil
Synched with the latest QScintilla1 API.


2006/09/09 17:59:52  phil
Added QextScintilla.setFont().
The internal build system now uses -j2.


2006/09/02 13:35:03  phil
Removed the use of -c in the internal build systems invocation of configure.py
as it causes problems for GCC v4.


2006/08/17  9:36:39  phil
Added the missing QListView.setSelectionAnchor().


2006/07/30 17:16:35  phil
Updated for the latest QScintilla v1 snapshot.


2006/07/19 23:30:28  phil
Some tweaks for Windows64 support based on patches from Gerard.


2006/07/16 12:38:36  phil
Adapted the handwritten code for Python v2.5.


2006/07/08 19:25:44  phil
Added QextScintilla.isCallTipActive().


2006/07/03 19:40:22  phil
Added pyqt_config_args to pyqtconfig.py.
Fixed QTextEdit.setAutoFormatting().


2006/07/02 14:28:05  phil
Added setWrapVisualFlags(), WrapMode::WrapCharacter, WrapVisualFlag to
QextScintilla.


2006/07/01 18:57:30  phil
Added cancelList(), firstVisibleLine(), isListActive(), showUserList(),
textHeight() and userListActivated() to QextScintilla.


2006/06/28 22:12:57  phil
QextScintilla.foldAll() can now optionally fold all child fold points.
Added autoCompleteFromAll() and setAutoCompletionStartCharacters() to
QextScintilla.
Added AcsAll as an auto-completion source.


2006/06/25 21:52:03  phil
Added defaultColor() and setDefaultColor() to QextScintillaLexer.
Added color() and setColor() to QextScintilla.
Renamed eraseColor() and setEraseColor() to paper() and setPaper() in
QextScintilla.


2006/06/25 16:21:32  phil
Added defaultPaper() and setDefaultPaper() to QextScintillaLexer.
Added eraseColor() and setEraseColor() to QextScintilla.


2006/06/22 19:29:38  phil
The mkfeatures helper is now always built without debugging.
configure.py now states that the -u flag on Windows needs a debug version of
Python.


2006/06/20 15:57:55  phil
Latest QScintilla updates.


2006/06/19 21:00:47  phil
Synced with the latest QScintilla snapshot - including the significantly
changed Ruby lexer.


2006/06/19 15:55:42  phil
Solaris warnings fixes from Ulli.


2006/06/18 23:51:34  phil
Sync with the latest QScintilla changes: highlighted identifiers and decorators
in the Python lexer.


2006/06/18 16:40:31  phil
Updated for the latest QScintilla snapshot.


2006/05/17  8:39:39  phil
Removed some inaccessable methods from QCString.


2006/05/11 19:04:27  phil
Another fix for Qt v3.1 in qnamespace.sip.


2006/04/28 20:47:46  phil
Replaced long long with PY_LONG_LONG for MSVC 6.


2006/04/07 23:29:54  phil
Tidy ups to the internal build system.


2006/04/06 12:26:09  phil
Fixed Qt::MacintoshVersion for Qt v3.0.x and v3.1.x.


2006/04/05 12:11:43  phil
Removed all functions that were hidden by overloads with the same Python
signature (ie. both of them).


2006/03/30  8:09:58  phil
Added QStringList::operator+=(const QString &).


2006/03/29 11:38:21  phil
Added the missing QImage.bitBlt() function.


2006/03/24 23:54:13  phil
Released as v3.16.


2006/03/23 21:34:09  phil
Added a missing /Transfer/ from QGLWidget().


2006/03/20 21:00:58  phil
Removed the "Filter" functions from the documentation.


2006/03/20 20:59:23  phil
Removed the "Filter" versions of the QFileDialog static methods as they aren't
necessary after all (just not obvious how to use them properly).


2006/03/14 22:45:09  phil
pyuic now specifies the Latin1 encoding when the -embed flag is used.


2006/03/13 11:55:09  phil
Build system changes so that PyQt builds on MacOS properly.


2006/03/11 19:16:56  phil
Removed some leftovers from when PyQt3 and 4 shared a single config.py.  PyQt3
no longer searches PATH for the Qt bin directory.


2006/03/11 15:15:15  phil
Fixed build problem with Qt v1.x.


2006/03/10 22:37:30  phil
Updates for Qt v3.3.6.


2006/03/04 16:06:40  phil
Documentation updates.
Applied the same transfer rule to QPopupMenu.exec() as is applied to
QDialog.exec().
Added getOpenFileNameFilter(), getSaveFileNameFilter() and
getOpenFileNamesFilter() to QFileDialog that return a tuple of the selected
files and the current filter.


2006/02/26 13:56:28  phil
Added support for signed char to the Qt API.


2006/02/21 15:22:08  phil
Changed the signal/slot handling so that unsigned int and unsigned short are
implemented as long objects rather than integer objects.


2006/02/19 16:43:48  phil
Updates to the internal Qt API.


2006/02/18 21:05:56  phil
Added new stubs in the Qt support API (not used by PyQt3).


2006/02/14 19:16:05  phil
The destroyed() signal can now be received by a Python slot.


2006/02/13 20:02:22  phil
Fixed a typo in configure.py.


2006/02/13  0:24:55  phil
Updated the handwritten code to use the current SIP API.


2006/02/12  1:14:11  phil
Removed all calls sipForceConvertTo*().
Removed all uses of newly deprecated calls.


2006/01/26 16:40:38  phil
Changed the signal/slot support required by the latest SIP changes.


2006/01/16 18:58:26  phil
Removed PYQT_BUILD.


2006/01/10 19:13:07  phil
Fixed a typo in the last change.


2006/01/10 18:20:02  phil
Fixed the sipForceConvertToTransfer_*() calls.


2005/12/30 14:30:08  phil
More changes to handwritten code that should be handling sipSelfWasArg.


2005/12/28 19:35:10  phil
Updated all handwritten convertor code for the latest SIP changes.


2005/12/24 17:02:31  phil
Changes required by the introduction of sipSelfWasArg in the SIP snapshot.


2005/12/22 16:22:48  phil
Really fixed the QApplication argc bug this time.


2005/12/19 17:43:42  phil
Changes to the build system for the latest SIP snapshot.


2005/12/18 11:00:06  phil
Stripped the Qt4 specific stuff from configure.py.


2005/12/18 10:06:25  phil
Updated the internal build system not to include the .svn directory in
packages.


2005/12/17 19:43:36  phil
Changes to the internal build system for the CVS to SVN transfer.


2005/12/07 00:54:04  phil
Added a missing #include from qstring.sip in PyQt3.


2005/12/04 18:41:31  phil
Fixed the handling of horizontal and vertical stretch in QSizePolicy.


2005/11/29 13:06:37  phil
Fixed a long standing bug with QApplication ctors that only showed itself with
Qt4.


2005/11/24 17:45:09  phil
Added the missing /ReleaseGIL/ to QThread.exit().


2005/11/24 17:22:31  phil
Changes required for the modified mapped type template syntax.


2005/11/20 18:41:02  phil
The HTML documentation is now maintained manually rather than being
auto-generated.


2005/11/17 18:24:48  phil
Fixed bug in pyuic related to QKeySequence.


2005/11/12 10:29:13  phil
Added the missing ctor to QApplication.


2005/11/10 21:10:46  phil
Removed the /TransferThis/ annotations from the QTableItem (and sub-classes)
ctors. The Qt documentation is wrong.


2005/11/09 18:00:47  phil
Fixed the GIL bug in qInstallMsgHandler().


2005/11/01 22:08:32  phil
Implemented the PyQt3 changes for the new Qt support API.


2005/10/26 14:34:57  phil
Modified the QString buffer interface to be reentrant and to try and use the
default Python codec.


2005/10/23 16:02:47  phil
QObject.sender() now supports Python signals.


2005/10/22 22:38:54  phil
Implemented the buffer interface for QString.


2005/10/19 13:38:24  phil
Improved the fix to QClipboard.setData().


2005/10/16 16:09:29  phil
Used mapped type templates in PyQt3 where possible.


2005/10/13 18:52:02  phil
Fixed the handling of QClipboard.setMimeType() and a related memory leak.


2005/10/12 21:11:15  phil
Fixed bug in configure.py when the Qt bin directory isn't on the path.
Fixed compilation problem with QAxBase handwritten code and MinGW.
Added the * and *= operators to QString.
Removed some QString methods that were passing or returning arrays.


2005/10/11 21:13:48  phil
Added /Numeric/ to the QString + operator. The improved behaviour (being able
to write s = "foo" + QString("bar")) should now work in both PyQt3 and 4.


2005/10/07 18:15:37  phil
Changed the PyQt3 QString behaviour with long and ulong to match PyQt4.


2005/09/22 20:18:39  phil
Updated the build system now that all Qt specific configuration data has been
removed from sipconfig.


2005/09/10 21:33:59  phil
Fixed bug in configure.py when reporting an incorrect SIP version.


2005/09/08 20:16:33  phil
Updated the universal slot support to fit with the latest SIP snapshot.
Changed the way universal slots are implemented so they get destroyed when the
corresponding transmitter gets destroyed.


2005/09/07 20:53:52  phil
Removed support for SIP v3 in configure.py.
Minor pyuic fix taken from uic v3.3.5.
Added the missing MacintoshVersion enum.
Added the -f flag to configure to use any existing features file (by default it
is recreated).


2005/09/06 20:33:43  phil
Removed support for SIP v3 from configure.py.
Added the new Qt support code taken out of SIP.
2008-10-08 14:23:24 +00:00
wiz
08f82c7e90 Add py-sip. 2008-10-08 14:11:24 +00:00
wiz
dda2d2ebe4 Import py-sip, successor of py-qt3-sip.
Renamed because there is no dependency on any qt version in it.

Changes since py-qt3-sip (4.3.2):

v4.7.7 8th Aug 2008
  - C++ structs are now properly handled as a class with a default public
    section.
  - sip.dump() now includes the object's first child wrapper.

v4.7.6 20th May 2008
  - Added the -s flag to configure.py to specify the SDK directory to use when
    building universal binaries on MacOS/X.
  - Added support for MSVC 2008 to the build system.
  - Added support for v10.x of the Intel compiler and removed support for
    earlier versions.
  - MSVC 2008 is the default platform when using Python v2.6.

v4.7.5 13th May 2008
  - The sip.voidptr type has an optional size associated with it and supports
    const void *.  If a size is associated then it also supports Python's
    buffer protocol.
  - Added sipConvertToVoidPtr() to the SIP API.
  - Added sipConvertFromConstVoidPtr(), sipConvertFromConstVoidPtrAndSize(),
    sipConvertFromVoidPtr() and sipConvertFromVoidPtrAndSize() to the SIP API.
  - Added the /ResultSize/ argument annotation to specify the size of a block
    of memory returned as a void * or const void *.
  - Added the /NoArgParser/ function annotation to give %MethodCode complete
    responsibility for argument parsing.
  - Added the /NoRelease/ mapped type annotation to specify that the
    sipReleaseMappedType() function is not supported.
  - The /ArraySize/ annotation now supports arrays with more than 2^31
    elements.
  - %GetCode and %SetCode for class attributes now have access to the
    referencing type object.
  - Any object that supports the Python buffer protocol can now be passed as a
    char or char * argument.

v4.7.4 12th February 2008
  - The build system handles the directory structure used by Leopard's Python
    installation.
  - Added support for /Transfer/ as a constructor annotation.

v4.7.3 6th December 2007
  - Added support for automatically generating missing complementary
    comparision operators.  Note that this introduces a potential compatibility
    problem - see the documentation for details.

v4.7.2 5th December 2007
  - Added the /SingleShot/ argument annotation.
  - Added the /TransferThis/ function annotation.

v4.7.1 28th September 2007
  - A bug fix release.

v4.7 30th July 2007
  - Added %PickleCode to allow handwritten code to pickle a wrapped C++
    instance or C structure.
  - Added %CompositeModule to create modules that are composites of ordinary
    modules.
  - Added %ConsolidatedModule (and the -p command line option) to create
    modules that contain all the wrapper code on behalf of ordinary modules.
  - Added the dump() function to the sip module.
  - Added sipTransferBreak() to the SIP API.
  - Added support for /Transfer/ as a function annotation.

v4.6 10th April 2007
  - Added support for wchar_t.
  - The -g command line option releases the GIL whenever a call is made to the
    wrapped library.
  - Added the /HoldGIL/ annotation to explicitly retain the GIL when calling a
    particular function in the wrapped library.
  - Added sipFindClass() and sipFindNamedEnum() to the public API.
  - /TransferThis/ may be specified more than once.
  - Added support for __truediv__ and __itruediv__.
  - The SIP code generator and module may be built as universal binaries under
    MacOS/X using the -n command line option to configure.py.

v4.5.2 9th December 2006
  - A bug fix release.

v4.5.1 9th December 2006
  - Added the SIP_SSIZE_T type to help write PEP 353 compliant handwritten
    code.

v4.5 4th November 2006
  - Added support for Python v2.5.
  - Added sip_config_args to sipconfig.py.
  - sip.voidptr now implements __hex__().
  - Added sip.delete() to call a C++ instance's destructor, or return a C
    structure to the heap.
  - Added sip.isdeleted() to check if a C++ instance or C structure has been
    destroyed or returned to the heap.
  - Added sip.setdeleted() to mark that a C++ instance or C structure has been
    destroyed or returned to the heap.
  - Added support for pure virtual destructors.
  - Added the __dtor__() method to allow Python code to be called from a C++
    destructor.
  - Added the /NoDefaultCtors/ class annotation.
  - The generated API files are now more complete and use Python types rather
    than C/C++ types.
  - Added support for embedding manifests for MSVC 2005.

v4.4.5 10th June 2006
  - A bug fix release.

v4.4.4 8th June 2006
  - Added %ExportedHeaderCode and %UnitCode.
  - Added sipExportSymbol() and sipImportSymbol() to the public API.

v4.4.3 27th April 2006
  - A bug fix release.

v4.4.2 23rd April 2006
  - A bug fix release.

v4.4.1 3rd April 2006
  - A bug fix release.

v4.4 24th March 2006
  - The major number of the internal API has changed so it will be necessary
    to regenerate all modules.
  - This release introduces small incompatibilities that may affect handwritten
    code.  See the documentation for the details.
  - Module names specified with %Module and %CModule can now include periods to
    denote a Python package structure.
  - Namespaces can be split across multiple Python modules.
  - Class templates are now supported and instantiated using "typedef".
  - Mapped type templates are now supported and instantiated automatically.
  - Global operators are now supported.
  - Operator casts in classes are now supported.
  - C/C++ signed char type is now treated as a separate type to char.
  - C/C++ long and unsigned long types are now wrapped as Python long objects
    rather than Python integer objects.
  - C/C++ long long and unsigned long long types are now supported.
  - unsigned short and unsigned int are now implemented as long objects instead
    of integer objects.
  - Classes can now be declared using the /External/ annotation and be defined
    in another, unspecified, module.
  - /TransferThis/ can now be used in non-factory methods to change the
    ownership to a different C++ instance or to change it to Python.
  - /Constrained/ can now be used with booleans.
  - Added support for Python's buffer interface, %BIGetCharBufferCode,
    %BIGetReadBufferCode, %BIGetSegCountCode and %BIGetWriteBufferCode.
  - The "user" member has been added to the sipWrapper structure and can be
    used for any purpose by handwritten code.
  - Function argument names are now parsed, but otherwise ignored.
  - The "explicit" keyword is now parsed, but otherwise ignored.
  - Added the /DelayDtor/ class annotation which given more control over the
    order in which instances are deleted when an application terminates.
  - Added support for the SIP_PYTYPE pseudo-type that represents a Python
    type object.
  - Added support for ellipsis (ie. "...") in function arguments.  Any
    remaining arguments will be gathered as a Python tuple.
  - Add support for the /NoDerived/ annotation for Python class constructors
    that have no C/C++ equivalent.
  - The sipSelfWasArg boolean is now available to the %MethodCode of
    non-abstract, virtual methods to indicate whether the class implementation
    of the method rather than the virtual implementation should be called.
    %MethodCode for non-abstract, virtual, protected methods must now call the
    sipProtectVirt wrapper (rather than sipProtect).
  - sipCanConvertToInstance(), sipConvertToInstance(),
    sipForceConvertToInstance(), sipReleaseInstance(),
    sipConvertFromInstance(), sipConvertFromNewInstance(),
    sipCanConvertToMappedType(), sipConvertToMappedType(),
    sipForceConvertToMappedType(), sipReleaseMappedType(),
    sipConvertFromMappedType() and sipFindMappedType() have been added to the
    SIP API.
  - sipLong_AsUnsignedLong() has been added, primarily as a workaround for a
    bug in Python v2.3.x and earlier.
  - Added the 't', 'u', 'C' and 'D' format characters to sipParseResult().
  - Added the 't', 'u', 'B', 'C' and 'D' format characters to sipBuildResult().
  - Responsibility for interpreting and implementing the /Transfer/ and
    /TransferBack/ annotations has been pushed down to %ConvertToTypeCode and
    %ConvertFromTypeCode.  The generated type convertors sipForceConvertTo_*()
    and sipConvertFrom_*() have been deprecated.
  - Added the %SIPNoEmitters directive for PyQt4.
  - Added support for the __hash__ Python special method.
  - The __getitem__ Python special method no longer requires %MethodCode.
  - All of the calls to Qt have been moved out of the sip module and into PyQt.
    The generated sipconfig.py file no longer contains any Qt specific
    information.  These changes mean that SIP can support PyQt v3 and v4 at the
    same time.
  - Static methods can now be defined as Qt slots.
  - Removed SIP_BUILD from sip.h.
  - The -c, -l, -q and -x flags to configure.py have been removed.
  - Added the PythonModuleMakefile class to the build system for installing
    pure Python modules.
  - Added the create_wrapper() function to the build system for creating
    platform dependent executable wrappers for Python scripts.
  - Added Configuration.platform to the build system.
2008-10-08 14:10:45 +00:00
wiz
abc05d204b Fix qmake.conf to handle shared libraries correctly.
Bump qt4-tools PKGREVISION.
2008-10-08 09:35:49 +00:00
wiz
17b8fd23de Fix qmake.conf to handle shared libraries correctly.
Bump qt3-tools PKGREVISION.
2008-10-08 09:35:27 +00:00
tron
a49c651521 Remove "MASTER_SITE_XCONTRIB" from master site list. The last "xlockmore"
archive present on those servers was released in 2001.
2008-10-07 10:46:50 +00:00
hubertf
ad85bdcd6d Update x11/xlockmore to 5.27. Changes:
PAM_putText() would set pointer resp->resp to buffer.  This will work
    until memory is reused.  Thanks to Howard Kash <hmkash AT arl.army.mil>.
  ico updated to show the two edge transitive Catalan solids, i.e. the
    rhombic dodecahedron and the rhombic triacontahedron.
  Added __linux__ to define list to allow newer sig masking to get rid of
    pesky deprecated message.
  configure checks for libXdpms
    libXext has the DPMS functionality on both XFree86 4 and X.org.
    (libXdpms may be Xfree86 3.x). Added /usr/pkg/lib and /usr/pkg/include to
    long list of paths it checks in.
  life added more life forms triangular life from Bays' paper and added
    S245B3 with glider (-neighbors 8) from Bays' paper.  Found some
    patterns in S245B3 for the glider to crash into.
  life3d -rule S45/B4 -neighbors 18 and -rule S45/B4 -neighbors 20 from
    Bays' paper.  Found some patterns for the gliders to crash into.
  life3d -search added.  Need to add more symmetries for 3D.
  life3d -rule S3/B3 -neighbors 12 and -rule S456/B3 -neighbors 12.  Added
    a bunch of patterns from Bays' papers but not all.  -neighbors 12 now
    a rhombic dodecahedron instead of a cube.
  ant3d -neighbors 12 (3d bees). Added eyes option to this.
  Just noticed solitaire a mode I added was spelled wrong, ie it was spelled
    without the second "i".  Fixed a goof in solitaire.cc.
2008-10-06 22:40:12 +00:00
tron
68d40e9802 Fix problems in previous commit which I missed because I didn't use the
right package to test them.
2008-10-06 18:59:33 +00:00
tron
0fef743433 Convert to new X11 builtin framework. 2008-10-06 18:20:41 +00:00
tnn
683be3cf8a Update to gtk 2.12.12.
Changes: bug fixes and translation updates.
2008-10-06 17:53:36 +00:00
tron
e0c7c45518 Properly enclose the Mac OS X work around in the appropriate checks.
Problem pointed out by Quentin Garnier.
2008-10-06 12:54:43 +00:00
tron
b76af69875 Work arond the broken libtool archive "/usr/X11/lib/libpixman-1.la" under
Mac OS X Leopard. This fixes build problems in e.g. the "cairo" package.
2008-10-06 11:22:09 +00:00
cube
403e256ff6 Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
2008-10-05 21:36:32 +00:00
joerg
90b3cefa61 Don't try to modify pkgsrc directory. 2008-10-02 18:48:31 +00:00
joerg
64e2a953d9 Fix build with newer GCC. From Drochner via wiz. 2008-09-30 14:01:37 +00:00
joerg
e79d0a3d5b Retire xf86-video-i180, it has been superseded by xf86-video-intel and
doesn't work with newer servers. As suggested in PR 39624.
2008-09-30 13:07:35 +00:00
joerg
a14de86ebc Add one small patch and drop the autoconf dependency. 2008-09-23 11:23:56 +00:00
joerg
27457705ff Retire x11/wxGTK and x11/wxGTK-contrib. 2008-09-22 21:32:20 +00:00
joerg
7decf607b0 Switch to x11/wxGTK26{,-contrib}, reorder. 2008-09-22 20:39:24 +00:00
joerg
0665aa2efa Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00
joerg
b5cb08ea39 Update references for x11/wxGTK -> x11/wxGTK26 move. 2008-09-22 19:58:52 +00:00
joerg
eaa345516d Revert old state after mistyped cvs import. 2008-09-22 19:54:27 +00:00
joerg
cc19c3901f Reimport x11/wxGTK-contrib as x11/wxGTK26-contrib. 2008-09-22 19:45:54 +00:00
joerg
8ad793b740 Reimport x11/wxGTK as x11/wxGTK26. 2008-09-22 19:44:05 +00:00
joerg
3b38ccaec2 Reimport x11/wxGTK as x11/wxGTK24. 2008-09-22 19:43:11 +00:00
tnn
c34813b71b reportedly not MAKE_JOBS_SAFE 2008-09-22 19:30:52 +00:00
tnn
3c36bc284d Update to xf86-video-intel-2.4.2.
From Hasso Tepper, PR pkg/39563. With patches for FDO bugs 17405 & 16631.

  Pack bdb_general_definitions block
  Remove unused VBIOS flag defines
  Don't disable planes in i830_update_dsparb
  Don't skip the checks for DRI headers with --enable-dri
  Fix reverted LVDS bios capability dword definition
  Bump version 2.4.2
  Fix from He Shuang(shuang.he at intel.com),
2008-09-19 14:56:00 +00:00
bjs
d574d511a4 PKGREVISION bump due to update of x11/modular-xorg-server. 2008-09-18 20:57:50 +00:00
bjs
93b676b5b8 Welcome to modular-xorg-server-1.4.2.
This long-overdue update brings many improvements:
  - Many improvements to EXA
  - Input Hotplugging via HAL or dbus (not enabled yet)
  - Support for RandR 1.2.  Users using a dual-head configuration are
    encouraged to see <http://www.x.org/wiki/Projects/XRandR> for more
    information.
  - The server now uses the same version of Mesa we have in pkgsrc;
    this likely will result in more reliable OpenGL/DRI operation.

I realize that this server is still not the latest release (1.5.0);
upgrading to that version will require an involved mesa update,
libpciaccess, etc.  I hope that by the next quarter, that work will be done.

Please file a problem report and/or contact us via the usual means
(mailing lists, etc.) should you encounter any issues.
2008-09-18 20:56:01 +00:00
bjs
6967eaf1dd This patch ensures the driver won't use the DRM's MODESET_CTL
unless direct rendering is enabled.

From Owain Ainsworth <oga@openbsd.org>.

PKGREVISION++
2008-09-18 20:31:25 +00:00
obache
ae3933a437 Update x11vnc to 0.9.4.
New in the 0.9.4 x11vnc release:

        Reverse VNC connections (-connect and  -connect_or_exit options)
                work in the -find and -create X session FINDCREATEDISPLAY
                modes.

        Reverse VNC connections (either normal or using SSL) can use a
                Web Proxy, a SOCKS proxy, the UltraVNC repeater proxy,
                an SSH connection, or even a CGI URL to make the outgoing
                connection (-proxy option).  Forward connections can
                use the -ssh option to set up a reachable redirection.

        Support for the ZYWRLE encoding is added, this is the RealVNC ZRLE
                encoding extended to do motion video and photo regions
                more efficiently by way of a Wavelet based transformation.

        The session finding and creating modes (-find and -create) have
                been improved to be more reliable and also provide a new
                desktop types (xfce) and new service redirection options.

        Support for indexed colormaps (PseudoColor) with depths other
                than 8 is provided (depths 1 to 16 now work).

        Java viewer applet source code is provided in the x11vnc 0.9.4
                tarball so now everything can be built from source.

  miscellaneous new features and changes:

        To unset Caps_Lock, Num_Lock and raise all keys in the X server
                use -clear_all, or by remote control 'x11vnc -R clear_all'

        The -autoport option gives more control over the server port
                range that probes.

        The -ping option can be used to help keep idle connections alive.

        The -finddpy and -listdpy utilities help to debug and configure
                the -find, -create, and -display WAIT:... modes.

        Some automatic detection of screen resizes are handled even if
                the -xrandr option is not supplied.

        The -advertise_truecolor option can workaround some VNC viewer
                incompatibilities with PseudoColor.

        The option '-clip xinerama0' can be used to clip to the first
                Xinerama sub-screen, etc.

        If a fast framebuffer read rate is detected the -wait and -defer
                parameters are reduced to 10 and 15 msec, respectively.

        Pasting of the selection/clipboard into remote applications
                (e.g. Java) is improved.

        Usage with dvorak keyboards is improved.  The option -macuskbd is
                available on MacOSX to use the original US keyboard code.

        Via a compiler option (-DENABLE_GRABLOCAL) one can use the
                -grablocal n option to filter VNC client input if someone
                at the console has done mouse or keyboard input n secs ago.

        The -sleepin option can now sleep a random amount of time between
                min and max time delays (-sleepin min-max).
2008-09-18 00:11:30 +00:00
joerg
39a95245f7 Include pthread.h before including pthread_np.h.
From Hasso Tepper in PR 39268.
2008-09-17 12:23:01 +00:00
obache
1f8504ee84 Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes:
   * Add some additional modules:
    	devel/ruby-gnome2-bonobo
    	devel/ruby-gnome2-bonoboui
    	devel/ruby-gnome2-gconf
    	devel/ruby-gnome2-libglade
    	graphics/ruby-gnome2-gtkglext
    	multimedia/ruby-gnome2-gstreamer
    	print/ruby-gnome2-gnomeprintui
    	sysutils/ruby-gnome2-gnomevfs
    	www/ruby-gnome2-gtkhtml2
    	www/ruby-gnome2-gtkmozembed
    	x11/ruby-gnome2-gtksourceview
    	x11/ruby-gnome2-vte
   * Fixed detection of rcairo. It had been broken since switched to gem.
     patch-a{c,h,i,j,k,l.m}
     (It Already in upstream trunk)
   * Add patches for allow to load gem rcairo.
     patch-a{n,o,p}
   * Fixed overwritten glib module when installing modules require generated
     header of glib module.
     Modify to install the header as part of glib module and use bl3.mk.
   * clean up dependency
   * Add test target for modules having unit test.
   * Modified patch-a{a,b,d,f,g} to acceptable by upstream.

Ruby-GNOME2-0.17.0 (2008-09-07)

  Release notes:
  * This Release supports Ruby 1.8.7 and has many bug fixes and
    new bound functions.

  Main changes:
  * Ruby/GLib:
    - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1
      [Kouhei Sutou]

  * Ruby/GTK:
    - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou]

    - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou]

  * Ruby/Pango:
    - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou]

  * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog
    for detailed information on changes and contributors.

    Special thanks for your contributions to: (list in no particular order)
    - Neil Roberts
    - Cesare Tirabassi
    - Arnaud Cornet
2008-09-17 00:21:48 +00:00
bjs
0c90fd576a Add USE_TOOLS+= tbl (appeases pkglint). 2008-09-16 22:20:01 +00:00
bjs
3a13748fb6 Update to xterm-237. This release contains a number of significant
bug fixes, including the problems with resizing the terminal
with certain applications (second item listed here).

                       Patch #237 - 2008/09/14

* improve usability of TrueType fonts by making the font-size switching
  for shifted keypad plus/minus use the faceSize resources to determine
  the order of fonts (when TrueType fonts are used) rather than the
  bitmap fonts, since their sizes may not be in the same order (report
  by H Merijn Brand)

* remove an optimization of ConfigureNotify events from patch #236 which
  seems to interfere with passing SIGWINCH to applications (GenToo
  #233836).

* modify handling of altSendsEscape to reset the eightBitInput mode,
  like metaSendsEscape (patch by Ted Phelps).

* add feature to show the text-cursor as an underline rather than a box,
  plus command-line options -uc and +uc and resource cursorUnderLine to
  control the feature (patch by Paul Lampert).

* update config.guess, config.sub
2008-09-16 22:18:26 +00:00
bjs
cdeb921a6f Update to libX11-1.1.5: integrates the patches listed as removed
as well as a number of i18n fixes.
2008-09-16 21:57:09 +00:00
bjs
0a46fe688d Add two patches from GIT:
- Fix bug in pixman_image_is_opaque().
- Fix for bug 17477 (see patch-ag).

While here, add missing .PHONY attribute for gen-symfile target.

PKGREVISION++, but no recursive dependency bump necessary.
2008-09-16 21:22:34 +00:00
wiz
e8616413bf Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users
on Sep 7 2008. No complaints received.
2008-09-16 16:07:31 +00:00
tron
0858b4dc53 Remove this file again:
- There's a better version in the "cube-native-xorg" branch.
- Using the bundled "pixman" library doesn't work under Mac OS X anyway
  because Apple didn't update the ".la" file at same point.

[It is likely that the second issue will require attention after the
 "cube-native-xorg" branch has been merged.]
2008-09-16 13:10:41 +00:00
joerg
e04b0abdc9 Simplify and make destdir ready. 2008-09-16 12:42:03 +00:00
tron
5359edb3be Detect builtin "pixman" e.g. under Mac OS X Leopard. 2008-09-16 11:41:33 +00:00
jmcneill
6d3736aad7 Fix compile on NetBSD 2008-09-16 02:56:08 +00:00
bjs
817d38ab37 I just learned that this incarnation of dri2 will never ship and has
been deprecated.  Thus, I'm removing this package.
2008-09-13 00:33:14 +00:00
joerg
6c46d04f1d Import of wxGTK-2.8. 2008-09-12 11:38:48 +00:00
joerg
44b22fe56e Import wxGTK contrib for version 2.8.8. 2008-09-12 11:15:38 +00:00
joerg
125b2ff752 Import wxGTK 2.8.8. 2008-09-12 11:09:49 +00:00
dsainty
065fd8f383 If the package was installed with option "cups", buildlink in cups, which in
turn arranges for approriate dependencies.  Fixes the build of "devel/eel"
bombing out under Linux because buildlink didn't pull in libdb4.so.

/usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: cannot find -ldb4
collect2: ld returned 1 exit status
make[2]: *** [check-program] Error 1
make[2]: Leaving directory `/home/pkgsrc2/pkgsrc/devel/eel/work/eel-2.22.2/eel'
2008-09-11 09:34:04 +00:00
ahoka
2e82cf1c78 ffmpeg-devel -> ffmpeg 2008-09-10 16:41:55 +00:00
dsainty
60e91aeb7a Re-enable abstract socket support under Linux (remove comment and first hunk
of patch-aa).

Abstract socket support was previously patched disabled because it was broken
( see http://bugs.freedesktop.org/show_bug.cgi?id=15884 ).  The fix is in two
parts.

The first part is corrected in xtrans 1.2.1: Connection failure for abstract
socket is ECONNREFUSED, not ENOENT.

The second part is in an upcoming release of libX11, but the upstream changes
have been pulled into Pkgsrc as the patches libX11/patches/patch-a[ik].

Tested on the same Linux system that prompted Bug#15884.

Bump PKGREVISION.
2008-09-09 13:59:13 +00:00
abs
7a4f040253 fix missing \ in last DESTDIR commit 2008-09-09 11:11:29 +00:00
abs
42e2c95008 adjust tbl manpage fix to work with DESTDIR - no change to built package (if it built) 2008-09-08 22:29:22 +00:00
dholland
f8903c2809 Fix my previous commit, which was borked in some cases. Noted by gson@. 2008-09-08 18:40:52 +00:00
ahoka
8b9e728a97 Bump revision because of the ffmpeg update. 2008-09-08 15:14:21 +00:00
dholland
86039bbdc7 Update these for consistency (libXfixes/DESCR is related but didn't
need updating) and document which are the native-x11 and which are the
modular X.org versions.
2008-09-08 07:10:41 +00:00
dholland
d1168b4dcf Make these fail with a comprehensible error message when X11_TYPE != native. 2008-09-08 07:02:52 +00:00
bjs
74160b1bbc Add openbsd-input-ws to x11/Makefile 2008-09-08 05:31:51 +00:00
bjs
a9d2fc0fab Import openbsd-input-ws-1.2 from pkgsrc-wip. This driver should work
with a vast majority of wsmouse-compatible pointing devices on both
NetBSD and OpenBSD.
2008-09-08 05:31:01 +00:00
ahoka
3c51f4618d Change ffmpeg-devel dep to ffmpeg and bump. 2008-09-08 00:16:12 +00:00
wiz
3611195a90 Update to 1.2.1:
Adam Jackson (2):
      Connection failure for abstract socket is ECONNREFUSED, not ENOENT.
      xtrans 1.2.1

Alan Coopersmith (2):
      LocalClose() takes a ConnInfoPtr, not an fd
      Clear some pointer type mismatch warnings

Bill Nottingham (1):
      Ignore mkdir() errors when creating the abstract socket.

James Cloos (1):
      Remove extraneous execute bit from .c file

Jeremy Huddleston (1):
      Launchd: This functionality has been moved into xorg-server
2008-09-07 14:15:02 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
bjs
1867accb76 Use ${TRUE} instead of 'true'. 2008-09-06 20:13:13 +00:00
bjs
6d3f41ecce Update to version 0.11.10, a bug-fix release. In addition,
add a 'gen-symfile' target for regenerating the libtool
export symfile.  This should be run upon updating the package.
While here, silence needless autotools warnings and update
sse2 conditional in hacks.mk.

Changes since 0.11.8:

              Add depth 30 formats to pixman_format_supported_source.

              [sse2] Change pixman-sse to pass __mm128i args as
              pointers, so as not to

              Use CopyAreasse2, plus a compatibility fix

              Use hidden attribute for private functions when
              compiling with Sun Studio

              Minor portability fixes
              Post-release version-bump
              Update RELEASING and release targets in Makefile.am
              Fix typo in sse2 configure logic
              TODO
              Don't require GCC 4.2 on x86-64
              Bug 16921. MMX and SSE2 intrinsics not enabled when
              compiling with Intel'
              Remove use of MMX extensions.
              Be consistent in naming SSE2 related things SSE2
              A few other renamings of SSE->SSE2
              Rename pixman-sse.h pixman-sse2.h
              Make sure pixman-combine{32,64}.h are disted
              Use error instead of #error in a couple of other places
              Check for __sun || __sun in pixman.h. Update TODO
              Bump release
              Update RELEASING

              Add sys/inttypes.h include for AIX
2008-09-06 20:09:15 +00:00
wiz
bd32774a21 Don't remove include/X11/fonts unconditionally.
Bump PKGREVISION.
2008-09-06 16:29:11 +00:00
wiz
f206ae8424 Update to 2.1.12:
2.11:
Aaron Plattner (8):
      Move hardware cursor initialization to after AcquireDisplay.
      G80: Fix some ROP bugs.
      G80: Log the i2c port number for LVDS, when there is one.
      Fix warnings.
      Bug #15309: Set the pixel clock even if the hardware doesn't
      think it needs it.
      More chips names.
      One more missing GPU name.
      Bump to 2.1.11.

Alan Coopersmith (2):
      Fix pciaccess READ_LONG to work with Sun compilers
      Print error message when pci_device_map_range fails

2.12:
The last release had an unfortunate bug that caused
CPUToScreenColorExpandFill to treat transparent pixels as black instead.
Sorry about that!

- -- Aaron


Aaron Plattner (2):
      G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c.
      Bump to 2.1.12.
2008-09-06 16:20:56 +00:00
wiz
9f0d150840 Update to 1.0.4:
1.0.4:
Alan Coopersmith:
      SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc
      Version bump: 1.0.4

Damien Thébault:
      Bug 17314: libXau's Makefile.am should have proper man creation rules

Daniel Drake:
      Bug #11097: libXau COPYING fix (add missing copyright dates)
2008-09-06 14:39:56 +00:00
wiz
243ec4289a include/GL/internal can also contain files by MesaLib, which is not
always depending on glproto, so just try removing that directory.

Bump PKGREVISION.
2008-09-06 12:59:58 +00:00
wiz
986da88a70 Man page needs to be run through tbl(1) -- make it so.
Bump PKGREVISION.
2008-09-06 09:00:32 +00:00
bjs
93893086ca Update to gnome-terminal-2.22.3. Added patch-ab, which fixes
annoying problems with window resizing and tabs.

Bug fixes:

	* src/encoding.c: (update_active_encodings_from_string_list): Use the
	correct allocator.

	* src/terminal-window.c: (notebook_page_added_callback): Fix menubar
	visibility in newly created windows from DND. Bug #528915, patch by
	Gábor Szeder.

	* src/terminal.c: (handle_new_terminal_event): Ignore unknown options
	when handling a new-terminal event from another instance. Don't call
	exit() when parsing the passed options fail; instead just ignore the
	request. Bug #531720.
2008-09-05 21:08:32 +00:00
bjs
1d5359ad84 Add dri2proto 2008-09-05 03:33:38 +00:00
bjs
0db56cd403 Import dri2proto-1.1. These headers will be necessary for building
Mesa-7.1 and xorg-server-1.5.0.
2008-09-05 03:32:53 +00:00
dholland
ee4ef09e21 Set proper dependencies. This now builds for xorg as well as xfree.
I'm not entirely clear on whether it's expected to be useful with
xorg, but that's a different story...
PKGREVISION++

While here, add destdir support.
2008-08-31 07:35:09 +00:00
dholland
019aff8e20 Fix the "minor PLIST problems" and unmark this as only for SunOS.
Add proper deps.
Add destdir support.
And, finally, make it build properly. (82 (small) patches later...)
2008-08-31 06:52:29 +00:00
dholland
7487815da2 Add missing entries to PLIST, and install the html docs in the right place.
Ok (at least in general outline) by maintainer.
PKGREVISION++
2008-08-30 20:51:07 +00:00
dholland
ec89dc26c3 Bump PKGREVISION because of xview-lib issues. 2008-08-30 20:07:30 +00:00
dholland
8e1df88fc4 Make this crap build again. PKGREVISION++ because of the xview-lib issues. 2008-08-30 20:03:03 +00:00
dholland
108c96f8e4 Make this crap build again. Don't use sigvec(); it's no longer supported
on NetBSD and probably elsewhere.

Because the build wasn't stopping on error, prior builds of this package
"succeeded" and generated a shared library missing some code. For this
reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
2008-08-30 20:01:28 +00:00
dholland
69d7a368b0 Fix the xview imake templates to stop on error in a number of cases. 2008-08-30 19:52:50 +00:00
sborrill
f76707845d Update to 2.3.1
Add PKG_OPTION gtk2 to compile with gtk2 support instead of gtk1. Please
note the warnings below.

Changelog:

18/08/06
        v2.3.1  - Fixed the bug, introduced in v2.3.0, where the "Hide
                  typing" check button always appeared in the input boxes,
                  regardless of the existence of a password field.

13/08/06
        v2.3.0  - Added a new --password=1|2 syntax to allow a password
                  field in one of the first fields of --2inputsbox and
                  --3inputsbox.
                - Added optional <red> <green> <blue> parameters for the
                  --colorsel widget.
                - Corrected a bug in the --treeview widget which was failing
                  to properly build a tree when decreasing the level of an
                  item by more than 1, compared to the level of the previous
                  item.
                - Corrected a bug in the --colorsel widget which triggered a
                  GTK warning when the --icon option was used.
                - Adapted a patch from Jean-Philippe Guillemin for the GTK2
                  version of Xdialog (this version is still seriously
                  broken:
                  DO NOT use it in production projects), implementing the
                  use
                  of the GTK2 stock icons for the Xdialog buttons.

06/05/06
        v2.2.1  - Corrected the bug in the --dselect widget which was
                  returning a filename by default, instead of the directory
                  name. Also removed the file specific fields and buttons
                  from
                  the directory selector.
                - Corrected a typo in the man page.

26/01/06
        v2.2.0	- Added preliminary GTK2 support (adapted from a patch by
                  Andrew Van Uitert). Run 'configure' with the --with-gtk2
                  option to enable the compilation against GTK2.
                  !!!! BEWARE !!!!  This should be considered alpha-code,
                  and the GTK2 version of Xdialog does not yet implement
                  everything the GTK1 version got. It also got many problems
                  when running on non-UTF8 systems... For -SERIOUS- use, use
                  the GTK+ v1.2.10 version of Xdialog !
                - Added the --timeout option for compatibility with cdialog
                  (requested by Michelle Konzack).
                - Partly successful attempt at fixing a problem with some
                  patched GTK versions (Mandrake's, for instance) which are
                  reseting the theme each time all windows are closed (thus
                  breaking --rc-file). Still an issue with the fixed fonts
                  of
                  the XDIALOG_HIGH_DIALOG_COMPAT mode, because of another
                  weird patch (rclocal patch): get unpatched version of GTK+
                  v1.2.10. Such a version is available on Xdialog's website.
                - The default fixed font is now:
                  "-*-*-medium-r-normal-*-*-*-*-*-m-70-*-*"
                  (removed the iso8859-1 specification).
                - Implemented a custom log message handler to prevent
                  GTK/GDK/
                  GLIB from using stdout as the message output.
                - Added XDIALOG_NO_GMSGS environment variable support to
                  forbid
                  (when TRUE) emission of GTK/GDK/GLIB messages on stderr.
                - Brazillian Protuguese translation updates (courtesy of
                  Ricardo Bertagna).
                - Upgrade to gettext-0.14.1.

23/07/04
        v2.1.2	- Added the ESC keyboard shortcut for the CANCEL/NO button.
	        - Added the Indonesian, Dutch, Polish, Italian, Catalan and
                  Swedish translations.
                - Changed Xmessage and textbox samples for compatibility
                  with bash-less systems.
                - Updated for gettext v0.13.1.
                - Added fixes in the spec file for automake bugs.
2008-08-29 16:43:58 +00:00
markd
552513f072 Update to KDE 3.5.10
minor bugfixes
2008-08-27 12:37:38 +00:00
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
hubertf
1752f40f51 Update xlockmore to 5.26.1. Changes:
5.26.1
  PAM_putText() would set pointer resp->resp to buffer.  This will work
    until memory is reused.  Thanks to Howard Kash <hmkash AT arl.army.mil>.

5.26
  "Esc" key now resets password entry.  Do not put an escape in your
     password.  This should behave the same as Control-U.
  -showdate added.  +showdate allows you to turn off date in password
    window.  Also fixed centering for this.
  Inverted bitmap for xlock.  Added a icon for VMS.
  Updated the Java launcher in xlock.
  antic cleanups.  It found a few minor bugs but mostly makes the code more
    readable (without being too overbearing IMHO).  The current version trips
    on #ifdefs though.
  New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT'
    MSGSTR consists of following elements:
      EXPLOSION is one of &0, &1, ... &9, &a, .. &f each of which presents a
        different type of explosion.
      TEXT is a text string like 'linux'. the string may contain blanks.
        '\n' is interpreted as a new line.
        '\\' is a backslash.
        '\&' is an ampercent.
      LOGO is the sign #. An exploding penguin or other icon will be shown.
      FONT is something like '-*-helvetica-bold-r-*-240-*' the font to be used.
    Thanks to Pezhman Givy  <phg AT snafu.de>.
    Modifications for +install, -mono, and Windows.
  New resource files for Chinese... Xlock-zh_TW.ad, resource-msg-zh_TW.h,
    xlock-msg-zh_TW.h.  Thanks to Wei-Lun Chao <chaoweilun AT gmail.com>.
    Following this example, I split out the different languages from XLock.ad
    as it seemed odd when editing and did not want to corrupt anything,
    especially if I could not verify it.
  Automata modes now have triangular tilings drawn with a black
    triangle around it.  Fixed dilemma, for it only is interesting with 4 or
    8 neighbors.
2008-08-26 23:18:53 +00:00
dsainty
1663b4131a Don't include <sys/types.h> until after config.h has had a chance to determine
which features will be exposed.  Fixes build on Linux.

<sys/types.h> is included immediately after config.h in the distribution code,
suggesting that the purged hunk in the patch is now obsolete.

The history of patch-aa reveals that the <sys/types.h> include was the very
original purpose of this patch, and predates the Solaris portion of the patch.
The Solaris hunks don't look like they would benefit from including
<sys/types.h>.

No PKGREVISION bump, this change should only affect platforms where the
package failed to build.

Closes PR pkg/36404 with the fix suggested by Ondrej Tuma (thanks!)
2008-08-24 10:04:49 +00:00
obache
2d7bf63357 Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-08-23 07:46:59 +00:00
bjs
a49da7d148 PLIST changes resulting from newer dependencies. PKGREVISION++ 2008-08-20 23:46:43 +00:00
joerg
ab708fa11c Catch up with PLIST changes due to dependency updates and bump revision. 2008-08-19 13:40:10 +00:00
obache
5d1c58fd12 Update xclip to 0.11.
Patch provided by Leonardo Taccari via PR 39366.

Version 0.11
        xclip-copyfile is now compatible with recent tar versions.

        The Fedora UTF-8 patch has been applied.
2008-08-19 13:33:09 +00:00
tnn
65d42e165b Update to xf86-video-intel-2.4.1.
Man page typo fixes
  Set lvds_ddc_mode before use to avoid a segfault on mac mini.
  Update DSPARB while planes are still off
  Reorganize VBIOS code
  Fix pipe A force quirk
  Update man page
  Fix up the HP Pavilion ze4944ea quirk
  Apply pipe A quirk to 845 as well.
  Fix DPMS off in the presence of the pipe A quirk.
  Reorder visuals reported by the intel driver
  Don't program dsparb on new Intel chip
  Fix SDVO reg definition
  Fix SDVO HDMI encoding detect (#16920)
  Disable display clock gating for 4 series chips
  Fix possible spurious interrupts in hotplug detect on 4 series chip
  Make skip_panel_detect clear for its meaning
  Always check and free driver private in LVDS destroy
  Bump version 2.4.1
2008-08-15 06:37:22 +00:00
ahoka
6de596fa24 Added x11/docker 2008-08-13 11:48:49 +00:00
ahoka
abed4b51dc Import docker-1.5 as x11/docker.
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.

Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.

If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.
2008-08-13 11:42:55 +00:00
taca
a8506674de Update ruby-curses package to 1.8.7.72.
It is distfile change only.
2008-08-11 06:59:40 +00:00
bjs
69468e36c1 Update to xrdb-1.0.5. One bug fix:
commit 09ef847d16333d6ae04c3f88ff7f535381cb9405
Date:   Mon Jan 7 23:48:12 2008 +0100

    Prevent cpp from prefixing errors with <stdin> when the
    xrdb input is a file

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458246
2008-08-09 20:07:34 +00:00
bjs
e74cdec174 Update to xprop-1.0.4. Changes:
commit 427023df02bd38ff9dc2af2a2059466f37f4cfd8
Date:   Wed Dec 19 15:17:34 2007 +1030

    Fix build under autoconf 2.57

    configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE
    was only introduced to autoconf in 2.59c.
    Drop the _ONCE to make autoconf happy

commit e09956f244099ddd36b1a2cd5d7800d5fc7120c1
Date:   Thu Dec 6 05:30:43 2007 -0500

    Select correct client window in WMs using virtual roots
2008-08-09 20:03:35 +00:00
tnn
4c0d0a2cdd Update to xf86-video-vmware-10.16.4.
10.16.4:
  Video Overlay: Handle clipping correctly with AutoPaint colorkey.
10.16.3:
  minor Xv fixes
10.16.2:
  More xorg and xfree86 backwards compatibility
  Fix VMWARE_CTRL and Xinerama Initialization
  Prepare for 10.16.2
2008-08-09 16:27:18 +00:00
tnn
9795c0ee98 Update to xf86-video-vesa-2.0.0.
2.0.0:
  Remove unused ->device
  Un-duplicate some init code.
  vesa 2.0.0
1.99.1:
  Don't disable FB access when it's already disabled.
  Remove all trace of mfb
  Bug #10004: Fix palette initialization in 8bpp modes.
  Fix boolean inversion in VBE screen clear.
  Remove some useless module loading cruft.
  Prefer a more modern depth/bpp selection.
  Add semi-reasonable mode validation.
  Clean up memory model checking, and properly refuse unsupported models.
  Update copyright.
  vesa 1.99.1
  Bug #11090: xf86-video-vesa COPYING file
  Add conditional support for pci-rework branch.
  Correct '#ifdef' to '#ifndef'.  Oops.
  Use XSERVER_LIBPCIACCESS to autodetect libpciaccess usage.
  Use pci_device_map_range instead of pci_device_map_memory_range
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  fixup pciaccess version detect
  Planar video is gone
  Makefile.am: nuke RCS Id
2008-08-09 16:21:18 +00:00
tnn
64f808e916 Update to xf86-video-tseng-1.2.0.
Death to RCS tags.
  Fix distcheck
  Finish making xf1bpp/xf4bpp optional.
  tseng 1.2.0
  Replace XFree86 references in man page
  renamed: .cvsignore -> .gitignore
  blind pciaccess conversion
  oops forgot pcirename file
  Makefile.am: nuke RCS Id
2008-08-09 16:16:43 +00:00
tnn
e8649772e0 Update to xf86-video-trident-1.3.0.
1.3.0:
  Death to RCS tags.
  Fix distcheck
  trident 1.3.0
  initial trident pciaccess support
  Makefile.am: nuke RCS Id
1.2.4:
  changes unknown
2008-08-09 16:15:04 +00:00
tnn
64fd991684 Update to xf86-video-sis-0.10.0.
0.10.0:
  Death to RCS tags.
  Fix distcheck
  sis 0.10.0
  inital SiS pci access patch
  fix warnings in build
  fix thinko between open/fopen
  another open/fopen confusion
  fixup type punning
  convert all hostbridge read/writes to accessor functions
  finish off read/write long conversion
  switch bios reading over
  use map domain memory with pciinfo
  fixup unmap memory
  fix some thinkos in the pciaccess patch, this now works on real hardware
  Require pciaccess >= 0.10.0 for pci_device_map_range()
  fixup pciaccess version detect
  Makefile.am: nuke RCS Id
  switch vga over to pciaccess
0.9.4:
  bump Xv image height up from 1080 to 1088 for 315 chips
  Define SIS_*_VERSION using PACKAGE_VERSION*
  Convert callers of LookupWindow() to dixLookupWindow().
  Revert "Convert callers of LookupWindow() to dixLookupWindow()."
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Fix xserver version detection.
  Get rid of the XFree86Server macro.
  Bump to 0.9.4.
2008-08-09 16:10:10 +00:00
tnn
94275917e1 Update to xf86-video-siliconmotion-1.6.0.
Death to RCS tags.
  Fix distcheck
  siliconmotion 1.6.0
  more clock fixes
  hostdata blit UTS works, but SW is faster
  minor fixup
  define SILICONMOTION_VERSION* using PACKAGE_VERSION*
  smi: add pciaccess support
  Fix UTS issues with flash
  Makefile.am: nuke RCS Id
2008-08-09 16:04:46 +00:00
tnn
707101e6f0 Update to xf86-video-savage-2.2.1.
2.2.1:
  Don't try to call vbeModeInit(), it doesn't exist and never will.
  Fake sync ranges for panels with no EDID.
  savage 2.2.1
  no, really, savage 2.2.1
  EXA upload to screen must honor pitch of the source data
  savage: fix typos in error message
  savage/pciaccess: don't try to map aperture larger than region window
2.2.0:
  Death to RCS tags.
  Remove use of deprecated {DE,}ALLOCATE_LOCAL.
  savage 2.2.0
  fix segfault from pScrn->currentMode
  fix the build for the non-pci-rework case (compile tested only)
  Fix reversed logic in SavageMapMem()
  Fix broken downscale past 2:1 - MM8190 and MM8198 can be used together
    for arbitrary downscale
  BCI can only handle widths that are multiple of 16, so only use BCI for these
  Prevent use of BCI for YV12 -> YUY2 conversion from scribbling past the
    end of the allocated video buffer.
  Reset lastKnownPitch to 0 right after enabling streams.
  Do not wait for vertical retrace anymore on old streams engine.
  Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFER
  Fix ambiguous operator precedence
  Implement driver option IgnoreEDID
  Minimal change set to convert driver to the new PCI interfaces.  Enjoy.
  dos2unix
  Merge PCI-rework support and "classic" PCI interface support into one tree
  Update to use new libpciaccess interfaces for mapping with MTRR support.
  Fix odd typo.
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Include <unistd.h> to get a declaration for usleep()
  fixup pciaccess version detect
  Makefile.am: nuke RCS Id
  Bug #11139: Remove some dead code.
2008-08-09 16:02:35 +00:00
tnn
e48e93ca84 Update to xf86-video-s3virge-1.10.1.
1.10.1:
  Bug #14298: Fix mode validation to be less ridiculous.
  Nuke the useless UseFB option.
  Bug #13243: Re-enable 24+32 framebuffer.
  Fix typo in S3VValidMode.
1.10.0:
  Death to RCS tags.
  Fix distcheck
  s3virge 1.10.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define S3VIRGE_VERSION_* using PACKAGE_VERSION*
  s3virge: pciaccess conversion
  oops fixed pointed out by pcpa
  Makefile.am: nuke RCS Id
  Clean up: Remove some mga remains
2008-08-09 15:58:36 +00:00
tnn
78b9ff20bc Update to xf86-video-s3-0.6.0.
Death to RCS tags.
  Fix distcheck
  s3 0.6.0
  renamed: .cvsignore -> .gitignore
  Was previously done in monolith Imakefile as:
  Define VERSION* using PACKAGE_VERSION*
  s3: pciaccess conversion
  Add non-vbe DPMS support for TRIOs, adjust max clock on Trio64V2
2008-08-09 15:54:07 +00:00
tnn
ac99f5a8ab Update to xf86-video-rendition-4.2.0.
Death to RCS tags.
  Fix includes to silence a warning.
  rendition 4.2.0
  Man page updates - replace references to XFree86 & changes for XF86 4.0
  RENDITION_VERSION* using PACKAGE_VERSION_*
  pciaccess: make auto-detect work
  pciaccess: do unmap path
  Supply NULL driverFunc pointer in DriverRec.
  Add prototype for renditionGetRec.
  Move renditionTypes, renditionChipsets, and renditionPCIchipsets earlier
    in file.
  Port driver to PCI-rework interfaces.
  Makefile.am: nuke RCS Id
2008-08-09 15:51:59 +00:00
tnn
deff2d7f63 Update to xf86-video-neomagic-1.2.1.
1.2.1:
  fbpseudocolor no longer exists, don't try to use it.
  neomagic 1.2.1
  Compile warning fix.
  Don't include fbpseudocolor.h, as it is no longer available.
1.2.0:
  Death to RCS tags.
  neomagic 1.2.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define NEO_*_VERSION using PACKAGE_VERSION_*
  neomagic: port to libpciaccess
  neo: finish pciaccess conversion
  finish pciaccess conversion
  Makefile.am: nuke RCS Id
2008-08-09 15:46:43 +00:00
tnn
112186fef8 Update to xf86-video-mga-1.4.9.
Update PInS defaults for G200SE-A.
  Filter high-bandwidth modes on G200SE.
  No depth 15 on G200SE-A.
  Updates to memory sizing on G200SE.
  Adjust memory timings on G200SE-A.
  Change initial memory sizing on G200SE.
  Disable I2C on G200SE for now.
  Death to RCS tags.
  mga 1.4.9
  cfb8_32: Gut a remnants of support for 24-bit with 8-bit overlay
  Initialize default BIOS values from a data table instead of from code
  Get memory probe size and stride (offset) values values from a data table
    instead of from code
  I2C: First round of clean-ups
  I2C: Second (and final) round of clean-ups
  G200EV: Enable support for G200EV
  Makefile.am: nuke RCS Id
  Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree.
  For compatibility, accept SWcursor as option.
  Bug #15836: Fix DDC on G200SE.
  Bug #16545: Add G200WB support.
2008-08-09 15:43:37 +00:00
tnn
c4c13d3d74 Update to xf86-video-i740-1.2.0.
Death to RCS tags.
  Fix distcheck
  i128 1.2.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define I740_*_VERSION* using PACKAGE_VERSION_*
  i740: pciaccess conversion
  Makefile.am: nuke RCS Id
  Minor fixes to compile with pciaccess.
2008-08-09 15:40:04 +00:00
tnn
9a1d0d7f31 Update to xf86-video-i128-1.3.0.
Death to RCS tags.
  Fix distcheck
  i128 1.3.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define I128_*_VERSION* using PACKAGE_VERSION_*
  i128: pciaccess conversion
  i128: drop ansi C wrapper
  i128: fixup typo
  Makefile.am: nuke RCS Id
2008-08-09 15:37:02 +00:00
tnn
ea85dd62d8 Update to xf86-video-glint-1.2.1.
1.2.1:
  Fix regression from pciaccess conversion (bug#16060)
  Bump to 1.2.1
1.2.0:
  Fix distcheck
  glint 1.2.0
  Fix --disable-dri for glint driver
  Define GLINT_*_VERSION* using PACKAGE_VERSION_*
  half attempt at pciaccess conversion for glint - doesn't build yet
  fix typos in dac code from last commit
  hey look a flying pig....
  fix regression in tinderbox
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Add missing #includes to fix compiler warnings.
  Makefile.am: nuke RCS Id
2008-08-09 15:32:44 +00:00
tnn
f65986b64e Update to xf86-video-cirrus-1.2.1.
1.2.1:
  Bug #10715: Fix depth configuration for alpine chips.
  cirrus 1.2.1
1.2.0:
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define CIR_*_VERSION* using PACKAGE_VERSION_*
  cirrus initial pci access support
  test for 1/4 bpp in case server is configured with them off
  make dist check pass
  fixup iomapsize so we only map the 4k not 16k which is an error
  cirrus: set default depth to 24bpp
  Makefile.am: nuke RCS Id
2008-08-09 15:24:54 +00:00
tnn
beb59327a2 Update to xf86-video-chips-1.2.0.
Death to RCS tags.
  Fix distcheck
  chips 1.2.0
  Define CHIPS_*_VERSION* using PACKAGE_VERSION_*
  chips: pciaccess conversion
  add another missing rename file
  chips: remove ALLOCATE_LOCAL
  chips: optionalise 1/4bpp support
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Makefile.am: nuke RCS Id
  Fix Xv with scaling
2008-08-09 15:21:07 +00:00
tnn
37adbba3d9 Update to xf86-video-ast-0.85.0.
Fix distcheck.
  ast 0.85.0
  Define AST_*_VERSION* using PACKAGE_VERSION_*
  ast: pciaccess conversion
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Compile warning fixes.
  compiler warning fixed
  modified:   ChangeLog
  Make sure used symbols are of public visibility
  Fixed can't get correct MCLK in some platforms
2008-08-09 15:14:08 +00:00
tnn
2b673aec3a Update to xf86-video-ark-0.7.0.
Death to RCS tags.
  ark 0.7.0
  Define VERSION* using PACKAGE_VERSION*
  ark: add basic pciaccess support
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
2008-08-09 15:11:19 +00:00
tnn
c327b14135 Update to xf86-video-apm-1.2.0.
Remove useless mfb.h include.
  Death to RCS tags.
  apm 1.2.0
  Replace references to XFree86/XF86Config in man page
  renamed: .cvsignore -> .gitignore
  Define APM_*_VERSION using PACKAGE_VERSION_*
  pcirename conversion
  xf1/4 bpp conversion
  further build fixes
  Naming change: Security*Access -> Dix*Access
  Makefile.am: nuke RCS Id
2008-08-09 15:09:00 +00:00
bjs
2f1b1e3472 Enable damage notification by default, as I've been using xcompmgr
with this enabled for a while now with no untoward effects.
2008-08-09 10:12:06 +00:00
taca
6f3158e1c1 Update ruby-tk package to 1.8.7.71.
This is version update only, no functional change in this ruby extention.
2008-08-08 12:44:51 +00:00
tnn
2c7fdde3bd Update to xf86-input-vmmouse-12.5.1.
Vinay Bondhugula (2):
      Compatibility with older versions of X
      Don't call conversion_proc for older Xservers
2008-08-07 16:47:39 +00:00
dsainty
50796f82da Tk uses X event numbers to index an "event" array, as well as adding a few of
its own, starting with "VirtualEvent" (Which is correctly set to LASTEvent,
defined in include/X11/X.h).  In xproto-7.0.13, a new event "GenericEvent" was
added - making the defined array broken for all of Tk's internal events.

The easy fix is to just add in the missing event into the hard-coded array.

This patch was reported here: http://bugs.gentoo.org/show_bug.cgi?id=225999

A cleaner fix, but a much bigger patch, is listed in the Tk bug tracker.  I'm
punting that Tk will have been updated with the fix before X.h grows another
event.

http://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997

Bump PKGREVISION.
2008-08-06 04:09:12 +00:00
bjs
b506eb8222 Update to xterm-236. Changes:
Patch #236 - 2008/07/27

     * correct memory reallocation when handling a paste of UTF-8 text from
       patch #225 changes (report/patch by Max Mikhanosha).
     * correct allocation of temporary buffer in xtermFindShell in case the
       user's $PATH contains no ":" (report/analysis by Victor Stinner,
       Freedesktop.Org Bugzilla #16790).
     * modify CF_XOPEN_SOURCE to add case for DragonFly BSD, to fix new
       compile problem exposed by fix for fd_mask (patch by Hasso Tepper).
     * add configure-check for ncurses use_extended_names, (report by
       Martin Mokrejs).
     * correct computation for toolbar height; layout manager already takes
       into account borderWidth resource.
     * implement VT320-style SCS (select character set) for ISO Latin-1
       supplemental.
     * fixes for vt100-style character sets in UTF-8 mode (Ubuntu #230919).
     * fix to make luit work with xterm's -ls option (report/patch by
       Marius Tolzmann).
     * update config.guess, config.sub
2008-08-01 23:14:47 +00:00
drochner
599dfe6b43 update to 5.06
changes:
Xinerama/RANDR fixes: this time for sure. It should now work to add/remove
 monitors or resize screens at any time.
New hack, skytentacles.
New version of gleidescope.
Added the -log option to the xscreensaver daemon, since a truly shocking
 number of Linux users seem to have no idea how to redirect output to a
 file.
Added -duration arg to most image-loading hacks, so that they pick a new
 image every few minutes.
Added an ATM crash to BSOD.
2008-07-30 20:18:36 +00:00
wiz
853a419ead Update to 1.4.4:
Adam Jackson (2):
      C sucks: define XEventClass in terms of unsigned int, not CARD32.
      Typo fix.

Peter Hutterer (2):
      Add DeviceControlChanged define.
      inputproto 1.4.4
2008-07-30 09:56:48 +00:00
wiz
6b5bfc72af Update to 1.1.0:
Adam Jackson (1):
      libSM 1.1.0

Alan Coopersmith (1):
      Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid

Dan Williams (1):
      Bug #14949: Don't use gethostbyname() for client IDs.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
2008-07-29 21:24:01 +00:00
wiz
9bb30f1c68 Update to 2.1.10:
This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX
GPUs.  It also adds code to read DDC-based EDIDs for LVDS panels that have such
a thing.

- -- Aaron


Aaron Plattner (9):
      GeForce 9 mobile chips.
      GeForce GTX 280 and 260 chip names.
      Replace copyright notices with stock MIT X11 boilerplate.
      Add new chips to the man page and fix capitalization of "Quadro".
      Add a note that MODE_PANEL really means "larger than
      BIOS-programmed panel size".
      G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs.
      Fix build by using CARD32 instead of uint32_t, like we do
      everywhere else.
      More G8x chips.
      Bump to 2.1.10.
2008-07-29 21:11:24 +00:00
wiz
9dd33d9eef Update to 1.0.2:
James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
      xwd 1.0.2

Jeremy Huddleston (1):
      Added missing AM_PROG_CC_C_O

Kim Woelders (2):
      Fix window selection by pointer.
      Remove unused code, ANSIfy, add const.

Niveditha Rau (1):
      Add -silent to options in man page synopsis
2008-07-29 21:08:59 +00:00
tnn
f857745c5d Update to xf86-video-intel-2.4.0.
Main new features included within this release are
- New Intel 4 series chipset support
- Improved 965 exa render performance
- Integrated HDMI support
- SDVO-HDMI support (e.g ASUS P5E-VM board)

Also a long list of bugfixes:
http://lists.freedesktop.org/archives/intel-gfx/2008-July/000192.html
2008-07-28 16:58:06 +00:00
dholland
5341b53649 Drag this kicking and screaming into the Century of the Fruitbat.
- ANSIfy.
 - Use standard headers instead of rolling custom wrong decls.
 - Don't use void main.
 - Fix y2038 bugs.
 - Prune dead code.
 - Stop using outdated timezone interfaces.
 - Don't need libcompat any more.
 - Generally clean up build.

Should fix broken build on Linux, probably other non-BSD OSes as well.

PKGREVISION++.
2008-07-28 02:45:56 +00:00
kristerw
8745e7585d Sort. 2008-07-26 06:43:40 +00:00
rhaen
1132dc138f Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for Thu Jul 24 02:20:00 2008 2008-07-25 08:48:23 +00:00
bjs
65efb2448b "Apparently pulling in Xmd.h here [XI.h] breaks qt, since they both
define an INT32 type (and incompatible ones even, since Xmd's is
unsigned long on ILP32." (from GIT)

Bump PKGREVISION.
2008-07-24 17:30:14 +00:00
markd
2f759fa83d Update qt4 to 4.4.0
Qt 4.4 introduces many new features as well as many improvements and
bugfixes over the 4.3.x series. For more details, see the online
documentation which is included in this distribution. The
documentation is also available at http://doc.trolltech.com/4.4

The Qt version 4.4 series is binary compatible with the 4.3.x series.
A long list of changes can be found in the changes-4.4.0 file in the
distribution.

Update OKed (and initial work provided) by adam@..
2008-07-24 12:55:20 +00:00
bjs
7e7069fbf2 Properly define XTHREAD_CFLAGS/XTHREADLIB on NetBSD: We do not
want -pthread in XTHREAD_CFLAGS, as this will end up linking everything
against libpthread.  Thus, in keeping with our gcc specfile, define
_REENTRANT in XTHREAD_CFLAGS instead.  XTHREADLIB is now
-pthread, not -lpthread.

While here, update to head of libX11-1.1 branch in GIT (with the
exception of some unicode changes which caused mkpatches to choke).

changes:

 - IM: Respect XMODIFIERS for Thai locale (bug #15719)
 - Bug #15884: Remove useless sleep()'s from the connection code.
 - NLS: Make UTF-8 the default for Russian
 - ConnDis: properly cast 'addr' before accessing it as a byte array.
 - added error check in Xcms color file parser; closes bug #15305
 - Fix missing error condition in cmsColNm.c, also.

Bump PKGREVISION.
2008-07-24 01:07:31 +00:00
bjs
a869ae1dd6 Update to randrproto-1.2.2. patch-aa is no longer.
commit 9ab3d5cca3cf9a76c6873007b8d4345c838cc297

    Bug #16149: Make the field not be named 'delete' in C++ mode.

    Thanks for the upward compatibility, Bjarne.

commit 3243afaa593f95bb89b1381dac2b920111ce36b1

    Correct a copy'n'paste error in RRGetOutputInfo spec text.

commit d1c5739ae19f7cc01a6a5603d3fae93e1f9ee3d1

    Delete duplicate B32's in xRRScreenChangeNotifyEvent

    Caused compiler warnings:
      "randrproto.h", line 567: warning: syntax error:
		empty member declaration
      "randrproto.h", line 568: warning: syntax error:
		empty member declaration
2008-07-23 05:04:55 +00:00
tnn
98583501b6 fix cross-compile 2008-07-22 21:49:30 +00:00
tnn
1f17bdd6de Needs pkg-config 2008-07-22 20:44:04 +00:00
dholland
087a98299d Use mk/x11.buildlink3.mk when X11 isn't modular. Allows use of native libXvMC.
Patch stolen from libXv's b3.mk.
2008-07-22 03:21:38 +00:00
dbj
7648dba7fb include LDFLAGS when creating shared library.
This fixes build problems on darwin
2008-07-20 23:35:20 +00:00
abs
047da978ae revert patch-aa distinfo change 2008-07-19 09:57:09 +00:00
bjs
e71068a954 Maintaining this package seems like a full-time job!
Correct the sse2 detection logic in configure/configure.ac.
Bump PKGREVISION.
2008-07-18 19:03:32 +00:00
obache
f5be2e8b77 Remove -msse CFLAGS settings for certain NetBSD platforms.
It create broken binary package for SSE-less machine, noticed in PR 39117.
Such a tuning parameters should be defined in /etc/mk.conf.

Bump PKGREVISION.
2008-07-18 14:20:56 +00:00
bjs
a0fd130aa8 Wow, that was quick: update to pixman-0.11.8. Changes:
(just a reminder: when updating this package, be sure to adjust
files/pixman.sym appropriately)

commit 411c0e990f7a96d4e15f2cbbe07d3b50b6a20f95

    Make a couple of functions static

commit 96f57c07f24cd6d86c0aad624bd1a16b85f08e04

    Speed up fbOver

    Use FbByteMulAdd to operate on two components at a time and force
    the function to be inlined.

commit dcbe4b3f80fb8dc6a83efa7e66a891f8b102608d

    fix --enable-{mmx,sse2,vmx}

    If --enable-foo is used, don't treat it as --disable-foo, and
    error out if the appropriate compiler support isn't detected.

commit e21f00db50c30e80c8969fbf63982aeb7434dc1d

    Add pixman-1-uninstalled.pc file

commit 1570746350baf82d36aeb7ea1702350700b795d7

    Use -no-undefined -- fixes bug 15927

commit 99fead412e7602daf193035831b952e252dac0e1

    Use <inttypes.h> on most types of Unix.

    Fix for bug 15560.

commit 2070f10db927a97d7d38024e607093f5a6e00291

    Remove unused pixman-combine.c

commit 9d54568d5f93701313fdbb49c1ef9dc79fe5850c

    Fix SSE2 bug where x888 pixels were treated as 8888

commit 7dfd023e94d9ab5940d7062c2e5cde11ab02f43e

    fix Altivec detection

    the old code used to cause infinite looping on G3 machines.

commit 0a92401678286eb438fe24979fd032efba540a0a

    Fix fbCompositeSrc_x888xnx8888mmx to properly ignore source alpha

commit 687176023caf53f2fe234827d152f270048b1cd3

    make --{en,dis}able-gtk work correctly

    --enable-gtk had the same effect as --disable-gtk.
    Now we check for it by default, and error out if we can't
    find it and it was explicitly enabled.

commit 9d97716d2fd91d5611a5e7a7b29b38887b672e9f

    Fix bug 16310 in the SSE2 fast path in function
    fbCompositeSolidMask_nx8888x0565Csse2

commit eb53d111bd8651cd00c1b728b09e8be09b8482f7

    Add a lossy 32-bit generic pixel fetch function for wide surfaces.

    The transformed fetch path currently only works at 32-bit precision.
    Until a wide version of that function is added, we need to have a
    path to perform a wide FetchPixel and then contract it down to
    a8r8g8b8.

    Also, use the right format when expanding the result in
    fbFetchTransformed64.  fbFetchTransformed returns a8r8g8b8 results.

commit 3c43b869f3821495978c61b9195f0b0e9e9e1245

    Unexport or delete various functions

    - Delete pixman_region_append()
    - Delete pixman_region_empty()
    - Make pixman_region_validate() static and don't export it.

    Reported by Julien Cristau.

commit 36b05f2cac7fa28e31131ca0d6b8b133ccd95ab8

    Only export the 16 bit version of pixman_region_set_static_pointers()
2008-07-18 03:34:10 +00:00
tnn
b1c05fc844 fix breakage w/ libdrm-2.3.1.
From upstream commit 55678c64bc6e3ed613ea6db14c105c18a0cf28ce.
2008-07-17 12:03:11 +00:00
tnn
3f5c9fc822 The master site doesn't seem to grok passive FTP, so prefer to use HTTP. 2008-07-17 09:10:50 +00:00
dsainty
e4e149f648 Buildlink in libXft, which is referenced from (at least) /usr/pkg/lib/libMrm.la. Fixes build of x11/xlt (under Linux) 2008-07-17 09:02:54 +00:00
bjs
e3db3eb4dd Update to libXfont-1.3.3. Changes:
commit 11edbc3a818e15ea2b622b31e6f87159ee68ae4a

    Do not call FT_Get_BDF_Charset_ID() if configured with
    --disable-bdfformat

commit 1ab07ce0eec4f6c7ed66c7aba3edf8c4315dd907

    FontFileDirectoryChanged: check length of "fonts.alias" as well
    as "fonts.dir"

commit 0f9db4aa7de6e0644ac9c5811b949e5f936c9d61

    Don't allow a font alias to point to itself and create a loop

    Part of fix for Sun bug 4258475
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4258475>

commit 754cabe62e91b9ad50c3027c063f4269775f7add

    Add missing include in src/FreeType/ftfuncs.c

    Fixes compiler warning:
    ../../../src/FreeType/ftfuncs.c:
	In function 'restrict_code_range_by_str':
    ../../../src/FreeType/ftfuncs.c:2081: warning:
	implicit declaration of function 'isspace'
2008-07-17 00:56:45 +00:00
drochner
7693d29e23 update to 2.20.7
changes:
-minor bugfixes
-translation updates
2008-07-16 20:13:29 +00:00
wiz
4a8a28ec3b patch-aa: Add RCS ID.
distinfo: Add patch-aa.
2008-07-16 07:40:59 +00:00
wiz
377a2a2575 Replace with one generated from scratch -- the old one had too
many errors.
2008-07-16 07:40:14 +00:00
bjs
7657825b67 Update to libdrm-2.3.1. There is no up-to-date ChangeLog in the package
whatsoever, so I cannot include a list here (see GIT history if
you're curious).

NOTE: This version of libdrm no longer includes the TTM interface.
      If any [xorg/mesa] packages are updated to versions explicitly requiring
      libdrm-2.3.1, then BUILDLINK_API_DEPENDS for this package will
      need to be changed.  Also, the i915tex dri driver found in
      graphics/MesaLib will not build with this version--but nor was it
      supported on any platform except Linux.  I have remove i915tex
      from the MesaLib driver build; this should be enough to avoid problems.
2008-07-16 06:41:17 +00:00
christos
68f3d25a5b add xlt 2008-07-15 19:45:40 +00:00
obache
bae97ad23a Reset Bump BUILDLINK_ABI_DEPENDS.
No need to bump for minor changes of the shlib (1.2.2 = 2.1.13).
2008-07-15 13:24:35 +00:00
drochner
931cc703ee update to 2.22.3
changes:
-Remove warning about at-spi
-translation updates
2008-07-15 10:43:38 +00:00
drochner
a31a0c5459 update to 2.22.3
change: translation update
2008-07-15 10:42:33 +00:00
drochner
26eed72fe8 update to 2.22.3
change: version bump for gnome-2.22.3
2008-07-15 10:41:21 +00:00
drochner
501bf82ddc update to 2.14.3
changes:
-UI fix
-translation updates
2008-07-15 10:40:02 +00:00
drochner
f864fda4fa -needs libXft to build
-don't try to @dirrm include/X11/bitmaps
2008-07-15 10:37:35 +00:00
christos
4019a59827 update to openmotif 2.3.1 2008-07-14 23:01:32 +00:00
joerg
a2ae28f910 Use PYTHON_VERSIONS_ACCEPTED for py-qt3-sip and extend transitive
closure to the other qt3-sip packages.
2008-07-14 16:30:26 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
195c6c95e5 Mark as incompatible with python25 (PyHeapTypeObject lost its type member). 2008-07-14 10:58:01 +00:00
tnn
452d7f65fb drop checksums for removed patches. 2008-07-14 06:12:29 +00:00
tnn
5cddd65b42 It's BUILDLINK_ABI_DEPENDS, not BUiLDLINK_ABI_DEPENDS
pkglint is your friend.
2008-07-14 06:11:20 +00:00
tnn
5e07ebf8f7 Fix PLIST. 2008-07-14 06:07:27 +00:00
tnn
9fd37ed37a pixman-0.11.6 added a configure flag called --disable-sse2.
Use this when building with Sun Studio, since my original fix (patch-ae)
was reverted again.
2008-07-14 05:31:57 +00:00
tnn
bee5a432e3 Add xf86-video-mach64 and xf86-video-r128. 2008-07-14 04:03:36 +00:00
tnn
0bdab9bafb Import xf86-video-r128-6.8.0 as x11/xf86-video-r128.
This is the video driver for ATI Rage128 cards for the modular Xorg server.
2008-07-14 04:03:01 +00:00
tnn
834c68e39c Import xf86-video-mach64-6.8.0 as x11/xf86-video-mach64.
This is the video driver for ATI Mach64 cards for the modular Xorg server.
2008-07-14 04:02:10 +00:00
tnn
1bedf1f479 Update to xf86-video-ati-6.9.0.
NB: This package no longer supports Mach64 or Rage128 chips.
Please see the separate xf86-video-mach64 and xf86-video-r128 packages.

6.9.0:
In addition to lots of bug fixes there are several major new features:
- Improved EXA render support for r1xx/r2xx cards
- EXA render support for r3xx/r4xx/r5xx cards
- Textured video support for Xv (r1xx-r5xx)

6.8.0:
- mach64, r128, radeon ported to libpciaccess
- massive restructuring of ati wrapper
- radeon support for r5xx, rs6xx, and r6xx chips using ATOMBIOS
- return of zaphod mode support
- radeon support for centered modes using scalers (selectable via
output attributes)
- PAL tv-out fixed on supported chips
- initial support for render accel on r3xx/r4xx chips (rotation)
- fix TV option handling
- Xv RGB fixes
- XPRESS Xv fixes
- improve bios/driver interaction on radeon
- revert back to previous AGP mode behavior
- lots of bug fixes
2008-07-14 04:01:06 +00:00
tnn
a2f7b8561f Update to gtk2+-2.12.11.
Overview of Changes from GTK+ 2.12.10 to 2.12.11
================================================
* Bugs fixed:
 536757 regression: openoffice.org menus are placed at wrong
        position since 2.12.10
 536990 updateiconcache.c: 'close ()' is redundant
 508751 gnome-terminal crashed with SIGSEGV after keypress
 419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER
        modes when it shouldn't.
 538784 Don't change the filename in the name entry in CREATE_FOLDER mode
        when changing folders
 536966 Paper selector crashes
 352738 gtk_tree_view_column_set_sort_indicator() fails to show a...
 378158 gdk_win32_selection_add_targets uses uninitialized hwnd v...
 537685 print to file crashes when the target can not be written
2008-07-14 03:57:59 +00:00
dholland
fe163c34d0 Fix build failure on -current arising from invalid shell syntax. 2008-07-14 00:43:34 +00:00
bjs
7475541209 Update to libXft-2.1.13. Bump BUILDLINK_ABI_DEPENDS, as the library
version is now 2.1.13 (from 2.1.2).  ChangeLog:

commit 19240d3605b5f1e88ca5509afffd48acdb7e1c5f

    Revert "Drop Requires, use Requires.private instead."

    This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab.

    Unfortunately this doesn't work on old pkg-config, which made
    Requires.private completely useless.  That's fixed in 0.22, but...

commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab

    Drop Requires, use Requires.private instead.

    Users of libXft don't need to link with fontconfig, freetype and
    Xrender directly if they don't use them.

commit 541c6194d986e7849ee9541a9fd60b0724647a44

    Bug #14232: Fix XftDrawRect when Render not supported.

commit 8a7f3d450c1f339f429dbce55df523d026c92375

    Register objects used by libXft.

    libXft uses XFT_MAX_GLYPH_MEMORY without first registering with
    fontconfig.

commit 8ae5ea8c75a7850fa0aca0acc3962b6263f55094

    XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)

    This is due to XftFontInfoFill using the binary representation of the
    XftFontInfo to generate fi->hash.

    With 64-bit pointers there is padding between .hash and .file in struct
    _XftFontInfo.  This padding is not initialized, and the hash uses these
    bytes.

    This will interfere with finding "a matching previously opened font" in
    XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have
    similar problems.

    This fix makes no assumptions about the sizes and alignment of
    members of struct _XftFontInfo by using memset.  (It also makes
    no assumptions about what FcPatternGet* does to its output parameter
    when it returns FcResultNoMatch.)
2008-07-13 23:41:02 +00:00
bjs
8925b1e315 Update to version 1.2.3. ChangeLog:
commit 203fc002b6948c3942f0461a0346dd07b633222d

    Bug #16430: Ignore ConfigureNotify on non-root windows in
    UpdateConfiguration

commit 332eee90c4d00be3b11049e0261323abe89a96dc

    Rename parameters to clarify QueryVersion/QueryExtension.

    These parameters are not treated as input. Rename them to make
    the inner workings slightly more obvious.

    X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>

commit 824f3d4a3a4669526a5c391c6668df0384b49cdb

    Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.

    It seems that they were never actually implemented.
    Also remove the corresponding manpage symlinks.

commit 23a47035818390ca197179a9a69a54badb370990

    Hide some private symbols.

    XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and
    _XRRVersionHandler are internal to libXrandr.  Don't export them.
2008-07-13 23:31:51 +00:00
bjs
70c414d849 Update to version 1.0.2. In addition to incorporating patch-aa, there's
one more change: zero-length strings are set to NULL instead of null-
terminated.
2008-07-13 23:18:19 +00:00
bjs
96def92427 Update to pixman-0.11.6. ChangeLog:
commit a766b62880108f278478888f5167a5fbf2819a97

    Add configure time options to disable mmx/sse2/vmx

commit 02268903e4311709744c11e495f9b17f171ec5e9

    pixman-sse.c: silence pointer-cast compiler warnings.

    Cast pointers to words of the same size, not 32-bits.

commit eb2d95de98683a387153f010077ad9c3c3b1b01d

    Fix implicit declaration of function 'free'.

    Otherwise pointer will be truncated on 64bit arch and
    your programs will crash.

commit 29d144712e558aaeb49f4384028dd669d76a410b

    Fix memory leak by freeing boxes{16,32}.

    After calling pixman_region_init_rects() or
    pixman_region32_init_rects(), boxes{16,32} were not freed before
    returning. Fixes bug 16312.

commit 5d32519316b40b35113c6df9e15d955a16709ba2

    Use pixman_malloc_ab instead of plain malloc for the
    fbStore64_generic scratch buffer.

commit b1c70c4e6435d7f15751111828c381feb1d139cf

    Move PIXMAN_FORMAT_16BPC to pixman-private.h

commit 7fa966df0ee781fa486715710f389b148c11d36e

    Decide based on the image formats whether we need wide compositing.

commit 7cb735c9c0fa55ae1f4d8d13da9f33e3da2ae8fe

    Take the source format into account in pixman_expand.

    Extract the original bits of the source image for each
    component and then replicate up to 16 bits to fill the wide
    components.  Make sure to hard-code the alpha value to 1 if
    the source format didn't have alpha.

commit c0d98e96605c6d03f4b02f337f2f5827165bb092

    Make expansion and contraction loops clearer.

commit fc0b28bf6af81428b7ac045614eea97fbf9c4a70

    Add wide source picture, external alpha, and transformed
    image routines.  The wide external alpha path should work
    correctly with wide formats.  The wide transformed fetch code for
    now just does a 32-bit fetch and then expands, which will lose
    precision.  Source pictures, for now, are evaluated at depth 32
    and then are expanded to depth 64.  We could get higher precision
    by evaluating them directly at depth 64, but this should be good
    enough for now.

commit 42a3a2d6fc8d3e521c6914ff8fb89f1fbc673e28

    Add wide fetch/store functions.

    Use the narrow ones and expand/contract where necessary.  Still
    need wide paths for fancy pictures, but this gets the
    basic stuff working.

commit 7591d3f1d7e0884f9362018edf720724095cf380

    Add expand and contract functions to convert between ARGB8
    and ARGB16.  The expansion function isn't quite correct,
    but gives reasonable results.
2008-07-13 23:16:02 +00:00
tonnerre
27a7a5a3c8 modular-xorg-server patch-an has a broken path. 2008-07-13 20:41:46 +00:00
tonnerre
f1a9cd0035 Add some patches for vulnerabilities in different X.Org server extensions
(composite, render, record, etc).
2008-07-13 12:37:29 +00:00
tnn
bcab8d0c86 Recommit the following, which was removed a couple of weeks ago:
date: 2008/04/27 11:58:09;  author: tnn;  state: Exp;  lines: +2 -2
Skip the SSE2 configure test if we already know we don't have SSE,
because Sun Studio gets the result of the SSE2 test wrong.
2008-07-12 15:34:48 +00:00
obache
af05abe754 Fix build failure on DragonFly, treat DragonFly same as FreeBSD.
Patch provided by Hasso Tepper in PR 39048.
2008-07-02 13:50:56 +00:00
obache
1d70b29d78 getvfsstat() of DragonFly is not compatible with NetBSD's one.
Patch provided by Hasso Tepper in PR 38877.
2008-07-01 13:41:07 +00:00
bjs
54f1cb5672 Fix broken distinfo. 2008-06-24 06:33:11 +00:00
drochner
21e0f179c4 update to 2.22.1
changes: build system improvements, irrelevant to pkgsrc for now
2008-06-23 17:21:21 +00:00
drochner
cb06f932eb update to 2.2.2
changes:
-Improvements to some of the lang files
-Misc bugfixes
-Updated translations
2008-06-23 17:19:05 +00:00
reed
656c018f26 configure startx to point to correct pkgsrc-provided xinit. 2008-06-23 14:19:54 +00:00
taca
c644a4a81c Update xf86-video-intel package to 2.3.2.
hangelog since 2.3.1:

Alan Coopersmith (1):
      Define DEFFILEMODE for OS'es that don't have it

Bryce Harrington (1):
      Two more Dell quirks

Eric Anholt (10):
      Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.
      Just remove the mprotect kludge.
      Replace a couple of wait-for-ring-idles with a single function to do so.
      Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
      Remove gratuitous wait_ring_idle after I830Sync.  Syncing implies that.
      Move BIOS scratch register setup to EnterVT instead of PreInit.
      Initialize clock gating from EnterVT and save/restore it appropriately.
      Remove SVG_WORK_CONTROL init.
      Move debug clock printout from ErrorF to X_INFO.
      Set up/restore PWRCTXA from enter/leavevt not server start/exit.

Hong Liu (1):
      Set SDVO sync polarity to default on 965

Jesse Barnes (3):
      Panel fitting:  fix letterbox modes
      Fixup power saving registers
      Fix TV programming:  add vblank wait after TV_CTL writes

Keith Packard (2):
      Skip copying on FOURCC_XVMC surfaces
      Only use FOURCC_XVMC when INTEL_XVMC is defined

Lukas Hejtmanek (1):
      Fix maximum backlight issue

Robert Lowery (1):
      Fix TV out connection type detection

Rmi Cardona (1):
      Add glproto to DRI dependencies

Shuang He (1):
      Fix typo in xvmc block destroy

Zhenyu Wang (6):
      Revert "Add FIFO watermark regs to register dumper"
      xvmc: remove unused dri drawable
      xvmc: a little cleanup
      Fix compiler warning when disable xvmc config
      Fix compiling with server master in LVDS backlight patch
      Bump version 2.3.2

Changelog since 2.3.0:

Bryce Harrington (2):
      More quirks from ubuntu/dell
      More Pipe A force quirks

Eric Anholt (1):
      Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.

Jesse Barnes (3):
      Add a new quirk for BIOSes that reprogram regs at lid close/open time
      Add FIFO watermark regs to register dumper
      Save/restore cursor registers

Keith Packard (2):
      Overlay video doesn't require that the target pixmap be in video memory.
      Use new xf86RotateFreeShadow function to clean up shadow buffers.

Mike Isely (1):
      Implement option to ignore external fixed mode settings

Zhenyu Wang (4):
      Only check xvmc lib when xvmc is enabled.
      Use I830FALLBACK when check pitch for debug
      Revert last HP 965GM pipe A quirk
      Bump version 2.3.1
2008-06-22 16:33:23 +00:00
joerg
ca21e5be0c Catch up with gnustep-base changes. Bump revision. 2008-06-21 22:46:36 +00:00
wiz
b6548030a0 Update to 1.1.0:
Adam Jackson (1):
      xinit 1.1.0

Jeremy Huddleston (2):
      Properly handle using xserverrc
      Apple: Don't use launchd on Tiger since it doesn't support
      the features we need.
2008-06-21 18:25:14 +00:00
taca
8ba1178c6a Update distinfo for Ruby 1.8.7 patchlevel 22. 2008-06-20 15:42:12 +00:00
joerg
6df846638a modular-xorg-server-1.3.0.0nb9:
Fix CVE-2008-1377, CVE-2008-1379, CVE-2008-2360, CVE-2008-2361 and
CVE-2008-2362 based on upstream patches.
2008-06-20 13:34:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bjs
e7d1a53440 Fix trailing white-space. 2008-06-19 17:59:52 +00:00
bjs
ca559cb9aa Update to pixman-0.11.4. No ChangeLog--you may check the GIT history
if you're curious.

Also (this is noted in the Makefile):

The configure script is written to fail if it detects gcc<4.0
for lack of -fvisibility=hidden. In keeping with the pkgsrc
tradition of portability, we'll opt to use libtool to export
the desired symbols, hiding the rest.

I have verified the list of visible symbols is unchanged from
the "factory" build.
2008-06-19 17:51:27 +00:00
taca
c6bad2621e - Switch to use vendor_dir with Ruby 1.8.7.
- Make it build with Ruby 1.8.7, too.

Bump PKGREVISION.
2008-06-19 15:19:45 +00:00
taca
e0b608a1cf Update to ruby-gnome2-panelapplet to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:15:28 +00:00
taca
3c24297891 Update to ruby-gnome2-gtk to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:15:06 +00:00
taca
fc93ea6ff3 Update to ruby-gnome2-gnome to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:14:44 +00:00
taca
e2de81cf54 - Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 15:04:36 +00:00
taca
2c7aa121ce Update ruby18-tk package to 1.8.7.
Since chanes are too much to write here, please refer

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog

	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS
	http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
2008-06-19 14:37:41 +00:00
abs
15eea55fff copy a lightly modified fix for starting xdm on ttyE4 from gdm
bump PKGREVISION

# The following forces the X server to start on the 5th virtual terminal.
# This is suboptimal but matches the defaults for the xdm configuration,
# which should work for most installations.  See the definition of
# DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile.
#
# If we do not do this, we hit a very annoying and obscure problem: during
# system startup, xdm starts before init spawns gettys.  If the X server
# is started before init spawns the gettys (which easily happens on slow
# machines), it grabs the first virtual terminal (instead of the first
# "free" one).  Later on, when the first getty is started, it grabs the
# same terminal X used (the first one).  As a result, only one of them
# will receive key presses.  And on slow machines, X will have lost access
# to the keyboard.
.if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \
    (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
CONFIGURE_ARGS+=	--with-default-vt=vt05
.endif
2008-06-17 00:42:14 +00:00
joerg
76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00
drochner
27d4292933 update to 0.16.14
changes: bugfixes
2008-06-13 11:03:48 +00:00
drochner
b65bb93dd6 update to 2.12.10
changes:
-bugfixes
-translation updates
2008-06-13 10:36:09 +00:00
obache
439267d707 Fix interpreter path. Preported by Hasso Tepper in PR 38903.
It does not need BASH, just replace with SH.

Bump PKGREVISION.
2008-06-12 15:03:16 +00:00
abs
71c309f046 Add CONFLICTS= kdelibs4-[0-9]* 2008-06-12 12:51:27 +00:00
abs
1870526681 pkglint, add '# used by ...' lines - no functional change 2008-06-12 12:50:18 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
3a7c6693a5 Add comments for stupid configure script. 2008-06-09 15:47:24 +00:00
obache
368a4ead05 * Need pkg-config to build. Noticed by Hasso Tepper in PR 38918.
* Not using glib, but ckeck it in configure, put fake glib.pc.
 * No need custom do-install target. change to normal install and post-install.
 * Add DESTDIR support.
2008-06-09 15:27:03 +00:00
bjs
c8b6b8ce76 Update to version 1.0.3. Changes since 1.0.1:
-  rgb version 1.0.3
  -  Include rgb(1) man page from Solaris
  -  rgb version 1.0.2
  -  Update showrgb man page to better match current implementation
  -  Fix build to work with --with-rgb-db-type={dbm,ndbm}
  -  Also remove #includes of unused headers & convert K&R to ANSI C
2008-06-08 14:35:42 +00:00
taca
ca75a05936 Add a missing application default file to PLIST.
Reported by PR pkg/38845 from Hasso Tepper.

Bump PKGREVISION.
2008-06-08 05:22:57 +00:00
abs
5694ab6c3a Revert removal of BUILDLINK_DEPMETHOD.qt4-tools?=build, as most packages
that include qt4-tools do not need the shared libraries. Those that do
should override BUILDLINK_DEPMETHOD.qt4-tools (pointed out by wiz)
2008-06-03 20:14:45 +00:00
wiz
ac82e4c836 Add RCS Id to patch-ab. 2008-06-03 10:47:03 +00:00
abs
b94878e87e qt4-tools includes shared libraries against which at least poppler-qt4
links. Remove BUILDLINK_DEPMETHOD.qt4-tools?=build from buildlink3.mk
and bump PKGREVISION
2008-06-03 07:41:47 +00:00
bjs
af4e2b55c1 Update to xkeyboard-config-1.3.
* symbols/inet: WWW is mapped to I02, because of some changes in
	kernel or X server (on nx9020),
	http://bugs.freedesktop.org/show_bug.cgi?id=7310

	* symbols/us: fixed one-handed dvorak variants (dropped second group),
	http://bugs.freedesktop.org/show_bug.cgi?id=5659

	* symbols/fi: returned nbsp to 3rd level of space,
	http://bugs.freedesktop.org/show_bug.cgi?id=12764

	* rules/base.xml.in, symbols/ro: changed default Romanian variant to
	the right one, http://bugs.freedesktop.org/show_bug.cgi?id=13277

	* rules/compat/variantRename.lst, symbols/ru: default variant is
	winkeys (till Daniel fixes xkbcomp)

	* symbols/ua: small fix, from Andriy

	* po/POTFILES.in, rules/Makefile.am, rules/sgi*, rules/sun*: dropping
	legacy unsupported rules. Confirmed with Alan Coopersmith (Sun
	Microsystems)

	* rules/base.xml.in, symbols/us: added us(dvp),
	http://bugs.freedesktop.org/show_bug.cgi?id=15727

	* symbols/ca: fixed ca(shs),
	http://bugs.freedesktop.org/show_bug.cgi?id=15756

	* symbols/es: revert broken idea about dead tilde,
	http://bugs.freedesktop.org/show_bug.cgi?id=9763
	* symbols/latam: revert broken idea about dead tilde,
	http://bugs.freedesktop.org/show_bug.cgi?id=12568

	* rules/base.o_s.part, rules/base.xml.in, symbols/fr, symbols/nbsp,
	types/pc: options for nonbreakspace handling,
	http://bugs.freedesktop.org/show_bug.cgi?id=9529

	* symbols/fi: dropping bad nbsp mapping,
	http://bugs.freedesktop.org/show_bug.cgi?id=12764

	* rules/base.xml.in: fixed some ISO codes

	* symbols/ru, rules/base.xml.in, rules/compat/variantRename.lst:
	changed ru(winkeys) to default
	* rules/base.xml.in: put a lot of country/language info in

	* symbols/it: fixed it(geo),
	https://bugs.freedesktop.org/show_bug.cgi?id=15058

	* symbols/group, rules/base.xml.in, rules/base.o_s.part: added
	group(shift_caps_switch)
	http://bugs.freedesktop.org/show_bug.cgi?id=15383

	* rules/base.xml.in, symbols/gb: added gb(colemak),
	http://bugs.freedesktop.org/show_bug.cgi?id=15303

	* symbols/gn, symbols/ng: fixed unicode sequences,
	http://bugs.freedesktop.org/show_bug.cgi?id=15273

	* rules/base.xml.in, symbols/ua: added ua(homophonic),
	http://bugs.freedesktop.org/show_bug.cgi?id=15240

	* rules/base.o_s.part, rules/base.xml.in, symbols/compose: added
	compose:102, http://bugs.freedesktop.org/show_bug.cgi?id=15246

	* symbols/fr: fixed fr(oss_nodeadkeys),
	http://bugs.freedesktop.org/show_bug.cgi?id=15140

	* rules/base.lists.part, symbols/ca, symbols/fr: added ca(olpc),
	removed fr(olpc), http://bugs.freedesktop.org/show_bug.cgi?id=14749

	* rules/base.lists.part, symbols/fr: added fr(olpc),
	http://bugs.freedesktop.org/show_bug.cgi?id=14749

	* symbols/lv: fixed lv accented characters,
	http://bugs.freedesktop.org/show_bug.cgi?id=14765

	* rules/base.lists.part, symbols/it: added it(olpc),
	http://bugs.freedesktop.org/show_bug.cgi?id=14793


[ ... and so on--better to read the GIT history ]
2008-06-03 06:10:16 +00:00
drochner
ca1f5bbfd4 make it build on DragonFly, from Hasso Tepper by PR pkg/38806, slightly
modified by me
2008-06-02 16:42:21 +00:00
abs
59ddf227cb Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty 2008-06-01 19:51:26 +00:00
tnn
fe26841138 commit my fix for PR pkg/37128
Ensure Linux shared libraries get the correct rpath built in.
ok joerg. Bump rev.
2008-06-01 14:36:37 +00:00
drochner
7cc79995f0 make it build on DragonFly or FreeBSD, from Hasso Tepper per PR misc/38807 2008-05-31 12:21:14 +00:00
drochner
1a3e667963 update to 3.7.3
changes:
-surround Earth satellite name with parentheses if eclipsed
-move "Keep marker centered' to Sky View Telescope menu
-bugfixes
-INDI enhancements

approved by gdt
2008-05-30 17:04:04 +00:00
tnn
0532283244 PR pkg/38796: Hasso Tepper: Use correct DRM major# for DragonFly
Bump PKGREVISION.
2008-05-30 14:29:19 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
wiz
53f9717153 Update to 1.3.0:
Adam Jackson (2):
      Don't sleep(0.3) on shutdown.
      mouse 1.3.0

Alan Coopersmith (1):
      Update Emulate3Button default in mouse man page to cover
      Emulate3ButtonsSoft

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id

Peter Hutterer (1):
      Bug #13144: Don't flush buttons, release events can cause
      paste events.
2008-05-30 10:54:57 +00:00
wiz
7e7badbf51 Update to 1.3.1:
1.3.1:
Adam Jackson (1):
      keyboard 1.3.1

Paulo Cesar Pereira de Andrade (1):
      Don't send events in DEVICE_INIT, only after DEVICE_ON.

1.3.0:
Adam Jackson (2):
      Don't sleep(1) on VT entry.
      keyboard 1.3.0

Alan Coopersmith (4):
      Update kbd man page to say it has replaced keyboard driver now.
      Use $(XKBPATH) for xkb file path in man page
      Revert previous attempts to sync lock state & LEDs
      Correct COPYING file and note which notices apply to which code/OS'es

Daniel Drake (1):
      Bug 11026: xf86-input-keyboard COPYING file

David Marx (1):
      Sun bug #6425775 Xserver is blocked when a program rings keyboard-bell

Julien Cristau (1):
      Remove the legacy keyboard driver's manpage

Matej Kosik (1):
      Add information & example of XKB options to man page

Matthieu Herrb (2):
      Fix parameters order for printWsType().
      Makefile.am: nuke RCS Id

Paulo Cesar Pereira de Andrade (1):
      Alternate patch to preserve NumLock & CapsLock leds at X Server startup.

Samuel Thibault (1):
      lnx: Automatically inherit the vt's numlock and capslock
      status (Bug #2243)
2008-05-30 10:52:05 +00:00
wiz
66aaa9c6f1 Update to 7.0.3:
Alan Coopersmith (3):
      Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
      Remove Xserver API for appgroup extension [Will break Xorg server builds
      renamed: .cvsignore -> .gitignore

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Peter Hutterer (3):
      Add XGE header files and protocol description.
      Xge: replace copyrights with standard format from xserver COPYING.
      Bump to 7.0.3.
2008-05-30 10:46:18 +00:00
wiz
c188dd69f3 Update to 2.1.9:
Aaron Plattner (8):
      Bug #14885: Add missing static keywords.
      I win at C.
      Sort the IsSupported table.
      Fix a few startup bugs.
      More G80s.
      Add an option to allow validation of dual-link DVI modes.
      Yet more G80s.
      Bump to 2.1.9.

Matthieu Herrb (1):
      Makefile.am: nuke RCS Id
2008-05-30 10:43:42 +00:00
wiz
33a6245945 Update to 7.0.13:
Alan Hourihane (1):
      avoid checking for fds_bits on mingw

Colin Harrison (2):
      Use winsock2.h
      Use Sleep() instead of sleep() on windows

James Cloos (2):
      Fix typo in XF86Keysym.h
      Add more dead key syms

Jeremy Huddleston (3):
      Apple: Cleaned up some Apple definitions
      Apple: Define _DARWIN_C_SOURCE otherwise _XOPEN_SOURCE,
      _POSIX_SOURCE, or _POSIX_C_SOURCE will cause fd_mask to not
      be defined due to the strict namespace
      Apple: Added a comment to explain _DARWIN_C_SOURCE

Markus Kuhn (1):
      Added comment to slightly discourage the definition of ever
      more Unicode keysyms

Peter Hutterer (2):
      Add GenericEvent and xGenericEvent definitions.
      Bump to 7.0.13.
2008-05-30 10:41:16 +00:00
drochner
cc47ae247f update to 2.20.6
changes: bugfixes
2008-05-29 17:21:45 +00:00
drochner
25565396db remove explicit esound dependency (it is still pulled in through
control-center and others)
2008-05-29 16:32:23 +00:00
drochner
e356adf45e update to 2.14.2
changes:
-Do not install the translation
-Improvemented scrollbars and menus in Redmond
-translation updates
2008-05-29 11:36:10 +00:00
drochner
0f0d20ae5f update to 2.22.2
changes: translation updates
2008-05-29 11:34:16 +00:00
drochner
437106e07d update to 2.22.2
changes:
-Fix the launching of the gnome-keyboard-properties dialog from the
 access applet
-documentation/translation updates
2008-05-29 11:32:26 +00:00
drochner
8d1b29c0d5 update to 2.22.2
changes:
-fix warnings
-translation updates
2008-05-29 11:30:17 +00:00
drochner
d3f7b64a3c update to 2.22.2.1
changes:
-accessibility UI fix
-translation updates
2008-05-29 11:28:46 +00:00
drochner
0a7c35ad10 update to 2.22.2
changes:
-UI fixes
-clock applet: Accept Google URI for Google calendars appointments
-bugfixes
-translation updates
2008-05-29 11:15:49 +00:00
drochner
7a3b4feb45 update to 2.22.2
changes:
-bugfixes
-translation updates
2008-05-29 11:06:12 +00:00
tonnerre
39ae6228d0 Don't make any assumptions about default displays in aterm.
Fixes CVE-2008-1142.
2008-05-27 21:46:53 +00:00
tnn
7e742c6c6b Pull in upstream commit:
"Delete duplicate B32's in xRRScreenChangeNotifyEvent".
Bump PKGREVISION.
ok joerg@
2008-05-27 17:14:45 +00:00
bjs
003d5843e5 Update to version 1.0.1. Basically, the update just replaces sprintf()
with snprintf().  But why not, eh?
2008-05-27 04:58:50 +00:00
bjs
f532603ff8 Add rendercheck to x11/Makefile 2008-05-27 04:53:55 +00:00
bjs
5dd0d122aa Import rendercheck-1.3. Useful to see if your video driver
does the Right Thing(tm) with render acceleration.

rendercheck is a program to test a Render extension implementation against
separate calculations of expected output.

Tests currently include:
- Destination coordinates correctness
- Source coordinates correctness
- Transformed (FilterNearest) source coordinates correctness.
- Composite with and without mask (with/without component alpha), with 1x1
  repeating Pictures and 10x10 Pictures.
- Linear gradients
- Repeating sources/masks at POT and non-POT sizes
- Some regression tests for bugs from freedesktop.org bugzilla.
2008-05-27 04:53:16 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
tnn
b4a7c067e3 Update to Xaos 3.3.
The main new feature is support for user defined formulae.
2008-05-25 19:23:02 +00:00
taca
bf193b7c97 Add and enable xvidtune. 2008-05-25 16:19:22 +00:00
taca
5e5cc11b81 Importing xvidtune 1.0.1.
Xvidtune is a client interface to the X server video mode extension
(XFree86-VidModeExtension).  It can show current video mode, switch the
video mode and interactively adjust current video mode.
2008-05-25 16:18:35 +00:00
joerg
635681f172 Add fltk2. 2008-05-25 15:32:51 +00:00
joerg
39f89e56ce Import build rules for fltk2. This is currently static only. 2008-05-25 15:29:19 +00:00
joerg
04a270cfc3 Remove left-over file from autoconf usage. 2008-05-25 15:11:26 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
adam
c4363b4d91 Changes 0.12.1:
* Switched to use LGPL 3 and GPL 3.
* Report more controls as being flipped. (NSTextField,
  NSTableHeaderView, NSSlider, NSProgressIndicator, NSButton)
  NSTabView is still missing.
* In NSAffineTransform use optimized primitive methods from base.
* Add font attribute fixing to NSAttributedString. To allow for the
  output of glyphs not present in the current font.
* Optimized the validation of edited cells.
2008-05-25 08:28:01 +00:00
adam
2101450ebb Changes 0.12.1:
* Add DPSshfill for all backends. Better handling of X event times.
2008-05-25 08:27:03 +00:00