summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-05-10Update to 2.6.3:jmmv3-10/+17
* 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.
2005-05-10Don't include $(TK_CC_SEARCH_FLAGS) in the ${LD} link commands, since thisagc2-8/+12
does not work - as evidenced in numerous bulk build results.
2005-05-09Don't assign to PKG_OPTIONS.<pkg> which has special meaning to thejlam2-13/+13
options framework. Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam2-6/+6
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.
2005-05-09Include stdint.h to use uint16_t on Darwin.minskim2-1/+16
2005-05-08PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for thejlam2-4/+16
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.
2005-05-08Use BUILDLINK_LDFLAGS.pthread rather than hardcoding -pthread in buildjmmv3-5/+11
files for portability. Closes PR pkg/29190 by Todd Willey.
2005-05-06Revert update to 1.1.8 -- it's a development version, and the APIwiz4-30/+21
changes break the only dependency we have in pkgsrc. Ok'd by xtraeme.
2005-05-06Update to 1.1.8, lots of changes! please review the Changelog file.xtraeme4-21/+30
2005-05-04Added xrestop-0.3.reed1-1/+2
X11 clients' server-side resource usage monitor
2005-05-04Import xrestop (from pkgsrc-wip).reed4-0/+27
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.
2005-05-04+gromitdrochner1-1/+2
2005-05-04import gromit-20041213, a little tool that lets you scribbledrochner5-0/+41
onto the X screen
2005-05-04Previous patch introduced a regression, breaking reading of .rgb imagesmarkd3-14/+5
in most cases. From http://www.kde.org/info/security/advisory-20050504-1.txt Bump PKGREVISION.
2005-05-03add py-gnome2-extrasdrochner1-1/+2
2005-05-03add a pkg for py-gnome2-extras-2.10.1, containing the more esotericdrochner5-0/+117
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)
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed5-5/+10
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.
2005-05-02update to 3.14.1drochner6-21/+21
changes: bugfixes
2005-05-02update to 4.2.1drochner2-6/+6
changes: bugfixes
2005-05-01Apply the official KDE patches for CAN-2005-1046.markd9-44/+733
http://www.kde.org/info/security/advisory-20050421-1.txt Bump PKGREVISION.
2005-04-29Added three patches that fix the "undeclared snprintf()" errors.rillig4-1/+44
Approved by wiz.
2005-04-29remove entry which is a leftover from previous versions appearently,drochner1-2/+1
should fix error seen in bulk build
2005-04-28Use :sh instead of != to defer execution of ${PERL} until the configurejlam1-5/+6
phase. This avoids needing ${PERL} in the top-level make.
2005-04-28Use :O instead of ${SORT}.jlam1-3/+2
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresseswiz2-1/+15
part of PR 30053. No PKGREVISION bump because most people won't care.
2005-04-26update to 2.10.0drochner3-30/+23
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)
2005-04-26update to 2.6.1drochner3-10/+104
that's a major update, too much to list individual changes
2005-04-26update to 2.6.0.9drochner3-7/+9
changes: -bugfix (solaris only appearently) -translation updates
2005-04-26update to 2.10.1drochner3-7/+10
changes: translation updates
2005-04-26update to 2.10.1drochner3-7/+9
changes: -bugfixes -translation updates
2005-04-26update to 2.10.1drochner3-7/+8
changes: -Re-start credits in gnome-about when finished -bugfixes -new translations
2005-04-25Sort.hira1-3/+3
2005-04-25Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+8
2005-04-23Fix typo.hira1-2/+2
2005-04-22Convert to bl3.wiz1-3/+2
2005-04-21Install xscreensaver-demo man page with xscreensaver-demo package, notwiz6-10/+22
with xscreeensaver package. Bump PKGREVISION for both. Patch from Kouichirou Hiratsuka.
2005-04-20Include converters/libiconv/buildlink3.mk to make this pkg buildkristerw1-1/+2
on NetBSD 1.6.
2005-04-19Depend on xdg-dirs-1.2. Since this is pulled inwiz2-4/+4
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION bump. Adapt comment in PLIST.
2005-04-19Depend on xdg-dirs-1.2, and remove share/desktop-directories fromwiz2-5/+4
managed directories. Bump PKGREVISION to 2.
2005-04-18Add an explicite check to a QImage construction. There is an inplicitedrochner2-1/+15
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.
2005-04-18adam volunteered to maintain this package.wiz1-1/+2
2005-04-18PLIST correctionadam1-2/+2
2005-04-16Patch was missing path (extras/Xpm/lib) to the files to patch.reed2-5/+5
Problem noticed by Reid Thompson under DragonFly and reported to tech-pkg list. I verified also under Linux.
2005-04-16Include converters/libiconv/buildlink3.mk to make this pkg buildkristerw1-1/+2
on NetBSD 1.6.
2005-04-16Include converters/libiconv/buildlink3.mk to make this pkg buildkristerw1-1/+2
on NetBSD 1.6.
2005-04-16Include converters/libiconv/buildlink3.mk to make this pkg buildkristerw1-1/+2
on NetBSD 1.6.
2005-04-15Add PLIST_SUBST for the ioport.hira2-9/+16
2005-04-15 - Add PLIST_SUBST for the scanpci.hira4-11/+20
- Build the scanpci on the NetBSD/macppc.
2005-04-15Prevent warnings during bulk dependency tree creation on Darwin.kristerw1-1/+3