had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
Changes since 4.24: * Ported to MacOS X! (10.4.0 or newer)
* API change: instead of providing a single screenhack()
function that does not return, screen savers using the
screenhack.h framework must now provide "init" and
"draw one frame" functions instead. All bundled savers
have been updated; third-party patches will need work.
* All image-loading happens asynchronously.
* xscreensaver-getimage-file caches the contents of the
image directory for a few hours, so consecutive runs
won't have to re-list the whole directory tree.
* New hacks, `topblock' and `glschool'.
* Removed `xteevee' (superceded by `xanalogtv').
* Added variable-sized puzzle pieces to `jigsaw'.
* Changes to the defaults and command-line options of
many hacks to make the .xml files more consistent.
* Reap zombies in `glslideshow' and `carousel'.
* `sonar' works without setuid on OSX (dgram icmp).
* `xmatrix -mode pipe' displays the text of a subprocess.
* `endgame' has higher resolution chess-piece models.
* `webcollage' takes a -directory option to get images
from a local directory.
Changes since 4.23: * New versions of `cube21', `glsnake', `celtic'.
* Backed out a DPMS-related patch that cause desktop
flickering with some X servers.
* Fixed startup crash in getgroups() when running setuid.
* Default to not displaying stderr on the saver window.
* Fixed bad free() in "Documentation" button.
* Don't try to run hacks that aren't installed.
* Minor fixes to various XML config files and man pages.
Changes since 4.22: * New hacks, `glhanoi', `cube21', `timetunnel',
`juggler3d', and `celtic'.
* New versions of `tangram', `webcollage', `hypertorus',
`polytopes', and `ripples'.
* `sonar' is now quiet about unresolvable hosts.
* Minor corrections to BASIC code in `apple2'.
* Don't install `ant' by default, since there is some
Java tool of that name, which was causing confusion.
And also it's boring.
* Made screen grabbing work again on MacOS 10.4.2.
* No longer prints bogus warnings about ClientMessages
intended for the window manager.
* Ignore unprintable characters in passwd entry field.
* Fixed yet another cross-host-display image-loading
endian problem.
* `xscreensaver-command -watch' and `-time' now work
on 64-bit machines.
New in 1.4.34:
* Fixed buglet in own strtoll which is only used on machines which
don't have native one.
1.4.32
* Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection].
1.4.26
* Fixed SUN Solaris compile issue with threads.
* Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if
TIF, PNG, and JPEG support is stubbed out.
1.4.24
* Fixed small issue in FXVec4{d,f} distance() routine.
1.4.23
* Fixed compile issue with new GetOwnModuleHandle() function.
* Delete thread local storage key upon global destructor in FXThread.
1.4.22
* Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage;
some subltety with the LZW implementation was wrong. It is very
rare as we've lived with this flaw for a long time before discovering
it. The symptom is that the decoder complains that the image is
truncated [it isn't!].
* Bug in FXSettings causes trouble when writing large integer
numbers back to the registry file.
1.4.21
* The getDisplay() API now returns the proper HINSTANCE on Windows;
thanks to Henrik and Claus Wann Jensen feedback on this problem.
The solution fixes some instability problems in .DLL use of FOX on
Windows.
1.4.20
* Set active window to owner when dialog closes on Windows.
* Fixed Thread Local Storage handle leak on Windows.
* Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly.
Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk.
This fixes a symmetry in the dependency list depending on whether
xorg-libs is installed already or not.
Discussed with jlam@
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
".c" file during the build. Bump package revision because resuming
a build broken by this problem did actually succeed and produced
an incomplete package.
Approved by Thomas 'wiz' Klausner.
long has. The format value furthermore is not arbitrary, but needs to
be 8, 16 or 32. So don't pass Atom32 instead of long, or some sizeof()
calculation as format, hardcode the value and make sure the arg is
properly aligned.
Fixes PR 33680 (old problem), and an alignement related crash with gcc4
on sparc64.
the pkglint warning:
As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name
should indicate plural.
This does make the variables a bit more suggestive of the fact that they
hold lists of values.
This avoids the need for a confusing line of the form:
DEINSTALL_TEMPLATE+= path/to/INSTALL
in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.
Changes:
* General
o New: KDE startup reordered in order to improve startup time.
o KDialog: --title does not work in at least one case
o Don't show the screensaver when doing presentations
o If KDE shuts down while starting up (due to low battery status),
saved session is lost
o KSysGuard: Typos in the ksysguard PO file
o Random wallpapers don't change on every configuration change.
* Kicker
o Bookmarks: Look up konsole-bookmarks in the correct directory
o Show/hide arrow not shown if all icons are hidden
* KControl
o Fix the broken priority setting.
* KFind
o Don't draw a separator, it causes a couple of ugly pixels.
* Konsole
o Fix a possible crash on session save/logout
o Numerous fixes due to the Coverity reports.
o Fix DCOP call setEncoding.
o kwrited - Add a 'Clear Messages' to the popup menu.
o Fix crash when user deletes all the sessions.
o Fix underline issue when there are ampersands in tab title.
o Remember the text color while moving the tab.
o Fix issue with tab/window titles not refreshing for the
non-active session.
o Verify that the command is executable for '-e <command>.'
o Use the "DefaultSession" parameter in konsolerc.
* Kate
o Fix crash in View Difference
o Fix crash in external tools config when clicking the edit button.
* Konqueror
o Fix multi selection and Show/Hide in toolbar.
o Fix QString/KURL confusion which probably caused encoding bugs
with local paths on non-latin1 systems.
o Respect user-selected view mode when browsing removable media.
o Fixed detection of some Netscape plugins when packagers are built
with new ld flags.
* KWin
o Don't force new windows to be at the beginning of the focus chain
(windows with focus stealing prevention shouldn't be there).
o Don't deactivate the showing desktop state when a new window is
shown that belongs to the desktop.
o KWin messes up ConfigureRequest:s, causing X crashes.
o Move minimized windows to the right place in focus chain.
o Separate focus chains are nice, but KDE-style Alt+Tab not limited
to the current desktop
o Window switching (alt-tab) with focus (strictly) under or follow
mouse does not switch all windows and newly focused window
doesn't get focus
o Obey automatic un-hover option also when switching to a shaded
window with alt+tab.
o Mouse cursor covers tooltips of KDE applications
o Fixed timestamp handling on 64bit systems, fixes focus problems
when running KDE for a long time
Changes:
* KHTML
o Don't crash when triple-clicking on a line that has :after or
:before content, or anything that isn't in the DOM
o Implement nondeterministic CSS matching
o Do not crash if an old target got destroyed.
o Fix static Y position of positioned objects in initial whitespace
(3.5 regression).
o Fontrendering: A few percent speedup by caching font scalability
info
o Konqueror will crash if a floated link uses :hover:before or
:hover:after to create a positioned element.
o Text selection misbehaves for devanagari.
o Fix crash when hovering a HTML menu item
o Don't crash when null pointer passed to removeEventListener
o Prevent an infinite loop in parseToken() when dealing with broken
HTML.
o If we saved creating a renderer at attach. Create it if we later
need it.
o Don't allow to find text in password fields.
o Improve XHTML CSS styling
o Handle CSS restyling for all types of dynamic DOM changes and
user interaction
o Only repaint the expossed background when scrolling. Optimizes a
few slow pages with unoptimized X11 drivers.
o Speed-up painting and selections on pages with large tables.
o Match better the error-handling capabilities of Firefox with
respect to DL/DT/DD elements.
o Added missing sanity check which caused crashes in caret mode on
pgup/pgdn when there was no valid caret.
o Make sure copyBlt doesn't fail because of different depth.
o No other property depends on background-image, and applying it
before the rest of the background short-hand breaks it under
inheritance.
* KIO
o Add media kioslave support to KFileDialog
o KPropertiesDialog first renames the file, then allows all plugins
to save their changes.
o Make KDirSelectDialog work with media:/ and similar. Fixes JuK.
* KDEPrint
o Fix usage of private methods in CUPS which broke KDEPrint with
CUPS 1.2
o Allow adding multiple file to the to-be-printed list.
o No fax sent when special characters are included in the sender
information
o Kdeprintfax ignores paper size setting when using Hylafax
* KDE-UI
o Use KConfigGroup to reset the config group automatically.
o Give a possibility to disable spellchecking.
* KIO-Slaves
o KIO-HTTP
o Keep the fragment when doing redirections. (the HTTP requests
and redirections don't include fragments; it's a browser thing).
==============
Version 2.14.2
==============
Fixes
* Try to locate files in the app prefix and not in the system prefix
for gnome-about (Christian Persch)
* Fix leak in gnome-about (Christian Persch)
Misc
* Require GTK+ >= 2.8.0 (Vincent)
Translators
* Francisco Javier F. Serrador (es)
* Maka Eradze (ka)
* Hariram Pansari (or)
* Fixed regressions from 2.9.1 and 2.8.6:
- Regenerated with latest glibmm to fix several empty methods.
- ActionGroup:add(): Fix crash in alternate property get.
- Gdk::PixbufLoader: Correct the vfunc sequence to avoid the ABI break.
* Table: Fix crash in Table_Helpers::TableList.erase().
Used shared info from x11/xvidcap instead.
(For the gtk2 version only patch addition is include of sys/time/.h)
patch-ae adjusted to work with both packages.
Thank you Joerg!
Bump PKREVISION for these.
Also use --without-forced-embedded-ffmpeg
(even though it is the default when the ffmpeg is detected).
TODO: just use a common patches directory for these two packages.
systems. This version is consistent with what I've been saying on
tech-pkg about defining NO_BIN_ON_FTP for non-open-source OSes, and
not defining it on NetBSD and other open source OSes. Fix pkglint
warnings.
random images from the web for display, which might include
pornographic or otherwise unwanted pictures. I couldn't find a way
to disable this globally by default while still installing it, so
we just don't compile and install it now. Bump PKGREVISION for this
change. Addresses PR 33310 by Hiroyuki Bessho.
Split out options stuff to options.mk file.
Add option to install the webcollage screensaver.
Clean up a pkglint warning.
Remove some gettext workaround; this should be fixed by adding the
appropriate tool to USE_TOOLS instead.
issues only, not licensing.
Add LICENSE=openmotif-license because this software is non-Free.
Set RESTRICTED, and NO_*_ON_CDROM because the license has complex
terms for "commercial product offering".
If $(OPSYS) is not in
DragonFly FreeBSD Linux NetBSD OpenBSD
set NO_*_ON_FTP, because the license only grants distribution rights
for open source operating systems.
I believe this commit will still prevent openmotif from building on
Interix without setting ACCEPTABLE_LICENSES, and should also result in
all 4 of NO_*_ON_* being set on Interix.
There's too much make code to implement NO_*_ON_FTP-on-other-than-list
(munged from bsd.pkg.mk), but I didn't see a way to make
ONLY_FOR_PLATFORM run a makefile fragment on other platforms.
* Fixed a typo to fix the build when not disabling exceptions.
Changes 2.8.6:
* Fix the build when using --enable-api-properties, --enable-api-vfuncs, or
--enable-api-exceptions when configuring glibmm.
When using these, the API, and any API generated by gmmproc, will be
changed. This allows users of embedded platforms to reduce the code size of *mm
libraries and *mm-using applications, at the small cost of losing some rarely-used
API. Alternatives exist for that API, as show in the examples.
Bug fixes, plus:
Changes from 3.7 to 3.7.1
Released November 19, 2005
New Features:
* Add tool to align two or more FITS images and create motion movies.
* Add Control-m keyboard shortcut to add any view to the Movie loop.
* Upgrade to higher resolution Earth image.
* Put user annotations in a scrolled list to accommodate lengthy collections.
* Add Moonrise and Moonset to collection of Step size controls.
* Image gallery lookups now search against all names of data base objects.
Changes from 3.6.4 to 3.7
Released August 1, 2005
New Features:
* Data
o Includes Hubble GSC 2.2.0.1 catalog, 450 million stars complete to M18.5.
o New and updated catalogs: Messier, IC, NGC, COVBS, SKY2000, HYPERLEDA, Supernova, WDSC, Open clusters, Henry-Draper, Pleiades and asteroids.
o YBS replaced with Sky 2000 to magnitude 6.5.
o Can now display Gallery image directly from Data Index.
* Earth View
o Display satellite orbits in space.
o Zoom in to see better geography, or out to see high orbits.
o Quick-set button to set equator rotation.
o Display of surface footprint is now optional.
o Expanded range mouse panning allows continuous rotation.
* Sky View
o Save and restore sets of eyepiece definitions.
o Save and restore sets of eyepiece Sky positions.
o Constellation figure definitions now stored in editable files.
o WCS solver invoked automatically if header has seed but no solution.
o Shortcut button to set display aspect ratio to match image.
o FITS file blinking via new Movie frame function.
* User Annotation
o Anchor locations are now based on the view's world coordinates.
o Sets of annotations may be saved and loaded from files.
* Other
o Collect any number of View, NAAG or Plot frames into a movie, save as set of PNG files.
o Many tweaks for improved INDI support, including display FITS BLOBs.
* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
Removed some compiler/lint warnings.
deluxe mode ported from xscreensaver by Jouk Jansen.
anemone mode ported from xscreensaver by Jouk Jansen
win32 changes from Petey Leinonen:
added XPutPixel()
pacman now works by changing the initialization and now can create a
1 bit depth bitmap when asked for.
* new since BETA
+ update since BETA
changes:
* Detect button press activity
* Make operation after system suspend
* Use GTimer for portability
* Obtain new Kerberos credentials when unlocking screen
* (floaters) Use the entire screen at start
-translation updates
pkgsrc changes:
-install gnome-screensaver-dialog SUID to make unlocking work
-recommend librsvg2 for the "bouncing feet" animation
approved by jmmv
session has more privileges than it should and GTK applications simply
refuse to start.
I do not know how this slipped in the release... maybe some libc function
behaves differently in Linux. Will report this upstream later.
Bump PKGREVISION to 1.
TODO later told me...):
2.14.4 stuff:
- Backing out LINGUAS change which is only for the 2.15 release.
2.14.3 stuff:
- Fixed bug where gdmchooser was ignoring hosts passed in on the command line.
Now gdmchooser works properly when BROADCAST is set to false. (Brian
Cameron, Tiago Vignatti)
- Marked strings as translatable and fix gdmsetup.desktop file so it is
translated. (Vincent Fretin)
- Fix to conform to C89 compilers. (Jens Granseuer)
- Translation updates (Josep Puigdemont Casamaj\303\263, Artur Flinta,
Chao-Hsiung Liao, Kjartan Maraas, Ignacio Casal Quinteiro, Francisco Javier
F. Serrador, Funda Wang)
2.14.2 stuff:
- Now include gui/gdmthemetester.in in the distribution. It being missing
was causing the module to fail to compile. (Brian Cameron)
- Fix to the BROADCAST key in gdmchooser so it should now work. (Brian
Cameron, kudos to Tiago Vignatti)
- Further cleanups to Addresses CVE-2006-1057. (Hans Petter Jansson,
Ray Strode)
- Path and RootPath now do not contain /usr/bin or /bin more than once.
(Brian Cameron)
- Translation updates (Takeshi AIHANA, \305\275ygimantas Beru\304\215ka,
Laurent Dhima, Pema Geyleg, Lukas Novotny)
2.14.1 stuff:
- The sockets connection between the slaves and the GDM daemon is now
better managed to better ensure that sockets are never left open.
This work also makes gdmsetup start faster. (Brian Cameron)
- Corrected bug that causes a core dump when you click on gdmgreeter
fields that have an id. (Brian Cameron)
- Add new GdmXserverTimeout configuration setting so that the length of
time GDM waits for the Xserver to start can be tuned, so GDM better
works with Xservers that require more than 10 seconds to start.
(Emilie)
- The happygnome and happygnome-list gdmgreeter themes now use the
official logo. (Brian Cameron)
- Now GDM configure supports --with-sysconfsubdir so that GDM's
configuration directory can be configured to not have "/gdm" appended
to the end. (Julio M. Merino Vidal)
- Fix for ensuring .ICEauthority file has proper ownership/permissions.
Addresses CVE-2006-1057. (Hans Petter Jansson)
- Fix "Show Actions Menu" section in gdmsetup so it appears when both
"Plain" and "Themed" style is chosen. (Brian Cameron, Dennis
Cranston)
- Now use LINGUAS procedure for defining languages. (Michiel Sikkes)
- Now Xsession script uses "$@" instead of "$1" so it is possible to
pass arguments with the command to run. (Brian Cameron)
- Add Trusted Solraris support. (Niall Power)
- One line fix to Solaris auditing logic that fixes a bug causing
authentication to fail when auditing is turned on. (Brian Cameron)
- Fixes to compile with C99 and fixes to compile under NetBSD.
Remove EXPANDED_* variables from the configure. (Julio M. Merino
Vidal)
- Translation updates (\305\275ygimantas Beru\304\215ka, Beno\303\256t
Dejean, Laurent Dhima, Maxim Dziumanenko, Alessio Frusciante, Rhys
Jones, Raphael Higino, Theppitak Karoonboonyanan, Gabor Kelmen,
Priit Laes, Jordi Mallach, Kjartan Maraas, Daniel Nylander, Kostas
Papdimas, Guilherme de S. Pastore, Ankit Patel, Ignacio Casal
Quinteiro, Hendrik Richter, Jens Seidel, Francisco Javier F. Serrador,
Alexander Shopov, Clytie Siddall, Ilkka Tuohela, Vincent van Adrighem,
Tommi Vainikaninen)