1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

1738 Commits

Author SHA1 Message Date
Maxim Sobolev
f2cd74c0fa Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
2002-05-14 22:26:39 +00:00
Mario Sergio Fujikawa Ferreira
e8b09fe591 Revert debugging building option: no-debug is default unless
WITH_DEBUG

Submitted by:	Alan E <ports@geeksrus.net>
Approved by:	will
2002-05-14 16:37:07 +00:00
Joe Marcus Clarke
163580e9fe Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion
for software developers.

Submitted by:	Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
2002-05-13 16:09:05 +00:00
Joe Marcus Clarke
e72248efc4 Bring the pkg-descr in sync with reality.
Submitted by:	Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
2002-05-13 04:21:11 +00:00
Joe Marcus Clarke
3c678e3a7d Update to GNOME 2.0 RC2. 2002-05-12 06:49:02 +00:00
Kris Kennaway
fb0ae12006 The previous Makefile revision contained a partial upgrade to a newer
version of open-motif, but the distfile has apparently moved and is
no longer fetchable.  Revert to the old version.

Pointy hat to:	motminh
2002-05-11 08:44:04 +00:00
Will Andrews
fbd864810d Fix conflict with mozilla-headers. Bump PORTREVISION for package change.
PR:		37881
Reported by:	Chris Knight <chris@aims.com.au>
Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-05-10 13:00:46 +00:00
Jean-Marc Zucconi
bdb7d2aab2 Link the library with -lX11 -ltk82 so that the tix library can be loaded
safely from a tk program.

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2002-05-10 01:13:46 +00:00
Dirk Meyer
efa7952a2b - Set soname for libtk84.so
- Add pkgIndex.tcl submitted by doconnor@gsoft.com.au
  so "package require Tk" is now supported.
- Add pkgIndex.tcl for tk83 and tk84
2002-05-09 16:39:18 +00:00
Jean-Marc Zucconi
b670cdcc7c Follow tcl/tk and install files in $PREFIX/lib instead of $PREFIX/share. This
allows Tcl to find Tix if you do 'package require'

Submitted by:	Daniel O'Connor <doconnor@gsoft.com.au>
2002-05-08 23:17:17 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
Kris Kennaway
3ca94e1697 Add a patch I forgot yesterday to rename libqt -> libqt1
Noticed by:	Tilman Linneweh <tilman@arved.de>
Pointy hat to:	kris
2002-05-05 22:38:21 +00:00
Kris Kennaway
53cd1ee38c Add back the qt145 port and support for qt-1.x. This should not
have been removed because it was not broken and a lot of working
ports depended on it.  The qt145 port now installs files named
*qt1* instead of *qt* so it does not conflict with the other qt
versions.
2002-05-05 09:55:30 +00:00
Joe Marcus Clarke
dc2c53e60e Update to 1.116.1. 2002-05-04 20:46:57 +00:00
Akinori MUSHA
10f2697fcb Update to 0.8.1. 2002-05-03 19:29:00 +00:00
Joe Marcus Clarke
7facd80048 Update to GNOME 2.0 RC 1. 2002-05-02 03:37:15 +00:00
Mario Sergio Fujikawa Ferreira
7c4164ffc9 Mark BROKEN when WITH_OPENGL due to unsolved problems causing DRI
to fail

Submitted by:	Alan E <port@geeksrus.net>
Approved by:	will
2002-05-02 03:34:05 +00:00
Maxim Sobolev
17b6cc0afe - Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
2002-05-01 20:23:03 +00:00
Joe Marcus Clarke
653440227a Fix a build problem in -stable.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-05-01 05:44:55 +00:00
Joe Marcus Clarke
d51df2d2c5 Clean up the plists some.
* "Share" directories such as share/gnome, share/gnome/pixmaps, and etc/sound
  between both GNOME 1.4 and GNOME 2.0.

* Remove some @dirrm's from gtm that were already in dependency ports.
2002-04-30 19:21:53 +00:00
Joe Marcus Clarke
cc2170c384 Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent.  That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
2002-04-30 16:24:08 +00:00
Ying-Chieh Liao
880695cbd1 use USE_PYDISTUTILS 2002-04-29 19:21:15 +00:00
Akinori MUSHA
53a6996210 Assign PORTREVISION using ?=' instead of =' so that slave ports can
override it.

PR:		ports/34779
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
		(MAINTAINER of ja-{qt23,kde*2} ports)

Replace `cd dir && cmd' with `cd dir ; cmd' while I'm here.
2002-04-29 16:31:22 +00:00
Mario Sergio Fujikawa Ferreira
96a2b2106c o Bump PORTREVISION
o Fix configure args to match what new configure accepts
o Use -qt-imgfmt-{jpeg,mng,png} to dynamically link the graphics
  libs into libqt-mt.so
o Use image plugins (-plugin-imgfmt-{jpeg,mng,png}) if
  WITH_IMAGE_PLUGINS; QTDIR=/usr/X11R6 needs to be set before
  starting KDE if so
