1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

1759 Commits

Author SHA1 Message Date
Dmitry Sivachenko
c1fce1cc6a Upgrade to 2.2.3.2 2001-08-16 12:12:16 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
0549fd575f (Forced commit.)
Update to KDE 2.2:

 * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 13:36:01 +00:00
Maxim Sobolev
7197c79979 - Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.

Submitted by:	gallatin (alpha bits), sobomax
Some help from:	jdp (thanks Jonh!)
2001-08-15 13:01:35 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Maxim Sobolev
7d6aa4f835 Unbroke on alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2001-08-14 18:41:16 +00:00
Trevor Johnson
8537c9dd2f The distfile disappeared from its master site. I attempted to
contact the author, Paul Collins, via sneakums@eircom.net and
sneakums@zork.net.  My messages were accepted but there has been
no response.
2001-08-14 09:10:04 +00:00
Satoshi Asami
1d78070523 Remove three files:
bin/kmorph3d.kss
  bin/kpipes.kss
  bin/kspace.kss

to at least make this package.  We need this package for the
release candidate.

Submitted by: bento via steve
2001-08-11 22:22:36 +00:00
Maxim Sobolev
8d79de5cf9 Update to 1.4.0.3. 2001-08-09 10:05:26 +00:00
Jean-Marc Zucconi
f2037d77ce Unbreak the build for XFree86-4 (rman bug)
Submitted by:	 Ken McGlothlen <mcglk@artlogix.com>
2001-08-09 00:47:14 +00:00
Maxim Sobolev
9260af5d27 Update to 1.4.0.2. 2001-08-03 12:45:54 +00:00
Maxim Sobolev
68bd669459 Update version number of gtkhtml shared library. 2001-08-03 07:27:39 +00:00
Maxim Sobolev
9190868cca Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb,
because this directory is actually created by gnomedb.
2001-08-03 06:48:45 +00:00
Jean-Marc Zucconi
0c4e85c8df Always enable extended input devices. Disabling this feature breaks the build. 2001-07-28 15:29:48 +00:00
Mario Sergio Fujikawa Ferreira
339579afc6 New port wmcliphist version 0.2, Clipboard history management
dockapp for Window Maker

