Commit graph

46 commits

Author SHA1 Message Date
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
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
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmc
68e9131e76 Unlimit datasize as bgsettings.cc can make for a large compile 2003-05-12 16:07:16 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
92445eb1ed Remove superfluous whitespace. 2003-03-28 20:28:56 +00:00
tron
c5354775e6 Supply path to "openldap" installation explicitly to the "configure"
script which should fix build problems observed during bulk builds.
2002-12-30 20:19:27 +00:00
bouyer
19da4b53c2 Fixes for Solaris:
Add links in ksysguard/ksysguardd/Solaris/
/bin/sh and grep works in a different way, need a different BUILDLINK_FILES_CMD
2002-10-26 13:09:07 +00:00
jlam
2c1944bc41 buildlink1 -> buildlink2 2002-09-20 01:00:27 +00:00
skrll
ae7898d267 Do the kded fix differently.
Don't mess with startkde which caused timing problems on slower machines
(see pkg/16071). Instead, delete the kded module files so that kdeinit
falls back to exec(3)ing the binary.

(bye bye sed script)
2002-03-28 08:57:38 +00:00
skrll
fcf54a7295 Workaround a problem in old versions of ld.elf_so that stops kded modules
from working. The most obvious example of this is being able to print.

The workaround is to not use kdeinit to load/open kded, but instead
launch it as a separate process. From Marcello Balduccini
<marcello.balduccini@ttu.edu> in pkg/15806.

Thanks to Stoned Elipot <seb@netbsd.org> for testing the fix and to
Antti Kantee <pooka@netbsd.org> for help with sed(1).
2002-03-25 11:02:36 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
4bb16afc5c Remove slightly paranoid security comment - having the read bit set on a
set{uid,gid} binary is no worse than having the source code freely
available.
2001-12-07 18:13:41 +00:00
skrll
a100f5d455 Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
2001-12-03 15:37:14 +00:00
jlam
c4f674741c Apply workaround in pkg/14674 by Mark Davies <mark@mcs.vuw.ac.nz> to deal
with setuid programs not being found unless their read bits are set.
2001-11-22 04:27:47 +00:00
jlam
9e8ad757af Allow OpenLDAP check to work by removing --without-ldap. 2001-11-15 21:31:42 +00:00
jlam
603cf8cf39 Depend on OpenLDAP, and dd the missing files when building with an OpenLDAP
dependency to the PLIST.
2001-11-15 21:02:50 +00:00
jlam
e664ae52f1 Don't execute kappfinder_install at install-time. This causes random
applications to be found which causes random .desktop files to be created
in the applnk directory, which ruins our PLISTs.  Other package systems
already do this -- we're just following suit.
2001-11-15 06:22:04 +00:00
jlam
1cb3c09b74 * Strongly buildinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Remove dynamic generation of PLIST.  It generates incorrectly if other
  packages install files in locations that kdebase2 thinks belong to it
  (cervisia2 does this).  Just list all of the files kdebase2 installs
  directly in the PLIST.  Also create a separate list of the plugins created
  when requested.  This fixes the problem noted in pkg/14549 by Mark Davies
  <mark@mcs.vuw.ac.nz>.
* Fix problem noted in pkg/14428 by Mark Davies <mark@mcs.vuw.ac.nz> where
  the the "Create New" links on the background menu in KDE2 fail to work
  properly, complaining about insufficient permissions to write files.
* Support finding -lXdpms on XFree86-3.3.x with the configure script.
* Support Netscape plugins in Konqueror on Linux.
* Fix problem noted in pkg/14429 by Mark Davies <mark@mcs.vuw.ac.nz> where
  the kdeeject script fails to properly call "eject" on NetBSD.
