2014-01-07 17:18:04 by Richard PALO | Files touched by this commit (1) |
Log message:
add missing libXft dependency in buildlink3.mk too
|
2014-01-05 11:12:31 by Richard PALO | Files touched by this commit (1) |
Log message:
add missing libXft dependency, fonts are much nicer now
|
2014-01-05 10:15:07 by Richard PALO | Files touched by this commit (2) |
Log message:
Some upstream patches are added based upon the following:
TigerVNC requires FLTK 1.3.0 (or later). Although it will build and work
with plain 1.3.0, to get full functionality and the best behaviour the
following patches are needed
# Export dead key information from FLTK to the apps
# http://www.fltk.org/str.php?L2599
# Notify applications of changes to the clipboard
# http://www.fltk.org/str.php?L2636
# Ability to convert a Fl_Pixmap to a Fl_RGB_Image
# http://www.fltk.org/str.php?L2659
# Support for custom cursors
# http://www.fltk.org/str.php?L2660
# Improve modality interaction with WM
# http://www.fltk.org/str.php?L2802
# Window icons
# http://www.fltk.org/str.php?L2816
# Multihead
# http://fltk.org/str.php?L2860
|
2013-12-11 16:45:34 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Disable --with-links on Darwin. This matches the configure script behaviour,
and the test for ./descr doesn't work if WRKOBJDIR is on a different file
system thank PKGSRCDIR.
|
2013-07-13 21:44:54 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Remove default arguments from a friend definition that is not a
declaration.
|
2013-06-09 18:09:35 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 1.3.2
* Update MASTER_SITES.
Changelog:
CHANGES IN FLTK 1.3.2
- Removed unnecessary drawing calls (STR #2898)
- Fixed regression in FLTK 1.3.1 for unbundled Mac OS FLTK applications that
did not appear in dock nor have a menu bar (STR #2890).
- Fl_Table::clear() now calls table->clear() for consistency. (STR #2889)
- Fixed Fl_Scroll widget that fails under Mac OS X 10.8 and retina \
display (STR #2887).
- Prevents scrollbars from drawing when widget is sized too small to be \
visible (STR #2886).
- Documented how to make a Mac OS X FLTK application launchable by \
dropping files on its icon.
- Fixed a Mac-specific issue appeared with OS 10.8 (Mountain Lion): long \
delay before
opening when the application is started by dragging a file on the \
application icon.
- Fixed use of PNG image from im-memory data (STR #2884).
- Added static Fl_RGB_Image::max_size(size_t) to limit the maximum \
memory size allowed to
RGB images (STR #2881).
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
2013-04-06 15:01:28 by Blue Rats | Files touched by this commit (17) |
Log message:
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
|
2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|