PR:		28745
Submitted by:	Patrick Li <pat@databits.net>
2001-07-27 20:02:32 +00:00
Dima Dorfman
bc37fe6092 The value of FORBIDDEN shouldn't have a period at the end: bsd.port.mk
does that automatically.
2001-07-27 15:46:24 +00:00
Jean-Marc Zucconi
37aeddeb41 Add USE_XLIB.
Portlint.
2001-07-27 02:36:26 +00:00
Steve Price
9e4b618ba0 Remove src/*.o so that they all get rebuilt for the current architecture. 2001-07-25 17:39:03 +00:00
Jean-Marc Zucconi
07bb0f1215 Upgrade to version 4.1.9
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-07-24 01:09:12 +00:00
Maxim Sobolev
632a81b501 Update version number of libgtkhtml. 2001-07-23 10:19:27 +00:00
David W. Chapman Jr.
df546c2e75 Update to 1.3
Fix PORTDOC compliance

PR:		28615
Submitted by:	pat@databits.net
No Response:	maintainer
2001-07-22 05:39:28 +00:00
Thomas Gellekum
dda149dcce Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiled
with thread support also on XFree86-3 systems.
2001-07-18 10:46:13 +00:00
Mark Pulford
96551fbd11 Updated to 2.0.3
PR:		28924
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-13 05:39:52 +00:00
Dmitry Sivachenko
c26ff2f45b Correct MASTER_SITE_SUBDIR 2001-07-13 03:36:33 +00:00
Thomas Gellekum
e6c86c634a Add a knob to disable the `allow-root' functionality, which lets root
unlock the screensaver regardless of the current owner.

Submitted by:	Anders Nordby <anders@fix.no>
2001-07-12 11:41:06 +00:00
Maxim Sobolev
495daa29cc Update version number of freetype2 shared library. 2001-07-12 10:10:30 +00:00
Bill Fenner
93d4289d65 Oliver Breuninger sent me an updated email address, so put him back
as MAINTAINER.
2001-07-11 16:33:46 +00:00
Akinori MUSHA
05b8acf699 Update to 0.5. 2001-07-10 19:33:12 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
David W. Chapman Jr.
d277aa0da9 Update MASTER_SITE_SUBDIR for new location
PR:		28207
Submitted by:	joseph@randomnetworks.com <joseph@randomnetworks.com>
2001-07-10 01:47:35 +00:00
Ying-Chieh Liao
742bffcd27 upgrade to 2.0.2 build 4 2001-07-06 08:27:11 +00:00
Will Andrews
94dd96a7db Please bento some more. 2001-07-03 01:37:05 +00:00
Mario Sergio Fujikawa Ferreira
5c60488f87 Deploy NOPORTDOCS PLIST support
PR:		28499
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer override as per Makefile rev 1.5
2001-06-29 03:56:40 +00:00
Sheldon Hearn
15be3d1062 Update to imwheel-0.9.9, which fixes a root exploit in the case where
imwheel is setuid root.

Note that the port doesn't install imwheel setuid root, so the
problem would not have affected users of the port / package.

Regardless, it's bad PR to make mouse wheel support so visible
in the FAQ and then keep a known-bad version of the supporting
software in the ports tree.

This update is derived from broken patches received by way of the
maintainer, who no longer has time to maintain the port.  This port is
now looking for a maintainer.

Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-06-28 23:48:48 +00:00
Akinori MUSHA
6fe5bfb1cb Update to 0.4. 2001-06-27 13:30:53 +00:00
Mario Sergio Fujikawa Ferreira
7f68893597 - Add NOPORTDOCS support
- Update to version 0.8

PR:		28235
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
2001-06-26 16:22:36 +00:00
Jean-Marc Zucconi
54d9746182 FIx a bug with the -tile option.
PR:		ports/28245
Submitted by:	Rémi Guyomarch <rguyom@pobox.com>
2001-06-23 00:03:24 +00:00
Akinori MUSHA
a9c69b9972 Update to 0.3. 2001-06-20 06:47:23 +00:00
Ade Lovett
08524ceacc Bump PORTREVISION of the metaport to indicate the structural changes below. 2001-06-19 11:35:46 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Ade Lovett
b5271952f0 Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
2001-06-19 09:37:36 +00:00
FUJISHIMA Satsuki
a98a478fc6 Get rid of 'X11R6.4' from pkg-comment.
XFree86-4.1.0 is based on X11R6.5.1.
2001-06-16 20:17:49 +00:00
Jean-Marc Zucconi
0447fa785e Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1
if it is an incompatible version.
2001-06-13 19:51:00 +00:00
Mark Pulford
b66f9785ca Unbroke port.
Maintainer change ports -> kkonstan@daemon.fr

Extra testing:	Konstantinos Konstantinidis <kkonstan@duth.gr>
2001-06-13 15:52:17 +00:00
FUJISHIMA Satsuki
5b1a452134 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

Reviewed by:	maintainer
2001-06-12 14:59:53 +00:00
Jean-Marc Zucconi
6a1a3e0143 Suppress MLINKS and put all man pages in the MANx sections. The MLINKS
list was too long and broke 'make readme'

Submitted by:	sf
2001-06-12 02:35:20 +00:00
Mark Pulford
632f9b06b3 Wterm distfile cannot be found anymore, moved into my public_distfiles.
PR:		27741
Approved by:	maintainer
2001-06-11 15:59:09 +00:00
Andrew Gallatin
a2aa9f9d73 Don't try to build AgpGartDrivers on alpha, doing so leads to a
build failure very early on.

Approved by: jmz
2001-06-09 21:59:53 +00:00
David W. Chapman Jr.
1027e1d75c Please bento
PR:		27587
Reviewed by:	will
Approved by:	will
2001-06-07 20:25:04 +00:00
Jean-Marc Zucconi
f79970c695 Remove DRI modules. They are not build in 4.1.0. 2001-06-07 19:20:48 +00:00