2001-11-13 21:10:45 +00:00
skrll
5fe23838c9 Do not install the screensavers ${PREFIX}/bin/*.kss setuid root. Instead
set ${PREFIX}/bin/kcheckpass setuid root.

Fixes pkg/13294 from Scott Presnell <srp@zgi.com>
2001-10-21 08:46:29 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
drochner
d67031e5bb update to 2.1.1: bugfixes and language support 2001-09-07 14:34:33 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
jlam
b5499bcc74 Add -Wl,-R${X11BASE}/lib to USER_LDFLAGS to head of possible problems when
libraries move from pkgsrc into the main X11 distribution.
2001-07-18 22:44:30 +00:00
jlam
772e644ba9 Change default qt2-designer package created if neither are installed to
the "smaller" one, qt2-designer.  This is a build dependency, so no need
to install the larger one, though the opposite should be true for normal
dependencies.
2001-07-16 11:02:01 +00:00
jlam
65572d97f4 For kdebase2, if building the qt2-designer dependency is required, default
to buildling qt-designer-kde as kdelibs2 is also required anyway.
2001-07-15 20:19:29 +00:00
jlam
b2d04514c5 Change dependency on qt2-designer to allow recent versions of
qt2-designer-kde, but if required to build the dependency, default to
building qt2-designer.
2001-07-15 20:18:19 +00:00
jlam
e1fc034a8c Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
2001-07-14 05:12:10 +00:00
zuntum
1b2294aff5 Add USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" to CONFIGURE_ENV.
This change is untested, but won't break things and should fix
Chuck Cranor's KDE2 build problem (could you confirm it, please?)
I have too slow box to compile whole kde2 now.

Fix by Johnny C. Lam
2001-07-08 11:28:44 +00:00
jlam
383802e6a0 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-05 23:41:27 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
dmcmahill
8888d3ed31 Don't unconditionally try and include:
lib/kde2/libkcm_energy.so
lib/kde2/libkcm_screensaver.so
in PLIST because on some systems (i386), /usr/X11R6/lib/libXdpms.so does
not exist (only the static lib) and hence the above shared libs are not
built.
2001-05-11 17:43:21 +00:00
skrll
78febcf4d1 Add explicit dependency on MESA with USE_MESA.
Make sure the configure script gets the right location for the Mesa
includes.

Includes fix from Rex McMaster <rex@mcmaster.wattle.id.au> for his PR
(pkg/12556).
2001-05-04 11:26:06 +00:00
skrll
a7fab53356 Pull in security fixes for kdesu from KDE-2.1.2.
Bump version of kdelibs to 2.1nb1 and update dependencies to the new
version.
2001-05-01 09:46:36 +00:00
skrll
8e180be320 Actually be more forgiving about with version of qt2-designer 2001-04-01 09:22:19 +00:00
skrll
2b823a56c7 Correct BUILD_DEPENDS for qt2-designer. 2001-04-01 09:18:55 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
hubertf
39e9e3894c ysguardd wants to be setuid root 2001-03-26 02:38:32 +00:00
skrll
d5c9d56a01 kdm tidy up...
Don't try and build a "shared" greeter library:

	- it never managed it anyway.
	- the libtool workaround produces a binary 10x bigger than the
	  static build.
	- its more resilient method to different versions of X.

Enable login_cap(3) support.
2001-03-24 13:42:04 +00:00
skrll
306ee8ba8b Do some homework... Make PLIST more dynamic so that kappfinder found
applications are dealt with.

Should address most of the remaining part of pkg/12423 from Matthias
Scheler <tron@colwyn.zhadum.de>

Additional work is needed if user runs kappfinder after installing more
non-KDE applications.
2001-03-19 09:57:01 +00:00
skrll
888de112a8 Remove dependency on libungif - this is a throw back from the KDE 1.x
kdebase package.

Remove dependency on msgfmt. It's not used.

Update build dependency for automake. Is there a right way to do these as
I can see no consistency in pkgsrc.
2001-03-15 08:57:14 +00:00
zuntum
13953a8f0a Fix typo: BORKEN -> BROKEN 2001-03-14 22:49:26 +00:00
skrll
7c131a5a38 Make sure that the daemon is part of the login panel. 2001-03-14 20:15:59 +00:00
skrll
8a5e0b998e We need automake to build. 2001-03-14 20:01:43 +00:00
skrll
447887414c Import of KDE 2.1 kdebase package.
a.out doesn't build at the moment, but I'm looking into it.
2001-03-14 16:03:09 +00:00