| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Un-broke/enable multimedia/ruby-gst; it works with current gstreamer now.
- Change some that have CP to INSTALL_*.
- Few small clean up.
BTW: ruby-gtksourceview and ruby-panelapplet will be add very soon when I
create and test them. They are going to be part of ruby-gnome2-all meta
port.
|
|
|
|
| |
Reported by: GNOME Tinderbox
|
|
|
|
| |
-Remove patch-configure and change libtool 13 -> 15.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
|
| |
|
| |
|
|
|
|
| |
-Remove patch-configure and use lthack instead.
|
| |
|
|
|
|
|
|
|
| |
mirrors only carrier bzip2 tarballs.
PR: 67020
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
|
| |
|
|
|
|
| |
Approved by: adamw (mentor)
|
|
|
|
|
|
| |
* Add conditional GNOME and speech support
Approved by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This is part of the Ruby/GNOME2 suite.
PR: ports/65270
Submitted by: Jeremy Messenger <mezz7@cox.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
| |
Submitted by: trevor
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
| |
Approved by: maintainer (implicit)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointy hat to: lofi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
it will be activated once the rest of KDE 3.2 is
committed.
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
|
|
| |
<URL:http://people.freebsd.org/~trevor/ports/freeze-5.2/linux-misc-depends.diff>
to fix dependencies: these ports need ports/archivers/rpm for their
do-install, so they can can use the rpm2cpio that accompanies it
Reviewed by: silence (two months) from portmgr and freebsd-ports-bugs
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
repocopies.
x11-toolkits/at-spi --> accessibility/at-spi
devel/atk --> accessibility/atk
editors/dasher --> accessibility/dasher
x11-toolkits/gail --> accessibility/gail
x11/gnomemag --> accessibility/gnomemag
audio/gnomespeech --> accessibility/gnomespeech
sysutils/gok --> accessibility/gok
|
| |
|
|
|
|
| |
Reported by: bento
|
|
|
|
| |
Approved by: maintainer
|
| |
|
| |
|
|
|
|
| |
Reported by: Lewis Thompson <purple@lewiz.net>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Make this port build
* Use USE_BZIP2
* Point to MASTER_SITE_GNOME
* Correct pkg-plist
* Obey CFLAGS
* Use USE_LIBTOOL to avoid threading problems on -CURRENT
* Add additional categories
|
|
|
|
|
|
|
|
| |
An information-efficient text entry system (for people with
disabilities)
PR: ports/54414
Submitted by: lewiz <purple@lewiz.net>
|
|
|
|
|
|
|
|
|
|
| |
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
|
|
|
|
| |
Reported by: Mike Harding <mvh@ix.netcom.com>
|
| |
|
| |
|
|
|
|
| |
Reported by: Randy Bush <randy@psg.com>
|
| |
|
| |
|
|
|
|
| |
these yet.
|
| |
|
| |
|
|
|
|
| |
This is simply a documentation update.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 57557
Submitted by: Mark Linimon <linimon@lonesome.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
desktop.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Sort the plist
|
|
|
|
| |
Reported by: GNOME tinderbox
|
| |
|
|
|
|
| |
Submitted by: marcus
|
| |
|
| |
|
|
|
|
| |
* Convert to new GNOME infrastructure
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that gives you control of your system without needing a keyboard.
The GOK makes available a hierarchical button system that enables
keyboardless entry of common accelerators, and contains a
clickable keyboard that sports suggested autocompletion of many
common words, and even some commands. The GOK will provide an
alternative interface to common commands and functions within
applications that utilize the AT SPI.
The GOK is is designed to be usable by many alternative input
methods, i.e. not a common keyboard and mouse combination.
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
| |
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
| |
|
| |
|
|
|
|
|
|
| |
* Use USE_GNOMENG
Submitted by: bento (packaging stuff)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
again.
Reported by: Dan Langille <dan@langille.org>
|
|
|
|
|
| |
Submitted by: Franz Klammer <klammer@webonaut.com>
Dan Langille <dan@langille.org>
|
|
|
|
|
| |
This first part is the GNOME 2 API. The next part will contain the desktop
components.
|
|
|
|
| |
to work.
|
|
|
|
|
|
|
| |
This is a set of commits for GTK+-2.0 and friends to support
freetype2-2.1.0.
PR: 38796
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.).
|
| |
|
|
|
|
| |
<libspi/libspi.h>.
|
|
|
|
| |
- use USE_LIBTOOL.
|
|
|
|
| |
- use USE_LIBTOOL.
|
| |
|
|
|
|
|
|
|
| |
in preparation for the GNOME 2.0 desktop.
Reviewed by: sobomax
Approved by: sobomax
|
| |
|
| |
|
|
|
|
| |
Approved by: sobomax
|
|
|
|
| |
GNOME2 beta2 release.
|
|
|
|
|
|
|
| |
versions.
PR: 35541, 35744, 35757
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
|
|
| |
2.0-beta release.
|
|
|
|
| |
dependencies.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
|
| |
|
|
|
|
| |
the later case
|
|
|
|
| |
Submitted by: Ports Fury
|
| |
|
| |
|
|
|