Commit graph

108 commits

Author SHA1 Message Date
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
markd
c1dda370fc Part of fix of Konqueror Window Injection Vulnerability.
From http://www.kde.org/info/security/advisory-20041213-1.txt.
Bump PKGREVISION.
2004-12-14 11:02:18 +00:00
markd
00e41dbeed Update to kde 3.3.2
Changes:
* kcontrol: fix setting mouse buttons to left-handed for mice with many
  buttons
* kcontrol: activate mouse cursor moving with keyboard if enabled
* kcontrol-usbview: USB revision number and level was given in decimal
  instead of hex
* kdesu: do not cause several seconds delay during logout
* khotkeys: work around a bug in Qt keyboard compression breaking
  simulated keyboard input
* klipper: fix mouse selection sometimes not being recorded
* klipper: work around a problem in OpenOffice.org causing it to stop
  updating selection
* klipper: do not record partial selections when created using the
  keyboard
* klipper: reduce heavy load caused by clipboard selected in Acrobat
  Reader
* klipper: protect against heavy load caused by broken clipboard handling
  in Lyx
* kwin: avoid window description dialog for special window settings and
  try to guess the information automatically
* kwin: various small improvements for special window settings
* kwin: don't keep splashscreens above dialog windows
* kwin: apply window-specific force settings immediatelly
* kwin: keep active desktop borders working after resolution change
* kwin: fix a case when a window was not activated due to incorrect focus
  stealing prevention
* kwin: show dialogs also when minimized in the window list
* kwin: when moving a window to another virtual desktop, move also its
  dialogs
2004-12-10 06:05:16 +00:00
markd
6af479d927 More duplicate dirrm cleanup. 2004-11-18 11:48:36 +00:00
markd
4ab3f4f1bb Make dependency on Xrandr and xcursor explicit rather than trying to note
which bits wouldn't get built if you didn't have them.
2004-11-08 12:50:18 +00:00
gavan
40ad5f21d0 Workaround for compilation problems on Solaris/gcc. 2004-11-01 16:39:06 +00:00
gavan
bbb07c3eb7 Use GNU awk. 2004-11-01 16:35:59 +00:00
seb
a31afff67a Fix PLIST issue: fix typo on regexp to search for in Xrandr.h to determine
if X RandR extension is present and therefor its support compiled in.

XXX Should PKGREVISION bumped?

XXX Shouldn't ../x11/Xrandr/buildlink3.mk included instead if X Extension
in X11BASE is supported so a dependency on Xrandr package is eventually
included?
2004-10-15 17:19:03 +00:00
seb
87fdae91f5 Fix PLIST when samba support is not compiled in: set PLIST variable HAVE_SMB to
'@comment '
2004-10-15 13:56:27 +00:00
markd
520946cf6c Update to KDE 3.3.1. Also provide pkgsrc option to build in SMB support.
Changes:
* kinfocenter: fixed crash in USB viewer
* konqueror: "Advanced Add Bookmark" didn't affect right-click bookmarking
* konqueror: "Duplicate Tab" now respects "After Current Tab" setting
* konqueror: Only let linked views in same tab follow changes
* konsole: Added AppScreen support to keytab
* konsole: Cycling trough tabs with keyboard caused terminal size to be
  printed
* konsole: Don't crash when showing tabbar with centered background
2004-10-13 11:54:11 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
markd
a897ec98eb Update to KDE 3.3
Changes:
* KControl
  o Add a brand new control center module to globally handle KDE visual
    themes. Lukas Tinkl
  o Add new control center module to test and calibrate joysticks Martin
    Koller
* Kicker
  o Cleaner look for the mini-pager providing for more contrast. Sandro
    Giessl
* KDM
  o Added "Lock session" checkbox to "Start New Session" confirmation
    dialog
* Konqueror
  o Let configure shortcuts of plugins actions. Olivier Goffart
  o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro
    Giessl
  o Ask for confirmation when loading a profile and tabs are open Stephan
    Binner
  o Ask for confirmation when closing a webpage with modified form content
    Stephan Binner
  o Added option to hide "Delete" command on desktop and in file manager
  o Confirm closing many pages with "Close Other Tabs" command
  o Keybindings for switching to specific tab
  o Double click over empty tabbar space opens new tab
  o Mouse wheel over tabbar area switches tabs
  o Added option to activate previous active tab if closing the current one
  o kfmclient: Added command "newTab 'url' ['mimetype']"
  o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3)
  o Count of files and folders on Folder Properties dialog box
