Commit Graph

144 Commits

Author SHA1 Message Date
Kris Kennaway
52a6c1db50 Chase dependency: fvwm2-beta was renamed to fvwm2-devel
Bigger pointy hat to:	cy
2002-03-30 22:31:24 +00:00
Will Andrews
97e6d16408 Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:	bento
2002-03-30 09:07:53 +00:00
Maxim Sobolev
532ee4200e Get distfile from MASTER_SITE_THEMES and GC defunct WWW.
Submitted by:	Fenner's distfiles survey
2002-03-05 15:25:28 +00:00
Maxim Sobolev
366fb66b94 Update WWW. 2002-03-05 15:06:48 +00:00
Akinori MUSHA
a80f0bd0dd Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 12:14:18 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
bc3767df69 - Unbreak build
- depend on kdebase
- bump portrevision

PR:		33507
Submitted by:	maintainer
2002-01-04 12:25:14 +00:00
Patrick Li
35ed93e3b3 Fix errors introduced by changes in auto{conf,make}
PR:		33462
Submitted by:	maintainer
2002-01-03 01:49:33 +00:00
Patrick Li
b921b7314f Oops my bad! allow install of .la files... seem to break without them.
PR:		32923
Submitted by:	maintainer
2001-12-17 20:52:30 +00:00
Patrick Li
b4758697ad o Update to 0.7
o Remove useless .la files
o Fix pkg-descr to be portlint happy

PR:		32099
Submitted by:	maintainer
2001-12-15 14:06:31 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Maxim Sobolev
fb4fc38a28 Distfile has been renamed (checksum is the same).
Submitted by:	Fenner's distfiles survey.
2001-11-08 15:41:56 +00:00
Pete Fritchman
521c4f9fb5 Fix build breakage introduced by devel/automake upgrade.
PR:		31662
Submitted by:	maintainer
2001-11-06 14:46:22 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Ying-Chieh Liao
aebd64183a add notif2
The Notif2 GTK theme engine following the new Motif look and feel

PR:		30382
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2001-10-15 11:15:56 +00:00
Jimmy Olgeni
1bc05337c8 Remove trailing slash from share/apps/kwin. 2001-10-09 20:54:15 +00:00
Jimmy Olgeni
68412767f5 Update port to version 0.6.
PR:		31154
Submitted by:	Michiel De Wilde <michiel.dewilde@rug.ac.be>
2001-10-09 20:51:15 +00:00
Jimmy Olgeni
f4124161ff Chase distfile rename (no md5 changes). 2001-10-07 18:00:34 +00:00
Maxim Sobolev
0d43ca451f Distfile has been renamed (content is the same, verified by `diff -druN').
Submitted by:	Fenner's distfiles survey
2001-10-05 18:13:29 +00:00
Maxim Sobolev
1a64e2a674 Update to 200105061008. 2001-09-27 12:02:12 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Dmitry Sivachenko
ed1d654263 MAINTAINER -> kde@FreeBSD.org 2001-09-01 08:35:47 +00:00
Jimmy Olgeni
241d52cc58 Add mosfet-liquid, a KDE style engine.
PR:		30026
Submitted by:	Michiel De Wilde <michiel.dewilde@rug.ac.be>
2001-08-27 11:13:14 +00:00
Dmitry Sivachenko
db9c952504 Remove three extra files. 2001-08-21 17:59:02 +00:00
Dmitry Sivachenko
905a473c6d Additional themes, sounds, wallpapers and window styles for KDE. 2001-08-20 15:21:09 +00:00
Dmitry Sivachenko
0cd7df5ebc Remove two extra files.
Obtained from:	bento logs
2001-08-05 19:52:36 +00:00
Jimmy Olgeni
4538d856e4 Add the gtk-zenith-theme port.
Approved by:	sobomax
2001-06-24 19:47:05 +00:00
Jimmy Olgeni
9cfc390abf Add gtk-zenith-theme, yet another gtk theme engine. 2001-06-23 06:53:36 +00:00
Jimmy Olgeni
5c27ba05c2 Chase distfile rename, content did not change. 2001-06-16 23:01:32 +00:00
Maxim Sobolev
31eaadb9a0 Update to 200105060708. 2001-05-29 16:40:32 +00:00
Ying-Chieh Liao
93be074bb4 add missing files/links into PLIST
PR:		27588
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 14:26:17 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Ade Lovett
3680c05121 Fix WWW site.
Submitted by:	distfile survey
2001-05-07 17:05:58 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Maxim Sobolev
c0cf3bc7ae Update to 1.0.4. 2001-04-12 14:37:47 +00:00
Maxim Sobolev
ee52f2c0c8 Update WWW and MASTER_SITES.
Submitted by:	FDS
2001-04-09 08:03:32 +00:00
Will Andrews
5610846958 Add fvwm-themes 0.4.1, themes for the Fvwm2 window manager.
PR:		24805
Submitted by:	Oyvind Albrigtsen
2001-04-07 07:52:32 +00:00
Michael Haro
af0be8e375 remove deprecated fetch options from FETCH_BEFORE_ARGS 2001-04-02 09:24:30 +00:00
Maxim Sobolev
30da9ce575 Add gtk-qn-x11-theme and gtk-engines. 2001-03-23 19:59:51 +00:00
Ade Lovett
dce51cd86c Sigh. Reclaim these, primarily for GNOME 1.4 2001-03-23 05:42:30 +00:00
Vanilla I. Shu
e94bb46af2 Someone don't like my style, so I drop maintainer now. 2001-03-23 05:34:27 +00:00
Vanilla I. Shu
85a4b52419 Upgrade to 0.12. 2001-03-19 20:39:57 +00:00
Jimmy Olgeni
4cba594a64 DISTNAME changed on MASTER_SITE (but checksum is the same).
Submitted by:	bento logs
2001-03-18 17:43:30 +00:00
Jimmy Olgeni
d55be71923 Add the QN-X11 GTK theme engine. 2001-03-16 22:24:28 +00:00
Maxim Sobolev
2e91ac4bad Update to 200103022011. 2001-03-15 10:52:31 +00:00
Jimmy Olgeni
5807eb5f4d Typo fix: nicier -> nicer. 2001-03-02 14:04:50 +00:00