| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
<libspi/libspi.h>.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
| |
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
|
|
| |
of the GNOME 2.0 Desktop.
Reviewed by: sobomax
Approved by: sobomax
|
| |
|
|
|
|
|
|
|
| |
in preparation for the GNOME 2.0 desktop.
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
for GNOME widgets.
This is the last brick in the wall called GNOME2 Development Platform.
|
|
|
|
|
|
|
|
| |
PR: 36044 37022
Submitted by: Sascha Holzleiter <sascha@root-login.org>
Reviewed by: sobomax
Approved by: sobomax
Obtained from: gtk-engines CVS
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
| |
|
|
|
|
|
| |
PR: 36977
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
| |
|
| |
|
| |
|
|
|
|
| |
ports.
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
| |
Reviewed by: sobomax
Approved by: sobomax
|
|
|
|
|
| |
PR: 36896
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: sobomax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XmHTML does not build: debug.c:113: initializer element is not constant
When trying to build XmHTML-1.1.7_1 on -current as of 7-JAN-2002, I got
the following error during build:
rm -f .libs/debug.lo
cc -O -pipe -DVERSION=1107 -DHAVE_REGEX_H -DHAVE_LIBJPEG -DHAVE_LIBPNG -DMotif -I. -I../include -I../include/common -I../../include -I../../include/common -I../../include/XmHTML -I/usr/X11R6/include -I/usr/local/include -c debug.c -fPIC -DPIC -o .libs/debug.lo
debug.c:113: initializer element is not constant
gmake[2]: *** [debug.o] Fehler 1
Strangely enough, the build continued without rebuilding the remaining
files of this directory. The make install aborted, of course, because
parts of the product had not been built.
(gmake problem)
PR: 34636
Submitted by: gwk@mscsoftware.com
Approved by: Lars.Koeller@Uni-Bielefeld.DE
|
| |
|
|
|
|
|
| |
PR: 36518
Submitted by: maintainer
|