Age | Commit message (Collapse) | Author | Files | Lines |
|
Noted by salo@.
|
|
|
|
|
|
|
|
|
|
|
|
Fix a pasto in a comment while here.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes:
* Konsole: Allow xterm resize ESC code to work
* Konsole: Fix incorrect schema in detached sessions.
* Konsole: Fix compile errors on amd64 with gcc4
* Konsole: Expand ~ in sessions' Exec=
* Konsole: Fix "Monitor for Activity" and "Monitor for Silence" icons
are the same.
* kinfocenter: Fix OpenGL graphics card detection
* kicker: Fixed K menu entries sort logic
* kicker: Hide sort buttons in systemtray configuration
* kcmbackground: Fix SVG files unavailable in slide show selector
* kcmfonts: Tooltips under font preview text areas with '&'
* kcontrol: "Clear History" button crashes KControl's "History Sidebar"
module
* kdesktop: Fix SVG images don't have 'set as wallpaper' entry in
context menu when dragged to desktop
* kdesktop: Don't execute command immediately when selecting a recent
command from the "Run Command" dialog
* konqueror: Enable "Move To Trash" inside media:/
* konqueror: If Shift is pressed when menu opens show 'Delete' instead
of 'Trash'
* konqueror: Fix address bar encryption color stays when using
back/forward
* konqueror: Added hidden option to not show archives as folder in
sidebar
* konqueror: Make list view obey preview settings in tooltips
* konqueror: Allow standard tooltips for truncated items in
non-executable columns
* konqueror: Fix for wrong favicon being shown while typing a URL
* konqueror: Fix for losing meta data in Info List View when adding
a file
* konqueror: Allow sidebar history to be disabled
* konqueror: Reload plugins after enabling/disabling them so that no
restart is necessary, and show plugins for the active part, instead
of always khtml.
* kthememanager: Don't scale up preview
* khelpcenter: Added KDE artwork to index pages
* kio-fish: Fixed mimetype determination over fish: URLs, so that e.g.
KOffice documents can be opened
* kio-tar: Fix for extracting large files from tar and zip archives
* kio-trash: Fix trashing from USB keys
* kio-trash: Don't mount all automounted directories when starting
kio_trash to save time
|
|
Changes:
* kdecore: Fix in command-line argument handler for clicking on mailto
urls while kontact was started with arguments
* kdecore: Fix the support for Dante proxies
* kdecore: Fix the "random resolver failure" problem
* kdecore: Fix the support for the IPv6 Blacklist in ioslaves
* kdeui: Fix "Change Icon" in the toolbar editor
* khtml: Fix submitted position for scrolled imagemaps
* khtml: Load external CSS style-sheet with correct charset
* khtml: Apply CSS padding to tables
* khtml: Improve PRE parsing
* khtml: Fix links with WBR tags
* khtml: Parse CSS3 pseudo-classes and pseudo-elements more strict
* khtml: Fix document.all.item
* khtml: Return meaningful HTMLTableCellElement::cellIndex() values
* khtml: Unbreak setting of location.href on windows opened by
windows.open()
* khtml: Various crash fixes
* khtml: Fixed infinite loop due to onChange from textareas
* khtml: Fix crash in window.setTimeout when Javascript is disabled
* khtml: Fix server-side-push handler to accept bugzilla sending
"text/html; charset=utf-8" as Content-Type
* khtml: Fix for MMB-pasting onto an empty konqueror window
* kjs: Allow non-ascii letters in identifiers
* kjs: More flexible date string parsing
* kjs: Fixes in escape() and unescape() functions
* kjs: Fixes in RegExp constructor
* kssl: store SSL passwords in the KDE wallet and reuse as needed
* kio: KZip: Fixed double-deletion bug when trying to write to a
non-writable directory.
* kio: Fix for print:/manager not embedding the right part in Konqueror
* kio: Use correct window icon in Konqueror when showing trash:/
* kfile: Don't show edit dialog when drop-adding items to sidebar
* kfile: If Shift is pressed when menu opens show 'Delete' instead of
'Trash'
* kio-http: Prevent endless busy loop
* kio-http: Massive speed improvement for deleting Webdav folders
* kio-ftp: Try non-passive mode if passive mode fails
* kio-ftp: Fix parsing of Netware FTP servers, so that files don't all
appear with a lock (no permissions)
* kutils: Fixed support for back ref \0 (entire matched text)
|
|
compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
|
|
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
|
|
Joerg Sonnenberger <joerg@britannica.bec.de> in private mail.
Bump to 5.17nb1.
|
|
|
|
|
|
Mrxvt (previously named as materm) is a lightweight and powerful
multi-tabbed X terminal emulator based on the popular rxvt and aterm.
It implements many useful features seen in some modern X terminal
emulators, like gnome-terminal and konsole, but keeps to be
lightweight and independent from the GNOME and KDE desktop
environment.
|
|
|
|
|
|
install the documentation into right place.
|
|
|
|
|
|
This is from Joerg Sonnenberger via PR #30256.
(I redid patch-aa and my patch sums were different too.)
|
|
3.x.x, while I'm here remove redundant DragonFly.cf from xorg-imake/files,
we'll use the same file from xorg-libs.
|
|
|
|
toneclock hours are now more random thanks to Jouk Jansen.
Updates from changes xscreensaver version of Tim Aucklands fiberlamp
Moving the window will jiggle the lamp (-inwindow only!!)
Fibers are incrementally sorted to improve rendering.
Fibers are all erased at once.
|
|
|
|
We rely on the tools framework to pull in a good enough awk tool.
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
hsetroot is a tool which allows you to compose wallpapers (root pixmaps)
for X. It has a lot of options like rendering gradients, solids and images
but it also allows you to perform manipulations on those things or chain
them together. You could, for example, use one standard background image
together with tint to make it fit your current theme. It is also compatible
with semi-translucent applications like aterm and xchat.
At the moment, hsetroot can render: gradients (multi-color with variable
distance), solids (rectangles) and images (centered, tiled, fullscreen, or
maximum aspect). It supports the following manipulations: tinting
(overlaying a color mask), blurring, sharpening, flipping (horizontally,
diagonally, vertically), and also allows you to adjust brightness, contrast
and gamma-level. At last, it supports alpha-channels during renders.
Package provided by Leonard Schmidt in PR pkg/30304.
|
|
This release fixes some problems with ghc 6.4.
|
|
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
|
Devil's Pie "Can't Join Them? Beat Them" 0.10
=============================================
* Re-implement the required private wnck functions, now builds with G2.10
(Chrispin Flowerday rocks)
* Add min/max hints to the opacity action property
* Display the min/max hints in the generated documentation.
Devil's Pie "Missing Gifts" 0.9
===============================
* Check for libwnck 2.9.92 and pass timestamps if required
* Handle properties containing doubles, so the opacity action works
* Add CONSTRUCT flag to properties (Jean-Yves Lefort)
* Start a private copy of various private wnck functions we need
|
|
by Jim Bernard. There are nontrivial differences to the original file.
(looks like a 3.6.4 snapshot)
So just update to 3.6.4.
changes:
-add Proper Motion columns to Data table
-update NAAG also when change horizon offset in Data Setup
-Favorites table now displays full .edb definition of each entry
-allow adding a new Favorite directly from the dialog
-Solver has separate Find Min and Find Max goals
|
|
Changes:
- Code cleanup (Kjartan Maraas)
- Documentation:
charpick (Shaun McCance)
cpufreq (Davyd Madeley)
- Geyes dialog is resizable (Michael Terry)
- Use GtkAboutDialog, not GnomeAbout in Gswitchit (Pedro Villavicencio Garrido)
- Remove spurious free() in GTik (Kjartan Maraas)
- Backport GWeather XML parser from HEAD, significantly less broken, leaks less (no) memory, does not kill domokuns (Ryan Lortie)
- Backported mixer fixes from HEAD (Ronald Bultje)
Translations:
- sr (Danilo Ĺ egan)
- nl (Vincent van Adrighem)
- en_CA (Adam Weinberger)
- ca (Josep Puigdemont)
- gu (Ankit Patel)
- id (Ahmad Riza H Nst)
- uk (Maxim Dziumanenko)
- it (Alessio Frusciante)
- hu (Gabor Kelemen)
- es (Francisco Javier Fernandez)
- rw (Steve Murphy)
- bg (Vladimir Petkov)
- ne (Pawan Chitrakar)
- sv (Christian Rose)
- fa (Roozbeh Pournader)
- zh_TW (Abel Cheung)
- de (Hendrik Richter)
|
|
Changes in 0.10.6
=================
Translations:
* Added Hungarian, Nepali, Kinyarwanda translations.
Speech:
* An improved reporting of tables.
Changes in 0.10.5
=================
Translations:
* Updated Canadian English, Dutch, Italiantranslations.
Braille:
* Change range from serial port (now 0-3) and add port "none".
* set the default device to BRLTTY.
Magnifier:
* Do not report any event if mouse is moving.
Speech:
* Corrrect some bug present when a new voice is added, modified or deleted.
Also check if the name contains invalid characters for gconf.
* A better presentation for radio buttons.
|
|
changes:
-Remove Industrial engine as it is in gtk-engines now
* Remove Smooth engine as it is in gnome-themes now
-fixes
added russian translation
cvs: ----------------------------------------------------------------------
|
|
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
|