o Use Mesa libs if WITH_OPENGL. This will result in warnings both
  before and after the build; the package will be called qt-opengl;
  a warning will be displayed via pkg-message when the package is
  installed

Submitted by:	Alan E <ports@geeksrus.net>
Approved by:	will
2002-04-29 02:28:05 +00:00
Maxim Sobolev
57e4f10e06 Use correct -soname for qtgl shared library, so that libqtgl actually works.
Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that
when you link application with -lqtgl you are fine, but when you are trying
to run resulting application it dies because libqt2 (which has no GL code)
is dynamically linked instead.

Not objected by:	will
2002-04-27 11:39:15 +00:00
Mario Sergio Fujikawa Ferreira
3915c9854e o Switch to official distribution distfiles instead of using specially
tailored ones
o Add patch-aa to handle current not patched distfile (it is already
  incorporated in repo version)
o Uphold hier(7) for documentation installation
o Bump PORTREVISION
o Fixes sent by [1]. Coordinated by [2]

Submitted by:	Lauri Watts <lauri@kde.org> [1]
Reviewed by:	Alan E <ports@geeksrus.net> [2]
Approved by:	will
2002-04-27 04:21:38 +00:00
Maxim Sobolev
7c9a7e6c7b Use GNOME2 beta4 download location for all GNOME2 ports. 2002-04-26 14:50:03 +00:00
Maxim Sobolev
cce19ee932 Use USE_LIBTOOL. 2002-04-26 14:38:10 +00:00
Maxim Sobolev
4177c719c1 Install <libspi/stateset.h> include, because it's referenced from
<libspi/libspi.h>.
2002-04-26 14:35:33 +00:00
Maxim Sobolev
8b6bc46375 - Update to 0.8;
- use USE_LIBTOOL.
2002-04-26 14:00:43 +00:00
Maxim Sobolev
0d8426c417 - Update to 1.114.0 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 13:52:08 +00:00
Maxim Sobolev
791a7635ed - Update to 0.12.1 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 13:22:42 +00:00
Maxim Sobolev
8c718315a1 - Update to 1.115.0 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 12:55:16 +00:00
Maxim Sobolev
a42d2a4e21 - Update to 1.115.0 (version found in GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 12:25:49 +00:00
Maxim Sobolev
6fd252298c - Update to 0.13 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 12:04:37 +00:00
Maxim Sobolev
07b4525b54 - Update to 2.0.2 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
2002-04-26 09:26:06 +00:00
Maxim Sobolev
5cbd6c3da0 Put USE_LIBTOOL back. 2002-04-25 19:34:25 +00:00
Mario Sergio Fujikawa Ferreira
f10ac6098c o Fix PLIST issue for now with exec/unexec trick
o Deal with following issue: (weird)

"The following target is necessary if qt30 is installed at the time
 the port build is started; it is related to the Makefiles having
 dependencies on these (installed) .prl files." --AlanE

o Bump PORTREVISION

Submitted by:	Alan E <alane@geeksrus.net>
Requested by:	too many
Approved by:	will
2002-04-25 18:25:44 +00:00
Maxim Sobolev
abd1119acd - Unbreak after USE_LIBTOOL change;
- don't build/install useless static library (useless because we want Python
  module, which is by definition shared object). Not only this reduces the
  package size and saves disk space, but also halves the time necessary to
  compile the port;
- don't install useless .la file;
- remove version number from the shared object - it doesn't serve any
  meaningful purpose.
2002-04-25 15:42:30 +00:00
Maxim Sobolev
57a05662e9 Unbreak after PERL_CONFIGURE change.
Submitted by:	bento
2002-04-25 15:38:34 +00:00
Maxim Sobolev
754474e000 Update to 0.19.2. 2002-04-24 19:04:00 +00:00
Joe Marcus Clarke
ec8563a2da Add libwnck, an GNOME 2.0 API for building pagers and tasklists.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-24 16:06:45 +00:00
Joe Marcus Clarke
3f6a14b869 Add libzvt, the API for Zed's Virtual Terminal, the first of many components
of the GNOME 2.0 Desktop.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-24 16:05:17 +00:00
Will Andrews
0f6ccc0f47 Use KDE mirrors, not my main site. Ugh. 2002-04-22 22:24:29 +00:00
Joe Marcus Clarke
7c4831e33a Change the GNOME 2.0 library ports to use share/gnome2 instead of share/gnome
in preparation for the GNOME 2.0 desktop.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 21:16:39 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Maxim Sobolev
1b3c0d7d6c Chase increase of libSDL version number. 2002-04-17 12:38:02 +00:00
Thomas Gellekum
d92e49d5cf Use USE_PYDISTUTILS. 2002-04-17 11:35:55 +00:00
Maxim Sobolev
a83ef1ea07 Add libgail-gnome 0.5.0, an implementation of the ATK interfaces
for GNOME widgets.

This is the last brick in the wall called GNOME2 Development Platform.
2002-04-12 20:00:44 +00:00