Age | Commit message (Collapse) | Author | Files | Lines |
|
changes:
- Visual improvements
- Minor build and information fixes
|
|
|
|
Overview of Changes in 2.7.8 (since 2.7.7)
==========================================
Highlights in this release include:
- Ensure all engines (except smooth) compile with paranoia compiler flags
- Miscellaneous cleanups to the Clearlooks engine
- Many RTL issues fixed in Clearlooks
- Fixed minor visual issues in other engines
See the ChangeLog for full details of other smaller fixes and enhancements.
Fixed bugs in this release:
326309 - Clearlooks read-only checkboxes are nearly invisible
328053 - GtkTreeView's title bar's borders isn't shown properly in RTL applications
45579 (bugzilla.ximian.com) - sodipodi rulers corrupted when using industrial gtk engine
Overview of Changes in 2.7.8 (since 2.7.7)
==========================================
Highlights in this release include:
- Add paranoia and deprecated configure flags
- Improve HighContrast (HC) engine inconsistent state check mark
- Use the base/text values for expander arrow in HC (fixes invisible
indicator problem)
- Improve visibility/contrast of checks in HC
- Fix broken Clearlooks menu on panel check
- Implement a focus rectangle for GtkEntry
- Many other visual improvements to Industrial
See the ChangeLog for full details of other smaller fixes and enhancements.
Fixed bugs in this release:
349575 - C89 Fixes (Last C89 Patch to close bug)
350606 - Location of G_GNUC_INTERNAL breaks Solaris build
351057 - Leak in clearlooks_style.c
Overview of Changes in 2.7.7 (since 2.7.6)
==========================================
Highlights in this release include:
* RTL fixes and other enhancements in Crux
* Lots of namespace and symbol precautions
* Port of Industrial to cairo
Fixed bugs in this release:
349575 - C89 Fixes
347227 - Add inconsistent state for option buttons (Clearlooks)
Overview of Changes in 2.7.6 (since 2.7.5)
==========================================
Highlights in this release include:
* More improvements to the cairo version of Crux, now using purple highlights.
* Further improvements to the cairo version of the High Constrast engine
* New cairo based Engine called Glide for the Glider theme
Fixed bugs in this release:
343893 - Engines need to handle GTK_ARROW_NONE.
348167 - Remove crux/pixmaps directory.
Overview of Changes in 2.7.5 (since 2.7.4)
==========================================
Highlights in this release include:
* Further improvements to the cairo version of Crux, now with a new tango style
from a mockup by Lapo Calamandrei
* Fixed lots of memory leaks in Clearlooks, and several other bugs
* High Constrast engine conversion to cairo started
* Redmond, Thinice and Mist engine conversions to cairo almost complete
* Lighthouseblue and Metal engines have been removed, since no one has
volounteered to convert them to cairo, and they are no longer maintained.
Fixed bugs in this release:
345769 - Clearlooks' gtk_paint_* functions do not correctly obey the
passed clip rect
341694 - Crash in d4x (industrial)
338826 - style copy function broken in clearlooks
337381 - GtkHScale is improperly displayed in RTL (clearlooks)
325760 - panel applets have black background on transparent/solid colour
panels (clearlooks)
332639 - Fix memory leaks in draw_flat_box and
gtk_treeview_get_header_index (clearlooks)
325932 - "Inconsistent" checkbox state missing (clearlooks)
Overview of Changes in 2.7.4 (since 2.7.3)
==========================================
* Not compiling any animation code in clearlooks anymore
* Crux updated with radio and check buttons drawn using cairo
* Crux updated with progress bar bars drawn using cairo
Overview of Changes in 2.7.3 (since 2.7.2)
==========================================
* Various fixes and updates to Clearlooks
* Fixes to hc (#318151)
* Cleanups in lighthouseblue (#321140)
Overview of Changes in 2.7.2 (since 2.7.1)
==========================================
* Numerous Clearlooks bug fixes (including #315562, #323218, #323218, #325168)
* Patches and fixes for bug 321140 to hc, industrial, mist, redmond, smooth
and thinice engines (cleanups for compiler warnings and removal of unneeded
code)
Overview of Changes in 2.7.1 (since 2.7.0)
==========================================
* Bug fixes to metal and thinice engines (bug 323215)
* Updates and bug fixes to Clearlooks engine
Overview of Changes in 2.7.0 (since 2.6.3)
==========================================
* Clearlooks and Mist engine now uses cairo to do drawing
* Redmond and Crux engine conversions to cairo started
* Various cleanups and fixes
* Animation code for checkboxes and radiobuttons in clearlooks (off by default)
|
|
Overview of Changes in 2.6.10 (since 2.6.9)
===========================================
* Bug #342199 fixed by adding locking to clearlooks animation code.
* Fixes for notebook dnd releated crash bugs in both industrial and crux.
* Slightly improved box_gap drawing in crux and industrial.
Overview of Changes in 2.6.9 (since 2.6.8)
==========================================
* Fixed bugs:
Bug 341694 - Crash in d4x (Industrial)
Bug 334557 - Compile errors with gcc 2.95 (Clearlooks)
|
|
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
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
* Fixed bugs:
Bug 333398 - Menubars in panel applets have sunken mode (Clearlooks)
Bug 317639 - GtkHScale not rendered properly in Clearlooks
Bug 148848 - No visual difference of disabled checkboxes in SimplySmooth (Smooth)
* Lots of other miscellaneous fixes
* Prevent unnecessary symbols from being exported (all engines)
* Prefix symbols in engines, to prevent possible conflicts with applications
* Improved RTL support in Clearlooks
|
|
changes:
-bugfixes
-code cleanup
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
* Applied cleanups and fixes for compiler warnings from bug #321140 to
Clearlooks, Crux, HC, Metal, Mist, Redmond and Thinice engines [ patches by Kjartan Maraas ]
* ISO C90 and compiler warnings fixed and more unused code removed from Crux [ Thomas Wood ]
* ISO C90 fixes to thinice [ Thomas ]
|
|
|
|
changes:
-bugfixes
-Updated clearlooks engine
-Updated Clearlooks theme using latest engine features.
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
* Added Clearlooks engine and theme [Andrew Johnson, Thomas Wood ]
* Fixed various Crux bugs, and bug 170113 [ Thomas ]
* Memory and other fixes for Smooth engine [ Andrew ]
* Better looking insensitive icons for Industrial [ Michele Cella ]
* Work arounds for GNOME "Places" and "Desktop" menu bar applet item colours in
Industrial, LighthouseBlue, Mist and ThinIce themes [ Thomas ]
While here, use correct patterns in CONFLICTS.
|
|
|
|
Overview of Changes in 2.6.2 (since 2.6.2)
==========================================
* Fix bugs #167389 and #163370 [ Andrew Johnson ]
Overview of Changes in 2.6.1 (since 2.6.0)
==========================================
* Fix bugs 162131, 163099 [ Thomas Wood ]
* Smooth updates [ Andrew Johnson ]
|
|
|
|
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build.
While here, commit an update that has been laying here for a while.
This should depend on the latest gtk2 to avoid a deadlock when using
SVG themes. So bump PKGREVISION to 1.
|
|
|
|
Overview of Changes in 2.6.0 (since 2.2.0)
==========================================
* Autogen.sh updates [ James Henstridge ]
* Pixbuf Engine Moved to GTK+ 2.6 [ Matthias Clasen ]
* Remove old Pixbuf, and Notif Sources [ Thomas Wood ]
* Add COPYING.GPL/COPYING.LGPL [ Thomas ]
* Rewrite/Cleanup Redmond95 Engine [ Andrew Johnson ]
* Replace Redmond95 Theme with Redmond Theme [ Andrew ]
* Revise Engine/Theme Build Layout [ Andrew/Thomas ]
* Add Crux Engine and Theme [ Andrew, Thomas ]
* Add HC Engine [ Andrew, Thomas ]
* Add Industrial Engine and Theme [ Andrew, Thomas]
* Add LightHouseBlue Engine and Theme [ Andrew, Thomas ]
* Add Mist Engine and Theme [ Andrew, Thomas ]
* Add Smooth Engine [ Andrew, Thomas ]
* Add ThinIce Engine and Theme [ Andrew, Thomas ]
* Improve Smooth/Redmond/Industrial Engines for RTL Locales [ Andrew ]
* Update README, add COPYING list of licences [ Andrew ]
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
|
|
|
|
from the buildlink2.mk files.
|
|
*-dirs packages.
|
|
package because they installed identical files into the same directory.
|
|
Bump the PKGREVISION to 7 for this change.
|
|
of GTK+ to 2.4.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|