Commit Graph

2936 Commits

Author SHA1 Message Date
Joe Marcus Clarke
866f37a41e Update to 1.0.6. 2004-03-11 04:52:22 +00:00
Michael Nottebrock
4c59237f06 Instead of checking for the existence of spec directories, check for
the actual specfile to be present.
2004-03-10 21:11:02 +00:00
Michael Nottebrock
646a91ce28 Declare CONFLICTS with earlier versions of qt3.x.
Enforce CONFLICTS to take effect by bumping PORTREVISION.
2004-03-10 12:14:26 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Oliver Braun
363a3cec82 Add GIO 1.2, a 'middle-ground' GUI library for Haskell. 2004-03-09 17:15:58 +00:00
Oliver Braun
1d20f1abe3 Add hs-port 1.2, a low-level GUI library for Haskell. 2004-03-09 15:16:57 +00:00
Joe Marcus Clarke
fa2f81f210 Update to 1.0.3. 2004-03-09 05:49:51 +00:00
Pav Lucistnik
1785265fbd - Kill trailing whitespace
- Fix typo
- Remove dead WWW
2004-03-08 21:20:23 +00:00
Michael Nottebrock
61c6513a51 Set to IGNORE for now. 2004-03-08 17:35:41 +00:00
Edwin Groothuis
672c044e2e Properly use SDL everywhere:
USE_SDL=yes	-> USE_SDL=sdl	(good examles everywhere)
	WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:		follow-ups of ports/55494, ports/61877
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2004-03-08 01:01:31 +00:00
Oliver Braun
8006a4f52d Set maintainer to the new created haskell@ mail alias. 2004-03-06 21:29:59 +00:00
Dirk Meyer
cc9a972ac1 - reset MAINTAINER 2004-03-06 19:36:01 +00:00
Dirk Meyer
af0e988a30 - reset MAINTIANER as nobody cares for it. 2004-03-06 19:32:12 +00:00
Pav Lucistnik
789673014d - Restore PORTEPOCH
Reported by:	John Merryweather Cooper <coop9211@uidaho.edu>
Pointy hat to:	dinoex
2004-03-06 18:03:56 +00:00
Dirk Meyer
47fb8aaa22 - update to 8.4.6 2004-03-06 06:11:30 +00:00
Dirk Meyer
df58366085 - use libpng, bump PORTREVISION
- sort pkg-plist
- add WITH_GNUSTEP_DEVEL for 0.9.2
2004-03-05 15:03:21 +00:00
Dirk Meyer
29f6a6d979 - add WITH_GNUSTEP_DEVEL for 0.9.2 2004-03-05 15:02:40 +00:00
Kris Kennaway
f50c7f3199 BROKEN on amd64: Does not compile 2004-03-05 12:20:58 +00:00
Tilman Keskinoz
5b76f074d2 Fix build on AMD64 2004-03-05 08:59:47 +00:00
Kris Kennaway
1e9de467c7 Respect WITHOUT_NLS.
Approved by:	maintainer
2004-03-02 06:07:54 +00:00
Joe Marcus Clarke
5f440d82ee Update to 0.7.1. 2004-03-01 22:52:18 +00:00
Pav Lucistnik
c0d93ceec0 - rpm2cpio.pl need to be EXTRACT_DEPENDS otherwise it will not work
PR:		ports/63516
Submitted by:	Stephen J. Roznowski <sjr@comcast.net>
2004-03-01 20:43:34 +00:00
Kirill Ponomarev
0bc63bae10 Add efltk 2.0.1,
EFltk is a LGPL'd C++ graphical user interface toolkit for X
(UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r). It is based
on FLTK2 (see README.fltk) and is currently developed by
Equinox Desktop Environment Team (ede.sf.net)

PR:		ports/63517
Submitted by:	Sergey Matveychuk <sem@ciam.ru>
2004-02-29 09:27:45 +00:00
Pav Lucistnik
48697a9ff3 - Add missed qtext.so to pkg-plist, so it get packaged.
This will fix devel/eric on Bento.