* KDialog
  o a dialog for showing progress bars would be useful Stephan Binner
* KWin
  o Per window settings and improved "Store window settings" Lubos Lunak
  o Decoration API support for more buttons in titlebars Sandro Giessl
* KDCOP
  o More types supported for arguments (QSize, QPoint, QRect, QColor,
    QPixmap) Olivier Goffart
  o Show applications icons. Olivier Goffart
* Konsole
  o Tabbar button for closing tabs Kurt V. Hindenburg
* LDAP ioslave
  o Writing support, SASL authentication and SSL/TLS support Szombathelyi
    György
2004-08-21 12:35:15 +00:00
markd
ab9f67cf5d Fix some issues related to html frames, cookie handling and temporary filenames.
From KDE cvs.
Bump PKGREVISION.
2004-08-11 13:51:14 +00:00
markd
56579eca65 update to kde 3.2.3
changes:
* general: More and better usage of icons in different applications
* general: Fix link order for IRIX
* kappfinder: Fixed menu structure and added icons of several applications
* kicker: Don't show unimplemented "About" and "Preferences" for universal
  sidebar
* kicker: Fix two panels on different xinerama screens affecting their
  placement.
* konqueror/kdesktop: Fix konqueror is ignoring umask when creating new
  files
* konqueror/kdesktop: Fix filename suggestion when moving files applies to
  all subsequent files
* konqueror: Made all items in the "Go" menu open in the current Konqueror
  window
* konqueror: Now Ctrl+Enter opens a tab with default background setting
* konqueror: Holding Shift while opening a tab inverses the "open tabs ini
  background" setting
* konqueror: "[FMSettings] TabPosition=Bottom" in konquerorrc lets the
  tabbar appear at bottom
* konqueror: Fix konqueror listview rightclick always selects file
* konsole: Added the ability to fetch the shell PID per session via DCOP
* konsole: Fix terminal size display is covered by kwin size display
* konsole: Fix Default rendition should be used when clearing screen areas
* konsole: Fix can't change/save Keytabs in the Session Editor
* konsole: Fix for crashes on exit.
* konsole: Fix transparant background updates
* kio_fish: Fixes for copying into a symlink to a folder, and for copying
  over a directory that already exists
* kwin: Keep properly splashscreens above their mainwindows.
* kwin: Restore focus when a broken application sets it to nowhere.
* kwin: Fix dialog placement problems with Konqueror with Qt-3.2.x .
* kwin: Fix problem with minimizing xmms.
* kwin: Fix active desktop borders while moving improper initialization.
* kwin: Fix Shift+middle mouse button action in Konqueror.
* klipper: Fix Klipper reacting to its own clipboard changes.
* khotkeys: Mouse gestures are globally disabled by default.
* drkonqi: Fix valid backtraces sometimes being reported as useless.
* kcontrol: Fix colorsheme file name conflict
2004-06-10 11:51:51 +00:00
markd
6376290794 Add PKG_SYSCONFDIR support for kdm. Bump PKGREVISION.
Closes PR pkg/24844
2004-05-31 12:21:06 +00:00
markd
f87f439fd1 Don't look at old kdm or xdm configs that may be on the machine when
creating the new kdm config as the output is non deterministic.
Bump PKGREVISION.
2004-05-26 13:20:53 +00:00
markd
e2129112d9 Only try and get Daemon.{png,README} from ${MASTER_SITE_LOCAL} 2004-05-18 11:25:19 +00:00
markd
cf353f2b96 PLIST fixup. Add missing kdm config files - the files are always installed
but sometimes have older apparent modified time as are copied from the
X11R6 xdm config.
2004-05-13 14:14:26 +00:00
markd
802ec6d14c kde Makefiles get the permissions for kcheckpass correct so don't need
to fix up here.
Also ksysguardd should not be setuid root, however on NetBSD (at least)
it needs to be setgid kmem (should be fixed to not need this).
Bump PKGREVISION.
2004-05-11 13:09:17 +00:00
wiz
106101a8c0 Do not use bl2 files in USE_BUILDLINK3=YES packages
(motif.bl2 -> motif.bl3).
2004-05-03 20:57:14 +00:00
xtraeme
a0027969cb Fix $pidfile, this should be "kdm.pid" not "xdm.pid". 2004-05-01 11:14:41 +00:00
tron
8dc7e11ee9 Remove revision id from patches to avoid CVS problems. 2004-05-01 07:32:15 +00:00
xtraeme
9966eb6c51 Regen for patch-a{h,i}. 2004-05-01 02:28:05 +00:00
xtraeme
da36222003 Apply patches from KDE CVS to fix building with freetype2 2.1.8. 2004-04-30 01:42:11 +00:00
markd
70076efcb4 f_bsize -> f_frsize. From Christos Zoulas. 2004-04-26 11:54:15 +00:00
markd
04825482aa statfs -> statvfs in current.
Patches from John R. Shannon in PR 25327 and PR 25328 with suggestion from
Christos Zoulas
2004-04-26 11:31:25 +00:00
snj
a9c244df22 No longer used. 2004-04-26 03:12:49 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
markd
2b91b994ff add missing patch. 2004-04-20 12:37:34 +00:00
markd
a2380ac3f9 bl3ify and update to kde3.2.2.
Changes:
* kappfinder: Fixed button order
* kdesktop: Fix switching desktops incurrs (seemingly) unrequired cpu load
* konqueror: Fix textposition of bookmark toolbar not saved
* konqueror: Fix [testcase] HTTP-EQUIV="refresh" not working with weird
  formating.
