Commit graph

135 commits

Author SHA1 Message Date
markd
e8747d8018 Update to KDE 3.4.1
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
2005-05-31 14:21:23 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
jlam
e5d77bae83 Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22 22:06:28 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
0dbd0c0762 Rename MAKE_VARS to MAKEVARS so that it more closely resembles
"MAKEFLAGS".  Both "MAKEVARS" and "MAKEFLAGS" affect the package-level
make process, not the software's own make process.
2005-05-11 22:08:18 +00:00
jlam
4fd08abc6e I mixed up MAKE_FLAGS with MAKEFLAGS. The latter is what we actually use
to pass make flags to bmake.
2005-05-11 22:03:52 +00:00
jlam
67ca8c8715 Don't assign to PKG_OPTIONS.<pkg> which has special meaning to the
options framework.  Rename PKG_OPTIONS.* to PKG_BUILD_OPTIONS.*.
2005-05-09 05:14:08 +00:00
jlam
03e9337879 Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file that
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-09 05:06:55 +00:00
jlam
949a7c95f1 PKG_OPTIONS.<pkg> isn't a good approximation to PKG_OPTIONS for the
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-08 12:03:56 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-02 20:33:57 +00:00
wiz
b3431020ef Depend on xdg-dirs-1.2. Since this is pulled in
by kdelibs3 anyway, no actual change in dependencies, so no PKGREVISION
bump. Adapt comment in PLIST.
2005-04-19 10:59:37 +00:00
markd
a75da84edf fixup distinfo for last. 2005-04-15 12:26:00 +00:00
markd
8e54c94016 Add kcm_usb support for NetBSD and add appropriate PLIST entries on
platforms that now support it (NetBSD, FreeBSD and Linux).
Bump PKGREVISION.
2005-04-14 21:01:48 +00:00
markd
06795166ef Remove some patches only required for gcc2 on Solaris and add a couple
that fix build with later gcc's.
2005-04-14 20:53:30 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
markd
14be25816f Add dependency on libusb (on platforms that it supports) as configure
will find libusb-config if installed and try to use it, breaking the mouse
settings control center panel, so let it use it. Bump PKGREVISION.
2005-04-06 12:34:23 +00:00
markd
e9fc799430 No virtual consoles on macppc apparently. Ride previous bump. 2005-03-30 13:38:17 +00:00
markd
3a640a8b7f On NetBSD give vt05 as an argument to X in the kdmrc (as used to happen
in 3.3).  Fixes PR pkg/29827.  Bump PKGREVISION.
2005-03-30 12:17:51 +00:00
jlam
e8b16d2e6e Remove security/cyrus-sasl and security/cy-login. These packages
tracked the Cyrus SASL 1.5.x releases, which are no longer maintained.
Adjust packages to use security/cyrus-sasl2 instead for SASL support.
This closes PR pkg/28218 and PR pkg/29736.
2005-03-28 09:39:56 +00:00
markd
d8ae8acd1e make and remove an empty directory. 2005-03-27 21:54:52 +00:00
markd
f4e5b36fe3 On NetBSD 1.6.2 don't try and use utmpx and don't use the found
fontconfig-config (because configure doesn't then look for the pkg-config
entry for the current pkgsrc fontconfig).
2005-03-26 15:30:46 +00:00
markd
bc686180a0 Move creation/deletion of share/kde/apps/remoteview to kdelibs3/dirs.mk 2005-03-26 03:49:03 +00:00
markd
37203029f2 Add missing explicit dependency on cyrus-sasl2. Make it optional but
on by default.  The default might be changed later if the common
authentication cases are covered without it.
2005-03-24 04:47:58 +00:00
markd
0a18906326 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:44:37 +00:00
markd
1076fabea0 $PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.
Bump PKG_REVISION.
2005-03-06 12:57:38 +00:00
markd
c43b0efcf9 Allow NetBSD logo in LogoPixmap. Fixes PR 29015. Bump PKGREVISION. 2005-03-06 12:21:21 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
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