Submitted by:	leafy <leafy@leafy.idv.tw>
2004-02-28 19:58:37 +00:00
Tilman Keskinoz
24fdb41eff Respect CFLAGS and fix build on AMD64 2004-02-28 17:27:23 +00:00
Pav Lucistnik
c19547d909 - Convert to USE_GNOME
PR:		ports/59744
Submitted by:	Mezz <mezz7@cox.net>
Approved by:	maintainer timeout (3 months)
2004-02-27 09:36:58 +00:00
Adam Weinberger
bc84920be7 Convert an explicit LIB_DEPEND upon gtk20 to use of the USE_GNOME
component system. This will prevent the port from breaking when
GNOME 2.6 arrives.
2004-02-27 00:58:59 +00:00
Michael Nottebrock
6fe53bfc64 Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now.
2004-02-26 20:59:36 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Pav Lucistnik
11a7fb8caf Chase repomove graphics/hdf* -> science/hdf* 2004-02-25 22:55:55 +00:00
Oliver Braun
242d01bec2 * Remove BROKEN.
* Make buildable with ghc6 (default) and ghc5.

Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-02-25 11:51:29 +00:00
Dirk Meyer
df3e838c2a - add CONFLICTS 2004-02-25 10:53:08 +00:00
Kris Kennaway
204941c149 BROKEN on alpha and amd64: Does not compile 2004-02-25 10:06:22 +00:00
Dirk Meyer
ce133c1bcc - disable build on ia64 due coredumps. 2004-02-23 10:45:54 +00:00
Ying-Chieh Liao
0317ed5cee add missing gdkpixbuf dependency
Noticed by:	bento via kris
2004-02-23 03:34:35 +00:00
Kris Kennaway
01ca7d45fb BROKEN on 4.x: Does not compile 2004-02-23 02:11:46 +00:00
Mark Linimon
4f186493ee Remove unneeded patchfile.
PR:		ports/63115
Submitted by:	Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
2004-02-22 22:59:31 +00:00
Mark Linimon
5bf5036481 Update to 1.14: minor new features and bug fixes:
1.14  Add system-specific file dialogs. Add Edit::undo.
  1.13  Add themes support. Add command-line arguments interface.
  1.12  Incorporate Tk geometry managers packer and placer
  1.11  Add support for antialiased fonts under X11. Port to cygwin.
  1.10  Add libtiff support. Add grid widgets.
  1.09  No new features
  1.08  Add limited utf8/unicode support. Enhance image conversion
        functionality.

PR:		ports/63115
Submitted by:	Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
2004-02-22 22:53:47 +00:00
Kris Kennaway
6606b573a5 This is broken on 4.x as well. 2004-02-22 06:44:13 +00:00
Joe Marcus Clarke
2edcb36306 Update to 1.59. 2004-02-22 06:35:41 +00:00
Joe Marcus Clarke
881ce0a088 Disable compiler warnings to fix the build after the recent GNU regex changes
in -CURRENT.
2004-02-22 04:35:29 +00:00
Kris Kennaway
a99b612948 This is also broken on 4.x 2004-02-22 03:40:49 +00:00
Kris Kennaway
7bb6e02853 Reset bouncing maintainer address 2004-02-22 02:20:31 +00:00
Oliver Lehmann
5c4a2950e1 Update physfs to 1.0.0 2004-02-21 12:11:43 +00:00
Ying-Chieh Liao
428b858a7b fix build package
Noticed by:	bento via kris
2004-02-20 01:51:02 +00:00
Joe Marcus Clarke
fc253cde98 Substitute another occurance of firebird with firefox.
Reported by:	bento via kris
2004-02-19 17:58:00 +00:00
Kris Kennaway
fbbb5d782f BROKEN on 5.x: configure fails 2004-02-19 09:59:05 +00:00
Alexander Nedotsukov
a706d0cb88 Update to 2.2.9 2004-02-18 02:31:36 +00:00
Mike Heffner
bc00c656fa Don't replace the hardcoded optimization with ${CFLAGS}. It can cause
problems with exotic CFLAGS (they're included by imake anways).

Submitted by:	    mi
2004-02-18 01:51:29 +00:00
Jimmy Olgeni
45cb6f237e Fix typos. 2004-02-17 12:04:12 +00:00