* konqueror (khtml): Fix When dragging a URL link with an image, the image
  is pasted and not the link URL
* konqueror (khtml): Basic support for the HTML ACCESSKEY attribute.
* konqueror (khtml): Ctrl only suspends Shift+arrows scrolling.
* konqueror (khtml event): Fix dragging an attachment icon to desktop copies
  icon!
* konqueror: No "Actions" submenu with only one entry
* konqueror: Shift inverses "open tabs in background" setting for
  Ctrl+left mouse button and "Open in New Tab" in context menu
* kicker: Fix tooltips sometimes not disappearing.
* konsole: Added support for Scroll Up (SU) and Scroll Down (SD)
* konsole: Better compatibility with xterm/XF86 4.4.0
* konsole: Fixed sending of large blocks
* konsole: Show session menu when you move the mouse.
* Make various scripts install with the executable bit set
* Fix various libraries' install locations and versioning
2004-04-20 12:33:56 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jdolecek
b09aacadfa force 64bit arithmetic for computation of memory sizes in kcontrol
info module; this fixes int overflow e.g. when having 4G of swap

also add support for CACHED_MEM, count that as sum of cached file
and exec data (for NetBSD 1.6+)

bump pkg revision for this change
2004-03-14 18:30:31 +00:00
wiz
da3a48aac0 Add defined test before !empty test. 2004-03-14 00:38:19 +00:00
markd
9481b2545d More PLIST fixups for systems without a shared libfontenc 2004-03-10 21:15:43 +00:00
markd
d08f00a25b Update to KDE 3.2.1
Changes:

Konqueror: fixed "Create Folder..." not available in sidebar dirtree when
 starting with a profile
Konqueror: fixed crashes related to the "Find files" functionality
Konqueror: fixed case-sensitive sorting, wasn't working for most locale
 settings
Konqueror: make it possible to paste files using the mouse into listviews when
 no free area is left
Konqueror: make different users in smb:/ not ask password for every dir change
Konqueror: don't disable "Toggle selection" if no files are selected
Konqueror: don't show 'link view' checkbox when there's only one view +
 sidebar, and other related fixes
Konqueror: Fixed tab navigation for right-to-left locales
Konqueror: Fixed synchronisation problem when tabs were moved
Konqueror: Show newly fetched url images in tabs
Konqueror: Added setting to let popups ignore "open in tab instead of window"
 ("[FMSettings] PopupsWithinTabs=false")
Konqueror: "Go/Applications" now calls "programs:/" slave
Konqueror: Linking checkbox did not redraw when unchecking
kdeprintfax: fixed crash happening after sending the fax
KWin: improved detection of windows belonging together, fixing some stacking
 and focus stealing prevention problems
KWin: windows kept below others no longer affect smart placement
KWin: obey requests to go fullscreen even from applications with maximum size
 set
KWin: keeping windows in workarea is not so strict
KWin: return focus to previously active window when hover unshaded window is
 shaded again
