Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
transition to new tools framework.
|
|
changes:
- Allow None to be sent in to set_group radio widgets
- guint/gsize as longs
- Check for exceptions in child_watch
- Bug fixes
|
|
"MAKEFLAGS". Both "MAKEVARS" and "MAKEFLAGS" affect the package-level
make process, not the software's own make process.
|
|
to pass make flags to bmake.
|
|
|
|
Clearlooks is new and modern-looking GTK2+ engine, based on Bluecurve.
It has the looks of various themes blended together, resulting in a
theme that's easy on the eyes and visually pleasing.
The difference with pixmap based themes is that it does not sacrifice
a lot of speed. In fact, it is roughly as fast as Bluecurve.
This package provides the Metacity theme part of Clearlooks. The GTK2+
theme is included in the gtk2-engines package.
|
|
gtk2-engines in version 2.6.3. The Metacity part will be imported as a
separate package.
|
|
* 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.
|
|
does not work - as evidenced in numerous bulk build results.
|
|
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
|
|
caches variable definitions that were computed by make. These variables
are specified by listing them in MAKE_VARS, e.g.,
.if !defined(FOO)
FOO!= very_time_consuming_command
.endif
MAKE_VARS+= FOO
bsd.pkg.mk will include only the one generated during the most recent
phase. A particular phase's makevars.mk file consists of variable
definitions that are a superset of all of the ones produced in previous
phases of the build.
The caching is useful because bsd.pkg.mk invokes make recursively,
which in the example above has the potential to run the very time-consuming
command each time unless we cause FOO to be defined for the sub-make
processes. We don't cache via MAKE_FLAGS because MAKE_FLAGS isn't
consistently applied to every invocation of make, and also because
MAKE_FLAGS can overflow the maximum length of a make variable very
quickly if we add many values to it.
One important and desirable property of variables cached via MAKE_VARS
is that they only apply to the current package, and not to any
dependencies whose builds may have been triggered by the current
package.
The makevars.mk files are generated by new targets fetch-vars,
extract-vars, patch-vars, etc., and these targets are built during
the corresponding real-* target to ensure that they are being invoked
with PKG_PHASE set to the proper value.
Also, remove the variables cache file that bsd.wrapper.mk was generating
since the new makevars.mk files provide the same functionality at a
higher level. Change all WRAPPER_VARS definitions that were used by
the old wrapper-phase cache file into MAKE_VARS definitions.
|
|
|
|
package because PKG_OPTION.<pkg> could contain negative options, which
are never part of PKG_OPTIONS. Instead, use the show-var target to
display the value. We cache it in WRAPPER_VARS and in MAKE_FLAGS to
prevent reinvoking the show-var target recursively.
|
|
files for portability. Closes PR pkg/29190 by Todd Willey.
|
|
changes break the only dependency we have in pkgsrc.
Ok'd by xtraeme.
|
|
|
|
X11 clients' server-side resource usage monitor
|
|
Xrestop uses the X-Resource extension (included with newer X libraries)
to provide 'top' like statistics of each connected X11 clients' server-
side resource usage.
|
|
|
|
onto the X screen
|
|
in most cases.
From http://www.kde.org/info/security/advisory-20050504-1.txt
Bump PKGREVISION.
|
|
|
|
GNOME-Python bindings which were split out of the base py-gnome2
a while ago
(left out mozilla and totem parts for now to limit dependencies, might
be added if needed, perhaps as separate pkgs)
|
|
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
|
|
changes: bugfixes
|
|
changes: bugfixes
|
|
http://www.kde.org/info/security/advisory-20050421-1.txt
Bump PKGREVISION.
|
|
Approved by wiz.
|
|
should fix error seen in bulk build
|
|
phase. This avoids needing ${PERL} in the top-level make.
|
|
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
part of PR 30053. No PKGREVISION bump because most people won't
care.
|
|
major update, can't list individual changes
most notably: split out gnomeprint, nautilus and ghtml
(will be in py-gnome2-extras, to be added soon)
|
|
that's a major update, too much to list individual changes
|
|
changes:
-bugfix (solaris only appearently)
-translation updates
|
|
changes: translation updates
|
|
changes:
-bugfixes
-translation updates
|
|
changes:
-Re-start credits in gnome-about when finished
-bugfixes
-new translations
|
|
|
|
|
|
|
|
|
|
with xscreeensaver package. Bump PKGREVISION for both.
Patch from Kouichirou Hiratsuka.
|
|
on NetBSD 1.6.
|
|
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
|
|
managed directories. Bump PKGREVISION to 2.
|
|
check, but it is not obvious whether it will catch all cases, in
particular with corrupted TIFF files. Was the last occurence of an
not-explicitely-checked QImage construction, so things are consistent now.
|