Klipper: fixed problem with Klipper sometimes not reading new clipboard
 contents
Kate: fixed problems with session restore (restoring the documents and windows
 now works correct)
khelpcenter : improve startup time for systems with info pages
Kicker: Don't start menu entry in K menu when right clicking it
KControl: No default for possible destructive "Logout without Confirmation"
 shortcut
KSplash: Updated locolor splash to KDE 3.2 version
Konsole: Made sending of master input to added session working
Konsole: Fixed dynamic toolbar hiding initialization
Konsole: Handle schemas with absolute paths
Konsole: Fixed crash with --noscrollbar
Konsole: Settings/keyboard entries are now sorted
Konsole: Ctrl-C killed konsole window, not processes running in shell
KHotKeys: Included actions with Konqueror mouse gestures.
2004-03-09 11:33:08 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
markd
9f14c13b0d Dont include the "." in the suffix - its in the PLIST 2004-02-12 05:04:08 +00:00
markd
9b65f93dd9 Conditionalise some bits of PLIST for parts that arent built when using
some older X11 versions.

Should fix both Al's and Krister Walfridsson's bulk build problems.
2004-02-12 04:57:07 +00:00
markd
3fd107d9b4 Forgot to update for the last minute addition of patch-a[cd] 2004-02-05 00:35:50 +00:00
markd
0bc0f8e6fe Update to KDE-3.2
Changes:
Base

Kate
* Moving KATE view management over to KMDI Joseph Wenninger
* Basic project managment Christoph Cullmann

KControl
* Xinerama KControl module, enhanced KDE Xinerama and dual-head support
  George Staikos
* add/update control module for configuring per-domain settings. See Bug
  49145. Leo Savernik
* Support for per-style configuration settings in the style control center
  module, a module for Keramik Maksim Orlovich
* Add support for installing/removing- and switching Xcursor themes to the
  mouse KControl module Fredrik Hoeglund
* Font installer - create fonts:/ ioslave, and modify KControl module to
  use this. See http://members.lycos.co.uk/cpdrummond for (old)
  screenshots/download Craig Drummond

KHotKeys
* Update to version 2.0, which includes more features like mouse
  gestures. Lubos Lunak

KWin
* Full support for latest NETWM spec version in KWin, and seamless usage
  of other compliant window managers with KDE. Lubos Lunak
* New API for window decoration plugins. Lubos Lunak
* Focus stealing prevention. Lubos Lunak
* Add an option to allow wide borders to some of the window decoration
  styles Gunnar Schmi DT

Kicker
* Make addition of non-KDE applications to Kicker easier Alexander Kellett
* Enable backgrounds for child panels and all applets, allow for
  colorization of background pixmaps Aaron J. Seigo
* Allow applets to export a menu to the handle Aaron J. Seigo
* User defined plain colors for tiles Aaron J. Seigo
* Make the panel transparent. Zack Rusin
* Add an option to the RMB-menu and to the "Advanced Options" in kcontrol
  to enable/disable the panel handle when "Custom" size is selected.

KDM
* More sophisticated session definitions, common with GDM Oswald
  Buddenhagen
* Pluggable greeter input methods; better architectural compliance with
  PAM's input model. Oswald Buddenhagen

Various (kwin, kdesktop, kcontrol, ksmserver)
* Optimally support the X Resize and Rotate extension. Hamish Rodda

All KDE applications (kdebase/kdenetwork/kdepim/kdegraphics,...)
* No absolute paths to user home directories in KDE config files. This
  allows to support roaming users. Helge Deller

Konsole
* Add a better interface to konsolepart for other apps. Dominique Devriese
* Added "Set Selection End" to right mouse button menu.
* Column text selecting when Ctrl and Alt are pressed
* Uses now KTabWidget, allows tab context menus and more Stephan Binner
* Utilize KNotify (e.g. passive popup) for "Activity", "Bell",
  "Shell Exit" and "Silence" events
* ZModem up- and download (requires rzsz) Waldo Bastian
* Make bidi rendering (for RTL languages) configurable. Meni Livne


KEditBookmarks
* Export to HTML and printing of bookmark collection. Alexander Kellett
* Recursive favicon updates in bookmark editor. Alexander Kellett
* Field for incremental searching on titles. Alexander Kellett
* Opera and Internet Explorer bookmark collection exporting. Alexander
  Kellett
* Bookmark editor now includes an extra pane to allow title/url editing
  without use of context menu / keyboard shortcuts. Alexander Kellett
* More detailed bookmark access information (last viewed, first seen, view
  counts). Alexander Kellett
* Recursive - entire collection, per folder - alphabetical sorting
  Alexander Kellett

Konqueror
* Enhanced Konqueror statusbar and kpart statusbar extension. Statusbar
  notifications for secure connections, wallet, js errors. David Faure,
  George Staikos
* Bookmarklets support in the form of a "Mini-tools" konq-plugin
  Alexander Kellett
* Addition of an advanced Add Bookmark dialog. Alexander Kellett
* Read-only bookmark menu includes. Alexander Kellett
* Ability to select which items should be shown in the bookmark bar.
  Alexander Kellett
* Servicemenu improvements: placed in a common Actions submenu, allow
  grouping into submenus, allow for separators, allow simple mimetype
  globbing Aaron J. Seigo
* Bookmarking of all loaded tabs as a folder. Alexander Kellett
* Lightweight bookmark editing from within bookmarks menu via context
  menu. Alexander Kellett
* New sidebar module: Web. Implements sidebar modules similar to those
  introduced in Netscape 6/Mozilla. George Staikos
* Konqueror "preloading", often reducing Konqueror startup time. Lubos Lunak
* Spellchecking in text forms and spelling highlighting Scott Wheeler,
  Don Sanders

Tabbed Browsing
* "New Tab" and "Close Tab" buttons besides the tab bar Stephan Binner
* Loading/read state indication by tab color Stephan Binner
* Drag and drop support from/to tabs and to empty tab bar space Stephan
  Binner
* Allow to reorder tabs with pressed middle mouse button Stephan Binner
* Middle mouse button on tabs or empty tab bar space opens clipboard
  content Stephan Binner
* Support for opening external URLs and popups in new tabs Stephan Binner
* Optional permanent close buttons within tabs and permanent shown tab
  bar Stephan Binner

KHTML part
* KHTML: Implement caret mode. This is a prerequisite for designmode.
  See Bug 48302. Leo Savernik
* KHTML: add infrastructure for per-domain settings. See Bug 49145.
  Leo Savernik
* better support for samba shares through libsmbclient of samba 3.0
  Stephan Kulow

KIO Slaves
* kio_smtp: SMTP pipelining support for faster submission, esp. over
  high-latency links. Marc Mutz

KDesktop
* Added GUI for "Mouse wheel over desktop switches desktop" option.
* Make screen savers capable of being DPMS aware, so they can be disabled
  when watching a movie or TV if the app sets up X DPMS appropriately.
  Gregor Jasny
* Screen locker: pluggable greeter input methods; better architectural
  compliance with PAM's input model. Oswald Buddenhagen
* Shadow behind the text of the desktop icons, for more readability Laur
  Ivan
* E-mail addresses entered in "Run Command..." (Alt-F2) will start mailer.
  Waldo Bastian
* Numeric expression in "Run Command..." (Alt-F2) is evaluated. Waldo
  Bastian
2004-02-04 14:25:58 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jmmv
b81874c280 Fix paths to ProcessTable.sgrd in ksysguard. This lets "ksysguard
--showprocesses" work properly (as invoked by ctrl+esc).
Bump PKGREVISION to 1.
2004-01-22 18:55:26 +00:00
markd
8cf6b91fb0 Delete a local line that shouldn't have snuck in there. 2004-01-15 12:22:10 +00:00
markd
1bf8a5c8a4 Update to KDE-3.1.5.
Changes:
* konqueror: Fixed "Location bar forgets what you type if you dont press
  enter and change tabs"
* konqueror: Fixed "tabs resize (shrink) when clicked on while loading"
* konqueror: Don't show hardcoded shortcuts in tab context menu
* konqueror: Made "Detach Tab" create new konqueror window of proper size
* konqueror: Set location bar URL for new tabs immediately
* konsole: Fixed "List Sessions" feature.

Also add a kdm rc.d script (from Julio M. Merino Vidal)
2004-01-15 10:15:14 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
jdolecek
7393e02840 it's necessary to use 'grep -i' in the test for KDE UIC plugins - the
class name is KLineEdit, so exact match on 'klineedit' doesn't work
2003-11-08 13:13:49 +00:00